0byt3m1n1
Path:
/
data
/
11
/
0
/
136
/
19
/
951182
/
meta
/
981889
/
mysql.backup
/
[
Home
]
File: learning_wrdp3.mysqlcluster5.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster5 Database: learning_wrdp3 -- ------------------------------------------------------ -- Server version 5.6.44-86.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_cart66_account_subscriptions` -- DROP TABLE IF EXISTS `wp_cart66_account_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_account_subscriptions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `account_id` int(10) unsigned NOT NULL, `billing_first_name` varchar(100) DEFAULT NULL, `billing_last_name` varchar(100) DEFAULT NULL, `feature_level` varchar(200) NOT NULL, `subscription_plan_name` varchar(255) NOT NULL, `paypal_billing_profile_id` varchar(50) NOT NULL, `status` varchar(20) NOT NULL DEFAULT '', `active_until` datetime NOT NULL, `lifetime` tinyint(1) NOT NULL DEFAULT '0', `subscriber_token` varchar(50) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `grace_until` datetime NOT NULL, `ready_to_renew_since` datetime NOT NULL, `ready_to_renew` tinyint(1) NOT NULL DEFAULT '0', `card_expires_before_next_auto_renew` tinyint(1) NOT NULL DEFAULT '0', `recurring` tinyint(1) NOT NULL DEFAULT '0', `active` tinyint(1) NOT NULL DEFAULT '0', `billing_interval` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_account_subscriptions` -- LOCK TABLES `wp_cart66_account_subscriptions` WRITE; /*!40000 ALTER TABLE `wp_cart66_account_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_account_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_accounts` -- DROP TABLE IF EXISTS `wp_cart66_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_accounts` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `first_name` varchar(100) NOT NULL, `last_name` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(50) NOT NULL, `notes` text NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_accounts` -- LOCK TABLES `wp_cart66_accounts` WRITE; /*!40000 ALTER TABLE `wp_cart66_accounts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_cart_settings` -- DROP TABLE IF EXISTS `wp_cart66_cart_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_cart_settings` ( `key` varchar(50) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_cart_settings` -- LOCK TABLES `wp_cart66_cart_settings` WRITE; /*!40000 ALTER TABLE `wp_cart66_cart_settings` DISABLE KEYS */; INSERT INTO `wp_cart66_cart_settings` VALUES ('admin_page_roles','a:9:{s:6:\"orders\";s:10:\"edit_pages\";s:8:\"products\";s:14:\"manage_options\";s:20:\"paypal-subscriptions\";s:14:\"manage_options\";s:9:\"inventory\";s:14:\"manage_options\";s:10:\"promotions\";s:14:\"manage_options\";s:8:\"shipping\";s:14:\"manage_options\";s:8:\"settings\";s:14:\"manage_options\";s:7:\"reports\";s:14:\"manage_options\";s:8:\"accounts\";s:14:\"manage_options\";}'),('version','1.1.6'); /*!40000 ALTER TABLE `wp_cart66_cart_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_downloads` -- DROP TABLE IF EXISTS `wp_cart66_downloads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_downloads` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `duid` varchar(100) DEFAULT NULL, `downloaded_on` datetime DEFAULT NULL, `ip` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_downloads` -- LOCK TABLES `wp_cart66_downloads` WRITE; /*!40000 ALTER TABLE `wp_cart66_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_inventory` -- DROP TABLE IF EXISTS `wp_cart66_inventory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_inventory` ( `ikey` varchar(250) NOT NULL, `product_id` int(10) unsigned NOT NULL, `track` tinyint(1) unsigned NOT NULL DEFAULT '0', `quantity` int(10) unsigned NOT NULL, PRIMARY KEY (`ikey`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_inventory` -- LOCK TABLES `wp_cart66_inventory` WRITE; /*!40000 ALTER TABLE `wp_cart66_inventory` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_inventory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_order_items` -- DROP TABLE IF EXISTS `wp_cart66_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_order_items` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `order_id` int(10) unsigned NOT NULL, `product_id` int(10) unsigned NOT NULL, `item_number` varchar(50) NOT NULL, `product_price` decimal(8,2) NOT NULL, `description` text, `quantity` int(10) unsigned NOT NULL, `duid` varchar(100) DEFAULT NULL, `form_entry_ids` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_order_items` -- LOCK TABLES `wp_cart66_order_items` WRITE; /*!40000 ALTER TABLE `wp_cart66_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_orders` -- DROP TABLE IF EXISTS `wp_cart66_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_orders` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `bill_first_name` varchar(50) NOT NULL, `bill_last_name` varchar(50) NOT NULL, `bill_address` varchar(150) NOT NULL, `bill_address2` varchar(150) NOT NULL, `bill_city` varchar(150) NOT NULL, `bill_state` varchar(50) NOT NULL, `bill_country` varchar(50) NOT NULL DEFAULT '', `bill_zip` varchar(150) NOT NULL, `ship_first_name` varchar(50) NOT NULL, `ship_last_name` varchar(50) NOT NULL, `ship_address` varchar(150) NOT NULL, `ship_address2` varchar(150) NOT NULL, `ship_city` varchar(150) NOT NULL, `ship_state` varchar(50) NOT NULL, `ship_country` varchar(50) NOT NULL DEFAULT '', `ship_zip` varchar(150) NOT NULL, `phone` varchar(15) NOT NULL, `email` varchar(100) NOT NULL, `coupon` varchar(50) DEFAULT NULL, `discount_amount` decimal(8,2) NOT NULL, `trans_id` varchar(25) NOT NULL, `shipping` decimal(8,2) NOT NULL, `subtotal` decimal(8,2) NOT NULL, `tax` decimal(8,2) NOT NULL, `total` decimal(8,2) NOT NULL, `non_subscription_total` decimal(8,2) NOT NULL, `ordered_on` datetime DEFAULT NULL, `status` varchar(50) NOT NULL, `ip` varchar(50) NOT NULL, `ouid` varchar(100) NOT NULL, `shipping_method` varchar(50) DEFAULT NULL, `account_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_orders` -- LOCK TABLES `wp_cart66_orders` WRITE; /*!40000 ALTER TABLE `wp_cart66_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_pp_recurring_payments` -- DROP TABLE IF EXISTS `wp_cart66_pp_recurring_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_pp_recurring_payments` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `account_id` int(10) unsigned NOT NULL, `recurring_payment_id` varchar(50) NOT NULL, `mc_gross` decimal(8,2) NOT NULL DEFAULT '0.00', `txn_id` varchar(50) NOT NULL, `product_name` varchar(255) NOT NULL, `first_name` varchar(100) NOT NULL, `last_name` varchar(100) NOT NULL, `payer_email` varchar(255) NOT NULL, `ipn` text NOT NULL, `next_payment_date` varchar(100) NOT NULL, `time_created` datetime NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_pp_recurring_payments` -- LOCK TABLES `wp_cart66_pp_recurring_payments` WRITE; /*!40000 ALTER TABLE `wp_cart66_pp_recurring_payments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_pp_recurring_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_products` -- DROP TABLE IF EXISTS `wp_cart66_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_products` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `item_number` varchar(50) NOT NULL, `price` decimal(8,2) NOT NULL, `options_1` text NOT NULL, `options_2` text NOT NULL, `custom` varchar(50) NOT NULL DEFAULT 'none', `custom_desc` text NOT NULL, `taxable` tinyint(1) unsigned NOT NULL, `shipped` tinyint(1) unsigned NOT NULL, `weight` decimal(8,2) unsigned NOT NULL DEFAULT '0.00', `download_path` text, `s3_bucket` varchar(200) NOT NULL, `s3_file` varchar(200) NOT NULL, `download_limit` tinyint(4) DEFAULT '0', `spreedly_subscription_id` varchar(250) NOT NULL DEFAULT '', `allow_cancel` tinyint(4) DEFAULT '1', `is_paypal_subscription` tinyint(4) DEFAULT '0', `max_quantity` int(10) unsigned NOT NULL DEFAULT '0', `gravity_form_id` int(10) unsigned NOT NULL DEFAULT '0', `gravity_form_qty_id` int(10) unsigned NOT NULL DEFAULT '0', `feature_level` varchar(255) NOT NULL, `setup_fee` decimal(8,2) NOT NULL, `billing_interval` int(10) unsigned NOT NULL, `billing_interval_unit` varchar(50) NOT NULL, `billing_cycles` int(10) unsigned NOT NULL, `offer_trial` tinyint(1) unsigned NOT NULL DEFAULT '0', `trial_period` int(10) unsigned NOT NULL, `trial_period_unit` varchar(50) NOT NULL, `trial_price` decimal(8,2) NOT NULL, `trial_cycles` int(10) unsigned NOT NULL DEFAULT '0', `start_recurring_number` int(10) unsigned NOT NULL DEFAULT '1', `start_recurring_unit` varchar(50) NOT NULL, `price_description` varchar(255) NOT NULL, `is_membership_product` tinyint(1) NOT NULL DEFAULT '0', `lifetime_membership` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_products` -- LOCK TABLES `wp_cart66_products` WRITE; /*!40000 ALTER TABLE `wp_cart66_products` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_promotions` -- DROP TABLE IF EXISTS `wp_cart66_promotions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_promotions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `type` enum('dollar','percentage') NOT NULL DEFAULT 'dollar', `amount` decimal(8,2) DEFAULT NULL, `min_order` decimal(8,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_promotions` -- LOCK TABLES `wp_cart66_promotions` WRITE; /*!40000 ALTER TABLE `wp_cart66_promotions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_promotions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_sessions` -- DROP TABLE IF EXISTS `wp_cart66_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_sessions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `session_id` varchar(50) NOT NULL, `ip_address` varchar(16) NOT NULL DEFAULT '0', `user_agent` varchar(255) NOT NULL, `last_activity` datetime NOT NULL, `user_data` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `sid` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_sessions` -- LOCK TABLES `wp_cart66_sessions` WRITE; /*!40000 ALTER TABLE `wp_cart66_sessions` DISABLE KEYS */; INSERT INTO `wp_cart66_sessions` VALUES (1,'UDYRNCAW3OKBS1P238O2PM55DQAS45J36UC4O6K7','76.84.226.10','Mozilla/5.0 (Windows NT 6.0; WOW64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2','2011-10-31 15:55:01','a:1:{s:10:\"Cart66Cart\";O:10:\"Cart66Cart\":5:{s:18:\"\0Cart66Cart\0_items\";a:0:{}s:22:\"\0Cart66Cart\0_promotion\";N;s:24:\"\0Cart66Cart\0_promoStatus\";i:0;s:29:\"\0Cart66Cart\0_shippingMethodId\";N;s:22:\"\0Cart66Cart\0_liveRates\";N;}}'),(2,'SB0RQE7RD9RMOHX09JHAMS3KXL28B66H4JMABR0Q','76.84.226.10','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2','2011-10-31 15:55:12','a:1:{s:10:\"Cart66Cart\";O:10:\"Cart66Cart\":5:{s:18:\"\0Cart66Cart\0_items\";a:0:{}s:22:\"\0Cart66Cart\0_promotion\";N;s:24:\"\0Cart66Cart\0_promoStatus\";i:0;s:29:\"\0Cart66Cart\0_shippingMethodId\";N;s:22:\"\0Cart66Cart\0_liveRates\";N;}}'); /*!40000 ALTER TABLE `wp_cart66_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_shipping_methods` -- DROP TABLE IF EXISTS `wp_cart66_shipping_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_shipping_methods` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `default_rate` decimal(8,2) NOT NULL, `default_bundle_rate` decimal(8,2) NOT NULL, `carrier` varchar(100) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_shipping_methods` -- LOCK TABLES `wp_cart66_shipping_methods` WRITE; /*!40000 ALTER TABLE `wp_cart66_shipping_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_shipping_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_shipping_rates` -- DROP TABLE IF EXISTS `wp_cart66_shipping_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_shipping_rates` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `product_id` int(10) unsigned NOT NULL, `shipping_method_id` int(10) unsigned NOT NULL, `shipping_rate` decimal(8,2) NOT NULL, `shipping_bundle_rate` decimal(8,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_shipping_rates` -- LOCK TABLES `wp_cart66_shipping_rates` WRITE; /*!40000 ALTER TABLE `wp_cart66_shipping_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_shipping_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_shipping_rules` -- DROP TABLE IF EXISTS `wp_cart66_shipping_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_shipping_rules` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `min_amount` decimal(8,2) DEFAULT NULL, `shipping_method_id` int(10) unsigned NOT NULL, `shipping_cost` decimal(8,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_shipping_rules` -- LOCK TABLES `wp_cart66_shipping_rules` WRITE; /*!40000 ALTER TABLE `wp_cart66_shipping_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_shipping_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cart66_tax_rates` -- DROP TABLE IF EXISTS `wp_cart66_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cart66_tax_rates` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `state` varchar(20) NOT NULL, `zip_low` mediumint(8) unsigned NOT NULL DEFAULT '0', `zip_high` mediumint(8) unsigned NOT NULL DEFAULT '0', `rate` decimal(8,3) NOT NULL, `tax_shipping` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cart66_tax_rates` -- LOCK TABLES `wp_cart66_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_cart66_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cart66_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=16816 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (3580,98,'akismet_history','a:4:{s:4:\"time\";s:15:\"1317929578.2614\";s:7:\"message\";s:92:\"Akismet was unable to check this comment (response: ), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:0:\"\";}'),(4482,98,'akismet_rechecking','1'),(4483,98,'akismet_history','a:4:{s:4:\"time\";s:15:\"1320858957.6049\";s:7:\"message\";s:55:\"Akismet cleared this comment during an automatic retry.\";s:5:\"event\";s:10:\"cron-retry\";s:4:\"user\";s:0:\"\";}'),(4484,98,'akismet_result','false'),(7315,974,'akismet_result','false'),(7316,974,'akismet_history','a:4:{s:4:\"time\";d:1377372015.0146921;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(16439,974,'akismet_history','a:4:{s:4:\"time\";d:1425402335.7689569;s:7:\"message\";s:44:\"admin changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=4229 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (98,243,'Lisa Gebhardt','lisa@faith-family.org','http://www.faith-family.org','65.66.158.174','2011-10-06 19:32:58','2011-10-06 19:32:58','I ordered four of these last year and the students loved them!',0,'1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)','',0,0),(974,19,'Philip Caldwell','caldwellphilip@yahoo.com','','173.188.183.226','2013-08-24 19:20:14','2013-08-24 19:20:14','I teach students with disabilities and this would be good resource to have and use.',0,'1','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_contact_form_7` -- DROP TABLE IF EXISTS `wp_contact_form_7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_contact_form_7` ( `cf7_unit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL DEFAULT '', `form` text NOT NULL, `mail` text NOT NULL, `mail_2` text NOT NULL, `messages` text NOT NULL, `additional_settings` text NOT NULL, PRIMARY KEY (`cf7_unit_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_contact_form_7` -- LOCK TABLES `wp_contact_form_7` WRITE; /*!40000 ALTER TABLE `wp_contact_form_7` DISABLE KEYS */; INSERT INTO `wp_contact_form_7` VALUES (1,'Contact form 1','<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>','a:7:{s:7:\"subject\";s:63:\"[your-subject] - From Learning Connections Website Contact Form\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:187:\"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Learning Connections http://learningconnectionsweb.com\";s:9:\"recipient\";s:31:\"judy@learningconnectionsweb.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:126:\"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Learning Connections http://learningconnectionsweb.com\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}',''),(2,'Workshop Form','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Workshop Details<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:187:\"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Learning Connections http://learningconnectionsweb.com\";s:9:\"recipient\";s:81:\"judy@learningconnectionsweb.com - From Learning Connections Workshop Request Form\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}','a:8:{s:6:\"active\";s:0:\"\";s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:126:\"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on Learning Connections http://learningconnectionsweb.com\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";s:0:\"\";}','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}',''); /*!40000 ALTER TABLE `wp_contact_form_7` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_base_products` -- DROP TABLE IF EXISTS `wp_eshop_base_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_base_products` ( `post_id` bigint(20) NOT NULL DEFAULT '0', `img` text NOT NULL, `brand` varchar(255) NOT NULL DEFAULT '', `ptype` varchar(255) NOT NULL DEFAULT '', `thecondition` varchar(255) NOT NULL DEFAULT '', `expiry` date NOT NULL DEFAULT '0000-00-00', `ean` varchar(255) NOT NULL DEFAULT '', `isbn` varchar(255) NOT NULL DEFAULT '', `mpn` varchar(255) NOT NULL DEFAULT '', `qty` int(5) NOT NULL DEFAULT '0', `xtra` text NOT NULL, PRIMARY KEY (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_base_products` -- LOCK TABLES `wp_eshop_base_products` WRITE; /*!40000 ALTER TABLE `wp_eshop_base_products` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_base_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_countries` -- DROP TABLE IF EXISTS `wp_eshop_countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_countries` ( `code` char(2) NOT NULL DEFAULT '', `country` varchar(50) NOT NULL DEFAULT '', `zone` tinyint(1) NOT NULL DEFAULT '0', `list` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`code`), KEY `zone` (`zone`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_countries` -- LOCK TABLES `wp_eshop_countries` WRITE; /*!40000 ALTER TABLE `wp_eshop_countries` DISABLE KEYS */; INSERT INTO `wp_eshop_countries` VALUES ('AD','Andorra',1,1),('AE','United Arab Emirates',2,1),('AG','Antigua and Barbuda',2,1),('AI','Anguilla',2,1),('AL','Albania',1,1),('AM','Armenia',1,1),('AN','Netherlands Antilles',2,1),('AO','Angola',2,1),('AR','Argentina',2,1),('AT','Austria',1,1),('AU','Australia',3,1),('AW','Aruba',2,1),('AZ','Azerbaijan Republic',1,1),('BA','Bosnia and Herzegovina',1,1),('BB','Barbados',2,1),('BE','Belgium',1,1),('BF','Burkina Faso',2,1),('BG','Bulgaria',1,1),('BH','Bahrain',2,1),('BI','Burundi',2,1),('BJ','Benin',2,1),('BM','Bermuda',2,1),('BN','Brunei',2,1),('BO','Bolivia',2,1),('BR','Brazil',2,1),('BS','Bahamas',2,1),('BT','Bhutan',2,1),('BW','Botswana',2,1),('BZ','Belize',2,1),('CA','Canada',2,1),('CD','Democratic Republic of the Congo',2,1),('CG','Republic of the Congo',2,1),('CH','Switzerland',1,1),('CK','Cook Islands',3,1),('CL','Chile',2,1),('CN','China',3,1),('CO','Colombia',2,1),('CR','Costa Rica',2,1),('CV','Cape Verde',2,1),('CY','Cyprus',1,1),('CZ','Czech Republic',1,1),('DE','Germany',1,1),('DJ','Djibouti',2,1),('DK','Denmark',1,1),('DM','Dominica',2,1),('DO','Dominican Republic',2,1),('DZ','Algeria',2,1),('EC','Ecuador',2,1),('EE','Estonia',1,1),('ER','Eritrea',2,1),('ES','Spain',1,1),('ET','Ethiopia',2,1),('FI','Finland',1,1),('FJ','Fiji',3,1),('FK','Falkland Islands',2,1),('FM','Federated States of Micronesia',3,1),('FO','Faroe Islands',1,1),('FR','France',1,1),('GA','Gabon Republic',2,1),('GB','United Kingdom',1,1),('GD','Grenada',2,1),('GF','French Guiana',2,1),('GI','Gibraltar',1,1),('GL','Greenland',1,1),('GM','Gambia',2,1),('GN','Guinea',2,1),('GP','Guadeloupe',3,1),('GR','Greece',1,1),('GT','Guatemala',2,1),('GW','Guinea Bissau',2,1),('GY','Guyana',2,1),('HK','Hong Kong',2,1),('HN','Honduras',2,1),('HR','Croatia',1,1),('HU','Hungary',1,1),('ID','Indonesia',2,1),('IE','Ireland',1,1),('IL','Israel',2,1),('IN','India',2,1),('IS','Iceland',1,1),('IT','Italy',1,1),('JM','Jamaica',2,1),('JO','Jordan',2,1),('JP','Japan',3,1),('KE','Kenya',2,1),('KG','Kyrgyzstan',1,1),('KH','Cambodia',2,1),('KI','Kiribati',3,1),('KM','Comoros',2,1),('KN','St. Kitts and Nevis',2,1),('KR','South Korea',3,1),('KW','Kuwait',2,1),('KY','Cayman Islands',2,1),('KZ','Kazakhstan',1,1),('LA','Laos',3,1),('LC','St. Lucia',2,1),('LI','Liechtenstein',1,1),('LK','Sri Lanka',2,1),('LS','Lesotho',2,1),('LT','Lithuania',1,1),('LU','Luxembourg',1,1),('LV','Latvia',1,1),('MA','Morocco',2,1),('MG','Madagascar',2,1),('MH','Marshall Islands',3,1),('ML','Mali',2,1),('MN','Mongolia',3,1),('MQ','Martinique',3,1),('MR','Mauritania',2,1),('MS','Montserrat',2,1),('MT','Malta',1,1),('MU','Mauritius',2,1),('MV','Maldives',2,1),('MW','Malawi',2,1),('MX','Mexico',2,1),('MY','Malaysia',2,1),('MZ','Mozambique',2,1),('NA','Namibia',2,1),('NC','New Caledonia',3,1),('NE','Niger',2,1),('NF','Norfolk Island',3,1),('NI','Nicaragua',2,1),('NL','Netherlands',1,1),('NO','Norway',1,1),('NP','Nepal',2,1),('NR','Nauru',3,1),('NU','Niue',3,1),('NZ','New Zealand',3,1),('OM','Oman',2,1),('PA','Panama',2,1),('PE','Peru',2,1),('PF','French Polynesia',3,1),('PG','Papua New Guinea',3,1),('PH','Philippines',3,1),('PL','Poland',1,1),('PM','St. Pierre and Miquelon',2,1),('PN','Pitcairn Islands',3,1),('PT','Portugal',1,1),('PW','Palau',3,1),('QA','Qatar',2,1),('RE','Reunion',2,1),('RO','Romania',1,1),('RU','Russia',1,1),('RW','Rwanda',2,1),('SA','Saudi Arabia',2,1),('SB','Solomon Islands',3,1),('SC','Seychelles',2,1),('SE','Sweden',1,1),('SG','Singapore',2,1),('SH','St. Helena',2,1),('SI','Slovenia',1,1),('SJ','Svalbard and Jan Mayen Islands',3,1),('SK','Slovakia',1,1),('SL','Sierra Leone',2,1),('SM','San Marino',1,1),('SN','Senegal',2,1),('SO','Somalia',2,1),('SR','Suriname',2,1),('ST','Sao Tome and Principe',2,1),('SV','El Salvador',2,1),('SZ','Swaziland',2,1),('TC','Turks and Caicos Islands',2,1),('TD','Chad',2,1),('TG','Togo',2,1),('TH','Thailand',2,1),('TJ','Tajikistan',1,1),('TM','Turkmenistan',1,1),('TN','Tunisia',2,1),('TO','Tonga',3,1),('TR','Turkey',1,1),('TT','Trinidad and Tobago',2,1),('TV','Tuvalu',3,1),('TW','Taiwan',3,1),('TZ','Tanzania',2,1),('UA','Ukraine',1,1),('UG','Uganda',2,1),('US','United States',1,0),('UY','Uruguay',2,1),('VA','Vatican City State',1,1),('VC','Saint Vincent and the Grenadines',2,1),('VE','Venezuela',2,1),('VG','British Virgin Islands',2,1),('VN','Vietnam',2,1),('VU','Vanuatu',3,1),('WF','Wallis and Futuna Islands',3,1),('WS','Samoa',3,1),('YE','Yemen',2,1),('YT','Mayotte',3,1),('ZA','South Africa',2,1),('ZM','Zambia',2,1); /*!40000 ALTER TABLE `wp_eshop_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_discount_codes` -- DROP TABLE IF EXISTS `wp_eshop_discount_codes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_discount_codes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dtype` tinyint(1) NOT NULL DEFAULT '0', `disccode` varchar(255) NOT NULL DEFAULT '', `percent` float(5,2) NOT NULL DEFAULT '0.00', `remain` varchar(11) NOT NULL DEFAULT '', `used` int(11) NOT NULL DEFAULT '0', `enddate` date NOT NULL DEFAULT '0000-00-00', `live` char(3) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`), UNIQUE KEY `disccode` (`disccode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_discount_codes` -- LOCK TABLES `wp_eshop_discount_codes` WRITE; /*!40000 ALTER TABLE `wp_eshop_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_download_orders` -- DROP TABLE IF EXISTS `wp_eshop_download_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_download_orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `checkid` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `purchased` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `files` varchar(255) NOT NULL DEFAULT '', `downloads` smallint(1) NOT NULL DEFAULT '3', `code` varchar(20) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `code` (`code`,`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_download_orders` -- LOCK TABLES `wp_eshop_download_orders` WRITE; /*!40000 ALTER TABLE `wp_eshop_download_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_download_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_downloads` -- DROP TABLE IF EXISTS `wp_eshop_downloads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_downloads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `files` varchar(255) NOT NULL DEFAULT '', `downloads` int(11) NOT NULL DEFAULT '0', `purchases` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_downloads` -- LOCK TABLES `wp_eshop_downloads` WRITE; /*!40000 ALTER TABLE `wp_eshop_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_emails` -- DROP TABLE IF EXISTS `wp_eshop_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `emailUse` tinyint(1) NOT NULL DEFAULT '0', `emailType` varchar(50) NOT NULL DEFAULT '', `emailSubject` varchar(255) NOT NULL DEFAULT '', `emailContent` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_emails` -- LOCK TABLES `wp_eshop_emails` WRITE; /*!40000 ALTER TABLE `wp_eshop_emails` DISABLE KEYS */; INSERT INTO `wp_eshop_emails` VALUES (1,1,'Automatic default email','Your order from Learning Connections','[AUTO-RESPONSE - PLEASE DO NOT REPLY]\r\n\r\n Dear {FIRSTNAME},\r\n\r\n Your order has been received. Thank you! \r\n The details of your order follow...\r\n\r\n --------------- ORDER DETAILS ---------------\r\n\r\n {STATUS}\r\n {CART}\r\n\r\n\r\n --------------- DOWNLOAD DETAILS ---------------\r\n These are available for download via:\r\n {DOWNLOADS}\r\n\r\n\r\n --------------- CUSTOMER DETAILS ---------------\r\n\r\n {NAME}\r\n {ADDRESS}\r\n\r\n --------------- CONTACT DETAILS ---------------\r\n\r\n {CONTACT}\r\n\r\n --------------- OTHER INFORMATION (if applicable) ---------------\r\n\r\n {REFCOMM}\r\n ---\r\n\r\n If you have questions or concerns, please contact us.\r\n Thank you for ordering with us.'),(2,1,'Admin Order Form email','Learning Connections Notification','[SPECIAL COMMUNICATION/NOTIFICATION]\r\n\r\n Dear {FIRSTNAME},\r\n\r\n *** Enter a custom message here ***\r\n\r\n Respectfully,\r\n *** Enter your name, title, and email here ***\r\n\r\n\r\n\r\n --------------- ORDER DETAILS ---------------\r\n\r\n {STATUS}\r\n {CART}\r\n\r\n --------------- DOWNLOAD DETAILS ---------------\r\n These are available for download via:\r\n {DOWNLOADS}\r\n\r\n --------------- CUSTOMER DETAILS ---------------\r\n\r\n {NAME}\r\n {ADDRESS}\r\n\r\n --------------- CONTACT DETAILS ---------------\r\n\r\n {CONTACT}\r\n\r\n --------------- OTHER INFORMATION (if applicable) ---------------\r\n\r\n {REFCOMM}\r\n\r\n ---\r\n\r\n If you have questions or concerns, please contact us.\r\n Again, thank you for ordering with us.\r\n '),(3,0,'Automatic Paypal email','Your order from Learning Connections',''),(4,0,'Automatic Payson email','Your order from Learning Connections',''),(5,0,'Automatic Cash email','Your order from Learning Connections',''),(6,0,'Automatic ePN email','Your order from Learning Connections',''),(7,0,'Automatic webtopay email','Your order from Learning Connections',''),(8,0,'Automatic Authorize.net email','Your order from Learning Connections',''),(9,0,'Automatic iDeal Lite email','Your order from Learning Connections',''),(10,0,'Automatic ogone email','Your order from Learning Connections',''),(11,0,'Automatic Bank email','Your order from Learning Connections',''); /*!40000 ALTER TABLE `wp_eshop_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_option_names` -- DROP TABLE IF EXISTS `wp_eshop_option_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_option_names` ( `optid` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `admin_name` varchar(255) NOT NULL DEFAULT '', `type` tinyint(1) NOT NULL DEFAULT '0', `description` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`optid`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_option_names` -- LOCK TABLES `wp_eshop_option_names` WRITE; /*!40000 ALTER TABLE `wp_eshop_option_names` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_option_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_option_sets` -- DROP TABLE IF EXISTS `wp_eshop_option_sets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_option_sets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `optid` int(11) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `price` float(16,2) NOT NULL DEFAULT '0.00', `weight` float(8,2) NOT NULL DEFAULT '0.00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_option_sets` -- LOCK TABLES `wp_eshop_option_sets` WRITE; /*!40000 ALTER TABLE `wp_eshop_option_sets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_option_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_order_items` -- DROP TABLE IF EXISTS `wp_eshop_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_order_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `checkid` varchar(255) NOT NULL DEFAULT '', `item_id` varchar(255) NOT NULL DEFAULT '0', `item_qty` int(11) NOT NULL DEFAULT '0', `item_amt` float(16,2) NOT NULL DEFAULT '0.00', `tax_rate` varchar(255) NOT NULL DEFAULT '', `tax_amt` varchar(255) NOT NULL DEFAULT '', `optname` varchar(255) NOT NULL DEFAULT '', `optsets` text NOT NULL, `post_id` int(11) NOT NULL DEFAULT '0', `option_id` int(11) NOT NULL DEFAULT '0', `down_id` int(11) NOT NULL DEFAULT '0', `weight` float(16,2) NOT NULL DEFAULT '0.00', PRIMARY KEY (`id`), KEY `custom_field` (`checkid`) ) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_order_items` -- LOCK TABLES `wp_eshop_order_items` WRITE; /*!40000 ALTER TABLE `wp_eshop_order_items` DISABLE KEYS */; INSERT INTO `wp_eshop_order_items` VALUES (1,'f0c28e2b5901fb7ee893323df6ca2fc8','350 : Paperback English',1,10.00,'','','Alexander Parent Pack','',465,0,0,0.70),(2,'f0c28e2b5901fb7ee893323df6ca2fc8','355 : English Paperback',1,10.00,'','','Being Active Parent Pack','',467,0,0,0.70),(3,'f0c28e2b5901fb7ee893323df6ca2fc8','330 : English Paperback',1,10.00,'','','Berenstain Junk Food Parent Pack','',461,0,0,0.70),(4,'f0c28e2b5901fb7ee893323df6ca2fc8','360 : English Paperback',1,11.00,'','','Berenstain TV Parent Pack','',469,0,0,0.77),(5,'f0c28e2b5901fb7ee893323df6ca2fc8','420 : Paperback English',1,10.00,'','','Click, Clack, Moo - Parent Pack','',483,0,0,0.70),(6,'f0c28e2b5901fb7ee893323df6ca2fc8','335 : Paperback English',1,10.00,'','','Corduroy Parent Pack','',485,0,0,0.70),(7,'f0c28e2b5901fb7ee893323df6ca2fc8','410 : Paperback English',1,12.00,'','','Green Eggs and Ham Parent Pack','',487,0,0,0.84),(8,'f0c28e2b5901fb7ee893323df6ca2fc8','340 : Paperback English',1,10.00,'','','Healthy Snacks Parent Pack','',463,0,0,0.70),(9,'f0c28e2b5901fb7ee893323df6ca2fc8','430 : English Paperback',1,10.00,'','','Swimmy Parent Pack','',493,0,0,0.70),(10,'f0c28e2b5901fb7ee893323df6ca2fc8','375 : Paperback English',1,10.00,'','','The Cat in the Hat - Parent Pack','',473,0,0,0.70),(11,'f0c28e2b5901fb7ee893323df6ca2fc8','450 : English Paperback',1,10.00,'','','The Vegetable Group Parent Pack','',499,0,0,0.70),(12,'f0c28e2b5901fb7ee893323df6ca2fc8','460 : English Paperback',1,10.00,'','','Where the Wild Things Are Parent Pack','',501,0,0,0.70),(13,'f0c28e2b5901fb7ee893323df6ca2fc8','Shipping',1,8.50,'','','','',0,0,0,0.00),(14,'39b03c3629a6cf394485fc71e8b8f77b','3432342 : test option',1,0.01,'','','Test Option Description','',625,1,0,0.10),(15,'39b03c3629a6cf394485fc71e8b8f77b','United States Postal Service (lbs) Shipping',1,0.01,'','','','',0,0,0,0.00),(16,'c32cc9b2655a0adebc2a713f352cf45f','3432342 : test option',1,0.01,'','','Test Option Description','',625,1,0,0.10),(17,'c32cc9b2655a0adebc2a713f352cf45f','United States Postal Service (lbs) Shipping',1,0.01,'','','','',0,0,0,0.00),(18,'e135eadbc9f85bd88af27379fdbf66a0','3432342 : test option',2,0.01,'','','Test Option Description','',625,1,0,0.10),(19,'e135eadbc9f85bd88af27379fdbf66a0','United States Postal Service (lbs) Shipping',1,0.01,'','','','',0,0,0,0.00),(20,'8005c83d3ad44cd8219f059cfade3bcd','405 : English Paperback',10,11.00,'','','Chrysanthemum Parent Pack','',480,1,0,0.84),(21,'8005c83d3ad44cd8219f059cfade3bcd','405 : Spanish Paperback',2,13.00,'','','Chrysanthemum Parent Pack','',480,2,0,0.91),(22,'8005c83d3ad44cd8219f059cfade3bcd','335 : Paperback English',8,11.00,'','','Corduroy Parent Pack','',485,1,0,0.77),(23,'8005c83d3ad44cd8219f059cfade3bcd','335 : Spanish Paperback',28,11.00,'','','Corduroy Parent Pack','',485,2,0,0.77),(24,'8005c83d3ad44cd8219f059cfade3bcd','430 : English Paperback',11,10.00,'','','Swimmy Parent Pack','',493,1,0,0.70),(25,'8005c83d3ad44cd8219f059cfade3bcd','430 : Spanish Paperback',1,11.00,'','','Swimmy Parent Pack','',493,2,0,0.77),(26,'8005c83d3ad44cd8219f059cfade3bcd','435 : English Paperback',15,11.00,'','','Tacky the Penguin Parent Pack','',495,1,0,0.77),(27,'8005c83d3ad44cd8219f059cfade3bcd','435 : Spanish Paperback',15,11.00,'','','Tacky the Penguin Parent Pack','',495,2,0,0.77),(28,'8005c83d3ad44cd8219f059cfade3bcd','365 : English Paperback with One-Page Guide',30,10.00,'','','Bully Blockers Parent Pack','',471,1,0,0.70),(29,'8005c83d3ad44cd8219f059cfade3bcd','425 : English Paperback',6,11.00,'','','The Keeping Quilt Parent Pack','',491,1,0,0.77),(30,'8005c83d3ad44cd8219f059cfade3bcd','United States Postal Service (lbs) Shipping',1,95.00,'','','','',0,0,0,0.00),(31,'c9df429620e6017006c89b640d6fcb53','365 : English Paperback with One-Page Guide',90,10.00,'','','Bully Blockers Parent Pack','',471,1,0,0.70),(32,'c9df429620e6017006c89b640d6fcb53','United States Postal Service (lbs) Shipping',1,60.00,'','','','',0,0,0,0.00),(33,'3a7c868335d0e4e6ae5ce20a7e305b6f','335 : Paperback English',9,12.00,'','','Corduroy Parent Pack','',485,1,0,0.77),(34,'3a7c868335d0e4e6ae5ce20a7e305b6f','425 : Spanish Paperback',19,11.00,'','','The Keeping Quilt Parent Pack','',491,2,0,0.77),(35,'3a7c868335d0e4e6ae5ce20a7e305b6f','United States Postal Service (lbs) Shipping',1,21.00,'','','','',0,0,0,0.00),(36,'5afe1700e159392e843ee521d4b59daf','420 : English paperback',1,13.75,'','','Click, Clack, Moo - Parent Pack','',483,1,0,0.77),(37,'5afe1700e159392e843ee521d4b59daf','410 : English hardcover',1,15.00,'','','Green Eggs and Ham Parent Pack','',487,1,0,0.91),(38,'5afe1700e159392e843ee521d4b59daf','415 : Englishp paperback',1,13.75,'','','The Hat Parent Pack','',489,1,0,0.84),(39,'5afe1700e159392e843ee521d4b59daf','340 : English paperback',1,16.00,'','','The Scrambeld States Parent Pack','',820,1,0,0.70),(40,'5afe1700e159392e843ee521d4b59daf','340 : Bilingual hardcover with English directions',1,23.00,'','','Healthy Snacks Parent Pack','',463,2,0,1.40),(41,'5afe1700e159392e843ee521d4b59daf','435 : English paperback',1,13.75,'','','Tacky the Penguin Parent Pack','',495,1,0,0.77),(42,'5afe1700e159392e843ee521d4b59daf','375 : Hardcover bilingual with English directions and cards ',1,16.00,'','','The Cat in the Hat - Parent Pack','',473,1,0,0.98),(43,'5afe1700e159392e843ee521d4b59daf','430 : English paperback',1,11.50,'','','Swimmy Parent Pack','',493,1,0,0.70),(44,'5afe1700e159392e843ee521d4b59daf','365 : English paperback with six page guide',1,17.25,'','','Bully Blockers Parent Pack','',471,2,0,1.05),(45,'5afe1700e159392e843ee521d4b59daf','460 : English paperback',1,15.00,'','','Where the Wild Things Are Parent Pack','',501,1,0,0.91),(46,'5afe1700e159392e843ee521d4b59daf','United States Postal Service (lbs) Shipping',1,9.00,'','','','',0,0,0,0.00),(47,'c86294892085706a437a2cbb3134c9cc','420 : English paperback',1,13.75,'','','Click, Clack, Moo - Parent Pack','',483,1,0,0.77),(48,'c86294892085706a437a2cbb3134c9cc','335 : English paperback',1,13.75,'','','Corduroy Parent Pack','',485,1,0,0.77),(49,'c86294892085706a437a2cbb3134c9cc','410 : English hardcover',1,15.00,'','','Green Eggs and Ham Parent Pack','',487,1,0,0.91),(50,'c86294892085706a437a2cbb3134c9cc','340 : English paperback',1,13.75,'','','Healthy Snacks Parent Pack','',463,1,0,0.84),(51,'c86294892085706a437a2cbb3134c9cc','390 : Bilingual hardcover with English directions',1,23.00,'','','The Cat in the Hat Dictionary - Parent Pack','',476,1,0,1.40),(52,'c86294892085706a437a2cbb3134c9cc','340 : English paperback',1,16.00,'','','The Scrambeld States Parent Pack','',820,1,0,0.70),(53,'c86294892085706a437a2cbb3134c9cc','455 : English hardcover',1,20.75,'','','Wiggle Parent Pack','',503,1,0,1.26),(54,'c86294892085706a437a2cbb3134c9cc','460 : English paperback',1,15.00,'','','Where the Wild Things Are Parent Pack','',501,1,0,0.91),(55,'c86294892085706a437a2cbb3134c9cc','360 : English paperback',1,11.50,'','','Berenstain TV Parent Pack','',469,1,0,0.77),(56,'c86294892085706a437a2cbb3134c9cc','435 : English paperback',1,13.75,'','','Tacky the Penguin Parent Pack','',495,1,0,0.77),(57,'c86294892085706a437a2cbb3134c9cc','United States Postal Service (lbs) Shipping',1,9.00,'','','','',0,0,0,0.00),(58,'4b229dd13bac6574afc5ab4c47ec7eb1','415 : Englishp paperback',1,13.75,'','','The Hat Parent Pack','',489,1,0,0.84),(59,'4b229dd13bac6574afc5ab4c47ec7eb1','United States Postal Service (lbs) Shipping',1,5.00,'','','','',0,0,0,0.00),(60,'9b0361e341b2aaaa7e4b16e98cccd161','120 : Paperback books',1,44.95,'','','Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit','',375,1,0,3.14),(61,'9b0361e341b2aaaa7e4b16e98cccd161','United States Postal Service (lbs) Shipping',1,5.00,'','','','',0,0,0,0.00),(62,'827c15f2811be657ca842e63217f3003','350 : Paperback English',3,12.50,'','','Alexander Parent Pack','',465,1,0,0.84),(63,'827c15f2811be657ca842e63217f3003','375 : Hardcover bilingual with English directions and cards ',1,16.00,'','','The Cat in the Hat - Parent Pack','',473,1,0,0.98),(64,'827c15f2811be657ca842e63217f3003','400 : English paperback',1,15.00,'','','Charlotte\\\'s Web - Parent Pack','',478,1,0,0.84),(65,'827c15f2811be657ca842e63217f3003','410 : English hardcover',1,15.00,'','','Green Eggs and Ham Parent Pack','',487,1,0,0.91),(66,'827c15f2811be657ca842e63217f3003','460 : English paperback',1,15.00,'','','Where the Wild Things Are Parent Pack','',501,1,0,0.91),(67,'827c15f2811be657ca842e63217f3003','United States Postal Service (lbs) Shipping',1,6.00,'','','','',0,0,0,0.00); /*!40000 ALTER TABLE `wp_eshop_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_orders` -- DROP TABLE IF EXISTS `wp_eshop_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `checkid` varchar(255) NOT NULL DEFAULT '', `status` set('Sent','Completed','Pending','Failed','Deleted','Waiting') NOT NULL DEFAULT 'Pending', `first_name` varchar(50) NOT NULL DEFAULT '', `last_name` varchar(50) NOT NULL DEFAULT '', `company` varchar(255) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `phone` varchar(30) NOT NULL DEFAULT '', `address1` varchar(255) NOT NULL DEFAULT '', `address2` varchar(255) NOT NULL DEFAULT '', `city` varchar(100) NOT NULL DEFAULT '', `state` varchar(100) NOT NULL DEFAULT '', `zip` varchar(20) NOT NULL DEFAULT '', `country` varchar(3) NOT NULL DEFAULT '', `reference` varchar(255) NOT NULL DEFAULT '', `ship_name` varchar(100) NOT NULL DEFAULT '', `ship_company` varchar(255) NOT NULL DEFAULT '', `ship_phone` varchar(30) NOT NULL DEFAULT '', `ship_address` varchar(255) NOT NULL DEFAULT '', `ship_city` varchar(100) NOT NULL DEFAULT '', `ship_state` varchar(100) NOT NULL DEFAULT '', `ship_postcode` varchar(20) NOT NULL DEFAULT '', `ship_country` varchar(3) NOT NULL DEFAULT '', `custom_field` varchar(15) NOT NULL DEFAULT '', `transid` varchar(255) NOT NULL DEFAULT '', `comments` text NOT NULL, `thememo` text NOT NULL, `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `downloads` set('yes','no') NOT NULL DEFAULT 'no', `admin_note` text NOT NULL, `paidvia` varchar(255) NOT NULL DEFAULT '', `affiliate` varchar(255) NOT NULL DEFAULT '', `user_id` int(11) NOT NULL, `user_notes` text NOT NULL, PRIMARY KEY (`id`), KEY `custom_field` (`checkid`), KEY `status` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_orders` -- LOCK TABLES `wp_eshop_orders` WRITE; /*!40000 ALTER TABLE `wp_eshop_orders` DISABLE KEYS */; INSERT INTO `wp_eshop_orders` VALUES (1,'f0c28e2b5901fb7ee893323df6ca2fc8','Deleted','Diana','Wertz','College Avenue Early Learning Center','manhattancaitc@sbcglobal.net','785-537-3626','1609 College Ave.','','Manhattan','17','66502','US','','Diana Wertz','College Avenue Early Learning Center','785-537-3626','1609 College Ave.','Manhattan','17','66502','US','20120308160157','Processing…','','','2012-03-09 10:37:28','no','','paypal','',0,''),(2,'39b03c3629a6cf394485fc71e8b8f77b','Deleted','Jeff','Abele','Move Creative','jeffabele@gmail.com','4027701654','8001 Bancroft Ave.','','Lincoln','28','68506','US','4323423','Jeff Abele','Move Creative','4027701654','8001 Bancroft Ave.','Lincoln','28','68506','US','20120309194520','Processing…','','','2012-03-09 14:45:26','no','','paypal','',1,''),(3,'c32cc9b2655a0adebc2a713f352cf45f','Deleted','Jeff','Abele','','jeffabele@gmail.com','4027701654','8001 Bancroft Ave.','','Lincoln','28','68506','US','4323423','Jeff Abele','Move Creative','4027701654','8001 Bancroft Ave.','Lincoln','28','68506','US','20120309194906','Processing…','','','2012-03-09 14:49:10','no','','paypal','',1,''),(4,'e135eadbc9f85bd88af27379fdbf66a0','Completed','Jeff','Abele','','jeffabele@gmail.com','4027701654','8001 Bancroft Ave.','','Lincoln','28','68506','US','4323423','Jeff Abele','Move Creative','4027701654','8001 Bancroft Ave.','Lincoln','28','68506','US','20120309195339','9V181359L96942249','','','2012-03-09 14:53:44','no','','paypal','',1,''),(5,'8005c83d3ad44cd8219f059cfade3bcd','Completed','Erika','Hamilton','Nebraska Humanities Council','erika@nebraskahumanities.org','402-474-2131','215 Centennial Mall South','Suite 330','Lincoln','28','68508','US','Prime Time','Erika Hamilton','Nebraska Humanities Council','402-474-2131','215 Centennial Mall South, Suite 330','Lincoln','28','68508','US','20120310024526','3V973211HF992304A','','','2012-03-09 21:46:35','no','','paypal','',0,''),(6,'c9df429620e6017006c89b640d6fcb53','Failed','Erika','Hamilton','Nebraska Humanities Council','erika@nebraskahumanities.org','402-474-2131','215 Centennial Mall South','Suite 330','Lincoln','28','68508','US','','Erika Hamilton','Nebraska Humanities Council','402-474-2131','215 Centennial Mall South, Suite 330','Lincoln','28','68508','US','20120822173604','51M430865X551674C','Please arrange in boxes of 30. Thanks!','','2012-08-22 13:36:59','no','','paypal','',0,''),(7,'3a7c868335d0e4e6ae5ce20a7e305b6f','Completed','Erika','Hamilton','Nebraska Humanities Council','erika@nebraskahumanities.org','402-474-2131','215 Centennial Mall South','Suite 330','Lincoln','28','68508','US','','Erika Hamilton','Nebraska Humanities Council','402-474-2131','215 Centennial Mall South, Suite 330','Lincoln','28','68508','US','20121012181102','18U19403456269455','Is it possible to receive these by October 22 or October 26?','','2012-10-12 14:11:38','no','','paypal','',0,''),(8,'5afe1700e159392e843ee521d4b59daf','Completed','Sarah','Gearhart','Homewood Public Library','sarahg@homewoodlibrary.net','7087980121ext.284','17917 Dixie Highway','','Homewood','14','60430','US','Youth AV','Sarah Gearhart','Homewood Public Library','7087980121ext.284','17917 Dixie Highway','Homewood','14','60430','US','20130502223706','7L214473T36607237','','','2013-05-02 18:37:14','no','','paypal','',0,''),(9,'c86294892085706a437a2cbb3134c9cc','Failed','Victoria','Johnson','Literacy Volunteers of Central Connecticut','lvccfamlit@gmail.com','8602297323','20 High Street','','New Britain','8','06051','US','3rd Floor','Vicki Johnson','Literacy Volunteers of Central Connecticut','8602297323','20 High Street','New Britain','8','06051','US','20130716202213','83P736259R563021R - Fraud','Address and send to Literacy Volunteers of Central Connecticut.','','2013-07-16 16:22:53','no','','paypal','',0,''),(10,'4b229dd13bac6574afc5ab4c47ec7eb1','Failed','Youth','AV','Homewood Public Library','sarahg@homewoodlibrary.net','7087980121 ext.284','17917 Dixie Highway','','Homewood','14','60430','US','','Youth AV','Homewood Public Library','7087980121 ext.284','17917 Dixie Highway','Homewood','14','60430','US','20140612223843','1GL42433X50130226 - Fraud','','','2014-06-12 17:38:51','no','','paypal','',0,''),(11,'9b0361e341b2aaaa7e4b16e98cccd161','Waiting','Jeff','Abele','','jeffabele@gmail.com','4027701654','6321 Blackstone Road','','Lincoln','28','68526','US','','Jeff Abele','','4027701654','6321 Blackstone Road','Lincoln','28','68526','US','20140925152235','16699198815424333b79854','','','2014-09-25 10:22:44','no','','Call to Order','',1,''),(12,'827c15f2811be657ca842e63217f3003','Waiting','Susie','Nowlin','USD 404 Riverton','snowlin@usd404.org','620-848-3386','PO Box 290','','Riverton','17','66770','US','0020150575','Jennifer Edwards','Riverton Elementary','620-848-4078','7166 SE 70th St','Riverton','17','66770','US','20141023135946','1871404947544909d24a29a','','','2014-10-23 09:00:44','no','','Call to Order','',0,''); /*!40000 ALTER TABLE `wp_eshop_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_rates` -- DROP TABLE IF EXISTS `wp_eshop_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_rates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `class` varchar(3) NOT NULL DEFAULT '', `items` smallint(2) NOT NULL DEFAULT '0', `zone1` float(16,2) NOT NULL DEFAULT '0.00', `zone2` float(16,2) NOT NULL DEFAULT '0.00', `zone3` float(16,2) NOT NULL DEFAULT '0.00', `zone4` float(16,2) NOT NULL DEFAULT '0.00', `zone5` float(16,2) NOT NULL DEFAULT '0.00', `zone6` float(16,2) NOT NULL DEFAULT '0.00', `zone7` float(16,2) NOT NULL DEFAULT '0.00', `zone8` float(16,2) NOT NULL DEFAULT '0.00', `zone9` float(16,2) NOT NULL DEFAULT '0.00', `weight` float(16,2) NOT NULL DEFAULT '0.00', `maxweight` varchar(16) NOT NULL DEFAULT '', `area` varchar(50) NOT NULL DEFAULT '', `rate_type` varchar(255) NOT NULL DEFAULT 'shipping', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=827 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_rates` -- LOCK TABLES `wp_eshop_rates` WRITE; /*!40000 ALTER TABLE `wp_eshop_rates` DISABLE KEYS */; INSERT INTO `wp_eshop_rates` VALUES (1,'A',1,10.00,15.00,20.00,25.00,30.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(2,'B',1,15.00,20.00,30.00,40.00,50.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(3,'C',1,40.00,45.00,50.00,50.00,50.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(4,'D',1,30.00,35.00,40.00,40.00,40.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(5,'E',1,50.00,60.00,70.00,80.00,90.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(6,'A',2,5.00,8.00,10.00,15.00,10.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(7,'B',2,7.00,10.00,20.00,20.00,15.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(8,'C',2,20.00,25.00,40.00,25.00,20.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(9,'D',2,15.00,25.00,30.00,20.00,25.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(10,'E',2,25.00,30.00,60.00,40.00,30.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(756,'1',0,5.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,'','country','ship_weight'),(757,'1',0,5.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,5.00,'','country','ship_weight'),(758,'1',0,5.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,5.50,'','country','ship_weight'),(759,'1',0,6.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,6.00,'','country','ship_weight'),(760,'1',0,6.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,6.50,'','country','ship_weight'),(761,'1',0,7.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,7.00,'','country','ship_weight'),(762,'1',0,7.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,7.50,'','country','ship_weight'),(763,'1',0,8.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,8.00,'','country','ship_weight'),(764,'1',0,8.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,8.50,'','country','ship_weight'),(765,'1',0,9.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,9.00,'','country','ship_weight'),(766,'1',0,9.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,9.50,'','country','ship_weight'),(767,'1',0,10.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,10.00,'','country','ship_weight'),(768,'1',0,10.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,10.50,'','country','ship_weight'),(769,'1',0,11.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,11.00,'','country','ship_weight'),(770,'1',0,11.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,11.50,'','country','ship_weight'),(771,'1',0,12.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,12.00,'','country','ship_weight'),(772,'1',0,12.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,12.50,'','country','ship_weight'),(773,'1',0,13.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,13.00,'','country','ship_weight'),(774,'1',0,13.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,13.50,'','country','ship_weight'),(775,'1',0,14.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,14.00,'','country','ship_weight'),(776,'1',0,14.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,14.50,'','country','ship_weight'),(777,'1',0,15.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,15.00,'','country','ship_weight'),(778,'1',0,15.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,15.50,'','country','ship_weight'),(779,'1',0,16.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,16.00,'','country','ship_weight'),(780,'1',0,16.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,16.50,'','country','ship_weight'),(781,'1',0,17.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,17.00,'','country','ship_weight'),(782,'1',0,17.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,17.50,'','country','ship_weight'),(783,'1',0,18.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,18.00,'','country','ship_weight'),(784,'1',0,18.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,18.50,'','country','ship_weight'),(785,'1',0,19.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,19.00,'','country','ship_weight'),(786,'1',0,19.50,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,19.50,'','country','ship_weight'),(787,'1',0,20.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,20.00,'','country','ship_weight'),(788,'1',0,21.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,21.00,'','country','ship_weight'),(789,'1',0,22.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,22.00,'','country','ship_weight'),(790,'1',0,23.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,23.00,'','country','ship_weight'),(791,'1',0,24.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,24.00,'','country','ship_weight'),(792,'1',0,25.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,25.00,'','country','ship_weight'),(793,'1',0,26.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,26.00,'','country','ship_weight'),(794,'1',0,27.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,27.00,'','country','ship_weight'),(795,'1',0,28.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,28.00,'','country','ship_weight'),(796,'1',0,29.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,29.00,'','country','ship_weight'),(797,'1',0,30.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,30.00,'','country','ship_weight'),(798,'1',0,32.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,32.00,'','country','ship_weight'),(799,'1',0,34.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,34.00,'','country','ship_weight'),(800,'1',0,36.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,36.00,'','country','ship_weight'),(801,'1',0,38.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,38.00,'','country','ship_weight'),(802,'1',0,40.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,40.00,'','country','ship_weight'),(803,'1',0,45.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,45.00,'','country','ship_weight'),(804,'1',0,50.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,50.00,'','country','ship_weight'),(805,'1',0,55.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,55.00,'','country','ship_weight'),(806,'1',0,60.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,60.00,'','country','ship_weight'),(807,'1',0,65.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,65.00,'','country','ship_weight'),(808,'1',0,70.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,70.00,'','country','ship_weight'),(809,'1',0,75.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,75.00,'','country','ship_weight'),(810,'1',0,80.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,80.00,'','country','ship_weight'),(811,'1',0,85.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,85.00,'','country','ship_weight'),(812,'1',0,90.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,90.00,'','country','ship_weight'),(813,'1',0,95.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,95.00,'','country','ship_weight'),(814,'1',0,100.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,100.00,'','country','ship_weight'),(815,'1',0,120.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,120.00,'','country','ship_weight'),(816,'1',0,140.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,140.00,'','country','ship_weight'),(817,'1',0,160.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,160.00,'','country','ship_weight'),(818,'1',0,180.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,180.00,'','country','ship_weight'),(819,'1',0,200.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,200.00,'','country','ship_weight'),(820,'1',0,250.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,250.00,'','country','ship_weight'),(821,'1',0,300.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,300.00,'','country','ship_weight'),(822,'1',0,350.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,350.00,'','country','ship_weight'),(823,'1',0,400.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,400.00,'','country','ship_weight'),(824,'1',0,500.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,500.00,'','country','ship_weight'),(825,'1',0,600.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,600.00,'','country','ship_weight'),(826,'1',0,700.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,700.00,'','country','ship_weight'); /*!40000 ALTER TABLE `wp_eshop_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_states` -- DROP TABLE IF EXISTS `wp_eshop_states`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_states` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` char(4) NOT NULL DEFAULT '', `stateName` varchar(30) NOT NULL DEFAULT '', `zone` tinyint(1) NOT NULL DEFAULT '0', `list` char(2) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `zone` (`zone`) ) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_states` -- LOCK TABLES `wp_eshop_states` WRITE; /*!40000 ALTER TABLE `wp_eshop_states` DISABLE KEYS */; INSERT INTO `wp_eshop_states` VALUES (1,'AK','Alaska',5,'US'),(2,'HI','Hawaii',5,'US'),(3,'AL','Alabama',2,'US'),(4,'AZ','Arizona',4,'US'),(5,'AR','Arkansas',3,'US'),(6,'CA','California',5,'US'),(7,'CO','Colorado',4,'US'),(8,'CT','Connecticut',1,'US'),(9,'DE','Delaware',2,'US'),(10,'DC','District Of Columbia',2,'US'),(11,'FL','Florida',2,'US'),(12,'GA','Georgia',2,'US'),(13,'ID','Idaho',4,'US'),(14,'IL','Illinois',3,'US'),(15,'IN','Indiana',2,'US'),(16,'IA','Iowa',3,'US'),(17,'KS','Kansas',3,'US'),(18,'KY','Kentucky',2,'US'),(19,'LA','Louisiana',3,'US'),(20,'ME','Maine',1,'US'),(21,'MD','Maryland',2,'US'),(22,'MA','Massachusetts',1,'US'),(23,'MI','Michigan',2,'US'),(24,'MN','Minnesota',3,'US'),(25,'MS','Mississippi',3,'US'),(26,'MO','Missouri',3,'US'),(27,'MT','Montana',4,'US'),(28,'NE','Nebraska',3,'US'),(29,'NV','Nevada',5,'US'),(30,'NH','New Hampshire',1,'US'),(31,'NJ','New Jersey',2,'US'),(32,'NM','New Mexico',4,'US'),(33,'NY','New York',2,'US'),(34,'NC','North Carolina',2,'US'),(35,'ND','North Dakota',3,'US'),(36,'OH','Ohio',2,'US'),(37,'OK','Oklahoma',3,'US'),(38,'OR','Oregon',5,'US'),(39,'PA','Pennsylvania',2,'US'),(40,'RI','Rhode Island',1,'US'),(41,'SC','South Carolina',2,'US'),(42,'SD','South Dakota',3,'US'),(43,'TN','Tennessee',3,'US'),(44,'TX','Texas',3,'US'),(45,'UT','Utah',4,'US'),(46,'VT','Vermont',1,'US'),(47,'VA','Virginia',2,'US'),(48,'WA','Washington',5,'US'),(49,'WV','West Virginia',2,'US'),(50,'WI','Wisconsin',3,'US'),(51,'WY','Wyoming',4,'US'),(52,'AB','Alberta',3,'CA'),(53,'BC','British Columbia',3,'CA'),(54,'MB','Manitoba',3,'CA'),(55,'NB','New Brunswick',3,'CA'),(56,'NL','Newfoundland & Labrador',3,'CA'),(57,'NT','Northwest Territories',3,'CA'),(58,'NU','Nunavut',3,'CA'),(59,'NS','Nova Scotia',3,'CA'),(60,'ON','Ontario',3,'CA'),(61,'PE','Prince Edward Island',3,'CA'),(62,'QC','Quebec',3,'CA'),(63,'SK','Saskatchewan',3,'CA'),(64,'YU','Yukon',3,'CA'),(65,'Lond','London',1,'GB'),(66,'Beds','Bedfordshire',1,'GB'),(67,'Buck','Buckinghamshire',1,'GB'),(68,'Camb','Cambridgeshire',1,'GB'),(69,'Ches','Cheshire',1,'GB'),(70,'Corn','Cornwall and Isles of Scilly',1,'GB'),(71,'Cumb','Cumbria',1,'GB'),(72,'Derb','Derbyshire',1,'GB'),(73,'Dev','Devon',1,'GB'),(74,'Dors','Dorset',1,'GB'),(75,'Durh','Durham',1,'GB'),(76,'ESus','East Sussex',1,'GB'),(77,'Esse','Essex',1,'GB'),(78,'Glos','Gloucestershire',1,'GB'),(79,'GL','Greater London',1,'GB'),(80,'GM','Greater Manchester',1,'GB'),(81,'Hamp','Hampshire',1,'GB'),(82,'Hert','Hertfordshire',1,'GB'),(83,'Kent','Kent',1,'GB'),(84,'Lanc','Lancashire',1,'GB'),(85,'Leic','Leicestershire',1,'GB'),(86,'Linc','Lincolnshire',1,'GB'),(87,'Mers','Merseyside',1,'GB'),(88,'Norf','Norfolk',1,'GB'),(89,'NYor','North Yorkshire',1,'GB'),(90,'Nort','Northamptonshire',1,'GB'),(91,'Norh','Northumberland',1,'GB'),(92,'Nott','Nottinghamshire',1,'GB'),(93,'Ox','Oxfordshire',1,'GB'),(94,'Shrp','Shropshire',1,'GB'),(95,'Som','Somerset',1,'GB'),(96,'SYor','South Yorkshire',1,'GB'),(97,'Staf','Staffordshire',1,'GB'),(98,'Suff','Suffolk',1,'GB'),(99,'Surr','Surrey',1,'GB'),(100,'Tyne','Tyne and Wear',1,'GB'),(101,'Warw','Warwickshire',1,'GB'),(102,'WMid','West Midlands',1,'GB'),(103,'WSus','West Sussex',1,'GB'),(104,'WYor','West Yorkshire',1,'GB'),(105,'Wilt','Wiltshire',1,'GB'),(106,'Worc','Worcestershire',1,'GB'),(107,'Flin','Flintshire',1,'GB'),(108,'Glam','Glamorgan',1,'GB'),(109,'Meri','Merionethshire',1,'GB'),(110,'Mon','Monmouthshire',1,'GB'),(111,'Mont','Montgomeryshire',1,'GB'),(112,'Pemb','Pembrokeshire',1,'GB'),(113,'Radn','Radnorshire',1,'GB'),(114,'Angl','Anglesey',1,'GB'),(115,'Brec','Breconshire',1,'GB'),(116,'Caer','Caernarvonshire',1,'GB'),(117,'Card','Cardiganshire',1,'GB'),(118,'Carm','Carmarthenshire',1,'GB'),(119,'Denb','Denbighshire',1,'GB'),(120,'Kirk','Kirkcudbrightshire',1,'GB'),(121,'Lana','Lanarkshire',1,'GB'),(122,'Midl','Midlothian',1,'GB'),(123,'Mora','Moray',1,'GB'),(124,'Nair','Nairnshire',1,'GB'),(125,'Orkn','Orkney',1,'GB'),(126,'Peeb','Peebleshire',1,'GB'),(127,'Pert','Perthshire',1,'GB'),(128,'Renf','Renfrewshire',1,'GB'),(129,'Ross','Ross & Cromarty',1,'GB'),(130,'Roxb','Roxburghshire',1,'GB'),(131,'Selk','Selkirkshire',1,'GB'),(132,'Shet','Shetland',1,'GB'),(133,'Stir','Stirlingshire',1,'GB'),(134,'Suth','Sutherland',1,'GB'),(135,'WLot','West Lothian',1,'GB'),(136,'Wigt','Wigtownshire',1,'GB'),(137,'Aber','Aberdeenshire',1,'GB'),(138,'Angu','Angus',1,'GB'),(139,'Argy','Argyll',1,'GB'),(140,'Ayrs','Ayrshire',1,'GB'),(141,'Banf','Banffshire',1,'GB'),(142,'Berw','Berwickshire',1,'GB'),(143,'Bute','Bute',1,'GB'),(144,'Cait','Caithness',1,'GB'),(145,'Clac','Clackmannanshire',1,'GB'),(146,'Dumf','Dumfriesshire',1,'GB'),(147,'Dumb','Dumbartonshire',1,'GB'),(148,'ELot','East Lothian',1,'GB'),(149,'Fife','Fife',1,'GB'),(150,'Inve','Inverness',1,'GB'),(151,'Kinc','Kincardineshire',1,'GB'),(152,'Kinr','Kinross-shire',1,'GB'); /*!40000 ALTER TABLE `wp_eshop_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_stock` -- DROP TABLE IF EXISTS `wp_eshop_stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL DEFAULT '0', `option_id` int(11) NOT NULL DEFAULT '0', `available` int(11) NOT NULL DEFAULT '0', `purchases` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `post_id` (`post_id`,`available`,`purchases`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_stock` -- LOCK TABLES `wp_eshop_stock` WRITE; /*!40000 ALTER TABLE `wp_eshop_stock` DISABLE KEYS */; INSERT INTO `wp_eshop_stock` VALUES (1,625,1,0,2),(2,480,1,0,10),(3,480,2,0,2),(4,485,1,-9,17),(5,485,2,0,28),(6,493,1,-1,12),(7,493,2,0,1),(8,495,1,-1,16),(9,495,2,0,15),(10,471,1,0,30),(11,491,1,0,6),(12,491,2,0,19),(13,483,1,0,1),(14,487,1,-1,2),(15,489,1,0,1),(16,820,1,0,1),(17,463,2,0,1),(18,473,1,-1,2),(19,471,2,0,1),(20,501,1,-1,2),(21,375,1,0,1),(22,465,1,0,3),(23,478,1,0,1); /*!40000 ALTER TABLE `wp_eshop_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_litespeed_img_optm` -- DROP TABLE IF EXISTS `wp_litespeed_img_optm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_litespeed_img_optm` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `optm_status` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `src` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `srcpath_md5` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `src_md5` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `root_id` int(11) NOT NULL DEFAULT '0', `src_filesize` int(11) NOT NULL DEFAULT '0', `target_filesize` int(11) NOT NULL DEFAULT '0', `target_saved` int(11) NOT NULL DEFAULT '0', `webp_filesize` int(11) NOT NULL DEFAULT '0', `webp_saved` int(11) NOT NULL DEFAULT '0', `server_info` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `post_id_2` (`post_id`,`srcpath_md5`), KEY `post_id` (`post_id`), KEY `optm_status` (`optm_status`), KEY `root_id` (`root_id`), KEY `src_md5` (`src_md5`), KEY `srcpath_md5` (`srcpath_md5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_litespeed_img_optm` -- LOCK TABLES `wp_litespeed_img_optm` WRITE; /*!40000 ALTER TABLE `wp_litespeed_img_optm` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_litespeed_img_optm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_litespeed_optimizer` -- DROP TABLE IF EXISTS `wp_litespeed_optimizer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_litespeed_optimizer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hash_name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'hash.filetype', `src` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'full url array set', `dateline` int(11) NOT NULL, `refer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The container page url', PRIMARY KEY (`id`), UNIQUE KEY `hash_name` (`hash_name`), KEY `dateline` (`dateline`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_litespeed_optimizer` -- LOCK TABLES `wp_litespeed_optimizer` WRITE; /*!40000 ALTER TABLE `wp_litespeed_optimizer` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_litespeed_optimizer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) DEFAULT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1573623 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.learningconnectionsweb.com','yes'),(2,'blogname','Learning Connections','yes'),(3,'blogdescription','Reading Solutions','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','jeffabele@gmail.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','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','1','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:10:{i:0;s:21:\"DDSlider/DDSlider.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:28:\"category-posts/cat-posts.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:33:\"duplicate-post/duplicate-post.php\";i:5;s:15:\"eshop/eshop.php\";i:6;s:45:\"gold_cart_files_plugin/gold_shopping_cart.php\";i:8;s:43:\"post-plugin-library/post-plugin-library.php\";i:9;s:36:\"recent-posts-plugin/recent-posts.php\";i:10;s:34:\"wp-e-commerce/wp-shopping-cart.php\";}','yes'),(37,'home','http://www.learningconnectionsweb.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:3:{i:0;s:57:\"/home/learning/public_html/wp-content/themes/lc/style.css\";i:2;s:87:\"/home/movecrea/public_html/new/lc/wp-content/plugins/wp-e-commerce/wp-shopping-cart.php\";i:3;s:0:\"\";}','no'),(45,'template','lc','yes'),(46,'stylesheet','lc','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','44719','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','wp-content/uploads','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','page','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','2','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:66:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:17:\"read_wpsc-product\";b:1;s:22:\"read_wpsc-product-file\";b:1;s:5:\"eShop\";b:1;s:11:\"eShop_admin\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:5:\"eShop\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:16:{i:0;s:13:\"eshopw_prod-2\";i:1;s:7:\"pages-2\";i:2;s:21:\"wpsc_categorisation-3\";i:3;s:20:\"wpsc_shopping_cart-3\";i:4;s:12:\"recent-posts\";i:5;s:7:\"links-2\";i:6;s:6:\"text-2\";i:7;s:5:\"rss-2\";i:8;s:11:\"tag_cloud-2\";i:9;s:10:\"nav_menu-2\";i:10;s:21:\"wpsc_categorisation-2\";i:11;s:8:\"search-2\";i:12;s:17:\"recent-comments-2\";i:13;s:10:\"archives-2\";i:14;s:12:\"categories-2\";i:15;s:6:\"meta-2\";}s:19:\"top-sidebar-widgets\";a:1:{i:0;s:16:\"category-posts-2\";}s:25:\"secondary-sidebar-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(109,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(135,'cron','a:15:{i:1566333164;a:1:{s:36:\"_wpsc_delete_expired_visitors_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1566334029;a:1:{s:21:\"wpsc_hourly_cron_task\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1566335602;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1566345600;a:1:{s:11:\"eshop_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566347846;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:1566349790;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;}}}i:1566359793;a:1:{s:25:\"wpsc_twicedaily_cron_task\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1566384820;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566391302;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:1566391362;a:1:{s:21:\"wpsc_daily_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566393201;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566402993;a:1:{s:20:\"wpsc_daily_cron_task\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566415197;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566828280;a:1:{s:21:\"wpsc_weekly_cron_task\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(142,'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:37:\"http://www.learningconnectionsweb.com\";s:4:\"link\";s:113:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.learningconnectionsweb.com/\";s:3:\"url\";s:146:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.learningconnectionsweb.com/\";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'),(168,'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'),(169,'wpsc_checkout_form_sets','a:1:{i:0;s:22:\"Default Checkout Forms\";}','yes'),(170,'wpsc_purchaselogs_fixed','1','yes'),(171,'wpsc_version','3.8','yes'),(172,'country_form_field','','yes'),(173,'email_form_field','','yes'),(174,'wpsc_minor_version','57','yes'),(175,'show_thumbnails','1','yes'),(176,'show_products_rss','1','yes'),(177,'product_image_width','120','yes'),(178,'product_image_height','120','yes'),(179,'category_image_width','96','yes'),(180,'category_image_height','96','yes'),(181,'product_list_url','http://www.learningconnectionsweb.com/?page_id=4','yes'),(182,'shopping_cart_url','http://www.learningconnectionsweb.com/?page_id=5','yes'),(183,'checkout_url','http://www.learningconnectionsweb.com/?page_id=5','yes'),(184,'transact_url','http://www.learningconnectionsweb.com/?page_id=6','yes'),(185,'payment_gateway','wpsc_merchant_paypal_standard','yes'),(186,'cart_location','4','yes'),(187,'currency_type','136','yes'),(188,'currency_sign_location','3','yes'),(189,'gst_rate','1','yes'),(190,'max_downloads','1','yes'),(191,'display_pnp','0','yes'),(192,'display_specials','1','yes'),(193,'do_not_use_shipping','0','yes'),(194,'postage_and_packaging','0','yes'),(195,'purch_log_email','judy@learningconnectionsweb.com','yes'),(196,'return_email','judy@learningconnectionsweb.com','yes'),(197,'terms_and_conditions','','yes'),(198,'google_key','none','yes'),(199,'google_id','none','yes'),(200,'default_brand','none','yes'),(201,'wpsc_default_category','all','yes'),(202,'product_view','list','yes'),(203,'add_plustax','1','yes'),(204,'nzshpcrt_first_load','0','yes'),(205,'show_categorybrands','2','yes'),(206,'paypal_business','','yes'),(207,'paypal_url','','yes'),(208,'paypal_ipn','1','yes'),(209,'paypal_multiple_business','judy@learningconnectionsweb.com','yes'),(210,'paypal_multiple_url','https://www.paypal.com/cgi-bin/webscr','yes'),(211,'product_ratings','0','yes'),(212,'wpsc_email_receipt','Thank you for your purchase from Learning Connections. We will get your product shipped out as soon as possible. Here is what we will be sending you:\r\n%product_list%%total_shipping%%total_price%','yes'),(213,'wpsc_email_admin','%product_list%%total_shipping%%total_price%','yes'),(214,'wpsc_selected_theme','default','yes'),(215,'single_view_image_height','210','yes'),(216,'single_view_image_width','300','yes'),(217,'wpsc_gallery_image_height','250','yes'),(218,'wpsc_gallery_image_width','250','yes'),(219,'custom_gateway_options','a:1:{i:0;s:29:\"wpsc_merchant_paypal_standard\";}','yes'),(220,'wpsc_category_url_cache','a:0:{}','yes'),(221,'user_account_url','http://www.learningconnectionsweb.com/?page_id=7','yes'),(222,'widget_wpsc_categorisation','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:12:\"Our Products\";s:14:\"categorisation\";N;s:5:\"image\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(223,'wpsc_trackingid_subject','Product Tracking Email','yes'),(224,'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.\r\n\r\nTracking ID: %trackid%\r\n','yes'),(233,'wpsc_product_page_order','a:7:{i:0;s:35:\"wpsc_product_category_and_tag_forms\";i:1;s:34:\"wpsc_product_price_and_stock_forms\";i:2;s:27:\"wpsc_product_shipping_forms\";i:3;s:28:\"wpsc_product_variation_forms\";i:4;s:27:\"wpsc_product_advanced_forms\";i:5;s:24:\"wpsc_product_image_forms\";i:6;s:27:\"wpsc_product_download_forms\";}','yes'),(234,'base_country','US','yes'),(235,'usps_test_server','','yes'),(236,'wpsc_ups_services','','yes'),(237,'base_region','40','yes'),(238,'mods_Twenty Ten','a:1:{s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:0;}}','yes'),(239,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(256,'payment_gateway_names','a:4:{i:0;s:11:\"Credit Card\";i:1;s:11:\"Credit Card\";s:15:\"paypal_multiple\";s:6:\"PayPal\";s:29:\"wpsc_merchant_paypal_standard\";s:6:\"PayPal\";}','yes'),(257,'paypal_curcode','USD','yes'),(258,'address_override','0','yes'),(259,'paypal_ship','0','yes'),(260,'paypal_form_first_name','2','yes'),(261,'paypal_form_last_name','3','yes'),(262,'paypal_form_address','4','yes'),(263,'paypal_form_city','5','yes'),(264,'paypal_form_state','14','yes'),(265,'paypal_form_post_code','16','yes'),(266,'paypal_form_country','15','yes'),(271,'mods_Jenny','a:1:{s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:3;s:11:\"footer-menu\";i:5;}}','yes'),(280,'wpsc_special_description','0','yes'),(290,'widget_wp_shopping_cart','a:2:{s:5:\"title\";s:4:\"Cart\";s:11:\"hideonempty\";b:0;}','yes'),(291,'multi_add','1','yes'),(292,'wpsc_sort_by','name','yes'),(293,'wpsc_dropshop_theme','light','yes'),(294,'wpsc_comments_which_products','1','yes'),(295,'show_breadcrumbs','0','yes'),(296,'wpsc_unique_names','a:16:{i:0;s:16:\"billingfirstname\";i:1;s:15:\"billinglastname\";i:2;s:14:\"billingaddress\";i:3;s:11:\"billingcity\";i:4;s:14:\"billingcountry\";i:5;s:12:\"billingemail\";i:6;s:12:\"billingphone\";i:7;s:15:\"billingpostcode\";i:8;s:16:\"delivertoafriend\";i:9;s:17:\"shippingfirstname\";i:10;s:16:\"shippinglastname\";i:11;s:15:\"shippingaddress\";i:12;s:12:\"shippingcity\";i:13;s:13:\"shippingstate\";i:14;s:15:\"shippingcountry\";i:15;s:16:\"shippingpostcode\";}','yes'),(297,'shippingsameasbilling','1','yes'),(304,'recent-posts','a:39:{s:16:\"widget_condition\";s:0:\"\";s:17:\"widget_parameters\";s:0:\"\";s:7:\"feed_on\";s:5:\"false\";s:13:\"feed_priority\";s:2:\"10\";s:15:\"feed_parameters\";s:75:\"prefix=<strong>Recent Posts:</strong><ul class=\"recent-posts\">&suffix=</ul>\";s:9:\"append_on\";s:5:\"false\";s:15:\"append_priority\";s:2:\"10\";s:17:\"append_parameters\";s:67:\"prefix=<h3>Recent Posts:</h3><ul class=\"recent-posts\">&suffix=</ul>\";s:16:\"append_condition\";s:11:\"is_single()\";s:5:\"limit\";i:3;s:4:\"skip\";i:0;s:3:\"age\";a:3:{s:9:\"direction\";s:4:\"none\";s:6:\"length\";i:0;s:8:\"duration\";s:5:\"month\";}s:7:\"divider\";s:0:\"\";s:17:\"omit_current_post\";s:5:\"false\";s:12:\"show_private\";s:5:\"false\";s:10:\"show_pages\";s:5:\"false\";s:16:\"show_attachments\";s:5:\"false\";s:9:\"none_text\";s:10:\"None Found\";s:7:\"no_text\";s:5:\"false\";s:7:\"tag_str\";s:0:\"\";s:13:\"excluded_cats\";s:0:\"\";s:13:\"included_cats\";s:0:\"\";s:16:\"excluded_authors\";s:0:\"\";s:16:\"included_authors\";s:0:\"\";s:14:\"included_posts\";s:0:\"\";s:14:\"excluded_posts\";s:0:\"\";s:10:\"stripcodes\";a:1:{i:0;a:0:{}}s:6:\"prefix\";s:4:\"<ul>\";s:6:\"suffix\";s:5:\"</ul>\";s:15:\"output_template\";s:29:\"<li>{link}</li>\r\n{snippet}...\";s:9:\"match_cat\";s:5:\"false\";s:10:\"match_tags\";s:5:\"false\";s:12:\"match_author\";s:5:\"false\";s:14:\"content_filter\";s:5:\"false\";s:6:\"custom\";a:3:{s:3:\"key\";s:0:\"\";s:2:\"op\";s:1:\"=\";s:5:\"value\";s:0:\"\";}s:4:\"sort\";a:6:{s:3:\"by1\";s:0:\"\";s:6:\"order1\";i:4;s:5:\"case1\";s:5:\"false\";s:3:\"by2\";s:0:\"\";s:6:\"order2\";i:4;s:5:\"case2\";s:5:\"false\";}s:14:\"group_template\";s:0:\"\";s:13:\"date_modified\";s:5:\"false\";s:6:\"status\";a:4:{s:7:\"publish\";s:4:\"true\";s:7:\"private\";s:5:\"false\";s:5:\"draft\";s:5:\"false\";s:6:\"future\";s:5:\"false\";}}','yes'),(306,'widget_rrm_recent_posts','a:3:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:2;s:9:\"condition\";s:0:\"\";}','yes'),(316,'show_category_count','0','yes'),(318,'current_theme','lc','yes'),(323,'DDSliderOptions','a:2:{s:0:\"\";a:33:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:6:\"height\";s:3:\"300\";s:5:\"width\";s:3:\"960\";s:5:\"trans\";s:6:\"random\";s:5:\"delay\";s:2:\"50\";s:8:\"waitTime\";s:4:\"5000\";s:8:\"duration\";s:3:\"500\";s:9:\"stopSlide\";s:1:\"1\";s:4:\"bars\";s:2:\"15\";s:7:\"columns\";s:2:\"10\";s:4:\"rows\";s:1:\"3\";s:4:\"ease\";s:5:\"swing\";s:8:\"selector\";s:0:\"\";s:9:\"prevSlide\";s:0:\"\";s:9:\"nextSlide\";s:0:\"\";s:12:\"crop_quality\";i:90;s:15:\"automaticArrows\";s:2:\"on\";s:18:\"automaticSelectors\";s:2:\"on\";s:13:\"arrowPosition\";s:10:\"bottomLeft\";s:14:\"leftArrowWidth\";i:22;s:15:\"leftArrowHeight\";i:22;s:15:\"rightArrowWidth\";i:22;s:16:\"rightArrowHeight\";i:22;s:16:\"selectorPosition\";s:11:\"bottomRight\";s:16:\"selectorOffWidth\";i:10;s:17:\"selectorOffHeight\";i:10;s:15:\"selectorOnWidth\";i:10;s:16:\"selectorOnHeight\";i:10;s:14:\"leftArrowImage\";s:86:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/arrowLeft.png\";s:15:\"rightArrowImage\";s:87:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/arrowRight.png\";s:16:\"selectorOffImage\";s:88:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/selectorOff.png\";s:15:\"selectorOnImage\";s:87:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/selectorOn.png\";}s:4:\"Test\";a:34:{s:4:\"name\";s:4:\"Test\";s:11:\"description\";s:4:\"Test\";s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"300\";s:12:\"crop_quality\";s:2:\"90\";s:5:\"trans\";s:6:\"random\";s:4:\"bars\";s:2:\"15\";s:7:\"columns\";s:2:\"10\";s:4:\"rows\";s:1:\"3\";s:5:\"delay\";s:2:\"50\";s:8:\"waitTime\";s:4:\"5000\";s:8:\"duration\";s:3:\"500\";s:9:\"stopSlide\";s:1:\"1\";s:15:\"automaticArrows\";s:2:\"on\";s:13:\"arrowPosition\";s:10:\"bottomLeft\";s:14:\"leftArrowImage\";s:86:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/arrowLeft.png\";s:14:\"leftArrowWidth\";s:2:\"22\";s:15:\"leftArrowHeight\";s:2:\"22\";s:15:\"rightArrowImage\";s:87:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/arrowRight.png\";s:15:\"rightArrowWidth\";s:2:\"22\";s:16:\"rightArrowHeight\";s:2:\"22\";s:9:\"nextSlide\";s:0:\"\";s:9:\"prevSlide\";s:0:\"\";s:18:\"automaticSelectors\";s:2:\"on\";s:16:\"selectorPosition\";s:11:\"bottomRight\";s:16:\"selectorOffImage\";s:88:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/selectorOff.png\";s:16:\"selectorOffWidth\";s:2:\"10\";s:17:\"selectorOffHeight\";s:2:\"10\";s:15:\"selectorOnImage\";s:87:\"http://www.learningconnectionsweb.com/wp-content/plugins/DDSlider/images/selectorOn.png\";s:15:\"selectorOnWidth\";s:2:\"10\";s:16:\"selectorOnHeight\";s:2:\"10\";s:8:\"selector\";s:0:\"\";s:4:\"ease\";s:5:\"swing\";s:22:\"submitDDGeneralOptions\";s:12:\"Save Changes\";}}','yes'),(324,'DDSliderSlides','a:3:{s:8:\"MainPage\";a:5:{i:0;a:9:{s:3:\"pos\";s:1:\"1\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:82:\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_coruroy1.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:12:\"?page_id=381\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"b2dae6\";s:4:\"crop\";N;}i:1;a:9:{s:3:\"pos\";s:1:\"2\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:80:\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/main_bully1.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:12:\"?page_id=381\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"b2dae6\";s:4:\"crop\";N;}i:2;a:9:{s:3:\"pos\";s:1:\"3\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:79:\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_seuss.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:12:\"?page_id=381\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"b2dae6\";s:4:\"crop\";N;}i:3;a:9:{s:3:\"pos\";s:1:\"4\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:79:\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_click.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:12:\"?page_id=381\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"b2dae6\";s:4:\"crop\";N;}i:4;a:9:{s:3:\"pos\";s:1:\"5\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:82:\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_backpack.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:12:\"?page_id=381\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"b2dae6\";s:4:\"crop\";N;}}s:0:\"\";a:0:{}s:4:\"Test\";a:2:{i:0;a:9:{s:3:\"pos\";s:1:\"1\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:83:\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/06/main_backpack1.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:0:\"\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"ff0000\";s:4:\"crop\";N;}i:1;a:9:{s:3:\"pos\";s:1:\"2\";s:4:\"type\";s:5:\"image\";s:7:\"img_src\";s:79:\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/06/main_click.jpg\";s:7:\"img_alt\";s:0:\"\";s:7:\"img_url\";s:0:\"\";s:7:\"content\";s:0:\"\";s:10:\"transition\";s:6:\"fading\";s:8:\"bg_color\";s:6:\"ff0000\";s:4:\"crop\";N;}}}','yes'),(325,'DDUploadImage','http://www.learningconnectionsweb.com/wp-content/uploads/2013/06/main_click.jpg','yes'),(326,'DDUploadSelectorOff','http://learningconnectionsweb.com\n/wp-content/uploads/2010/10/star_white.png','yes'),(327,'DDUploadSelectorOn','http://learningconnectionsweb.com/wp-content/uploads/2010/10/star_yellow.png','yes'),(342,'tax_inprice','1','yes'),(343,'base_zipcode','68502','yes'),(344,'flat_rates','a:244:{i:0;b:0;i:1;s:2:\"$5\";i:2;s:2:\"$5\";i:3;s:2:\"$5\";i:4;s:2:\"$5\";i:5;s:1:\"5\";i:6;s:1:\"5\";i:7;s:1:\"5\";i:8;s:1:\"5\";i:9;s:1:\"6\";i:10;s:1:\"5\";i:11;s:1:\"5\";i:12;s:4:\"5.50\";i:13;s:1:\"5\";i:14;s:1:\"5\";i:15;s:4:\"5.50\";i:16;s:1:\"6\";i:17;s:3:\"6.5\";i:18;s:1:\"5\";i:19;s:1:\"5\";i:20;s:4:\"5.50\";i:21;s:1:\"6\";i:22;s:3:\"6.5\";i:23;s:1:\"7\";i:24;s:3:\"7.5\";i:25;s:1:\"5\";i:26;s:1:\"5\";i:27;s:4:\"5.50\";i:28;s:1:\"6\";i:29;s:3:\"6.5\";i:30;s:1:\"7\";i:31;s:3:\"7.5\";i:32;s:1:\"8\";i:33;s:3:\"8.5\";i:34;s:1:\"9\";i:35;s:2:\"10\";i:36;s:2:\"11\";i:37;s:2:\"12\";i:38;s:2:\"13\";i:39;s:2:\"14\";i:40;s:2:\"15\";i:41;s:1:\"5\";i:42;s:1:\"5\";i:43;s:4:\"5.50\";i:44;s:1:\"6\";i:45;s:3:\"6.5\";i:46;s:1:\"7\";i:47;s:3:\"7.5\";i:48;s:1:\"8\";i:49;s:3:\"8.5\";i:50;s:1:\"9\";i:51;s:2:\"10\";i:52;s:2:\"11\";i:53;s:2:\"12\";i:54;s:2:\"13\";i:55;s:2:\"14\";i:56;s:2:\"15\";i:57;s:2:\"16\";i:58;s:2:\"17\";i:59;s:2:\"18\";i:60;s:2:\"19\";i:61;s:2:\"20\";i:62;s:2:\"21\";i:63;s:2:\"23\";i:64;s:2:\"25\";i:65;s:2:\"27\";i:66;s:2:\"30\";i:67;s:2:\"35\";i:68;s:2:\"40\";i:69;s:1:\"5\";i:70;s:1:\"5\";i:71;s:4:\"5.50\";i:72;s:1:\"6\";i:73;s:3:\"6.5\";i:74;s:1:\"7\";i:75;s:3:\"7.5\";i:76;s:1:\"8\";i:77;s:3:\"8.5\";i:78;s:1:\"9\";i:79;s:2:\"10\";i:80;s:2:\"11\";i:81;s:2:\"12\";i:82;s:2:\"13\";i:83;s:2:\"14\";i:84;s:2:\"15\";i:85;s:2:\"16\";i:86;s:2:\"17\";i:87;s:2:\"18\";i:88;s:2:\"19\";i:89;s:2:\"20\";i:90;s:2:\"21\";i:91;s:2:\"23\";i:92;s:2:\"25\";i:93;s:2:\"27\";i:94;s:2:\"30\";i:95;s:2:\"35\";i:96;s:2:\"40\";i:97;s:2:\"45\";i:98;s:2:\"50\";i:99;s:2:\"60\";i:100;s:2:\"70\";i:101;s:2:\"80\";i:102;s:2:\"90\";i:103;s:3:\"100\";i:104;s:1:\"5\";i:105;s:1:\"0\";i:106;s:4:\"5.50\";i:107;s:1:\"6\";i:108;s:3:\"6.5\";i:109;s:1:\"7\";i:110;s:3:\"7.5\";i:111;s:1:\"8\";i:112;s:3:\"8.5\";i:113;s:1:\"9\";i:114;s:2:\"10\";i:115;s:2:\"11\";i:116;s:2:\"12\";i:117;s:2:\"13\";i:118;s:2:\"14\";i:119;s:2:\"15\";i:120;s:2:\"16\";i:121;s:2:\"17\";i:122;s:2:\"18\";i:123;s:2:\"19\";i:124;s:2:\"20\";i:125;s:2:\"21\";i:126;s:2:\"23\";i:127;s:2:\"25\";i:128;s:2:\"27\";i:129;s:2:\"30\";i:130;s:2:\"35\";i:131;s:2:\"40\";i:132;s:2:\"45\";i:133;s:2:\"50\";i:134;s:2:\"60\";i:135;s:2:\"70\";i:136;s:2:\"80\";i:137;s:2:\"90\";i:138;s:3:\"100\";i:139;s:1:\"5\";i:140;s:1:\"5\";i:141;s:4:\"5.50\";i:142;s:1:\"6\";i:143;s:3:\"6.5\";i:144;s:1:\"7\";i:145;s:3:\"7.5\";i:146;s:1:\"8\";i:147;s:3:\"8.5\";i:148;s:1:\"9\";i:149;s:2:\"10\";i:150;s:2:\"11\";i:151;s:2:\"12\";i:152;s:2:\"13\";i:153;s:2:\"14\";i:154;s:2:\"15\";i:155;s:2:\"16\";i:156;s:2:\"17\";i:157;s:2:\"18\";i:158;s:2:\"19\";i:159;s:2:\"20\";i:160;s:2:\"21\";i:161;s:2:\"23\";i:162;s:2:\"25\";i:163;s:2:\"27\";i:164;s:2:\"30\";i:165;s:2:\"35\";i:166;s:2:\"40\";i:167;s:2:\"45\";i:168;s:2:\"50\";i:169;s:2:\"60\";i:170;s:2:\"70\";i:171;s:2:\"80\";i:172;s:2:\"90\";i:173;s:3:\"100\";i:174;s:1:\"5\";i:175;s:4:\"0.00\";i:176;s:4:\"5.50\";i:177;s:1:\"6\";i:178;s:3:\"6.5\";i:179;s:1:\"7\";i:180;s:3:\"7.5\";i:181;s:1:\"8\";i:182;s:3:\"8.5\";i:183;s:1:\"9\";i:184;s:2:\"10\";i:185;s:2:\"11\";i:186;s:2:\"12\";i:187;s:2:\"13\";i:188;s:2:\"14\";i:189;s:2:\"15\";i:190;s:2:\"16\";i:191;s:2:\"17\";i:192;s:2:\"18\";i:193;s:2:\"19\";i:194;s:2:\"20\";i:195;s:2:\"21\";i:196;s:2:\"23\";i:197;s:2:\"25\";i:198;s:2:\"27\";i:199;s:2:\"30\";i:200;s:2:\"35\";i:201;s:2:\"40\";i:202;s:2:\"45\";i:203;s:2:\"50\";i:204;s:2:\"60\";i:205;s:2:\"70\";i:206;s:2:\"80\";i:207;s:2:\"90\";i:208;s:3:\"100\";i:209;s:1:\"5\";i:210;s:1:\"5\";i:211;s:4:\"5.50\";i:212;s:1:\"6\";i:213;s:3:\"6.5\";i:214;s:1:\"7\";i:215;s:3:\"7.5\";i:216;s:1:\"8\";i:217;s:3:\"8.5\";i:218;s:1:\"9\";i:219;s:2:\"10\";i:220;s:2:\"11\";i:221;s:2:\"12\";i:222;s:2:\"13\";i:223;s:2:\"14\";i:224;s:2:\"15\";i:225;s:2:\"16\";i:226;s:2:\"17\";i:227;s:2:\"18\";i:228;s:2:\"19\";i:229;s:2:\"20\";i:230;s:2:\"21\";i:231;s:2:\"23\";i:232;s:2:\"25\";i:233;s:2:\"27\";i:234;s:2:\"30\";i:235;s:2:\"35\";i:236;s:2:\"40\";i:237;s:2:\"45\";i:238;s:2:\"50\";i:239;s:2:\"60\";i:240;s:2:\"70\";i:241;s:2:\"80\";i:242;s:2:\"90\";i:243;s:3:\"100\";}','yes'),(345,'table_rate_layers','a:35:{s:5:\"71.43\";s:1:\"5\";i:0;s:1:\"5\";s:5:\"78.57\";s:4:\"5.50\";s:5:\"85.71\";s:1:\"6\";s:5:\"92.86\";s:3:\"6.5\";i:100;s:1:\"7\";i:107;s:3:\"7.5\";s:6:\"114.29\";s:1:\"8\";s:6:\"121.43\";s:3:\"8.5\";s:6:\"128.57\";s:1:\"9\";s:6:\"142.86\";s:2:\"10\";s:6:\"157.14\";s:2:\"11\";s:6:\"171.42\";s:2:\"12\";s:6:\"185.71\";s:2:\"13\";i:200;s:2:\"14\";s:6:\"214.29\";s:2:\"15\";s:6:\"228.57\";s:2:\"16\";s:6:\"242.86\";s:2:\"17\";s:6:\"257.14\";s:2:\"18\";s:6:\"271.43\";s:2:\"19\";s:6:\"285.71\";s:2:\"20\";i:300;s:2:\"21\";s:6:\"328.57\";s:2:\"23\";s:6:\"357.14\";s:2:\"25\";s:6:\"385.71\";s:2:\"27\";s:6:\"428.57\";s:2:\"30\";i:500;s:2:\"35\";s:6:\"571.42\";s:2:\"40\";s:6:\"642.86\";s:2:\"45\";s:6:\"714.29\";s:2:\"50\";s:6:\"857.14\";s:2:\"60\";i:1000;s:2:\"70\";s:7:\"1142.86\";s:2:\"80\";s:7:\"1285.71\";s:2:\"90\";s:7:\"1428.57\";s:3:\"100\";}','yes'),(346,'custom_shipping_options','a:1:{i:0;s:9:\"tablerate\";}','yes'),(355,'show_sliding_cart','1','yes'),(356,'hide_addtocart_button','0','yes'),(357,'addtocart_or_buynow','0','yes'),(358,'wpsc_replace_page_title','1','yes'),(359,'return_name','Judy Guenzel - Learning Connections','yes'),(730,'_transient_random_seed','5597c27065aff5ac5918670198e577bd','yes'),(1488,'widget_wpsc_live_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1489,'recently_activated','a:0:{}','yes'),(1490,'activation_name','JeffAbele','yes'),(1491,'activation_key','b7a0281f5b87ee7418b3134a6a783652119609d1','yes'),(1492,'activation_state','true','yes'),(1497,'grid_number_per_row','2','yes'),(1498,'show_images_only','0','yes'),(1499,'list_view_quantity','1','yes'),(1500,'fancy_notifications','1','yes'),(1501,'catsprods_display_type','0','yes'),(1502,'show_gallery','1','yes'),(1607,'display_description','1','yes'),(1838,'default_post_format','0','yes'),(1839,'db_upgraded','','yes'),(2063,'wpsc_checkout_unique_names','a:19:{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:13:\"billingregion\";i:10;s:19:\"shippingSameBilling\";i:11;s:17:\"shippingfirstname\";i:12;s:16:\"shippinglastname\";i:13;s:15:\"shippingaddress\";i:14;s:12:\"shippingcity\";i:15;s:13:\"shippingstate\";i:16;s:15:\"shippingcountry\";i:17;s:16:\"shippingpostcode\";i:18;s:14:\"shippingregion\";}','yes'),(2064,'wpsc_australiapost_settings','a:1:{s:8:\"services\";a:5:{s:8:\"STANDARD\";b:1;s:7:\"EXPRESS\";b:1;s:3:\"AIR\";b:1;s:3:\"SEA\";b:1;s:3:\"EPI\";b:1;}}','yes'),(2065,'widget_wpsc_product_tags','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2066,'widget_wpsc_shopping_cart','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:13:\"Shopping Cart\";s:17:\"show_sliding_cart\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(2067,'widget_wpsc_donations','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2068,'widget_wpsc_product_specials','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2069,'widget_wpsc_latest_products','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2070,'widget_wpsc_price_range','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2071,'widget_wpsc_admin_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2126,'wpsc_hide_update','1','yes'),(2127,'wpsc_ignore_theme','1','yes'),(2132,'_wpsc_purchlogs_3.8_updated','1','yes'),(40594,'term_prices','a:9:{i:32;a:2:{s:5:\"price\";s:6:\"+$5.00\";s:7:\"checked\";s:9:\"unchecked\";}i:33;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:35;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:19;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:27;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:36;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:37;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:38;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}i:39;a:2:{s:5:\"price\";s:0:\"\";s:7:\"checked\";s:9:\"unchecked\";}}','yes'),(40597,'theme_mods_lc','a:2:{s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:3;s:11:\"footer-menu\";i:5;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(46207,'widget_cart66cartwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(48880,'akismet_connectivity_time','1321045414','yes'),(48881,'wordpress_api_key','e89f45d6a280','yes'),(48882,'akismet_discard_month','true','yes'),(48883,'akismet_show_user_comments_approved','false','yes'),(49525,'akismet_available_servers','a:4:{s:12:\"66.135.58.61\";b:1;s:12:\"66.135.58.62\";b:1;s:12:\"72.233.69.88\";b:1;s:12:\"72.233.69.89\";b:1;}','yes'),(49573,'akismet_spam_count','187785','yes'),(75574,'initial_db_version','18226','yes'),(78735,'eshop_plugin_settings','a:92:{s:15:\"addtocart_image\";s:0:\"\";s:10:\"base_brand\";s:0:\"\";s:14:\"base_condition\";s:0:\"\";s:11:\"base_expiry\";s:0:\"\";s:12:\"base_payment\";s:0:\"\";s:10:\"base_ptype\";s:0:\"\";s:8:\"business\";s:31:\"judy@learningconnectionsweb.com\";s:4:\"cart\";i:339;s:11:\"cart_cancel\";i:342;s:12:\"cart_nostock\";s:12:\"Out of Stock\";s:13:\"cart_shipping\";i:343;s:12:\"cart_success\";i:341;s:8:\"checkout\";i:340;s:7:\"credits\";s:2:\"no\";s:10:\"cron_email\";s:0:\"\";s:15:\"currency_symbol\";s:1:\"$\";s:8:\"currency\";s:3:\"USD\";s:17:\"discount_shipping\";s:0:\"\";s:15:\"discount_spend1\";s:0:\"\";s:15:\"discount_value1\";s:0:\"\";s:15:\"discount_spend2\";s:0:\"\";s:15:\"discount_value2\";s:0:\"\";s:15:\"discount_spend3\";s:0:\"\";s:15:\"discount_value3\";s:0:\"\";s:17:\"downloads_hideall\";s:2:\"no\";s:13:\"downloads_num\";s:1:\"3\";s:14:\"downloads_only\";s:2:\"no\";s:4:\"etax\";a:1:{i:0;s:0:\"\";}s:10:\"first_time\";s:2:\"no\";s:9:\"fold_menu\";s:2:\"no\";s:10:\"from_email\";s:19:\"jeffabele@gmail.com\";s:12:\"hide_addinfo\";s:0:\"\";s:11:\"hide_cartco\";s:2:\"no\";s:13:\"hide_shipping\";s:0:\"\";s:13:\"image_in_cart\";s:0:\"\";s:8:\"location\";s:2:\"US\";s:6:\"method\";a:1:{i:0;s:4:\"cash\";}s:11:\"options_num\";s:1:\"4\";s:14:\"paypal_noemail\";s:3:\"yes\";s:7:\"records\";s:2:\"10\";s:10:\"search_img\";s:2:\"no\";s:16:\"set_cacheability\";s:2:\"no\";s:14:\"shipping_state\";s:2:\"US\";s:13:\"shipping_zone\";s:5:\"state\";s:8:\"shipping\";s:1:\"4\";s:14:\"numb_shipzones\";s:1:\"1\";s:9:\"shop_page\";s:0:\"\";s:14:\"show_allstates\";s:1:\"1\";s:14:\"show_downloads\";i:344;s:10:\"show_forms\";s:2:\"no\";s:10:\"show_zones\";s:3:\"yes\";s:6:\"status\";s:4:\"live\";s:13:\"stock_control\";s:2:\"no\";s:5:\"style\";s:3:\"yes\";s:9:\"sysemails\";s:0:\"\";s:5:\"tandc\";s:0:\"\";s:8:\"tandc_id\";s:0:\"\";s:9:\"tandc_use\";s:0:\"\";s:13:\"unknown_state\";s:1:\"5\";s:7:\"version\";s:6:\"6.3.11\";s:14:\"state_location\";s:0:\"\";s:10:\"tax_symbol\";s:3:\"VAT\";s:4:\"tax1\";s:1:\"0\";s:4:\"tax2\";s:1:\"0\";s:4:\"tax3\";s:1:\"0\";s:10:\"tax_method\";s:1:\"1\";s:9:\"xtra_help\";s:0:\"\";s:12:\"xtra_privacy\";s:0:\"\";s:12:\"business_sec\";s:23:\"jabele@movecreative.com\";s:6:\"payson\";a:5:{s:5:\"email\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"minimum\";s:1:\"1\";}s:9:\"ideallite\";a:7:{s:13:\"IDEAL_AQUIRER\";s:0:\"\";s:14:\"IDEAL_HASH_KEY\";s:0:\"\";s:17:\"IDEAL_MERCHANT_ID\";s:0:\"\";s:12:\"IDEAL_SUB_ID\";s:0:\"\";s:15:\"IDEAL_TEST_MODE\";s:0:\"\";s:14:\"idealownermail\";s:0:\"\";s:16:\"idealdescription\";s:0:\"\";}s:12:\"authorizenet\";a:6:{s:9:\"developer\";s:1:\"0\";s:5:\"email\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:4:\"desc\";s:0:\"\";}s:3:\"epn\";a:3:{s:5:\"email\";s:0:\"\";s:2:\"id\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:4:\"cash\";a:2:{s:5:\"email\";s:31:\"judy@learningconnectionsweb.com\";s:6:\"rename\";s:13:\"Call to Order\";}s:4:\"bank\";a:2:{s:5:\"email\";s:0:\"\";s:6:\"rename\";s:0:\"\";}s:8:\"webtopay\";a:5:{s:2:\"id\";s:0:\"\";s:4:\"lang\";s:0:\"\";s:9:\"signature\";s:0:\"\";s:9:\"projectid\";s:0:\"\";s:5:\"email\";s:0:\"\";}s:5:\"ogone\";a:4:{s:5:\"PSPID\";s:0:\"\";s:3:\"COM\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"email\";s:0:\"\";}s:4:\"sale\";s:3:\"yes\";s:7:\"min_qty\";s:0:\"\";s:7:\"max_qty\";s:0:\"\";s:9:\"cart_text\";s:0:\"\";s:15:\"cart_text_where\";s:1:\"1\";s:11:\"sale_prices\";s:1:\"0\";s:5:\"users\";s:0:\"\";s:10:\"users_text\";s:0:\"\";s:4:\"zero\";s:1:\"0\";s:7:\"details\";a:4:{s:4:\"show\";s:11:\"description\";s:5:\"class\";s:0:\"\";s:4:\"hide\";s:22:\"sku,description,weight\";s:7:\"display\";s:3:\"yes\";}s:9:\"ajax_cart\";s:2:\"no\";s:10:\"ship_types\";s:34:\"United States Postal Service (lbs)\";s:11:\"weight_unit\";s:1:\"1\";s:16:\"widget_cart_type\";s:1:\"2\";s:15:\"widget_cart_img\";s:0:\"\";}','yes'),(88926,'widget_eshopw_prod','a:2:{i:2;a:7:{s:5:\"title\";s:8:\"Products\";s:9:\"show_size\";s:0:\"\";s:7:\"show_id\";s:13:\"Literacy Kits\";s:9:\"show_type\";s:1:\"1\";s:9:\"show_what\";s:1:\"3\";s:8:\"order_by\";s:1:\"1\";s:9:\"show_amts\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(88944,'jlao_cat_post_thumb_sizes','a:1:{s:15:\"categoryposts-2\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','yes'),(88945,'widget_categoryposts','a:2:{i:2;a:8:{s:5:\"title\";s:11:\"Latest News\";s:3:\"cat\";s:2:\"34\";s:3:\"num\";s:1:\"2\";s:7:\"sort_by\";s:4:\"date\";s:7:\"excerpt\";s:2:\"on\";s:14:\"excerpt_length\";s:2:\"25\";s:7:\"thumb_w\";s:0:\"\";s:7:\"thumb_h\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(89585,'widget_eshopwi_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(89586,'widget_eshop_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(89632,'duplicate_post_copyexcerpt','1','yes'),(89633,'duplicate_post_copystatus','0','yes'),(89634,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(287828,'wpsc-variation_children','a:1:{i:12;a:12:{i:0;i:17;i:1;i:19;i:2;i:21;i:3;i:22;i:4;i:24;i:5;i:27;i:6;i:32;i:7;i:33;i:8;i:35;i:9;i:36;i:10;i:37;i:11;i:39;}}','yes'),(374440,'uninstall_plugins','a:2:{s:28:\"category-posts/cat-posts.php\";s:22:\"categoryPostsuninstall\";s:35:\"litespeed-cache/litespeed-cache.php\";s:53:\"LiteSpeed_Cache_Activation::uninstall_litespeed_cache\";}','no'),(374441,'link_manager_enabled','1','yes'),(374449,'duplicate_post_copyattachments','0','yes'),(374450,'duplicate_post_copychildren','0','yes'),(374451,'duplicate_post_show_row','1','yes'),(374452,'duplicate_post_show_adminbar','1','yes'),(374453,'duplicate_post_show_submitbox','1','yes'),(374458,'wpsc_shortcode_page_ids','a:4:{s:14:\"[productspage]\";s:1:\"4\";s:14:\"[shoppingcart]\";s:1:\"5\";s:20:\"[transactionresults]\";s:1:\"6\";s:9:\"[userlog]\";s:1:\"7\";}','yes'),(374459,'wpsc_hide_3.8.9_notices','1','yes'),(374461,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.4.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1550078569;s:7:\"version\";s:5:\"4.4.2\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:2;}}','yes'),(1459409,'wpsc_db_version','14','yes'),(1459414,'WPLANG','','yes'),(1459422,'_wpsc_remembered_transients','a:2542:{s:32:\"wpsc_customer_meta__!!a3tQCRrroU\";i:1416578146;s:32:\"wpsc_customer_meta__!$*w10A%Ep$y\";i:1416578146;s:32:\"wpsc_customer_meta__!$N$wWEsoX9)\";i:1416578146;s:32:\"wpsc_customer_meta__!%%7GGTJ^Thj\";i:1416578146;s:32:\"wpsc_customer_meta__!(6^nrodnFZV\";i:1416578146;s:32:\"wpsc_customer_meta__!(qltN*vRG*0\";i:1416578146;s:32:\"wpsc_customer_meta__!15)f@^Z2O21\";i:1416578146;s:32:\"wpsc_customer_meta__!@N#0Pjk%$2(\";i:1416578146;s:32:\"wpsc_customer_meta__!bNzwu9sL2*b\";i:1416578146;s:32:\"wpsc_customer_meta__!BpCqIXigy2w\";i:1416578146;s:32:\"wpsc_customer_meta__!E2AolNa9rh$\";i:1416578146;s:32:\"wpsc_customer_meta__!EfHuvi1Lmjf\";i:1416578146;s:32:\"wpsc_customer_meta__!EsU3HeB!b&y\";i:1416578146;s:32:\"wpsc_customer_meta__!FC5fntklzGC\";i:1416578146;s:32:\"wpsc_customer_meta__!FhH!KEQ4TK!\";i:1416578146;s:32:\"wpsc_customer_meta__!jn%XE4E#85X\";i:1416578146;s:32:\"wpsc_customer_meta__!l3o8GHCL5(d\";i:1416578146;s:32:\"wpsc_customer_meta__!lDKj9L@5m5u\";i:1416578146;s:32:\"wpsc_customer_meta__!lEnjw8iRuiA\";i:1416578146;s:32:\"wpsc_customer_meta__!m$C#k0zbWH8\";i:1416578146;s:32:\"wpsc_customer_meta__!o8Y532LcuXg\";i:1416578146;s:32:\"wpsc_customer_meta__!OMbd*dkf^32\";i:1416578146;s:32:\"wpsc_customer_meta__!o^vDIxtf!GH\";i:1416578146;s:32:\"wpsc_customer_meta__!p#ztzmcwFT@\";i:1416578146;s:32:\"wpsc_customer_meta__!QG()EjLrm@E\";i:1416578146;s:32:\"wpsc_customer_meta__!QgDL@yYVc(Q\";i:1416578146;s:32:\"wpsc_customer_meta__!sk2ptv^^X$t\";i:1416578146;s:32:\"wpsc_customer_meta__!t6ItDXzC8bc\";i:1416578146;s:32:\"wpsc_customer_meta__!TG6XJ95(^Qf\";i:1416578146;s:32:\"wpsc_customer_meta__!thY%FRaxh*i\";i:1416578146;s:32:\"wpsc_customer_meta__!u&YC^jkeVV8\";i:1416578146;s:32:\"wpsc_customer_meta__!XA9xi)KZfGw\";i:1416578146;s:32:\"wpsc_customer_meta__!Xg4^Q)Xznci\";i:1416578146;s:32:\"wpsc_customer_meta__!xqrFjgtsY)C\";i:1416578146;s:32:\"wpsc_customer_meta__!Xu242qo(pZ2\";i:1416578146;s:32:\"wpsc_customer_meta__!Y*akPfLAO&x\";i:1416578146;s:32:\"wpsc_customer_meta__!Z15kqGNLhJY\";i:1416578146;s:32:\"wpsc_customer_meta__!^I#uVYvfDQ7\";i:1416578146;s:32:\"wpsc_customer_meta__!^TCgP%00Th%\";i:1416578146;s:32:\"wpsc_customer_meta__#(xBTk(axf3c\";i:1416578146;s:32:\"wpsc_customer_meta__#0R42po3&L%f\";i:1416578146;s:32:\"wpsc_customer_meta__#5Ei0gJzPhW%\";i:1416578146;s:32:\"wpsc_customer_meta__#6Xm$b#*aLd!\";i:1416578146;s:32:\"wpsc_customer_meta__#7gIU0SpEUro\";i:1416578146;s:32:\"wpsc_customer_meta__#C5HQuR!d!NV\";i:1416578146;s:32:\"wpsc_customer_meta__#CRcZYep&CFT\";i:1416578146;s:32:\"wpsc_customer_meta__#Dr4fEW10wOh\";i:1416578146;s:32:\"wpsc_customer_meta__#hPJ9Pm4Wa$B\";i:1416578146;s:32:\"wpsc_customer_meta__#I9Bh71)yafj\";i:1416578146;s:32:\"wpsc_customer_meta__#jO0gx#NnAmO\";i:1416578146;s:32:\"wpsc_customer_meta__#K#B9ETKhiJD\";i:1416578146;s:32:\"wpsc_customer_meta__#K6kbKY(bxyG\";i:1416578146;s:32:\"wpsc_customer_meta__#knCF0XOsow&\";i:1416578146;s:32:\"wpsc_customer_meta__#ld9XL(*&CyR\";i:1416578146;s:32:\"wpsc_customer_meta__#mLpYZc5gYPs\";i:1416578146;s:32:\"wpsc_customer_meta__#mw6tdIWs*1G\";i:1416578146;s:32:\"wpsc_customer_meta__#n@tfedePoml\";i:1416578146;s:32:\"wpsc_customer_meta__#P9BuGgw2MUc\";i:1416578146;s:32:\"wpsc_customer_meta__#qyzxhb*A%lh\";i:1416578146;s:32:\"wpsc_customer_meta__#rl@Jm6GPce7\";i:1416578146;s:32:\"wpsc_customer_meta__#sE0XFuAk1ar\";i:1416578146;s:32:\"wpsc_customer_meta__#t9m&Icwbn2s\";i:1416578146;s:32:\"wpsc_customer_meta__#VV@1^tiJz5!\";i:1416578146;s:32:\"wpsc_customer_meta__#w#NVR9gaUwO\";i:1416578146;s:32:\"wpsc_customer_meta__#y%W*VzTo&O&\";i:1416578146;s:32:\"wpsc_customer_meta__#Yi()ESfxTDN\";i:1416578146;s:32:\"wpsc_customer_meta__#Yk(3a5mB0!M\";i:1416578146;s:32:\"wpsc_customer_meta__#YUrm5cHygTl\";i:1416578146;s:32:\"wpsc_customer_meta__#ZAGx8bq1Vbd\";i:1416578146;s:32:\"wpsc_customer_meta__$$HpAjxG*u51\";i:1416578146;s:32:\"wpsc_customer_meta__$$SxWlcwH2aw\";i:1416578146;s:32:\"wpsc_customer_meta__$$zMrKR^Zm1C\";i:1416578146;s:32:\"wpsc_customer_meta__$%w&0uGsy(Tv\";i:1416578146;s:32:\"wpsc_customer_meta__$)az22#$HEIY\";i:1416578146;s:32:\"wpsc_customer_meta__$Bhdxpm6knuv\";i:1416578146;s:32:\"wpsc_customer_meta__$D##GqDY@My*\";i:1416578146;s:32:\"wpsc_customer_meta__$fQk8lbzRKzp\";i:1416578146;s:32:\"wpsc_customer_meta__$GGnQH^X*NSg\";i:1416578146;s:32:\"wpsc_customer_meta__$GqsLmkeSnkH\";i:1416578146;s:32:\"wpsc_customer_meta__$iZ1UKiKBuNE\";i:1416578146;s:32:\"wpsc_customer_meta__$JOF4kZCWZRq\";i:1416578146;s:32:\"wpsc_customer_meta__$K)i@$Hz8Bpv\";i:1416578146;s:32:\"wpsc_customer_meta__$LIKGGAMJ^4w\";i:1416578146;s:32:\"wpsc_customer_meta__$lVM9MfewkS#\";i:1416578146;s:32:\"wpsc_customer_meta__$mwdIHbE4gp*\";i:1416578146;s:32:\"wpsc_customer_meta__$mzaQ4^hV0QT\";i:1416578146;s:32:\"wpsc_customer_meta__$n6uv$SgUSS*\";i:1416578146;s:32:\"wpsc_customer_meta__$p&N^B45Ym(q\";i:1416578146;s:32:\"wpsc_customer_meta__$qw$wdSf1iid\";i:1416578146;s:32:\"wpsc_customer_meta__$Rs$aI#5hE%Q\";i:1416578146;s:32:\"wpsc_customer_meta__$uDRQ!^O@n$v\";i:1416578146;s:32:\"wpsc_customer_meta__$w7c@FE3zKz)\";i:1416578146;s:32:\"wpsc_customer_meta__$wIOS$K)SJX6\";i:1416578146;s:32:\"wpsc_customer_meta__$X(1U2yVYEFH\";i:1416578146;s:32:\"wpsc_customer_meta__$Xfj%idSBd(P\";i:1416578146;s:32:\"wpsc_customer_meta__$y2Va8uNl(xj\";i:1416578146;s:32:\"wpsc_customer_meta__$ybIUwP^nHkF\";i:1416578146;s:32:\"wpsc_customer_meta__$yTRq*irjCMS\";i:1416578146;s:32:\"wpsc_customer_meta__$ZmfWp#VRRV%\";i:1416578146;s:32:\"wpsc_customer_meta__$^ifbxwvrSdR\";i:1416578146;s:32:\"wpsc_customer_meta__%!(2p1YoMe)R\";i:1416578146;s:32:\"wpsc_customer_meta__%)Kc3!rZSJjt\";i:1416578146;s:32:\"wpsc_customer_meta__%*#Q*V&Ugfz)\";i:1416578146;s:32:\"wpsc_customer_meta__%*2&J*X#TIoN\";i:1416578146;s:32:\"wpsc_customer_meta__%*VIkCYNDSGD\";i:1416578146;s:32:\"wpsc_customer_meta__%0yLeYKEaaV^\";i:1416578146;s:32:\"wpsc_customer_meta__%3H4kIIeN5ap\";i:1416578146;s:32:\"wpsc_customer_meta__%5NU*%az08dD\";i:1416578146;s:32:\"wpsc_customer_meta__%5TjsZk@dd@%\";i:1416578146;s:32:\"wpsc_customer_meta__%6V&t#LSXxSO\";i:1416578146;s:32:\"wpsc_customer_meta__%77$!b$Peiva\";i:1416578146;s:32:\"wpsc_customer_meta__%83muWBHW$Q6\";i:1416578146;s:32:\"wpsc_customer_meta__%Acwg@UKnn@F\";i:1416578146;s:32:\"wpsc_customer_meta__%GlU5$Ak2RNz\";i:1416578146;s:32:\"wpsc_customer_meta__%gXnbvM$sTrs\";i:1416578146;s:32:\"wpsc_customer_meta__%hGaWxSl0!tu\";i:1416578146;s:32:\"wpsc_customer_meta__%IxKOgnK62!9\";i:1416578146;s:32:\"wpsc_customer_meta__%kpYJYV1VwQW\";i:1416578146;s:32:\"wpsc_customer_meta__%KvQnKIwiXw^\";i:1416578146;s:32:\"wpsc_customer_meta__%Lksc&IeNM)1\";i:1416578146;s:32:\"wpsc_customer_meta__%Ll!^5dv8l)J\";i:1416578146;s:32:\"wpsc_customer_meta__%M$ujH!N2PgV\";i:1416578146;s:32:\"wpsc_customer_meta__%O@sYJVHg&cj\";i:1416578146;s:32:\"wpsc_customer_meta__%oK8Ovp83Qoi\";i:1416578146;s:32:\"wpsc_customer_meta__%R02bV*d@Okw\";i:1416578146;s:32:\"wpsc_customer_meta__%RgRpWgsRlAF\";i:1416578146;s:32:\"wpsc_customer_meta__%S&3WeKQd2DZ\";i:1416578146;s:32:\"wpsc_customer_meta__%t(lj1!1N^6F\";i:1416578146;s:32:\"wpsc_customer_meta__%THFFcmXVkDt\";i:1416578146;s:32:\"wpsc_customer_meta__%VU!W9$crF69\";i:1416578146;s:32:\"wpsc_customer_meta__%wlgULbYKwl(\";i:1416578146;s:32:\"wpsc_customer_meta__%xoJ1)wBS#!t\";i:1416578146;s:32:\"wpsc_customer_meta__%xp!u*altwhs\";i:1416578146;s:32:\"wpsc_customer_meta__%zNvCx$bq1!c\";i:1416578146;s:32:\"wpsc_customer_meta__&0Hl3GX52ysv\";i:1416578146;s:32:\"wpsc_customer_meta__&0MykGm5xjJi\";i:1416578146;s:32:\"wpsc_customer_meta__&8OkxXI2vkee\";i:1416578146;s:32:\"wpsc_customer_meta__&@Sk3caYMYve\";i:1416578146;s:32:\"wpsc_customer_meta__&aFO$lhxLXMy\";i:1416578146;s:32:\"wpsc_customer_meta__&B437Pi3cG2y\";i:1416578146;s:32:\"wpsc_customer_meta__&BaX!fuHxg$7\";i:1416578146;s:32:\"wpsc_customer_meta__&Bg)XC@eFd8P\";i:1416578146;s:32:\"wpsc_customer_meta__&D9!cPLJfvG5\";i:1416578146;s:32:\"wpsc_customer_meta__&F8ZKN7mf4p6\";i:1416578146;s:32:\"wpsc_customer_meta__&FhThPxM8&)I\";i:1416578146;s:32:\"wpsc_customer_meta__&JD)q*g3(tHH\";i:1416578146;s:32:\"wpsc_customer_meta__&LoqDNtRdr27\";i:1416578146;s:32:\"wpsc_customer_meta__&M30wF@QsFxH\";i:1416578146;s:32:\"wpsc_customer_meta__&ms!%MRz79w1\";i:1416578146;s:32:\"wpsc_customer_meta__&mVR$E%v7We4\";i:1416578146;s:32:\"wpsc_customer_meta__&nYU0tZ7qY%$\";i:1416578146;s:32:\"wpsc_customer_meta__&PjzuMCv)vCs\";i:1416578146;s:32:\"wpsc_customer_meta__&RpdP6DDzj7t\";i:1416578146;s:32:\"wpsc_customer_meta__&SlrH0GU7IHM\";i:1416578146;s:32:\"wpsc_customer_meta__&UEog!8&Vx1)\";i:1416578146;s:32:\"wpsc_customer_meta__&wj&#UQ3G$OY\";i:1416578146;s:32:\"wpsc_customer_meta__&wY6KPMt4U^u\";i:1416578146;s:32:\"wpsc_customer_meta__&x)VzyaaNoGp\";i:1416578146;s:32:\"wpsc_customer_meta__&YA7Tv0o%DK6\";i:1416578146;s:32:\"wpsc_customer_meta__&Yybp*JHV%((\";i:1416578146;s:32:\"wpsc_customer_meta__(#rPdK$&JHI0\";i:1416578146;s:32:\"wpsc_customer_meta__($4@r(iIcDSB\";i:1416578146;s:32:\"wpsc_customer_meta__(%6dM5xH1N6q\";i:1416578146;s:32:\"wpsc_customer_meta__(3YJ9vpG*B^t\";i:1416578146;s:32:\"wpsc_customer_meta__(4JPSxVF#6(d\";i:1416578146;s:32:\"wpsc_customer_meta__(5JH*ewT(*nT\";i:1416578146;s:32:\"wpsc_customer_meta__(6X1HR!6jk)e\";i:1416578146;s:32:\"wpsc_customer_meta__(8ky9nyN$mH1\";i:1416578146;s:32:\"wpsc_customer_meta__(@qaXoK*&$Fn\";i:1416578146;s:32:\"wpsc_customer_meta__(@zjgaYSacBL\";i:1416578146;s:32:\"wpsc_customer_meta__(aIteZH%tCMN\";i:1416578146;s:32:\"wpsc_customer_meta__(BV&DGK@niia\";i:1416578146;s:32:\"wpsc_customer_meta__(d#euffQeF&Y\";i:1416578146;s:32:\"wpsc_customer_meta__(DIHYKOuaG%a\";i:1416578146;s:32:\"wpsc_customer_meta__(Dq1TnGg*aM3\";i:1416578146;s:32:\"wpsc_customer_meta__(EmaGjPavBJA\";i:1416578146;s:32:\"wpsc_customer_meta__(Fe1jjqgBArS\";i:1416578146;s:32:\"wpsc_customer_meta__(Gm4t93TLfHA\";i:1416578146;s:32:\"wpsc_customer_meta__(ITa$T1d$q1@\";i:1416578146;s:32:\"wpsc_customer_meta__(JUPB6&Q1Qg*\";i:1416578146;s:32:\"wpsc_customer_meta__(k8T)&B(dcm9\";i:1416578146;s:32:\"wpsc_customer_meta__(L$)NGBh5)$w\";i:1416578146;s:32:\"wpsc_customer_meta__(L$Tl(wFT5cS\";i:1416578146;s:32:\"wpsc_customer_meta__(n&x@!oNfn2J\";i:1416578146;s:32:\"wpsc_customer_meta__(nEViUU7#3kg\";i:1416578146;s:32:\"wpsc_customer_meta__(nPB&L0Sd@MJ\";i:1416578146;s:32:\"wpsc_customer_meta__(oFt9(nZL@Gd\";i:1416578146;s:32:\"wpsc_customer_meta__(Oo$NKe(!mf^\";i:1416578146;s:32:\"wpsc_customer_meta__(PdrlPsUJS19\";i:1416578146;s:32:\"wpsc_customer_meta__(qXQ!Gr)%6n@\";i:1416578146;s:32:\"wpsc_customer_meta__(RG%AZFMBu$j\";i:1416578146;s:32:\"wpsc_customer_meta__(rK752L55PL%\";i:1416578146;s:32:\"wpsc_customer_meta__(Roi$1nMOIl%\";i:1416578146;s:32:\"wpsc_customer_meta__(ulSXxL!8R1P\";i:1416578146;s:32:\"wpsc_customer_meta__(W1(JZsCCt!D\";i:1416578146;s:32:\"wpsc_customer_meta__(zRuaU9PuyE#\";i:1416578146;s:32:\"wpsc_customer_meta__(ZwPZnQ&TOWL\";i:1416578146;s:32:\"wpsc_customer_meta__)$8R(04bBDss\";i:1416578146;s:32:\"wpsc_customer_meta__)$ox5!oXRKX3\";i:1416578146;s:32:\"wpsc_customer_meta__)%nMM!5UcAXJ\";i:1416578146;s:32:\"wpsc_customer_meta__)(%lfBtCaM3^\";i:1416578146;s:32:\"wpsc_customer_meta__)*4inh8N!0%a\";i:1416578146;s:32:\"wpsc_customer_meta__)0mUEq*LdvN$\";i:1416578146;s:32:\"wpsc_customer_meta__)4#gK(8hh3iU\";i:1416578146;s:32:\"wpsc_customer_meta__)6!*thVC1qCG\";i:1416578146;s:32:\"wpsc_customer_meta__)7^4Xllk26m3\";i:1416578146;s:32:\"wpsc_customer_meta__)a5iFzvpPSAG\";i:1416578146;s:32:\"wpsc_customer_meta__)AGGVPMf3T)w\";i:1416578146;s:32:\"wpsc_customer_meta__)BPvLxzVR%ND\";i:1416578146;s:32:\"wpsc_customer_meta__)gNMjbzrTOmv\";i:1416578146;s:32:\"wpsc_customer_meta__)HR$Um$*HpEI\";i:1416578146;s:32:\"wpsc_customer_meta__)Il6%5JWCUOA\";i:1416578146;s:32:\"wpsc_customer_meta__)iVgwWycUk3d\";i:1416578146;s:32:\"wpsc_customer_meta__)iZeIl70#nXL\";i:1416578146;s:32:\"wpsc_customer_meta__)JHN9x@BAX94\";i:1416578146;s:32:\"wpsc_customer_meta__)JMhNnl()Ds1\";i:1416578146;s:32:\"wpsc_customer_meta__)KqRLtMnwoi$\";i:1416578146;s:32:\"wpsc_customer_meta__)kt7kXo8mLZn\";i:1416578146;s:32:\"wpsc_customer_meta__)lXkz^JYY3rM\";i:1416578146;s:32:\"wpsc_customer_meta__)m8ansDjD)oQ\";i:1416578146;s:32:\"wpsc_customer_meta__)o@YkIQtfuH(\";i:1416578146;s:32:\"wpsc_customer_meta__)OY5gY^q8xo5\";i:1416578146;s:32:\"wpsc_customer_meta__)oZXDd^0^xSU\";i:1416578146;s:32:\"wpsc_customer_meta__)o^3#WaADn70\";i:1416578146;s:32:\"wpsc_customer_meta__)PAIg#N5tag!\";i:1416578146;s:32:\"wpsc_customer_meta__)Ra#shs)C7E8\";i:1416578146;s:32:\"wpsc_customer_meta__)s#biy)GtFSn\";i:1416578146;s:32:\"wpsc_customer_meta__)t3Gdu!)zC#U\";i:1416578146;s:32:\"wpsc_customer_meta__)U0)6E31CP6!\";i:1416578146;s:32:\"wpsc_customer_meta__)uEKtDt!1ec%\";i:1416578146;s:32:\"wpsc_customer_meta__)v0Lt^x)%(g%\";i:1416578146;s:32:\"wpsc_customer_meta__)VNZr!42C6AG\";i:1416578146;s:32:\"wpsc_customer_meta__)WQIA&aA^UYB\";i:1416578146;s:32:\"wpsc_customer_meta__)wvx$d@54y)(\";i:1416578146;s:32:\"wpsc_customer_meta__)YAKHOZuJlcE\";i:1416578146;s:32:\"wpsc_customer_meta__)YFy3BizW8(k\";i:1416578146;s:32:\"wpsc_customer_meta__)YO5EPFLyUhW\";i:1416578146;s:32:\"wpsc_customer_meta__)YXNX&Cxb47&\";i:1416578146;s:32:\"wpsc_customer_meta__)yzGUS#&2sJj\";i:1416578146;s:32:\"wpsc_customer_meta__)zOjNNG#ZzA2\";i:1416578146;s:32:\"wpsc_customer_meta__)z^F6Mp!X0&!\";i:1416578146;s:32:\"wpsc_customer_meta__*!rst9gDp5ow\";i:1416578146;s:32:\"wpsc_customer_meta__*(XO5rb!u!*4\";i:1416578146;s:32:\"wpsc_customer_meta__*1DRsjL#%R6%\";i:1416578146;s:32:\"wpsc_customer_meta__*3$F)Aky)SI0\";i:1416578146;s:32:\"wpsc_customer_meta__*6)Bw*wOQWvg\";i:1416578146;s:32:\"wpsc_customer_meta__*7rbySowvFIb\";i:1416578146;s:32:\"wpsc_customer_meta__*9ThXFD3OGf5\";i:1416578146;s:32:\"wpsc_customer_meta__*@YsyFGq^leZ\";i:1416578146;s:32:\"wpsc_customer_meta__*AeHl$2HrCwH\";i:1416578146;s:32:\"wpsc_customer_meta__*AGT@MDswkB)\";i:1416578146;s:32:\"wpsc_customer_meta__*amYgZJ70*0w\";i:1416578146;s:32:\"wpsc_customer_meta__*BJA16cmfVip\";i:1416578146;s:32:\"wpsc_customer_meta__*c%gz%ifwU#m\";i:1416578146;s:32:\"wpsc_customer_meta__*c9%)%!c$K6m\";i:1416578146;s:32:\"wpsc_customer_meta__*eMSrGNaEpRB\";i:1416578146;s:32:\"wpsc_customer_meta__*fOl#^wIaD0S\";i:1416578146;s:32:\"wpsc_customer_meta__*g9UPBuy5wOU\";i:1416578146;s:32:\"wpsc_customer_meta__*hsJdfQaaYao\";i:1416578146;s:32:\"wpsc_customer_meta__*isq8ql#TN*m\";i:1416578146;s:32:\"wpsc_customer_meta__*JzmmXfPtVzS\";i:1416578146;s:32:\"wpsc_customer_meta__*kA7wlvT^4(B\";i:1416578146;s:32:\"wpsc_customer_meta__*klL(RryzK0w\";i:1416578146;s:32:\"wpsc_customer_meta__*KWku2U!qIJz\";i:1416578146;s:32:\"wpsc_customer_meta__*kziQZi2TIyW\";i:1416578146;s:32:\"wpsc_customer_meta__*m(A6Ya0CUq2\";i:1416578146;s:32:\"wpsc_customer_meta__*ml$(7slUsQE\";i:1416578146;s:32:\"wpsc_customer_meta__*nc%o99hcqdF\";i:1416578146;s:32:\"wpsc_customer_meta__*nHu6@EPXn%y\";i:1416578146;s:32:\"wpsc_customer_meta__*s1F*NahYEDA\";i:1416578146;s:32:\"wpsc_customer_meta__*sbL%clLa#TQ\";i:1416578146;s:32:\"wpsc_customer_meta__*SGg)fEKjmJ#\";i:1416578146;s:32:\"wpsc_customer_meta__*SxMt#8oxZX!\";i:1416578146;s:32:\"wpsc_customer_meta__0!11QSrq5C5s\";i:1416578146;s:32:\"wpsc_customer_meta__0$7k&^q!z*2o\";i:1416578146;s:32:\"wpsc_customer_meta__0%JoC3kGvcE#\";i:1416578146;s:32:\"wpsc_customer_meta__0)*H18llc1uN\";i:1416578146;s:32:\"wpsc_customer_meta__0*)IrheewcQ*\";i:1416578146;s:32:\"wpsc_customer_meta__008n@Vj8vIvY\";i:1416578146;s:32:\"wpsc_customer_meta__00jHJ)K*yahD\";i:1416578146;s:32:\"wpsc_customer_meta__01PA#52U4rqc\";i:1416578146;s:32:\"wpsc_customer_meta__02$!Fdk7#ErG\";i:1416578146;s:32:\"wpsc_customer_meta__0@mt11N!Yn2C\";i:1416578146;s:32:\"wpsc_customer_meta__0ACldHCi1AIE\";i:1416578146;s:32:\"wpsc_customer_meta__0BiBk0sJqq@Y\";i:1416578146;s:32:\"wpsc_customer_meta__0bImR*hO*I(R\";i:1416578146;s:32:\"wpsc_customer_meta__0c$BYvomPPI)\";i:1416578146;s:32:\"wpsc_customer_meta__0Cb0@pip9QJw\";i:1416578146;s:32:\"wpsc_customer_meta__0cg7Yr@)l1%S\";i:1416578146;s:32:\"wpsc_customer_meta__0dv8is0Ac%(^\";i:1416578146;s:32:\"wpsc_customer_meta__0eAHlgrSgjgc\";i:1416578146;s:32:\"wpsc_customer_meta__0g#13ovfRnOI\";i:1416578146;s:32:\"wpsc_customer_meta__0gylj!79hi2D\";i:1416578146;s:32:\"wpsc_customer_meta__0GZSc%pswZ9%\";i:1416578146;s:32:\"wpsc_customer_meta__0HCG*IrVOPRz\";i:1416578146;s:32:\"wpsc_customer_meta__0jj2@dHR3wba\";i:1416578146;s:32:\"wpsc_customer_meta__0KeXt1wAaBxI\";i:1416578146;s:32:\"wpsc_customer_meta__0l6pU^^6dsMr\";i:1416578146;s:32:\"wpsc_customer_meta__0LNMV@BKxplE\";i:1416578146;s:32:\"wpsc_customer_meta__0lt(9*8*ae64\";i:1416578146;s:32:\"wpsc_customer_meta__0M7xpg4uXy9r\";i:1416578146;s:32:\"wpsc_customer_meta__0MX5!00xA*zy\";i:1416578146;s:32:\"wpsc_customer_meta__0pvMo!7PQNzy\";i:1416578146;s:32:\"wpsc_customer_meta__0py1GR6ke0jA\";i:1416578146;s:32:\"wpsc_customer_meta__0QJz0rc9^oEg\";i:1416578146;s:32:\"wpsc_customer_meta__0RR7WhWR2zPi\";i:1416578146;s:32:\"wpsc_customer_meta__0TcS!v5HlVh3\";i:1416578146;s:32:\"wpsc_customer_meta__0uqCVg(*nF3s\";i:1416578146;s:32:\"wpsc_customer_meta__0VfjfVGu^ad(\";i:1416578146;s:32:\"wpsc_customer_meta__0WD2gnk5GUCU\";i:1416578146;s:32:\"wpsc_customer_meta__0XTLw)uQPXjx\";i:1416578146;s:32:\"wpsc_customer_meta__0yI&x1fqe5^8\";i:1416578146;s:32:\"wpsc_customer_meta__0z*NqQJao*nX\";i:1416578146;s:32:\"wpsc_customer_meta__0^8jgs0@&u1A\";i:1416578146;s:32:\"wpsc_customer_meta__0^DFX#gYAsVd\";i:1416578146;s:32:\"wpsc_customer_meta__1!55zX^tp&v!\";i:1416578146;s:32:\"wpsc_customer_meta__1&z1fnZP(5WE\";i:1416578146;s:32:\"wpsc_customer_meta__1(d&V(XYXe5X\";i:1416578146;s:32:\"wpsc_customer_meta__11S487*SPjHX\";i:1416578146;s:32:\"wpsc_customer_meta__13qAMP7u3RqQ\";i:1416578146;s:32:\"wpsc_customer_meta__18XaFp56))CO\";i:1416578146;s:32:\"wpsc_customer_meta__1Bd9ctI&X&@y\";i:1416578146;s:32:\"wpsc_customer_meta__1dSREDpz05d7\";i:1416578146;s:32:\"wpsc_customer_meta__1DyHUx#%e(D2\";i:1416578146;s:32:\"wpsc_customer_meta__1EnWyuCCMdK$\";i:1416578146;s:32:\"wpsc_customer_meta__1G*OOIjM(c2Y\";i:1416578146;s:32:\"wpsc_customer_meta__1IdWd)PoiTv0\";i:1416578146;s:32:\"wpsc_customer_meta__1jkm*kKOSPKi\";i:1416578146;s:32:\"wpsc_customer_meta__1m4KZH0j^hkY\";i:1416578146;s:32:\"wpsc_customer_meta__1MFoj@FsOW%m\";i:1416578146;s:32:\"wpsc_customer_meta__1rHyiec#ly0o\";i:1416578146;s:32:\"wpsc_customer_meta__1RmY&NyffgTN\";i:1416578146;s:32:\"wpsc_customer_meta__1TRV4lwStUTG\";i:1416578146;s:32:\"wpsc_customer_meta__1tVJdJ3X6jOV\";i:1416578146;s:32:\"wpsc_customer_meta__1usVvZ9icKeI\";i:1416578146;s:32:\"wpsc_customer_meta__1x)C0)74$g)j\";i:1416578146;s:32:\"wpsc_customer_meta__1X^Uhmr6TV8E\";i:1416578146;s:32:\"wpsc_customer_meta__1^gujdrqMX%J\";i:1416578146;s:32:\"wpsc_customer_meta__2#T1yIlZB6YM\";i:1416578146;s:32:\"wpsc_customer_meta__2#ZCvE!c*Uhk\";i:1416578146;s:32:\"wpsc_customer_meta__2(ao0^sxs1Ur\";i:1416578146;s:32:\"wpsc_customer_meta__2(KFHhb0Xk*W\";i:1416578146;s:32:\"wpsc_customer_meta__2)(UicIRyN2M\";i:1416578146;s:32:\"wpsc_customer_meta__2*ULfOWDP5T*\";i:1416578146;s:32:\"wpsc_customer_meta__21mV%pQu!#4d\";i:1416578146;s:32:\"wpsc_customer_meta__23@OKG!JYlNu\";i:1416578146;s:32:\"wpsc_customer_meta__24Yo(gdsVHXW\";i:1416578146;s:32:\"wpsc_customer_meta__25rMrpmF5f!J\";i:1416578146;s:32:\"wpsc_customer_meta__2@p#tA1Fme(S\";i:1416578146;s:32:\"wpsc_customer_meta__2AuXU#7cv5zp\";i:1416578146;s:32:\"wpsc_customer_meta__2B(FTTC57wb@\";i:1416578146;s:32:\"wpsc_customer_meta__2C6&w(Y5F4sZ\";i:1416578146;s:32:\"wpsc_customer_meta__2F7WinxdLwV^\";i:1416578146;s:32:\"wpsc_customer_meta__2fUt3FDJjqnv\";i:1416578146;s:32:\"wpsc_customer_meta__2hYI96rXdTST\";i:1416578146;s:32:\"wpsc_customer_meta__2IKzodpl6^tO\";i:1416578146;s:32:\"wpsc_customer_meta__2Jl4nFAl1Gnb\";i:1416578146;s:32:\"wpsc_customer_meta__2KBBN$7sPdfX\";i:1416578146;s:32:\"wpsc_customer_meta__2l6w1XW^!$i(\";i:1416578146;s:32:\"wpsc_customer_meta__2ly84DJlRKI$\";i:1416578146;s:32:\"wpsc_customer_meta__2m60KJn7u6q3\";i:1416578146;s:32:\"wpsc_customer_meta__2mdEEx@@ZV&Z\";i:1416578146;s:32:\"wpsc_customer_meta__2MiBBy6HNRHE\";i:1416578146;s:32:\"wpsc_customer_meta__2n!0zRAQR2k#\";i:1416578146;s:32:\"wpsc_customer_meta__2nAsFr&O6vA0\";i:1416578146;s:32:\"wpsc_customer_meta__2O1QdlRHghGU\";i:1416578146;s:32:\"wpsc_customer_meta__2o4ucTtQFZCU\";i:1416578146;s:32:\"wpsc_customer_meta__2PmDppFuuF0l\";i:1416578146;s:32:\"wpsc_customer_meta__2q6EY@3h7ikC\";i:1416578146;s:32:\"wpsc_customer_meta__2QaFtQ08JLqp\";i:1416578146;s:32:\"wpsc_customer_meta__2Sai4)h9MGRL\";i:1416578146;s:32:\"wpsc_customer_meta__2Ta3*ATxO%0b\";i:1416578146;s:32:\"wpsc_customer_meta__2tpYpdc1X6jt\";i:1416578146;s:32:\"wpsc_customer_meta__2Ts4Pp^0F)&F\";i:1416578146;s:32:\"wpsc_customer_meta__2UhWQIxQ9wxW\";i:1416578146;s:32:\"wpsc_customer_meta__2WlvHqGXTIAq\";i:1416578146;s:32:\"wpsc_customer_meta__2Zjd^x9PnK6a\";i:1416578146;s:32:\"wpsc_customer_meta__3%Z1lRWjuj7e\";i:1416578146;s:32:\"wpsc_customer_meta__3&2VeUfQBY)k\";i:1416578146;s:32:\"wpsc_customer_meta__3*SOM5G&ApE^\";i:1416578146;s:32:\"wpsc_customer_meta__32c*A)m9MhMo\";i:1416578146;s:32:\"wpsc_customer_meta__33NnXF#$Ue^8\";i:1416578146;s:32:\"wpsc_customer_meta__341em&Xu%$yq\";i:1416578146;s:32:\"wpsc_customer_meta__34EuxIk^zu)$\";i:1416578146;s:32:\"wpsc_customer_meta__360hGf0mx0ek\";i:1416578146;s:32:\"wpsc_customer_meta__38%qFHHSOqv2\";i:1416578146;s:32:\"wpsc_customer_meta__3a*uIj5@Xs*e\";i:1416578146;s:32:\"wpsc_customer_meta__3bnVmPz5o7Nw\";i:1416578146;s:32:\"wpsc_customer_meta__3Ckegm(Jm!Er\";i:1416578146;s:32:\"wpsc_customer_meta__3e8r2OTeeFE@\";i:1416578146;s:32:\"wpsc_customer_meta__3GeXEy^g5&rP\";i:1416578146;s:32:\"wpsc_customer_meta__3GpD%H!oSv4&\";i:1416578146;s:32:\"wpsc_customer_meta__3HQNa6LCT#ST\";i:1416578146;s:32:\"wpsc_customer_meta__3kiA52He6Hp1\";i:1416578146;s:32:\"wpsc_customer_meta__3kL9^AcIQKIP\";i:1416578146;s:32:\"wpsc_customer_meta__3O0PFoUdrV(L\";i:1416578146;s:32:\"wpsc_customer_meta__3p1MZfJ&eC8b\";i:1416578146;s:32:\"wpsc_customer_meta__3q9*(O$FKPEQ\";i:1416578146;s:32:\"wpsc_customer_meta__3qSFtgo@UnbY\";i:1416578146;s:32:\"wpsc_customer_meta__3R)yM63n5dmR\";i:1416578146;s:32:\"wpsc_customer_meta__3Rf^5dC%OE80\";i:1416578146;s:32:\"wpsc_customer_meta__3rj*UF!##npP\";i:1416578146;s:32:\"wpsc_customer_meta__3SRsWEapA$W@\";i:1416578146;s:32:\"wpsc_customer_meta__3uNy4%Q9Mch(\";i:1416578146;s:32:\"wpsc_customer_meta__3vZSvqMITFht\";i:1416578146;s:32:\"wpsc_customer_meta__3X10nkPcMhAw\";i:1416578146;s:32:\"wpsc_customer_meta__3xAym)JbFz8#\";i:1416578146;s:32:\"wpsc_customer_meta__3ypTgRN1pLJI\";i:1416578146;s:32:\"wpsc_customer_meta__3yznYMb(B7%&\";i:1416578146;s:32:\"wpsc_customer_meta__4##F(U0Rb8%p\";i:1416578146;s:32:\"wpsc_customer_meta__4%B8qQzP*JPF\";i:1416578146;s:32:\"wpsc_customer_meta__4&VHkt!ogKEj\";i:1416578146;s:32:\"wpsc_customer_meta__4*^QWIa&F*uy\";i:1416578146;s:32:\"wpsc_customer_meta__40ScSD6^!rbE\";i:1416578146;s:32:\"wpsc_customer_meta__40y%p*)#zprv\";i:1416578146;s:32:\"wpsc_customer_meta__41AIcNTP202O\";i:1416578146;s:32:\"wpsc_customer_meta__43rH6iuTO&6x\";i:1416578146;s:32:\"wpsc_customer_meta__47vD4EcQ%hXf\";i:1416578146;s:32:\"wpsc_customer_meta__48!R0wCw6lS5\";i:1416578146;s:32:\"wpsc_customer_meta__48D5ZcnS6jUO\";i:1416578146;s:32:\"wpsc_customer_meta__4CG*ZoajM(#v\";i:1416578146;s:32:\"wpsc_customer_meta__4D*DV&kbXH67\";i:1416578146;s:32:\"wpsc_customer_meta__4edyHHO!$y#A\";i:1416578146;s:32:\"wpsc_customer_meta__4FEqPznfb0$P\";i:1416578146;s:32:\"wpsc_customer_meta__4FNwggBV4zg3\";i:1416578146;s:32:\"wpsc_customer_meta__4hjCtfgF26Mh\";i:1416578146;s:32:\"wpsc_customer_meta__4IggFD&&2K$*\";i:1416578146;s:32:\"wpsc_customer_meta__4IOSkj4Z^iS*\";i:1416578146;s:32:\"wpsc_customer_meta__4IyskjLaUP1G\";i:1416578146;s:32:\"wpsc_customer_meta__4j(XDUODDl84\";i:1416578146;s:32:\"wpsc_customer_meta__4k)0r7Ro4xLK\";i:1416578146;s:32:\"wpsc_customer_meta__4KpU%tw3OjRS\";i:1416578146;s:32:\"wpsc_customer_meta__4M&IuzI$%gk*\";i:1416578146;s:32:\"wpsc_customer_meta__4m7eVbi*LZUZ\";i:1416578146;s:32:\"wpsc_customer_meta__4mmRULWJo1Fy\";i:1416578146;s:32:\"wpsc_customer_meta__4nkkyq8iqgHS\";i:1416578146;s:32:\"wpsc_customer_meta__4qm*Tq9H(hLi\";i:1416578146;s:32:\"wpsc_customer_meta__4qxUt*7vsbjA\";i:1416578146;s:32:\"wpsc_customer_meta__4t#Q9f4dA4PQ\";i:1416578146;s:32:\"wpsc_customer_meta__4T$OT7^DOjyr\";i:1416578146;s:32:\"wpsc_customer_meta__4U2eZ47tkDPL\";i:1416578146;s:32:\"wpsc_customer_meta__4uMBQ03oiu)r\";i:1416578146;s:32:\"wpsc_customer_meta__4Z&9Rrsn*wnx\";i:1416578146;s:32:\"wpsc_customer_meta__4ZQn@d@RGAwd\";i:1416578146;s:32:\"wpsc_customer_meta__5!0RKza0Gw28\";i:1416578146;s:32:\"wpsc_customer_meta__5#0w!lAUy0&a\";i:1416578146;s:32:\"wpsc_customer_meta__5$y7OHXtpgUL\";i:1416578146;s:32:\"wpsc_customer_meta__5(*%rbPJXg$#\";i:1416578146;s:32:\"wpsc_customer_meta__56pKZY1plXzf\";i:1416578146;s:32:\"wpsc_customer_meta__56SGeFe)$XH5\";i:1416578146;s:32:\"wpsc_customer_meta__5aO9XHH&N!l#\";i:1416578146;s:32:\"wpsc_customer_meta__5AOeSl)U&wgT\";i:1416578146;s:32:\"wpsc_customer_meta__5caDsXWDnuq$\";i:1416578146;s:32:\"wpsc_customer_meta__5ElhtZe$3B3B\";i:1416578146;s:32:\"wpsc_customer_meta__5G*#pMEoC(vy\";i:1416578146;s:32:\"wpsc_customer_meta__5grpggHm12EK\";i:1416578146;s:32:\"wpsc_customer_meta__5gX&taUBH6Xk\";i:1416578146;s:32:\"wpsc_customer_meta__5hIfz9qwr)VG\";i:1416578146;s:32:\"wpsc_customer_meta__5HP738AVbcA3\";i:1416578146;s:32:\"wpsc_customer_meta__5lCt7p5DPVBx\";i:1416578146;s:32:\"wpsc_customer_meta__5N#$dj8hpJDa\";i:1416578146;s:32:\"wpsc_customer_meta__5p)#gR0kEQwK\";i:1416578146;s:32:\"wpsc_customer_meta__5P*LWH0Wx(V9\";i:1416578146;s:32:\"wpsc_customer_meta__5QEIzNI@DRgJ\";i:1416578146;s:32:\"wpsc_customer_meta__5q^NY&VtbgYD\";i:1416578146;s:32:\"wpsc_customer_meta__5Rcvio0tng@f\";i:1416578146;s:32:\"wpsc_customer_meta__5ucK!1efIqhj\";i:1416578146;s:32:\"wpsc_customer_meta__5VIFVpyz)gZ@\";i:1416578146;s:32:\"wpsc_customer_meta__5wT*srwn3da#\";i:1416578146;s:32:\"wpsc_customer_meta__5XRDmo@o8G5U\";i:1416578146;s:32:\"wpsc_customer_meta__5Y*l4tBwLhKw\";i:1416578146;s:32:\"wpsc_customer_meta__5Y4OPRG%e6rr\";i:1416578146;s:32:\"wpsc_customer_meta__5Yag^h3Q2l)w\";i:1416578146;s:32:\"wpsc_customer_meta__5yuR#$8bWReJ\";i:1416578146;s:32:\"wpsc_customer_meta__6*xIHE%kYr&K\";i:1416578146;s:32:\"wpsc_customer_meta__60$rpf8KKokg\";i:1416578146;s:32:\"wpsc_customer_meta__614F*7xy@CNT\";i:1416578146;s:32:\"wpsc_customer_meta__63htplyTIj4x\";i:1416578146;s:32:\"wpsc_customer_meta__65uJ0bbOqfbw\";i:1416578146;s:32:\"wpsc_customer_meta__66S4W#)OWAam\";i:1416578146;s:32:\"wpsc_customer_meta__6apGyx1B5QL%\";i:1416578146;s:32:\"wpsc_customer_meta__6CckiVr9o)4f\";i:1416578146;s:32:\"wpsc_customer_meta__6edsEYLcL9$&\";i:1416578146;s:32:\"wpsc_customer_meta__6H#(8g!Fr#l&\";i:1416578146;s:32:\"wpsc_customer_meta__6hV@ZcmEQPIm\";i:1416578146;s:32:\"wpsc_customer_meta__6i0!fpNPmvpF\";i:1416578146;s:32:\"wpsc_customer_meta__6KimNFBy1c0U\";i:1416578146;s:32:\"wpsc_customer_meta__6LcW)YKDI#eg\";i:1416578146;s:32:\"wpsc_customer_meta__6lEHAu0hQyoJ\";i:1416578146;s:32:\"wpsc_customer_meta__6m4vB0znBP&D\";i:1416578146;s:32:\"wpsc_customer_meta__6N86O!wJLoI2\";i:1416578146;s:32:\"wpsc_customer_meta__6pfd31cZGZzg\";i:1416578146;s:32:\"wpsc_customer_meta__6RK1VlYzlWab\";i:1416578146;s:32:\"wpsc_customer_meta__6R^iKuVHzQpR\";i:1416578146;s:32:\"wpsc_customer_meta__6sa(v7V7d%5k\";i:1416578146;s:32:\"wpsc_customer_meta__6UK83Z(E1^*N\";i:1416578146;s:32:\"wpsc_customer_meta__6Vu1Xw)*22*y\";i:1416578146;s:32:\"wpsc_customer_meta__6VwwKoavqmq%\";i:1416578146;s:32:\"wpsc_customer_meta__6XI61UDrX#j*\";i:1416578146;s:32:\"wpsc_customer_meta__6^BEu$CRl2Ke\";i:1416578146;s:32:\"wpsc_customer_meta__6^BOBR)U9yCG\";i:1416578146;s:32:\"wpsc_customer_meta__7!d#tiOT0aeC\";i:1416578146;s:32:\"wpsc_customer_meta__7*22AS&1yS)3\";i:1416578146;s:32:\"wpsc_customer_meta__71CQReMaBW7E\";i:1416578146;s:32:\"wpsc_customer_meta__71oKef7bbfro\";i:1416578146;s:32:\"wpsc_customer_meta__74c5CBknZSRU\";i:1416578146;s:32:\"wpsc_customer_meta__74zKFR6ab73Q\";i:1416578146;s:32:\"wpsc_customer_meta__78e7^Ptf%FpF\";i:1416578146;s:32:\"wpsc_customer_meta__7a2%glPCfFnm\";i:1416578146;s:32:\"wpsc_customer_meta__7ag#2Z1Jub4U\";i:1416578146;s:32:\"wpsc_customer_meta__7coPDCDOzTQw\";i:1416578146;s:32:\"wpsc_customer_meta__7E7#i^kA2RfN\";i:1416578146;s:32:\"wpsc_customer_meta__7eg6c*e*Q5^K\";i:1416578146;s:32:\"wpsc_customer_meta__7f&M3DP36bRT\";i:1416578146;s:32:\"wpsc_customer_meta__7Fb)hID!YzVc\";i:1416578146;s:32:\"wpsc_customer_meta__7ftk0T65#r&G\";i:1416578146;s:32:\"wpsc_customer_meta__7GFM)A6xssJ1\";i:1416578146;s:32:\"wpsc_customer_meta__7H4m%YAtYb&H\";i:1416578146;s:32:\"wpsc_customer_meta__7HFtX9QPvR)c\";i:1416578146;s:32:\"wpsc_customer_meta__7hzL2Zx2q88h\";i:1416578146;s:32:\"wpsc_customer_meta__7ipEn0kgRmHn\";i:1416578146;s:32:\"wpsc_customer_meta__7jiSavKgnd!k\";i:1416578146;s:32:\"wpsc_customer_meta__7jTs@%72HpGK\";i:1416578146;s:32:\"wpsc_customer_meta__7kRG48H0NkFx\";i:1416578146;s:32:\"wpsc_customer_meta__7l$GBq*la%o1\";i:1416578146;s:32:\"wpsc_customer_meta__7Ls42DkBpvnD\";i:1416578146;s:32:\"wpsc_customer_meta__7mKlKV74!PJ5\";i:1416578146;s:32:\"wpsc_customer_meta__7ncpHeoKagO#\";i:1416578146;s:32:\"wpsc_customer_meta__7oeCf&6H@&DH\";i:1416578146;s:32:\"wpsc_customer_meta__7P%R6o%UX#Xg\";i:1416578146;s:32:\"wpsc_customer_meta__7RI9Vug9WRB!\";i:1416578146;s:32:\"wpsc_customer_meta__7RK)cAbwhfbh\";i:1416578146;s:32:\"wpsc_customer_meta__7S5I7qVl^Tmr\";i:1416578146;s:32:\"wpsc_customer_meta__7SI01J)sFeF@\";i:1416578146;s:32:\"wpsc_customer_meta__7t2Z0@5h1g$c\";i:1416578146;s:32:\"wpsc_customer_meta__7W37MYdV$3z9\";i:1416578146;s:32:\"wpsc_customer_meta__7WC&wIMdJctT\";i:1416578146;s:32:\"wpsc_customer_meta__7y&To%G(v#*y\";i:1416578146;s:32:\"wpsc_customer_meta__7y0ne*xhHL)y\";i:1416578146;s:32:\"wpsc_customer_meta__7y2OiR)6DHAx\";i:1416578146;s:32:\"wpsc_customer_meta__7YtZAocZLEE$\";i:1416578146;s:32:\"wpsc_customer_meta__7zrUO)MnBi!F\";i:1416578146;s:32:\"wpsc_customer_meta__7Zy35X%cMtQ$\";i:1416578146;s:32:\"wpsc_customer_meta__8&%5ASc06fJ(\";i:1416578146;s:32:\"wpsc_customer_meta__8&9XrOIUAR79\";i:1416578146;s:32:\"wpsc_customer_meta__8(Z7$Wh8xl2D\";i:1416578146;s:32:\"wpsc_customer_meta__8)rDwgPOzak4\";i:1416578146;s:32:\"wpsc_customer_meta__81H%J)A)1Igk\";i:1416578146;s:32:\"wpsc_customer_meta__87Xs4klERWuc\";i:1416578146;s:32:\"wpsc_customer_meta__8a@hQ6^KD#Mt\";i:1416578146;s:32:\"wpsc_customer_meta__8ao0TpP%AfRg\";i:1416578146;s:32:\"wpsc_customer_meta__8B8HNo&cW**r\";i:1416578146;s:32:\"wpsc_customer_meta__8C(qT3)^3BN3\";i:1416578146;s:32:\"wpsc_customer_meta__8CRwuFFO0R%$\";i:1416578146;s:32:\"wpsc_customer_meta__8dSuopOH5J&L\";i:1416578146;s:32:\"wpsc_customer_meta__8eC*HwcpC$VS\";i:1416578146;s:32:\"wpsc_customer_meta__8e^0xmQ1ht7@\";i:1416578146;s:32:\"wpsc_customer_meta__8e^pe1!2YCJE\";i:1416578146;s:32:\"wpsc_customer_meta__8Gz#jrlM8EOy\";i:1416578146;s:32:\"wpsc_customer_meta__8hHilJkB#$dl\";i:1416578146;s:32:\"wpsc_customer_meta__8HI6w4541wNY\";i:1416578146;s:32:\"wpsc_customer_meta__8KC!X@75UZKT\";i:1416578146;s:32:\"wpsc_customer_meta__8KN7v^WfuMA*\";i:1416578146;s:32:\"wpsc_customer_meta__8m34SfNsqQOo\";i:1416578146;s:32:\"wpsc_customer_meta__8N)3SCLI$uXT\";i:1416578146;s:32:\"wpsc_customer_meta__8Q$5$XkGkipm\";i:1416578146;s:32:\"wpsc_customer_meta__8Q&$yggGEMJB\";i:1416578146;s:32:\"wpsc_customer_meta__8s3QmkMtW&Du\";i:1416578146;s:32:\"wpsc_customer_meta__8Wa1wxO(!pIJ\";i:1416578146;s:32:\"wpsc_customer_meta__8XSpuTcg#yOf\";i:1416578146;s:32:\"wpsc_customer_meta__8y(UMkahmXtU\";i:1416578146;s:32:\"wpsc_customer_meta__8zfo5yoR(nQs\";i:1416578146;s:32:\"wpsc_customer_meta__9#2@cg&*%H6m\";i:1416578146;s:32:\"wpsc_customer_meta__9$Hn8vG!(z)g\";i:1416578146;s:32:\"wpsc_customer_meta__91OiySQU35YW\";i:1416578146;s:32:\"wpsc_customer_meta__92k5@KiGxk@Y\";i:1416578146;s:32:\"wpsc_customer_meta__94$GABBcP!OA\";i:1416578146;s:32:\"wpsc_customer_meta__94Bny7I4H3Ld\";i:1416578146;s:32:\"wpsc_customer_meta__952wkN(IBoeo\";i:1416578146;s:32:\"wpsc_customer_meta__95^#YzMEot%b\";i:1416578146;s:32:\"wpsc_customer_meta__98Gfbxdy5JY6\";i:1416578146;s:32:\"wpsc_customer_meta__9b$pL)JhPtHV\";i:1416578146;s:32:\"wpsc_customer_meta__9BrlloS69UWp\";i:1416578146;s:32:\"wpsc_customer_meta__9chnvo2eerlo\";i:1416578146;s:32:\"wpsc_customer_meta__9cKXaBUtG&mZ\";i:1416578146;s:32:\"wpsc_customer_meta__9cxmeMq6l7x#\";i:1416578146;s:32:\"wpsc_customer_meta__9E*ePvMqYKTm\";i:1416578146;s:32:\"wpsc_customer_meta__9fHaE1H^c)z7\";i:1416578146;s:32:\"wpsc_customer_meta__9fHnc7xMlWOd\";i:1416578146;s:32:\"wpsc_customer_meta__9FLvfhGqq*K)\";i:1416578146;s:32:\"wpsc_customer_meta__9ge$sYW0$N$P\";i:1416578146;s:32:\"wpsc_customer_meta__9H5JsL9c#@uB\";i:1416578146;s:32:\"wpsc_customer_meta__9HKz3OfNtIpQ\";i:1416578146;s:32:\"wpsc_customer_meta__9KWgLYLghwAj\";i:1416578146;s:32:\"wpsc_customer_meta__9L&%C7Xve7gJ\";i:1416578146;s:32:\"wpsc_customer_meta__9l@xcKQ!Vuh!\";i:1416578146;s:32:\"wpsc_customer_meta__9nBqRL&6o!Z9\";i:1416578146;s:32:\"wpsc_customer_meta__9Nrt8i8iX&l^\";i:1416578146;s:32:\"wpsc_customer_meta__9OxKGfCWKZPh\";i:1416578146;s:32:\"wpsc_customer_meta__9qn6$I&5)wvP\";i:1416578146;s:32:\"wpsc_customer_meta__9SFjJshlfp1t\";i:1416578146;s:32:\"wpsc_customer_meta__9uKCI*0b@5n3\";i:1416578146;s:32:\"wpsc_customer_meta__9UMmlEr66NYe\";i:1416578146;s:32:\"wpsc_customer_meta__9uPr9W^dy(nj\";i:1416578146;s:32:\"wpsc_customer_meta__9V$tH9(u(jm6\";i:1416578146;s:32:\"wpsc_customer_meta__9v&H%&qR*L@o\";i:1416578146;s:32:\"wpsc_customer_meta__9WkImHhsqojg\";i:1416578146;s:32:\"wpsc_customer_meta__9X&Yg3@CoM)S\";i:1416578146;s:32:\"wpsc_customer_meta__9Xu0b**oBI&R\";i:1416578146;s:32:\"wpsc_customer_meta__9z4OMkgAUcC&\";i:1416578146;s:32:\"wpsc_customer_meta__@!eoc76Z30pu\";i:1416578146;s:32:\"wpsc_customer_meta__@#eMVavURoT4\";i:1416578146;s:32:\"wpsc_customer_meta__@$tk1KPP(!#(\";i:1416578146;s:32:\"wpsc_customer_meta__@$wdZ)Z9RN#s\";i:1416578146;s:32:\"wpsc_customer_meta__@%kdRgqR#*4*\";i:1416578146;s:32:\"wpsc_customer_meta__@108f8T6gwVG\";i:1416578146;s:32:\"wpsc_customer_meta__@1hZr(uZ5Rui\";i:1416578146;s:32:\"wpsc_customer_meta__@4e0WJqqRck(\";i:1416578146;s:32:\"wpsc_customer_meta__@56gK3Kuqn^O\";i:1416578146;s:32:\"wpsc_customer_meta__@8D3lg57cut!\";i:1416578146;s:32:\"wpsc_customer_meta__@9!!4i5oxH0m\";i:1416578146;s:32:\"wpsc_customer_meta__@@93WS**8Ca1\";i:1416578146;s:32:\"wpsc_customer_meta__@bB2eNDKz)I*\";i:1416578146;s:32:\"wpsc_customer_meta__@BJzx)JCPNcO\";i:1416578146;s:32:\"wpsc_customer_meta__@BosfzinPvQw\";i:1416578146;s:32:\"wpsc_customer_meta__@DvyO^psSEC(\";i:1416578146;s:32:\"wpsc_customer_meta__@DWH&o8&3hLb\";i:1416578146;s:32:\"wpsc_customer_meta__@E(nMo9xKzUk\";i:1416578146;s:32:\"wpsc_customer_meta__@e4FULl&uqpg\";i:1416578146;s:32:\"wpsc_customer_meta__@f8^&lv$i)TM\";i:1416578146;s:32:\"wpsc_customer_meta__@fuwe0A6XSfd\";i:1416578146;s:32:\"wpsc_customer_meta__@G(HStTS$AUP\";i:1416578146;s:32:\"wpsc_customer_meta__@GavlQ6%CTw9\";i:1416578146;s:32:\"wpsc_customer_meta__@gz6*44@sU)$\";i:1416578146;s:32:\"wpsc_customer_meta__@I%M@srMDfxY\";i:1416578146;s:32:\"wpsc_customer_meta__@izOgsX$Wo5$\";i:1416578146;s:32:\"wpsc_customer_meta__@j$)(UYT*rZB\";i:1416578146;s:32:\"wpsc_customer_meta__@Ko^ur(e7Xr$\";i:1416578146;s:32:\"wpsc_customer_meta__@kQglQ$cw%6*\";i:1416578146;s:32:\"wpsc_customer_meta__@l3Mg&fg4LXH\";i:1416578146;s:32:\"wpsc_customer_meta__@lfx5XAoHHEt\";i:1416578146;s:32:\"wpsc_customer_meta__@lM^wmkpOIpG\";i:1416578146;s:32:\"wpsc_customer_meta__@LSE%(GhjvU#\";i:1416578146;s:32:\"wpsc_customer_meta__@LT6(LwKpOU1\";i:1416578146;s:32:\"wpsc_customer_meta__@MbiXnKcFOlA\";i:1416578146;s:32:\"wpsc_customer_meta__@QWATimFTYKE\";i:1416578146;s:32:\"wpsc_customer_meta__@r%J0pCqeI^r\";i:1416578146;s:32:\"wpsc_customer_meta__@s$r5kW6xrq%\";i:1416578146;s:32:\"wpsc_customer_meta__@sUOQTzkyVYu\";i:1416578146;s:32:\"wpsc_customer_meta__@SWV^eWPHDr^\";i:1416578146;s:32:\"wpsc_customer_meta__@T2tx4)c3E40\";i:1416578146;s:32:\"wpsc_customer_meta__@T6#Wsntvltw\";i:1416578146;s:32:\"wpsc_customer_meta__@u(biBz2!0IZ\";i:1416578146;s:32:\"wpsc_customer_meta__@uLC8zoCudSB\";i:1416578146;s:32:\"wpsc_customer_meta__@V!t4dA5li%P\";i:1416578146;s:32:\"wpsc_customer_meta__@WNy6a1f9cVj\";i:1416578146;s:32:\"wpsc_customer_meta__@wx*t5JUVyKD\";i:1416578146;s:32:\"wpsc_customer_meta__@y5I%o^ytX&u\";i:1416578146;s:32:\"wpsc_customer_meta__@YMI68q56zix\";i:1416578146;s:32:\"wpsc_customer_meta__@YO$1es8RGRS\";i:1416578146;s:32:\"wpsc_customer_meta__@Zs!Lyfz@7(f\";i:1416578146;s:32:\"wpsc_customer_meta__@^f79FQHT%sS\";i:1416578146;s:32:\"wpsc_customer_meta__a#Nkiv7loQZ7\";i:1416578146;s:32:\"wpsc_customer_meta__A&&mIb^7I4mb\";i:1416578146;s:32:\"wpsc_customer_meta__a&nDKW8r^Pd3\";i:1416578146;s:32:\"wpsc_customer_meta__A(YmAXMdFOZ4\";i:1416578146;s:32:\"wpsc_customer_meta__A))DcJxdHvsk\";i:1416578146;s:32:\"wpsc_customer_meta__a16Q)I$BWUXW\";i:1416578146;s:32:\"wpsc_customer_meta__A2BA)yl69c(2\";i:1416578146;s:32:\"wpsc_customer_meta__A4*%9bOzsiIc\";i:1416578146;s:32:\"wpsc_customer_meta__a4drCa4sUmU0\";i:1416578146;s:32:\"wpsc_customer_meta__A4Qv^7fFIsLs\";i:1416578146;s:32:\"wpsc_customer_meta__a73ACfPZB7MP\";i:1416578146;s:32:\"wpsc_customer_meta__A7Bk)53sVzV6\";i:1416578146;s:32:\"wpsc_customer_meta__A7d(NelUNYP@\";i:1416578146;s:32:\"wpsc_customer_meta__a7Rx&M7wZ@9y\";i:1416578146;s:32:\"wpsc_customer_meta__A@d4t8kxXRi4\";i:1416578146;s:32:\"wpsc_customer_meta__a@GiS(H0Lwdb\";i:1416578146;s:32:\"wpsc_customer_meta__aC9BIQ)kfER3\";i:1416578146;s:32:\"wpsc_customer_meta__aCA7hxiTiBta\";i:1416578146;s:32:\"wpsc_customer_meta__aCw)jPBBTr9G\";i:1416578146;s:32:\"wpsc_customer_meta__aCzjIlU)hs$&\";i:1416578146;s:32:\"wpsc_customer_meta__AD@NloaoqL1&\";i:1416578146;s:32:\"wpsc_customer_meta__AdwPKp(hEB(A\";i:1416578146;s:32:\"wpsc_customer_meta__Ae2KCHA3$JQS\";i:1416578146;s:32:\"wpsc_customer_meta__AEB%ar9D1tc8\";i:1416578146;s:32:\"wpsc_customer_meta__AetTPdTkiB(j\";i:1416578146;s:32:\"wpsc_customer_meta__AEUZRvTeWFRa\";i:1416578146;s:32:\"wpsc_customer_meta__AF%jElqtG^Dx\";i:1416578146;s:32:\"wpsc_customer_meta__aFF#HO6@)3*e\";i:1416578146;s:32:\"wpsc_customer_meta__aFo(bU6bfv#a\";i:1416578146;s:32:\"wpsc_customer_meta__aFTGh*CIx%0j\";i:1416578146;s:32:\"wpsc_customer_meta__afvsWF6sFlbL\";i:1416578146;s:32:\"wpsc_customer_meta__Afz&Cb^DMu83\";i:1416578146;s:32:\"wpsc_customer_meta__agHt^VTWfCtI\";i:1416578146;s:32:\"wpsc_customer_meta__AGvlV9K*L7T6\";i:1416578146;s:32:\"wpsc_customer_meta__AHazC@#3dXwC\";i:1416578146;s:32:\"wpsc_customer_meta__ahdRT1(%aM$^\";i:1416578146;s:32:\"wpsc_customer_meta__Ahw2Lvwms*AK\";i:1416578146;s:32:\"wpsc_customer_meta__AiB@1Uo5m2Uj\";i:1416578146;s:32:\"wpsc_customer_meta__aJacZOF$eRZQ\";i:1416578146;s:32:\"wpsc_customer_meta__ajLKGVxeH^Rl\";i:1416578146;s:32:\"wpsc_customer_meta__aJtNC23CV(jG\";i:1416578146;s:32:\"wpsc_customer_meta__Ak$U!&6cN1&N\";i:1416578146;s:32:\"wpsc_customer_meta__AKm40P1u1jr9\";i:1416578146;s:32:\"wpsc_customer_meta__alcF&@J!NHZ(\";i:1416578146;s:32:\"wpsc_customer_meta__aLyU)X4(ZIm7\";i:1416578146;s:32:\"wpsc_customer_meta__anO3*S2phMwq\";i:1416578146;s:32:\"wpsc_customer_meta__ANQK@0fMoOYg\";i:1416578146;s:32:\"wpsc_customer_meta__aO)1uDQv3S^x\";i:1416578146;s:32:\"wpsc_customer_meta__AOq7d$VJ$@&l\";i:1416578146;s:32:\"wpsc_customer_meta__aOZ5V%rQfGWh\";i:1416578146;s:32:\"wpsc_customer_meta__ApEGbpA%2yz)\";i:1416578146;s:32:\"wpsc_customer_meta__aQ%)gYzhLQ!d\";i:1416578146;s:32:\"wpsc_customer_meta__AqQ8G&V&dy^k\";i:1416578146;s:32:\"wpsc_customer_meta__aqz7NI5%gj9B\";i:1416578146;s:32:\"wpsc_customer_meta__As3xZlHh)3rY\";i:1416578146;s:32:\"wpsc_customer_meta__AsA1$ILf@S8V\";i:1416578146;s:32:\"wpsc_customer_meta__ass3lU^8&ME9\";i:1416578146;s:32:\"wpsc_customer_meta__At6xgxYVjuJK\";i:1416578146;s:32:\"wpsc_customer_meta__auxOZ!$Q!TlP\";i:1416578146;s:32:\"wpsc_customer_meta__aV!(mu@FKCa^\";i:1416578146;s:32:\"wpsc_customer_meta__AVL(rte1OxN3\";i:1416578146;s:32:\"wpsc_customer_meta__avN9hD^l9y)$\";i:1416578146;s:32:\"wpsc_customer_meta__avP5LkdTDlwt\";i:1416578146;s:32:\"wpsc_customer_meta__Aw0WQDOq!GCK\";i:1416578146;s:32:\"wpsc_customer_meta__AwHGzlII$HN4\";i:1416578146;s:32:\"wpsc_customer_meta__AX1W1oZPd#Hy\";i:1416578146;s:32:\"wpsc_customer_meta__AX9NpbXTqhcC\";i:1416578146;s:32:\"wpsc_customer_meta__aXTtip3UO4dO\";i:1416578146;s:32:\"wpsc_customer_meta__AYa^YNTRwhk$\";i:1416578146;s:32:\"wpsc_customer_meta__ayd%RlEKX2m@\";i:1416578146;s:32:\"wpsc_customer_meta__aZ)QeUYeM@I)\";i:1416578146;s:32:\"wpsc_customer_meta__aZ5dIlz7XXFJ\";i:1416578146;s:32:\"wpsc_customer_meta__azscWNX4$TTv\";i:1416578146;s:32:\"wpsc_customer_meta__a^kA^bdj9p!k\";i:1416578146;s:32:\"wpsc_customer_meta__b!f8TOXR7v9t\";i:1416578146;s:32:\"wpsc_customer_meta__B#R1sLDV@%ze\";i:1416578146;s:32:\"wpsc_customer_meta__B#vnlZPvJQ5T\";i:1416578146;s:32:\"wpsc_customer_meta__B$QI3%b*b)df\";i:1416578146;s:32:\"wpsc_customer_meta__B%R3&!RjXDG%\";i:1416578146;s:32:\"wpsc_customer_meta__B)7#RR2XdBMb\";i:1416578146;s:32:\"wpsc_customer_meta__B)jxK$9*S&eY\";i:1416578146;s:32:\"wpsc_customer_meta__B0eZthDVTl^A\";i:1416578146;s:32:\"wpsc_customer_meta__b1T^Ux4ikB0C\";i:1416578146;s:32:\"wpsc_customer_meta__b2!3%cidN1@&\";i:1416578146;s:32:\"wpsc_customer_meta__B5*eGfoLMlI1\";i:1416578146;s:32:\"wpsc_customer_meta__B56*o6TWq1h3\";i:1416578146;s:32:\"wpsc_customer_meta__b7AxmR9JC!1p\";i:1416578146;s:32:\"wpsc_customer_meta__b8j)!@iR28%4\";i:1416578146;s:32:\"wpsc_customer_meta__b9&GS$R0EGfw\";i:1416578146;s:32:\"wpsc_customer_meta__Ba9QDBeXVvi&\";i:1416578146;s:32:\"wpsc_customer_meta__bAKF*ng3JY%w\";i:1416578146;s:32:\"wpsc_customer_meta__bC%(jg8%uWWv\";i:1416578146;s:32:\"wpsc_customer_meta__bC5kjPa3*KWh\";i:1416578146;s:32:\"wpsc_customer_meta__bCDqN!m%e$Q7\";i:1416578146;s:32:\"wpsc_customer_meta__bCInZOKaRgbF\";i:1416578146;s:32:\"wpsc_customer_meta__bckZNxUsFv*j\";i:1416578146;s:32:\"wpsc_customer_meta__BDH3DWy8AnTI\";i:1416578146;s:32:\"wpsc_customer_meta__Bduy!jPuHgiv\";i:1416578146;s:32:\"wpsc_customer_meta__BeJzUS%i2Sb!\";i:1416578146;s:32:\"wpsc_customer_meta__BgDEOTTvZ%vg\";i:1416578146;s:32:\"wpsc_customer_meta__BHj@kikqEiux\";i:1416578146;s:32:\"wpsc_customer_meta__Bh^zY6x5XY$B\";i:1416578146;s:32:\"wpsc_customer_meta__BIyUK&D3q6%!\";i:1416578146;s:32:\"wpsc_customer_meta__bJ*JPw^wE3K@\";i:1416578146;s:32:\"wpsc_customer_meta__BJccI*&KgE0a\";i:1416578146;s:32:\"wpsc_customer_meta__bjF(Sh#Au8Mm\";i:1416578146;s:32:\"wpsc_customer_meta__bJkU6iCb2FUc\";i:1416578146;s:32:\"wpsc_customer_meta__bJn4M#ZKpdps\";i:1416578146;s:32:\"wpsc_customer_meta__BlgmpuVkvCS$\";i:1416578146;s:32:\"wpsc_customer_meta__bLiXY5%qo5^A\";i:1416578146;s:32:\"wpsc_customer_meta__BLTHQ5NNSgDw\";i:1416578146;s:32:\"wpsc_customer_meta__bmINQounDjc&\";i:1416578146;s:32:\"wpsc_customer_meta__bmMuDhnPGloA\";i:1416578146;s:32:\"wpsc_customer_meta__BN$q5qy*AydR\";i:1416578146;s:32:\"wpsc_customer_meta__bN3YoaK3hxU7\";i:1416578146;s:32:\"wpsc_customer_meta__bN50E5JY6ucZ\";i:1416578146;s:32:\"wpsc_customer_meta__bniEYcvTgN0)\";i:1416578146;s:32:\"wpsc_customer_meta__Bouuf!yM9xAv\";i:1416578146;s:32:\"wpsc_customer_meta__BpXAftWeesuI\";i:1416578146;s:32:\"wpsc_customer_meta__bQF2ZfNE4b)Y\";i:1416578146;s:32:\"wpsc_customer_meta__bqjUPfp7pggu\";i:1416578146;s:32:\"wpsc_customer_meta__bQuhi@1PepWG\";i:1416578146;s:32:\"wpsc_customer_meta__brZ&KLPrpV!q\";i:1416578146;s:32:\"wpsc_customer_meta__bsCsmWd%f)&G\";i:1416578146;s:32:\"wpsc_customer_meta__bSVicHy2C0)*\";i:1416578146;s:32:\"wpsc_customer_meta__bThzxGWrEyei\";i:1416578146;s:32:\"wpsc_customer_meta__btLvbuvX6nTY\";i:1416578146;s:32:\"wpsc_customer_meta__bU43fpYgH4PT\";i:1416578146;s:32:\"wpsc_customer_meta__buG@b&Gsrcb*\";i:1416578146;s:32:\"wpsc_customer_meta__bUwH3%XhZ75j\";i:1416578146;s:32:\"wpsc_customer_meta__buZM@Lfe@*m%\";i:1416578146;s:32:\"wpsc_customer_meta__bv&1S1Mf9i4j\";i:1416578146;s:32:\"wpsc_customer_meta__Bw(pbLsMWFQ2\";i:1416578146;s:32:\"wpsc_customer_meta__BW3arv$CFdXs\";i:1416578146;s:32:\"wpsc_customer_meta__BxG86kGa3bY*\";i:1416578146;s:32:\"wpsc_customer_meta__bXmXJ564#a!V\";i:1416578146;s:32:\"wpsc_customer_meta__bxrYow4nY3kS\";i:1416578146;s:32:\"wpsc_customer_meta__bxY4g!YqtSh)\";i:1416578146;s:32:\"wpsc_customer_meta__by#P9%gJp!G6\";i:1416578146;s:32:\"wpsc_customer_meta__ByBMFQ64#YR^\";i:1416578146;s:32:\"wpsc_customer_meta__bYDzyN*7#uPc\";i:1416578146;s:32:\"wpsc_customer_meta__bylUK)zKiuCs\";i:1416578146;s:32:\"wpsc_customer_meta__Bz2PRiof)l1(\";i:1416578146;s:32:\"wpsc_customer_meta__BzG5HBdc*^Y)\";i:1416578146;s:32:\"wpsc_customer_meta__bzGP5Iclt&sy\";i:1416578146;s:32:\"wpsc_customer_meta__bz^v#tC#@#@7\";i:1416578146;s:32:\"wpsc_customer_meta__b^!qD0#uS5pp\";i:1416578146;s:32:\"wpsc_customer_meta__c!za2PBKgD$O\";i:1416578146;s:32:\"wpsc_customer_meta__c#a)NMxPx*S&\";i:1416578146;s:32:\"wpsc_customer_meta__C$ZeanlNtXCk\";i:1416578146;s:32:\"wpsc_customer_meta__c%h7bV13Ag17\";i:1416578146;s:32:\"wpsc_customer_meta__C*oLmj0r2nji\";i:1416578146;s:32:\"wpsc_customer_meta__c0c*quwsc1lD\";i:1416578146;s:32:\"wpsc_customer_meta__C1t$X%Mq4bCv\";i:1416578146;s:32:\"wpsc_customer_meta__c2)GrPOro7pq\";i:1416578146;s:32:\"wpsc_customer_meta__C3%!8cnYGFFr\";i:1416578146;s:32:\"wpsc_customer_meta__c3SWYXseKQyN\";i:1416578146;s:32:\"wpsc_customer_meta__C4Qdhoes0*L*\";i:1416578146;s:32:\"wpsc_customer_meta__c5$2NPBdIZSc\";i:1416578146;s:32:\"wpsc_customer_meta__C5H*zpe#a59&\";i:1416578146;s:32:\"wpsc_customer_meta__c6ahsAXe)wtj\";i:1416578146;s:32:\"wpsc_customer_meta__c6apQBFUfSx4\";i:1416578146;s:32:\"wpsc_customer_meta__c6Dns%AiMoDZ\";i:1416578146;s:32:\"wpsc_customer_meta__c8m%JOXq*24v\";i:1416578146;s:32:\"wpsc_customer_meta__c8TZL0bEK1o$\";i:1416578146;s:32:\"wpsc_customer_meta__c9&#IEOE5G9y\";i:1416578146;s:32:\"wpsc_customer_meta__C9PLka#4Rz#Z\";i:1416578146;s:32:\"wpsc_customer_meta__C@h6aVu##8sp\";i:1416578146;s:32:\"wpsc_customer_meta__C@oDqMOLaP%U\";i:1416578146;s:32:\"wpsc_customer_meta__ca)Ro1XZet4P\";i:1416578146;s:32:\"wpsc_customer_meta__caTip10Bbg(i\";i:1416578146;s:32:\"wpsc_customer_meta__cB6W5IJe4g31\";i:1416578146;s:32:\"wpsc_customer_meta__cB8@0s7l1ltk\";i:1416578146;s:32:\"wpsc_customer_meta__cbw&mEQO9WOj\";i:1416578146;s:32:\"wpsc_customer_meta__cbzNs!BO4bkX\";i:1416578146;s:32:\"wpsc_customer_meta__ccQF%NM#q7w7\";i:1416578146;s:32:\"wpsc_customer_meta__cCre^XA5#qQZ\";i:1416578146;s:32:\"wpsc_customer_meta__cdbc*0hR*k%#\";i:1416578146;s:32:\"wpsc_customer_meta__CDr4BL*tx@Da\";i:1416578146;s:32:\"wpsc_customer_meta__cdyuycJp$poq\";i:1416578146;s:32:\"wpsc_customer_meta__cD^JUXAhrC%q\";i:1416578146;s:32:\"wpsc_customer_meta__ce3!6$G1H9Bm\";i:1416578146;s:32:\"wpsc_customer_meta__ceAZ#$S9oB$w\";i:1416578146;s:32:\"wpsc_customer_meta__CeeePpE075od\";i:1416578146;s:32:\"wpsc_customer_meta__cEVs4oTrHLs5\";i:1416578146;s:32:\"wpsc_customer_meta__cEyQA$kakiM#\";i:1416578146;s:32:\"wpsc_customer_meta__cf4JxlCoO!&v\";i:1416578146;s:32:\"wpsc_customer_meta__cfb7th*phDjP\";i:1416578146;s:32:\"wpsc_customer_meta__cFNUs$QlMa*C\";i:1416578146;s:32:\"wpsc_customer_meta__cFzAH^FQ)6#o\";i:1416578146;s:32:\"wpsc_customer_meta__Cg)g&v1acjR)\";i:1416578146;s:32:\"wpsc_customer_meta__CGa2*#DqKxMa\";i:1416578146;s:32:\"wpsc_customer_meta__cGDrdR2obhpj\";i:1416578146;s:32:\"wpsc_customer_meta__CgQvAXD%9F8o\";i:1416578146;s:32:\"wpsc_customer_meta__ChW5yYDBB9kR\";i:1416578146;s:32:\"wpsc_customer_meta__Ci(182P!1Hhv\";i:1416578146;s:32:\"wpsc_customer_meta__Ci07M#8qX@CR\";i:1416578146;s:32:\"wpsc_customer_meta__CibeVPR7Y%l5\";i:1416578146;s:32:\"wpsc_customer_meta__Cj%dHWrel5*m\";i:1416578146;s:32:\"wpsc_customer_meta__cJgQR1MTeaex\";i:1416578146;s:32:\"wpsc_customer_meta__CK#qtCcRcn(^\";i:1416578146;s:32:\"wpsc_customer_meta__cK51rmkQF4rl\";i:1416578146;s:32:\"wpsc_customer_meta__ckBqWqx#&72g\";i:1416578146;s:32:\"wpsc_customer_meta__cKjYZywUp!qV\";i:1416578146;s:32:\"wpsc_customer_meta__CkOpwEr@5pO6\";i:1416578146;s:32:\"wpsc_customer_meta__cl5H2Mkw^d%j\";i:1416578146;s:32:\"wpsc_customer_meta__cL8&B9hKp*mg\";i:1416578146;s:32:\"wpsc_customer_meta__cl8em%FMeNkz\";i:1416578146;s:32:\"wpsc_customer_meta__cLrC$Lz&dosz\";i:1416578146;s:32:\"wpsc_customer_meta__cM@V7AKI)Kql\";i:1416578146;s:32:\"wpsc_customer_meta__CmakZ29k$k9B\";i:1416578146;s:32:\"wpsc_customer_meta__cMEUr8M(1BRS\";i:1416578146;s:32:\"wpsc_customer_meta__CMr%y)RO!AHp\";i:1416578146;s:32:\"wpsc_customer_meta__CO*4!NscRU@Q\";i:1416578146;s:32:\"wpsc_customer_meta__CouI2TXaOh3t\";i:1416578146;s:32:\"wpsc_customer_meta__cQ18)Wsq(g@i\";i:1416578146;s:32:\"wpsc_customer_meta__cQ1E!$jaHpRp\";i:1416578146;s:32:\"wpsc_customer_meta__cq5((oTN$fTa\";i:1416578146;s:32:\"wpsc_customer_meta__cqENWa^QU^UH\";i:1416578146;s:32:\"wpsc_customer_meta__cQjH*5nqLoCU\";i:1416578146;s:32:\"wpsc_customer_meta__Cqp5H#lCS%zQ\";i:1416578146;s:32:\"wpsc_customer_meta__cRdRw%%fHhO1\";i:1416578146;s:32:\"wpsc_customer_meta__cRxxejcVIIs6\";i:1416578146;s:32:\"wpsc_customer_meta__cSo0KFB%2nVe\";i:1416578146;s:32:\"wpsc_customer_meta__CSY1R$0TKhZY\";i:1416578146;s:32:\"wpsc_customer_meta__cT65(#wSEw!8\";i:1416578146;s:32:\"wpsc_customer_meta__ctQQWZHZhlpT\";i:1416578146;s:32:\"wpsc_customer_meta__CV)zN1Pnq8#N\";i:1416578146;s:32:\"wpsc_customer_meta__cX@Yfy3lvVIn\";i:1416578146;s:32:\"wpsc_customer_meta__cy(5Lm%!bqbV\";i:1416578146;s:32:\"wpsc_customer_meta__CY*3djAbI5Qj\";i:1416578146;s:32:\"wpsc_customer_meta__CYI@B0F4U8Fl\";i:1416578146;s:32:\"wpsc_customer_meta__cZBPyx3zILy6\";i:1416578146;s:32:\"wpsc_customer_meta__CZTz19Ee%(T@\";i:1416578146;s:32:\"wpsc_customer_meta__cZy%waB3UH^Z\";i:1416578146;s:32:\"wpsc_customer_meta__C^WCYklUwWzh\";i:1416578146;s:32:\"wpsc_customer_meta__d!77d&eoahA4\";i:1416578146;s:32:\"wpsc_customer_meta__d#06TD5hsf&@\";i:1416578146;s:32:\"wpsc_customer_meta__D#cOEbthr@3E\";i:1416578146;s:32:\"wpsc_customer_meta__D#WIvQtlE%aI\";i:1416578146;s:32:\"wpsc_customer_meta__D$1G(RXSbg@O\";i:1416578146;s:32:\"wpsc_customer_meta__d$Ji$AU&rsm&\";i:1416578146;s:32:\"wpsc_customer_meta__D%NAnfF1ZHF7\";i:1416578146;s:32:\"wpsc_customer_meta__D%q#gvPCYgGh\";i:1416578146;s:32:\"wpsc_customer_meta__d&AgO001%1Do\";i:1416578146;s:32:\"wpsc_customer_meta__d*a5*5QHpJRD\";i:1416578146;s:32:\"wpsc_customer_meta__d15)8c#zjXU@\";i:1416578146;s:32:\"wpsc_customer_meta__D2lbY&VCflT2\";i:1416578146;s:32:\"wpsc_customer_meta__D4GNhOBzaDxP\";i:1416578146;s:32:\"wpsc_customer_meta__d5Ca$IfwtYM1\";i:1416578146;s:32:\"wpsc_customer_meta__D7V##C^aDaKf\";i:1416578146;s:32:\"wpsc_customer_meta__D8wp55nr8aCK\";i:1416578146;s:32:\"wpsc_customer_meta__D9f6VAV)gQKl\";i:1416578146;s:32:\"wpsc_customer_meta__D9jzZxJ7ERP*\";i:1416578146;s:32:\"wpsc_customer_meta__d@#VC(n1XRsJ\";i:1416578146;s:32:\"wpsc_customer_meta__da*ky^6JaApU\";i:1416578146;s:32:\"wpsc_customer_meta__Db9vrLlgTYdP\";i:1416578146;s:32:\"wpsc_customer_meta__DByefgLRt6^t\";i:1416578146;s:32:\"wpsc_customer_meta__DBZzvxf9syT$\";i:1416578146;s:32:\"wpsc_customer_meta__dcqD1SqW8Bo9\";i:1416578146;s:32:\"wpsc_customer_meta__De12GJnoA&8s\";i:1416578146;s:32:\"wpsc_customer_meta__de282PZtSfRR\";i:1416578146;s:32:\"wpsc_customer_meta__dEa6(GJGT2L8\";i:1416578146;s:32:\"wpsc_customer_meta__deOUiWt8)zam\";i:1416578146;s:32:\"wpsc_customer_meta__Dg&F9J#33F&9\";i:1416578146;s:32:\"wpsc_customer_meta__dg)$#oom3rVj\";i:1416578146;s:32:\"wpsc_customer_meta__Dg0gOtlBiB^$\";i:1416578146;s:32:\"wpsc_customer_meta__dGc*dZAD)jJC\";i:1416578146;s:32:\"wpsc_customer_meta__DGkz7RrlwF!O\";i:1416578146;s:32:\"wpsc_customer_meta__DH8m(^ThqIAF\";i:1416578146;s:32:\"wpsc_customer_meta__DHRxJNuC$BIw\";i:1416578146;s:32:\"wpsc_customer_meta__DHz4dRfqq#pr\";i:1416578146;s:32:\"wpsc_customer_meta__DhZmojaX2&OC\";i:1416578146;s:32:\"wpsc_customer_meta__diXA9r3Z7DTh\";i:1416578146;s:32:\"wpsc_customer_meta__djBK9zfbp08A\";i:1416578146;s:32:\"wpsc_customer_meta__dKHeUA8J684h\";i:1416578146;s:32:\"wpsc_customer_meta__dMiwJOTZQVi#\";i:1416578146;s:32:\"wpsc_customer_meta__DmMivX0erTD9\";i:1416578146;s:32:\"wpsc_customer_meta__dn$HAV6kaCs0\";i:1416578146;s:32:\"wpsc_customer_meta__dn5B#8yJfwsB\";i:1416578146;s:32:\"wpsc_customer_meta__DNER&A*ANbs)\";i:1416578146;s:32:\"wpsc_customer_meta__DNYdbKAmx!(g\";i:1416578146;s:32:\"wpsc_customer_meta__dObYzvIL66Rw\";i:1416578146;s:32:\"wpsc_customer_meta__dOm65lzcJbON\";i:1416578146;s:32:\"wpsc_customer_meta__DO^KyPri)&mi\";i:1416578146;s:32:\"wpsc_customer_meta__Do^Rxc^sOJcF\";i:1416578146;s:32:\"wpsc_customer_meta__dP3!rJqhV$ob\";i:1416578146;s:32:\"wpsc_customer_meta__Dp5Wf*LTAEDQ\";i:1416578146;s:32:\"wpsc_customer_meta__Dqii^k4(6%if\";i:1416578146;s:32:\"wpsc_customer_meta__dryHt6^81mX8\";i:1416578146;s:32:\"wpsc_customer_meta__dsuYef9eD&TQ\";i:1416578146;s:32:\"wpsc_customer_meta__DteTW4r89jbL\";i:1416578146;s:32:\"wpsc_customer_meta__dtuMxZ5qxNbt\";i:1416578146;s:32:\"wpsc_customer_meta__DtvpXcB8yQSP\";i:1416578146;s:32:\"wpsc_customer_meta__dT^^JdxA0Wk0\";i:1416578146;s:32:\"wpsc_customer_meta__DVAU2iCUN7Wd\";i:1416578146;s:32:\"wpsc_customer_meta__DvIGORiXKJix\";i:1416578146;s:32:\"wpsc_customer_meta__DWvWp5ln3G@!\";i:1416578146;s:32:\"wpsc_customer_meta__Dx%VzI@9)P$a\";i:1416578146;s:32:\"wpsc_customer_meta__DxqqdyZtudsq\";i:1416578146;s:32:\"wpsc_customer_meta__dYNoK62(Czhe\";i:1416578146;s:32:\"wpsc_customer_meta__DzNC@)S!oIgp\";i:1416578146;s:32:\"wpsc_customer_meta__D^2HXLbDdj86\";i:1416578146;s:32:\"wpsc_customer_meta__D^Qc*YyFxQEo\";i:1416578146;s:32:\"wpsc_customer_meta__E!UCMcg%o90o\";i:1416578146;s:32:\"wpsc_customer_meta__e#5b%dtCb@%S\";i:1416578146;s:32:\"wpsc_customer_meta__E#thuML5j!Pr\";i:1416578146;s:32:\"wpsc_customer_meta__E$Y)!j@6Q8HX\";i:1416578146;s:32:\"wpsc_customer_meta__E%IQvMJekgF&\";i:1416578146;s:32:\"wpsc_customer_meta__e%M)rZ$pF3@1\";i:1416578146;s:32:\"wpsc_customer_meta__e%mAYvmYhkY0\";i:1416578146;s:32:\"wpsc_customer_meta__E&BOUQpuXSzM\";i:1416578146;s:32:\"wpsc_customer_meta__e0$DHeXH0)9u\";i:1416578146;s:32:\"wpsc_customer_meta__E0amAk5gCu0b\";i:1416578146;s:32:\"wpsc_customer_meta__E0mvMV3hU(h$\";i:1416578146;s:32:\"wpsc_customer_meta__e2aAL5aWmWCD\";i:1416578146;s:32:\"wpsc_customer_meta__e2PVA0Fk!pIp\";i:1416578146;s:32:\"wpsc_customer_meta__e2vPO13sVIex\";i:1416578146;s:32:\"wpsc_customer_meta__E4)L3l2$H38s\";i:1416578146;s:32:\"wpsc_customer_meta__e5*FTC!Mh&s7\";i:1416578146;s:32:\"wpsc_customer_meta__e5FlC%7VvY98\";i:1416578146;s:32:\"wpsc_customer_meta__E5T$23*rcHYi\";i:1416578146;s:32:\"wpsc_customer_meta__E6XWIZTC$SFb\";i:1416578146;s:32:\"wpsc_customer_meta__E7132$NqN*dm\";i:1416578146;s:32:\"wpsc_customer_meta__ecZj(EeaGCbd\";i:1416578146;s:32:\"wpsc_customer_meta__ediXG3hnkEiJ\";i:1416578146;s:32:\"wpsc_customer_meta__EdpTfH1X)HRt\";i:1416578146;s:32:\"wpsc_customer_meta__EDUK4##i(h!b\";i:1416578146;s:32:\"wpsc_customer_meta__EDv7Yjv9@lEm\";i:1416578146;s:32:\"wpsc_customer_meta__Ee#yY0Vl5P(j\";i:1416578146;s:32:\"wpsc_customer_meta__eFuv4QnrfB87\";i:1416578146;s:32:\"wpsc_customer_meta__EghLsxvv*fQJ\";i:1416578146;s:32:\"wpsc_customer_meta__EhGxN!9a8#dA\";i:1416578146;s:32:\"wpsc_customer_meta__eI)qEW(DPhsK\";i:1416578146;s:32:\"wpsc_customer_meta__eJ18#hB$pk@X\";i:1416578146;s:32:\"wpsc_customer_meta__ejszkzjbnlIJ\";i:1416578146;s:32:\"wpsc_customer_meta__EkQ8jWun!X(M\";i:1416578146;s:32:\"wpsc_customer_meta__eLO$n2l(y7D*\";i:1416578146;s:32:\"wpsc_customer_meta__en2zAYpfyi74\";i:1416578146;s:32:\"wpsc_customer_meta__eO%2O51cwg7m\";i:1416578146;s:32:\"wpsc_customer_meta__Eo)hY#i!hng(\";i:1416578146;s:32:\"wpsc_customer_meta__eo)yRQFeYH&#\";i:1416578146;s:32:\"wpsc_customer_meta__eo789G)#B9ka\";i:1416578146;s:32:\"wpsc_customer_meta__eO9Bd2p0$$ZI\";i:1416578146;s:32:\"wpsc_customer_meta__EoGqDXXBB0aZ\";i:1416578146;s:32:\"wpsc_customer_meta__ePN8c)aW2*qI\";i:1416578146;s:32:\"wpsc_customer_meta__erKNPKF%7&sB\";i:1416578146;s:32:\"wpsc_customer_meta__eSDMGr9#s3qC\";i:1416578146;s:32:\"wpsc_customer_meta__esi%o$Um1zfn\";i:1416578146;s:32:\"wpsc_customer_meta__eT(^F59QhRZ1\";i:1416578146;s:32:\"wpsc_customer_meta__eTVrw1Y(MhFC\";i:1416578146;s:32:\"wpsc_customer_meta__eWLL&(@6EXCc\";i:1416578146;s:32:\"wpsc_customer_meta__Exp*yv55#JpQ\";i:1416578146;s:32:\"wpsc_customer_meta__eycvszy&b^P@\";i:1416578146;s:32:\"wpsc_customer_meta__EYeKmB*IlKax\";i:1416578146;s:32:\"wpsc_customer_meta__EYmDDOt8dh^T\";i:1416578146;s:32:\"wpsc_customer_meta__eYVXyyb%B*AW\";i:1416578146;s:32:\"wpsc_customer_meta__E^y7!nFAH2h)\";i:1416578146;s:32:\"wpsc_customer_meta__f!4cOpW4DOS7\";i:1416578146;s:32:\"wpsc_customer_meta__F!E1f3^dPQRe\";i:1416578146;s:32:\"wpsc_customer_meta__F!n9ZxN6&*rK\";i:1416578146;s:32:\"wpsc_customer_meta__F%Fg054YbVv&\";i:1416578146;s:32:\"wpsc_customer_meta__F&0A0fADB$3n\";i:1416578146;s:32:\"wpsc_customer_meta__f&v2yfENpahI\";i:1416578146;s:32:\"wpsc_customer_meta__f(l8H%1$hTjH\";i:1416578146;s:32:\"wpsc_customer_meta__F)ztfEtNKwuf\";i:1416578146;s:32:\"wpsc_customer_meta__F*BSyT9hL83*\";i:1416578146;s:32:\"wpsc_customer_meta__f0IfxolOy91I\";i:1416578146;s:32:\"wpsc_customer_meta__F0ShjtWom47J\";i:1416578146;s:32:\"wpsc_customer_meta__F0YVzCDqSpj8\";i:1416578146;s:32:\"wpsc_customer_meta__F1b1!vpC^SJ^\";i:1416578146;s:32:\"wpsc_customer_meta__F1l(5C*wsNsk\";i:1416578146;s:32:\"wpsc_customer_meta__F2btG5Irak)m\";i:1416578146;s:32:\"wpsc_customer_meta__f2kJtMlPoTJi\";i:1416578146;s:32:\"wpsc_customer_meta__F3ufHAMX(WIv\";i:1416578146;s:32:\"wpsc_customer_meta__f5wKC4UpV68R\";i:1416578146;s:32:\"wpsc_customer_meta__f6B$&gWYICWr\";i:1416578146;s:32:\"wpsc_customer_meta__F70Xx!3juhTJ\";i:1416578146;s:32:\"wpsc_customer_meta__F7k)mEq3T!0M\";i:1416578146;s:32:\"wpsc_customer_meta__F@3kkp&%dITr\";i:1416578146;s:32:\"wpsc_customer_meta__F@wSQLyoeA5F\";i:1416578146;s:32:\"wpsc_customer_meta__Fb(smw&iTVNB\";i:1416578146;s:32:\"wpsc_customer_meta__fcb504rY*&u9\";i:1416578146;s:32:\"wpsc_customer_meta__FCU$byKJG!gt\";i:1416578146;s:32:\"wpsc_customer_meta__fcUv$oh)Qla1\";i:1416578146;s:32:\"wpsc_customer_meta__FDD)neHqbD2#\";i:1416578146;s:32:\"wpsc_customer_meta__FdMYH#687qE0\";i:1416578146;s:32:\"wpsc_customer_meta__fdyGqzLgreqT\";i:1416578146;s:32:\"wpsc_customer_meta__fe)MohyqQrzz\";i:1416578146;s:32:\"wpsc_customer_meta__fee0teKkDdZV\";i:1416578146;s:32:\"wpsc_customer_meta__FEnlZwbNBGTb\";i:1416578146;s:32:\"wpsc_customer_meta__Feo4uU7Sks1g\";i:1416578146;s:32:\"wpsc_customer_meta__Ff0!kLWaf)F*\";i:1416578146;s:32:\"wpsc_customer_meta__FfaMEbLnnuXl\";i:1416578146;s:32:\"wpsc_customer_meta__fg6ViZw!L(as\";i:1416578146;s:32:\"wpsc_customer_meta__FGcN%mbwFUu@\";i:1416578146;s:32:\"wpsc_customer_meta__FGRB3&DEoIVA\";i:1416578146;s:32:\"wpsc_customer_meta__Fh(&7FlB5T&t\";i:1416578146;s:32:\"wpsc_customer_meta__fHWnW6&Xm6Nk\";i:1416578146;s:32:\"wpsc_customer_meta__FIXTD!Iwo!S9\";i:1416578146;s:32:\"wpsc_customer_meta__FKOt6Kfn^UYL\";i:1416578146;s:32:\"wpsc_customer_meta__fKwplGZiLky^\";i:1416578146;s:32:\"wpsc_customer_meta__fl2(J9&D9W3L\";i:1416578146;s:32:\"wpsc_customer_meta__fljNwitsswvr\";i:1416578146;s:32:\"wpsc_customer_meta__FLpt*%G0zN1*\";i:1416578146;s:32:\"wpsc_customer_meta__FlUKxLD!@DA9\";i:1416578146;s:32:\"wpsc_customer_meta__fM9ZDx@oSDqr\";i:1416578146;s:32:\"wpsc_customer_meta__fO8WyTKjvxFk\";i:1416578146;s:32:\"wpsc_customer_meta__fOky4gQ7Zyvv\";i:1416578146;s:32:\"wpsc_customer_meta__FOvTkKLkebmx\";i:1416578146;s:32:\"wpsc_customer_meta__FPoQ$oXDqtYo\";i:1416578146;s:32:\"wpsc_customer_meta__fpR0l1K7Vuo0\";i:1416578146;s:32:\"wpsc_customer_meta__fq%3xiMvW^g2\";i:1416578146;s:32:\"wpsc_customer_meta__fQ%HRgSJPFfI\";i:1416578146;s:32:\"wpsc_customer_meta__Fq8ul%Pi3PqT\";i:1416578146;s:32:\"wpsc_customer_meta__fqmyb&RJSZ4j\";i:1416578146;s:32:\"wpsc_customer_meta__fs$HbE7FAnU4\";i:1416578146;s:32:\"wpsc_customer_meta__FSpPtiszv2*^\";i:1416578146;s:32:\"wpsc_customer_meta__Ft@NrKqkBq)8\";i:1416578146;s:32:\"wpsc_customer_meta__ftHK^4x4aOK#\";i:1416578146;s:32:\"wpsc_customer_meta__fTNZgObEwgJD\";i:1416578146;s:32:\"wpsc_customer_meta__FuJJO*8O2gYJ\";i:1416578146;s:32:\"wpsc_customer_meta__FuztoCwbpgon\";i:1416578146;s:32:\"wpsc_customer_meta__fvDaYyjU4DF0\";i:1416578146;s:32:\"wpsc_customer_meta__FWI6)b5nfrkG\";i:1416578146;s:32:\"wpsc_customer_meta__FyEp1Pzz)DBG\";i:1416578146;s:32:\"wpsc_customer_meta__fYnlFF0bVbGw\";i:1416578146;s:32:\"wpsc_customer_meta__fZ(k&OqHxH%#\";i:1416578146;s:32:\"wpsc_customer_meta__FZEQze02xb02\";i:1416578146;s:32:\"wpsc_customer_meta__g#xWI0en%wW&\";i:1416578146;s:32:\"wpsc_customer_meta__G$!g^s)6H#)f\";i:1416578146;s:32:\"wpsc_customer_meta__g$2y5dvJtHpn\";i:1416578146;s:32:\"wpsc_customer_meta__g$7X$mBOP3cW\";i:1416578146;s:32:\"wpsc_customer_meta__g$avFy(8Md1u\";i:1416578146;s:32:\"wpsc_customer_meta__G%yeq$1eotkx\";i:1416578146;s:32:\"wpsc_customer_meta__G&jIuHTK9tFX\";i:1416578146;s:32:\"wpsc_customer_meta__G(5OFcuIz&Wv\";i:1416578146;s:32:\"wpsc_customer_meta__g)@T3$6ZM#4m\";i:1416578146;s:32:\"wpsc_customer_meta__G*)#JG$7gojz\";i:1416578146;s:32:\"wpsc_customer_meta__g0!$N2nuoDAL\";i:1416578146;s:32:\"wpsc_customer_meta__G0i@03$)MAZ^\";i:1416578146;s:32:\"wpsc_customer_meta__g0qiSUeqjTun\";i:1416578146;s:32:\"wpsc_customer_meta__g1lTuaWGba4l\";i:1416578146;s:32:\"wpsc_customer_meta__g1qDCHcfLAgN\";i:1416578146;s:32:\"wpsc_customer_meta__g2haD8zQjp05\";i:1416578146;s:32:\"wpsc_customer_meta__G3QwnPC3kO(e\";i:1416578146;s:32:\"wpsc_customer_meta__G4l#HJlMQ!ia\";i:1416578146;s:32:\"wpsc_customer_meta__g5foksaxvxS6\";i:1416578146;s:32:\"wpsc_customer_meta__G6)aZEr*RGKV\";i:1416578146;s:32:\"wpsc_customer_meta__g8p1LAw)nlTG\";i:1416578146;s:32:\"wpsc_customer_meta__G@eT&yv*dVBo\";i:1416578146;s:32:\"wpsc_customer_meta__gAUGRfqK3E0U\";i:1416578146;s:32:\"wpsc_customer_meta__gc$eA2*(JfIF\";i:1416578146;s:32:\"wpsc_customer_meta__gC)lT*rTiTTz\";i:1416578146;s:32:\"wpsc_customer_meta__GCl7$bsk(&cy\";i:1416578146;s:32:\"wpsc_customer_meta__gcRkwQ8a!otO\";i:1416578146;s:32:\"wpsc_customer_meta__GDj0&0dozRB8\";i:1416578146;s:32:\"wpsc_customer_meta__gDMoqBH^2&Pq\";i:1416578146;s:32:\"wpsc_customer_meta__gDr6TDKsoKvb\";i:1416578146;s:32:\"wpsc_customer_meta__GDY28Lq$*Nt7\";i:1416578146;s:32:\"wpsc_customer_meta__gDyaL$k^T4Qw\";i:1416578146;s:32:\"wpsc_customer_meta__Ge1D$eVUXkNX\";i:1416578146;s:32:\"wpsc_customer_meta__geeYJVR8chTA\";i:1416578146;s:32:\"wpsc_customer_meta__GEzE%n02aiq#\";i:1416578146;s:32:\"wpsc_customer_meta__gF$xIElLn@Gb\";i:1416578146;s:32:\"wpsc_customer_meta__gf4QELd*AjSn\";i:1416578146;s:32:\"wpsc_customer_meta__ggGKhJkOh0#z\";i:1416578146;s:32:\"wpsc_customer_meta__GgLTUj5qyj!r\";i:1416578146;s:32:\"wpsc_customer_meta__gHf3ivwtkPz)\";i:1416578146;s:32:\"wpsc_customer_meta__GHsuL1e5vRTR\";i:1416578146;s:32:\"wpsc_customer_meta__GI#0q$o(2%TF\";i:1416578146;s:32:\"wpsc_customer_meta__gI5OjJS2y!fn\";i:1416578146;s:32:\"wpsc_customer_meta__GihQ33M#k3x0\";i:1416578146;s:32:\"wpsc_customer_meta__Gii)pHL0x&cU\";i:1416578146;s:32:\"wpsc_customer_meta__GIxBd25!wslU\";i:1416578146;s:32:\"wpsc_customer_meta__GjUk(a6jp!p*\";i:1416578146;s:32:\"wpsc_customer_meta__Gkk9SA@N#H99\";i:1416578146;s:32:\"wpsc_customer_meta__GKq%Q4G)$Dqg\";i:1416578146;s:32:\"wpsc_customer_meta__GkxzFiDJU1q*\";i:1416578146;s:32:\"wpsc_customer_meta__GkYGfhsEE$Rc\";i:1416578146;s:32:\"wpsc_customer_meta__glDUjNgVMOIP\";i:1416578146;s:32:\"wpsc_customer_meta__Gls7jMGa6@Wa\";i:1416578146;s:32:\"wpsc_customer_meta__gmXJ^f9YzbrC\";i:1416578146;s:32:\"wpsc_customer_meta__gnq)63F*pt#f\";i:1416578146;s:32:\"wpsc_customer_meta__Go@SrzjQSWLK\";i:1416578146;s:32:\"wpsc_customer_meta__gObIVLWsg&VF\";i:1416578146;s:32:\"wpsc_customer_meta__goj@fx%hBD7c\";i:1416578146;s:32:\"wpsc_customer_meta__Gomy*l$oW469\";i:1416578146;s:32:\"wpsc_customer_meta__gONzV6UDfS(W\";i:1416578146;s:32:\"wpsc_customer_meta__gPETeQMb(2a#\";i:1416578146;s:32:\"wpsc_customer_meta__GpqMe7pvnWN!\";i:1416578146;s:32:\"wpsc_customer_meta__GQSnbMBghd!e\";i:1416578146;s:32:\"wpsc_customer_meta__gSbGXSPo&$kd\";i:1416578146;s:32:\"wpsc_customer_meta__GScJaEaFHW0F\";i:1416578146;s:32:\"wpsc_customer_meta__gSL$6$8d3u#m\";i:1416578146;s:32:\"wpsc_customer_meta__gt%o#0!bHz4a\";i:1416578146;s:32:\"wpsc_customer_meta__Gv3DiJRpKSV2\";i:1416578146;s:32:\"wpsc_customer_meta__gV7Uq&H)3Ki#\";i:1416578146;s:32:\"wpsc_customer_meta__GVq7Q1@nrlza\";i:1416578146;s:32:\"wpsc_customer_meta__GWAApQ0R4OuH\";i:1416578146;s:32:\"wpsc_customer_meta__gWbnY1SP$2Ij\";i:1416578146;s:32:\"wpsc_customer_meta__GWcwsPg&6!K&\";i:1416578146;s:32:\"wpsc_customer_meta__gwlF*%W&!wJZ\";i:1416578146;s:32:\"wpsc_customer_meta__gW^SyeVVXmP@\";i:1416578146;s:32:\"wpsc_customer_meta__gx@albwlpe98\";i:1416578146;s:32:\"wpsc_customer_meta__GxXbL%cPqr6T\";i:1416578146;s:32:\"wpsc_customer_meta__GYD&8^z^%w)i\";i:1416578146;s:32:\"wpsc_customer_meta__gyNsk7xXJ7$6\";i:1416578146;s:32:\"wpsc_customer_meta__gyZFYCVmdVxl\";i:1416578146;s:32:\"wpsc_customer_meta__gZF0IR)Wfwrh\";i:1416578146;s:32:\"wpsc_customer_meta__gzn%fFJ%y427\";i:1416578146;s:32:\"wpsc_customer_meta__H!L%IZSucZD$\";i:1416578146;s:32:\"wpsc_customer_meta__H!ygdHYa2Pnj\";i:1416578146;s:32:\"wpsc_customer_meta__h$$i1P^cxpeR\";i:1416578146;s:32:\"wpsc_customer_meta__h&@*M@R0P0W!\";i:1416578146;s:32:\"wpsc_customer_meta__H&oZlQs5Pxvn\";i:1416578146;s:32:\"wpsc_customer_meta__h)x35AqjGB!u\";i:1416578146;s:32:\"wpsc_customer_meta__H)^RYHdyHH9N\";i:1416578146;s:32:\"wpsc_customer_meta__H*27^N3vA!CU\";i:1416578146;s:32:\"wpsc_customer_meta__h*SUG@Ny0z1v\";i:1416578146;s:32:\"wpsc_customer_meta__H1gln)JD9EPl\";i:1416578146;s:32:\"wpsc_customer_meta__h1W0^DBVxW!j\";i:1416578146;s:32:\"wpsc_customer_meta__h1wwNBZ1^ZTT\";i:1416578146;s:32:\"wpsc_customer_meta__H4WQAP5(xysJ\";i:1416578146;s:32:\"wpsc_customer_meta__H5$0cL4rw(Fa\";i:1416578146;s:32:\"wpsc_customer_meta__H5&I@^!tZWB5\";i:1416578146;s:32:\"wpsc_customer_meta__h6Dbn8uh3LM*\";i:1416578146;s:32:\"wpsc_customer_meta__h6pAcU@yu6N0\";i:1416578146;s:32:\"wpsc_customer_meta__H8MalkggWy1V\";i:1416578146;s:32:\"wpsc_customer_meta__H95#cP*QC(qn\";i:1416578146;s:32:\"wpsc_customer_meta__HaQexs6nzkOf\";i:1416578146;s:32:\"wpsc_customer_meta__HAu*EEmBVT$A\";i:1416578146;s:32:\"wpsc_customer_meta__HC3J9&(!Zj!T\";i:1416578146;s:32:\"wpsc_customer_meta__HCrL!)*%Szgp\";i:1416578146;s:32:\"wpsc_customer_meta__HcX4R48KWCAz\";i:1416578146;s:32:\"wpsc_customer_meta__hd*muXxb2RGh\";i:1416578146;s:32:\"wpsc_customer_meta__hD6qS6mHOd9i\";i:1416578146;s:32:\"wpsc_customer_meta__hdi3*6$uiKds\";i:1416578146;s:32:\"wpsc_customer_meta__hDrp(S3O@N3c\";i:1416578146;s:32:\"wpsc_customer_meta__hEM7Q*&7!TsJ\";i:1416578146;s:32:\"wpsc_customer_meta__hfrWhsVBCS6j\";i:1416578146;s:32:\"wpsc_customer_meta__hGcYUycaBJBH\";i:1416578146;s:32:\"wpsc_customer_meta__Hgd!hKU1oDj$\";i:1416578146;s:32:\"wpsc_customer_meta__HGpYgc)vP!BD\";i:1416578146;s:32:\"wpsc_customer_meta__hgwP@hQF70r5\";i:1416578146;s:32:\"wpsc_customer_meta__hH3SoGunKct4\";i:1416578146;s:32:\"wpsc_customer_meta__HHk0$hvKDF%N\";i:1416578146;s:32:\"wpsc_customer_meta__Hi5g9KNjyNBy\";i:1416578146;s:32:\"wpsc_customer_meta__hi8i1F*UvCMn\";i:1416578146;s:32:\"wpsc_customer_meta__HILxTjr(Py5x\";i:1416578146;s:32:\"wpsc_customer_meta__hjOBg#kQvtxD\";i:1416578146;s:32:\"wpsc_customer_meta__hL7wCjTJ!ke3\";i:1416578146;s:32:\"wpsc_customer_meta__HlyWn!IeW&27\";i:1416578146;s:32:\"wpsc_customer_meta__Hmx7We(w5c4c\";i:1416578146;s:32:\"wpsc_customer_meta__HnFW$7Y(X8Mx\";i:1416578146;s:32:\"wpsc_customer_meta__hoS*O4uM1Ftq\";i:1416578146;s:32:\"wpsc_customer_meta__hoUWY!(x@zxx\";i:1416578146;s:32:\"wpsc_customer_meta__HP0c7jKBFfKJ\";i:1416578146;s:32:\"wpsc_customer_meta__Hp0K7z8uH&vB\";i:1416578146;s:32:\"wpsc_customer_meta__hQ&zLePJfmVD\";i:1416578146;s:32:\"wpsc_customer_meta__hrnhLJgAQukT\";i:1416578146;s:32:\"wpsc_customer_meta__hRy8WjWPOJyD\";i:1416578146;s:32:\"wpsc_customer_meta__hSfBCT7^SaVL\";i:1416578146;s:32:\"wpsc_customer_meta__HsyNDvGtwY#)\";i:1416578146;s:32:\"wpsc_customer_meta__HtnBgBn14diE\";i:1416578146;s:32:\"wpsc_customer_meta__hTxfQ!DUpyai\";i:1416578146;s:32:\"wpsc_customer_meta__HUbL#(G0Ki6p\";i:1416578146;s:32:\"wpsc_customer_meta__HuUX3AZq()Pk\";i:1416578146;s:32:\"wpsc_customer_meta__hvDqqC7C*Ufr\";i:1416578146;s:32:\"wpsc_customer_meta__Hvh0PV7!ncm6\";i:1416578146;s:32:\"wpsc_customer_meta__hVrh!Gdzakzb\";i:1416578146;s:32:\"wpsc_customer_meta__hw4liDGVXewr\";i:1416578146;s:32:\"wpsc_customer_meta__hwugv)w4gMgX\";i:1416578146;s:32:\"wpsc_customer_meta__HxQtXb(H8xVA\";i:1416578146;s:32:\"wpsc_customer_meta__H^sh0tBU&BZz\";i:1416578146;s:32:\"wpsc_customer_meta__i!C^Jc3aasy@\";i:1416578146;s:32:\"wpsc_customer_meta__i#Ua4y6D6dBB\";i:1416578146;s:32:\"wpsc_customer_meta__I$3mP0LsSP3k\";i:1416578146;s:32:\"wpsc_customer_meta__i)(%mgyT8TxU\";i:1416578146;s:32:\"wpsc_customer_meta__I)UC(J)tF*L1\";i:1416578146;s:32:\"wpsc_customer_meta__I)Ziv#1ZZGkE\";i:1416578146;s:32:\"wpsc_customer_meta__I*g$FnjNw*XB\";i:1416578146;s:32:\"wpsc_customer_meta__I0LEErXTT%XA\";i:1416578146;s:32:\"wpsc_customer_meta__I1NZUE5KkDbL\";i:1416578146;s:32:\"wpsc_customer_meta__I2N%ri27bQm(\";i:1416578146;s:32:\"wpsc_customer_meta__i2TP#Qse8mVR\";i:1416578146;s:32:\"wpsc_customer_meta__I2X#q%7PEBIU\";i:1416578146;s:32:\"wpsc_customer_meta__I2Y5Lh^a50ak\";i:1416578146;s:32:\"wpsc_customer_meta__I2ySh4pdr#Ie\";i:1416578146;s:32:\"wpsc_customer_meta__i3QcuCv(3L7n\";i:1416578146;s:32:\"wpsc_customer_meta__i49oeX$Ej@*a\";i:1416578146;s:32:\"wpsc_customer_meta__i4tT($SkzFyp\";i:1416578146;s:32:\"wpsc_customer_meta__I56%&MmvCEoz\";i:1416578146;s:32:\"wpsc_customer_meta__i5MR&Vwxp*Oq\";i:1416578146;s:32:\"wpsc_customer_meta__i5OsuswEbtOK\";i:1416578146;s:32:\"wpsc_customer_meta__i66gNp)(LCCV\";i:1416578146;s:32:\"wpsc_customer_meta__I6JE*a0qmDY%\";i:1416578146;s:32:\"wpsc_customer_meta__i7*0nw&Gmwo(\";i:1416578146;s:32:\"wpsc_customer_meta__I7CXxfm$ZZPO\";i:1416578146;s:32:\"wpsc_customer_meta__I9cdOK*q!tpY\";i:1416578146;s:32:\"wpsc_customer_meta__i9ky&tfpuY9&\";i:1416578146;s:32:\"wpsc_customer_meta__i@FZE8s4z!Qt\";i:1416578146;s:32:\"wpsc_customer_meta__I@OtQIvT^RoW\";i:1416578146;s:32:\"wpsc_customer_meta__IaNhHA!CZd4P\";i:1416578146;s:32:\"wpsc_customer_meta__IbqXt4Xg8JbQ\";i:1416578146;s:32:\"wpsc_customer_meta__iDtn^tiaWXfC\";i:1416578146;s:32:\"wpsc_customer_meta__ieUI7ji%pabk\";i:1416578146;s:32:\"wpsc_customer_meta__ifD%ZUj^L2$(\";i:1416578146;s:32:\"wpsc_customer_meta__IfiWMsTl*kB0\";i:1416578146;s:32:\"wpsc_customer_meta__IGK*YQWcVgLk\";i:1416578146;s:32:\"wpsc_customer_meta__IGLoPA$mC6jE\";i:1416578146;s:32:\"wpsc_customer_meta__IH$50fxt8fI^\";i:1416578146;s:32:\"wpsc_customer_meta__IHeQKMHdYiK%\";i:1416578146;s:32:\"wpsc_customer_meta__II5vuGeIqUF2\";i:1416578146;s:32:\"wpsc_customer_meta__iIBU*u^xiAX7\";i:1416578146;s:32:\"wpsc_customer_meta__iJg)Ay7mF(A#\";i:1416578146;s:32:\"wpsc_customer_meta__IJy9E(VWPwly\";i:1416578146;s:32:\"wpsc_customer_meta__IK3fvvo6ElF&\";i:1416578146;s:32:\"wpsc_customer_meta__ik4@1XFUGaAh\";i:1416578146;s:32:\"wpsc_customer_meta__ikBJ1u8P1shp\";i:1416578146;s:32:\"wpsc_customer_meta__iKktFAj*^JKG\";i:1416578146;s:32:\"wpsc_customer_meta__IKS#3bXPklE2\";i:1416578146;s:32:\"wpsc_customer_meta__IL1ROQ7Sc%$a\";i:1416578146;s:32:\"wpsc_customer_meta__ILEEqF1y!cFc\";i:1416578146;s:32:\"wpsc_customer_meta__iLK^Apu*)&mX\";i:1416578146;s:32:\"wpsc_customer_meta__Im3*nruHx7Gw\";i:1416578146;s:32:\"wpsc_customer_meta__IO7QJ!K3etBx\";i:1416578146;s:32:\"wpsc_customer_meta__iPg#E&ID7Rxr\";i:1416578146;s:32:\"wpsc_customer_meta__IQDm9Sm*vmqp\";i:1416578146;s:32:\"wpsc_customer_meta__IR%Roqj@ypUf\";i:1416578146;s:32:\"wpsc_customer_meta__IR@)uggP4V3z\";i:1416578146;s:32:\"wpsc_customer_meta__iRqVB)7HiA6%\";i:1416578146;s:32:\"wpsc_customer_meta__IrZiOY#k#fuj\";i:1416578146;s:32:\"wpsc_customer_meta__Is1vE^^0fLkT\";i:1416578146;s:32:\"wpsc_customer_meta__isAlNb@Fx00j\";i:1416578146;s:32:\"wpsc_customer_meta__isitRnTi6)AX\";i:1416578146;s:32:\"wpsc_customer_meta__ISQh#brA0qxR\";i:1416578146;s:32:\"wpsc_customer_meta__iTfJ96@VBQq5\";i:1416578146;s:32:\"wpsc_customer_meta__IuW1trO3Qc0U\";i:1416578146;s:32:\"wpsc_customer_meta__iVDr&*!50Fb)\";i:1416578146;s:32:\"wpsc_customer_meta__IvfMktrzogkQ\";i:1416578146;s:32:\"wpsc_customer_meta__IVL4nxC2dwDD\";i:1416578146;s:32:\"wpsc_customer_meta__ivm9hsDrknb5\";i:1416578146;s:32:\"wpsc_customer_meta__IW3tlR7d20lZ\";i:1416578146;s:32:\"wpsc_customer_meta__iw6Paw7o3hMv\";i:1416578146;s:32:\"wpsc_customer_meta__IWrHq7T3WC8n\";i:1416578146;s:32:\"wpsc_customer_meta__iXX@O!TN6TH3\";i:1416578146;s:32:\"wpsc_customer_meta__IyZ6712sE4$n\";i:1416578146;s:32:\"wpsc_customer_meta__Iz%C3qNWgllU\";i:1416578146;s:32:\"wpsc_customer_meta__izrt!u&$WpHn\";i:1416578146;s:32:\"wpsc_customer_meta__IZty6bYaT4!W\";i:1416578146;s:32:\"wpsc_customer_meta__i^ECsQc(k@bi\";i:1416578146;s:32:\"wpsc_customer_meta__I^hI74)9N^$I\";i:1416578146;s:32:\"wpsc_customer_meta__I^zqCb1mTVNU\";i:1416578146;s:32:\"wpsc_customer_meta__j!MvenAS7TP2\";i:1416578146;s:32:\"wpsc_customer_meta__j!Qlj4giXe7O\";i:1416578146;s:32:\"wpsc_customer_meta__j#JCOB&U)dni\";i:1416578146;s:32:\"wpsc_customer_meta__J#SAiieDJ0AM\";i:1416578146;s:32:\"wpsc_customer_meta__j$1LZ)HypCsY\";i:1416578146;s:32:\"wpsc_customer_meta__J%)(6cVo49G4\";i:1416578146;s:32:\"wpsc_customer_meta__J%TqJh1%q*6!\";i:1416578146;s:32:\"wpsc_customer_meta__J(5CLHZD^JKY\";i:1416578146;s:32:\"wpsc_customer_meta__j)i!Gb%)UZ8E\";i:1416578146;s:32:\"wpsc_customer_meta__J0c0)NgVEAsE\";i:1416578146;s:32:\"wpsc_customer_meta__J0R%7CGSriKA\";i:1416578146;s:32:\"wpsc_customer_meta__j7qd!mgoVDnx\";i:1416578146;s:32:\"wpsc_customer_meta__j9ebdTzftsHy\";i:1416578146;s:32:\"wpsc_customer_meta__J9J2#pO87aYp\";i:1416578146;s:32:\"wpsc_customer_meta__Jb&eHtl0qB6@\";i:1416578146;s:32:\"wpsc_customer_meta__JcTX3cJmjXmJ\";i:1416578146;s:32:\"wpsc_customer_meta__JDBpzPMPU%kI\";i:1416578146;s:32:\"wpsc_customer_meta__JE3*N2c2Km9A\";i:1416578146;s:32:\"wpsc_customer_meta__JEnc!gEuVdMY\";i:1416578146;s:32:\"wpsc_customer_meta__jEQRX!v)7ds&\";i:1416578146;s:32:\"wpsc_customer_meta__JF*APe(nYj&v\";i:1416578146;s:32:\"wpsc_customer_meta__jFbwp^HUt&A%\";i:1416578146;s:32:\"wpsc_customer_meta__JFd5jzyai(&b\";i:1416578146;s:32:\"wpsc_customer_meta__jfmutU$HkhMP\";i:1416578146;s:32:\"wpsc_customer_meta__JfNO88t13OU1\";i:1416578146;s:32:\"wpsc_customer_meta__jIUc5sb95W&P\";i:1416578146;s:32:\"wpsc_customer_meta__jiXAVMaT(zwK\";i:1416578146;s:32:\"wpsc_customer_meta__Jj%yb3xDBj#6\";i:1416578146;s:32:\"wpsc_customer_meta__jj7I@6(NE%qS\";i:1416578146;s:32:\"wpsc_customer_meta__jJAin6CvMYqc\";i:1416578146;s:32:\"wpsc_customer_meta__jJRVDSDaTcQi\";i:1416578146;s:32:\"wpsc_customer_meta__jk!*PPV7X5k$\";i:1416578146;s:32:\"wpsc_customer_meta__jk&h&6O$HJ0B\";i:1416578146;s:32:\"wpsc_customer_meta__jLtwvGf)Hxgs\";i:1416578146;s:32:\"wpsc_customer_meta__jLV#b2jLdAjZ\";i:1416578146;s:32:\"wpsc_customer_meta__jm3Ya@!XQAyd\";i:1416578146;s:32:\"wpsc_customer_meta__JMjQa#ca!vL#\";i:1416578146;s:32:\"wpsc_customer_meta__jn8hj^w5D0cO\";i:1416578146;s:32:\"wpsc_customer_meta__JnAKb4Deqs!%\";i:1416578146;s:32:\"wpsc_customer_meta__JNB!9q*84*R1\";i:1416578146;s:32:\"wpsc_customer_meta__JnTVs#zZ8UBm\";i:1416578146;s:32:\"wpsc_customer_meta__JNXXLa$WXBl#\";i:1416578146;s:32:\"wpsc_customer_meta__JO#mpccrwRju\";i:1416578146;s:32:\"wpsc_customer_meta__JO$KSBb5#F7Y\";i:1416578146;s:32:\"wpsc_customer_meta__JO9(JPmGZ8p9\";i:1416578146;s:32:\"wpsc_customer_meta__jp(u3tDWjqv^\";i:1416578146;s:32:\"wpsc_customer_meta__jPi^D*l$a1eG\";i:1416578146;s:32:\"wpsc_customer_meta__JRO%Ihn6tYnk\";i:1416578146;s:32:\"wpsc_customer_meta__JRYOn12)BOfn\";i:1416578146;s:32:\"wpsc_customer_meta__jS4^VtPq(&R#\";i:1416578146;s:32:\"wpsc_customer_meta__jSLB4OJ!!*mt\";i:1416578146;s:32:\"wpsc_customer_meta__JT)(grUymWWe\";i:1416578146;s:32:\"wpsc_customer_meta__Ju(cwN)8^TqK\";i:1416578146;s:32:\"wpsc_customer_meta__Ju74Id3164D7\";i:1416578146;s:32:\"wpsc_customer_meta__jut0UvgjSfb*\";i:1416578146;s:32:\"wpsc_customer_meta__jvXHfFimHshI\";i:1416578146;s:32:\"wpsc_customer_meta__JWAICvhuiiRu\";i:1416578146;s:32:\"wpsc_customer_meta__JX&#pTIawqWk\";i:1416578146;s:32:\"wpsc_customer_meta__JxOk&nIfdKMP\";i:1416578146;s:32:\"wpsc_customer_meta__Jy)r^jMmGdyr\";i:1416578146;s:32:\"wpsc_customer_meta__jYBVCLel8#l5\";i:1416578146;s:32:\"wpsc_customer_meta__JZY@HFJndAdl\";i:1416578146;s:32:\"wpsc_customer_meta__K!SI%8t7nr0C\";i:1416578146;s:32:\"wpsc_customer_meta__K#379i#EO@Wy\";i:1416578146;s:32:\"wpsc_customer_meta__k#4bb&ZDGN4Y\";i:1416578146;s:32:\"wpsc_customer_meta__K#yqrcefPo!u\";i:1416578146;s:32:\"wpsc_customer_meta__K&!9HYCoChGq\";i:1416578146;s:32:\"wpsc_customer_meta__k&2Ygw$!aCM0\";i:1416578146;s:32:\"wpsc_customer_meta__k(SY%WbZm(4t\";i:1416578146;s:32:\"wpsc_customer_meta__k(VES3S1LoxS\";i:1416578146;s:32:\"wpsc_customer_meta__K)k!8O9djgiC\";i:1416578146;s:32:\"wpsc_customer_meta__K*nuj7wq5Exu\";i:1416578146;s:32:\"wpsc_customer_meta__k0*SI!NN0Up8\";i:1416578146;s:32:\"wpsc_customer_meta__k1Wrec4LrU%J\";i:1416578146;s:32:\"wpsc_customer_meta__k2zQBA4vY7Md\";i:1416578146;s:32:\"wpsc_customer_meta__k3bU4#AjyS%r\";i:1416578146;s:32:\"wpsc_customer_meta__k8LloV4UDm#H\";i:1416578146;s:32:\"wpsc_customer_meta__K8OX(w*1m7bz\";i:1416578146;s:32:\"wpsc_customer_meta__K@9V%)6ARHBQ\";i:1416578146;s:32:\"wpsc_customer_meta__kBJtYr8NfJ8!\";i:1416578146;s:32:\"wpsc_customer_meta__kbYSS2j9e1El\";i:1416578146;s:32:\"wpsc_customer_meta__KcXj2f!Lcj&Z\";i:1416578146;s:32:\"wpsc_customer_meta__Ke&NC%faSdkO\";i:1416578146;s:32:\"wpsc_customer_meta__kexVFi!wEAxN\";i:1416578146;s:32:\"wpsc_customer_meta__Kf&^@@*PnvvE\";i:1416578146;s:32:\"wpsc_customer_meta__kF4Bmn5^LpVh\";i:1416578146;s:32:\"wpsc_customer_meta__kg3j4y8RccQn\";i:1416578146;s:32:\"wpsc_customer_meta__KGm@ZY$Hk(^%\";i:1416578146;s:32:\"wpsc_customer_meta__kH#&$VvUyYoS\";i:1416578146;s:32:\"wpsc_customer_meta__KHgsF#euKXa4\";i:1416578146;s:32:\"wpsc_customer_meta__kI6@Z5jSRiab\";i:1416578146;s:32:\"wpsc_customer_meta__kiGZ5*n@LsqF\";i:1416578146;s:32:\"wpsc_customer_meta__KIokQVYe0Rnw\";i:1416578146;s:32:\"wpsc_customer_meta__kjDs^2SBb33w\";i:1416578146;s:32:\"wpsc_customer_meta__kJHK$LJ3AibK\";i:1416578146;s:32:\"wpsc_customer_meta__KKPfqe87h%4u\";i:1416578146;s:32:\"wpsc_customer_meta__Kkx%CwO5Fq1d\";i:1416578146;s:32:\"wpsc_customer_meta__Kl1EQ!U4YXWp\";i:1416578146;s:32:\"wpsc_customer_meta__klHJ0Tu9rX4g\";i:1416578146;s:32:\"wpsc_customer_meta__KLj2IBv4R39q\";i:1416578146;s:32:\"wpsc_customer_meta__kLW@fg!*hTOZ\";i:1416578146;s:32:\"wpsc_customer_meta__Km)Qc^Rc9IJV\";i:1416578146;s:32:\"wpsc_customer_meta__kmRcG8#^)FV)\";i:1416578146;s:32:\"wpsc_customer_meta__kMRlFVaocC&M\";i:1416578146;s:32:\"wpsc_customer_meta__Kmw(^iig!hWM\";i:1416578146;s:32:\"wpsc_customer_meta__KNkL7g1Oo6!S\";i:1416578146;s:32:\"wpsc_customer_meta__KnQX%QZdpH6*\";i:1416578146;s:32:\"wpsc_customer_meta__KoHKhF3gBPMe\";i:1416578146;s:32:\"wpsc_customer_meta__kPF!X*i7zBP3\";i:1416578146;s:32:\"wpsc_customer_meta__kQ2v!F)D)&%q\";i:1416578146;s:32:\"wpsc_customer_meta__KQmSAmYv5cC*\";i:1416578146;s:32:\"wpsc_customer_meta__KRCI$ojX^J8L\";i:1416578146;s:32:\"wpsc_customer_meta__KS7W$KfqOVul\";i:1416578146;s:32:\"wpsc_customer_meta__KTWz*8cbATSo\";i:1416578146;s:32:\"wpsc_customer_meta__kua)Gj5H6d8s\";i:1416578146;s:32:\"wpsc_customer_meta__kUYIU4axiOuH\";i:1416578146;s:32:\"wpsc_customer_meta__kv2Wx6jIfSYJ\";i:1416578146;s:32:\"wpsc_customer_meta__KVO7yL6HNxoN\";i:1416578146;s:32:\"wpsc_customer_meta__kW6bCe^qE05o\";i:1416578146;s:32:\"wpsc_customer_meta__kw6tW8WruSG1\";i:1416578146;s:32:\"wpsc_customer_meta__kwhHXw%70jkL\";i:1416578146;s:32:\"wpsc_customer_meta__kWysYcABh8wz\";i:1416578146;s:32:\"wpsc_customer_meta__kX(fnmU21Ats\";i:1416578146;s:32:\"wpsc_customer_meta__KX5aV2%W)bLM\";i:1416578146;s:32:\"wpsc_customer_meta__kX83LT57m!b$\";i:1416578146;s:32:\"wpsc_customer_meta__kXT4a%!L9LF4\";i:1416578146;s:32:\"wpsc_customer_meta__KYAY5YyMv^DI\";i:1416578146;s:32:\"wpsc_customer_meta__kYKgA^rygdmB\";i:1416578146;s:32:\"wpsc_customer_meta__kzdi6S$zX0QI\";i:1416578146;s:32:\"wpsc_customer_meta__KzRM^gBIQmN^\";i:1416578146;s:32:\"wpsc_customer_meta__KzVRAOXUbU32\";i:1416578146;s:32:\"wpsc_customer_meta__KZZ*ex(rSS(A\";i:1416578146;s:32:\"wpsc_customer_meta__K^&Scky$mvYZ\";i:1416578146;s:32:\"wpsc_customer_meta__k^lEbc#OL*O)\";i:1416578146;s:32:\"wpsc_customer_meta__k^n(18$tQ3%S\";i:1416578146;s:32:\"wpsc_customer_meta__l#$sa8hoLrup\";i:1416578146;s:32:\"wpsc_customer_meta__l#7&&Lix5^F8\";i:1416578146;s:32:\"wpsc_customer_meta__l#Q!!8#$3JF4\";i:1416578146;s:32:\"wpsc_customer_meta__l$R9hNiu!eAA\";i:1416578146;s:32:\"wpsc_customer_meta__L%ElbSC1JiXl\";i:1416578146;s:32:\"wpsc_customer_meta__l&dj0X)R1q7G\";i:1416578146;s:32:\"wpsc_customer_meta__l&j$)vmjg%JQ\";i:1416578146;s:32:\"wpsc_customer_meta__L*mT9PgUAsw7\";i:1416578146;s:32:\"wpsc_customer_meta__L0oSTzoN$#54\";i:1416578146;s:32:\"wpsc_customer_meta__L1LTRXfB2V1O\";i:1416578146;s:32:\"wpsc_customer_meta__l1s^IngL5rrP\";i:1416578146;s:32:\"wpsc_customer_meta__L1x%Mlrv72Y@\";i:1416578146;s:32:\"wpsc_customer_meta__L35nIw8fRs!x\";i:1416578146;s:32:\"wpsc_customer_meta__L3mevFmMtYiA\";i:1416578146;s:32:\"wpsc_customer_meta__l3RBcD%!3Kt^\";i:1416578146;s:32:\"wpsc_customer_meta__l5ed(4GPMez#\";i:1416578146;s:32:\"wpsc_customer_meta__L8NEp#!bQvu4\";i:1416578146;s:32:\"wpsc_customer_meta__l8T$oBFR%3R6\";i:1416578146;s:32:\"wpsc_customer_meta__LApbCtdAkLge\";i:1416578146;s:32:\"wpsc_customer_meta__lb(VolOV0)fn\";i:1416578146;s:32:\"wpsc_customer_meta__lbAs6HhgHNIF\";i:1416578146;s:32:\"wpsc_customer_meta__lDIqDRX(E@Y(\";i:1416578146;s:32:\"wpsc_customer_meta__LdMI#R$2BpK&\";i:1416578146;s:32:\"wpsc_customer_meta__LDShb#Yc*YrI\";i:1416578146;s:32:\"wpsc_customer_meta__lDztfEh4tvYw\";i:1416578146;s:32:\"wpsc_customer_meta__Lek)VSvGT@GW\";i:1416578146;s:32:\"wpsc_customer_meta__LekJtPwVuXMD\";i:1416578146;s:32:\"wpsc_customer_meta__leSJIrp)t$eG\";i:1416578146;s:32:\"wpsc_customer_meta__lgIg&ZiE36l5\";i:1416578146;s:32:\"wpsc_customer_meta__LGKb8aDX6D8k\";i:1416578146;s:32:\"wpsc_customer_meta__LhCYjQ&zdz#y\";i:1416578146;s:32:\"wpsc_customer_meta__LHpO9Ln1KYHk\";i:1416578146;s:32:\"wpsc_customer_meta__lhz^ul)JvBix\";i:1416578146;s:32:\"wpsc_customer_meta__lJlq98FThrpz\";i:1416578146;s:32:\"wpsc_customer_meta__lkJdl02t54bT\";i:1416578146;s:32:\"wpsc_customer_meta__LLTKW^qEfVTZ\";i:1416578146;s:32:\"wpsc_customer_meta__LmGXf0&%TMdE\";i:1416578146;s:32:\"wpsc_customer_meta__LnbiNhMuy%um\";i:1416578146;s:32:\"wpsc_customer_meta__LnSa^!7s7F9E\";i:1416578146;s:32:\"wpsc_customer_meta__LOPhASrgJVY)\";i:1416578146;s:32:\"wpsc_customer_meta__LpMg^XiV%0HS\";i:1416578146;s:32:\"wpsc_customer_meta__Lr%7R9LcB%xx\";i:1416578146;s:32:\"wpsc_customer_meta__lr*J34a%DFBh\";i:1416578146;s:32:\"wpsc_customer_meta__LR0#WsarB)JD\";i:1416578146;s:32:\"wpsc_customer_meta__lR1XGNBrBS&T\";i:1416578146;s:32:\"wpsc_customer_meta__LRLLG2hN1EeS\";i:1416578146;s:32:\"wpsc_customer_meta__LS!Vg6b!(%2K\";i:1416578146;s:32:\"wpsc_customer_meta__lS$lWCg)*ndE\";i:1416578146;s:32:\"wpsc_customer_meta__lS%nW**Fzn2d\";i:1416578146;s:32:\"wpsc_customer_meta__lSvB(IUYQR1F\";i:1416578146;s:32:\"wpsc_customer_meta__LsWEm$RmH4*E\";i:1416578146;s:32:\"wpsc_customer_meta__LtfV1lbKb8Lx\";i:1416578146;s:32:\"wpsc_customer_meta__Ltn4mTlV%(ZX\";i:1416578146;s:32:\"wpsc_customer_meta__LU7QTNl1)bi%\";i:1416578146;s:32:\"wpsc_customer_meta__lUh#ytiHtIH^\";i:1416578146;s:32:\"wpsc_customer_meta__LUyUdVzComOx\";i:1416578146;s:32:\"wpsc_customer_meta__Lv%1KXJAXg7F\";i:1416578146;s:32:\"wpsc_customer_meta__LVfEX)X45@s4\";i:1416578146;s:32:\"wpsc_customer_meta__lw%4NV4l7^i&\";i:1416578146;s:32:\"wpsc_customer_meta__lwCx*vjbM#r%\";i:1416578146;s:32:\"wpsc_customer_meta__lWhBr&QS*cb$\";i:1416578146;s:32:\"wpsc_customer_meta__lwNh5LDs1EU@\";i:1416578146;s:32:\"wpsc_customer_meta__LWQvaIf8S^p@\";i:1416578146;s:32:\"wpsc_customer_meta__lwwC^FtcwC85\";i:1416578146;s:32:\"wpsc_customer_meta__lX%k2vd*@bxJ\";i:1416578146;s:32:\"wpsc_customer_meta__Lx8xGTbg^Pdq\";i:1416578146;s:32:\"wpsc_customer_meta__LXdU##19h#^Q\";i:1416578146;s:32:\"wpsc_customer_meta__lYmPSJN3ohxU\";i:1416578146;s:32:\"wpsc_customer_meta__LYZ(9RgaFvOm\";i:1416578146;s:32:\"wpsc_customer_meta__lyZNcjSaZhEV\";i:1416578146;s:32:\"wpsc_customer_meta__LZnk5Jve(8tz\";i:1416578146;s:32:\"wpsc_customer_meta__l^Plt^9u^L&h\";i:1416578146;s:32:\"wpsc_customer_meta__L^T)cPYCLgOW\";i:1416578146;s:32:\"wpsc_customer_meta__M&sF%er2UWMi\";i:1416578146;s:32:\"wpsc_customer_meta__m(6oARq*I&4#\";i:1416578146;s:32:\"wpsc_customer_meta__m)7!XQrn$mZd\";i:1416578146;s:32:\"wpsc_customer_meta__M)L&t0%XLa$J\";i:1416578146;s:32:\"wpsc_customer_meta__M0JMVA#FpwzB\";i:1416578146;s:32:\"wpsc_customer_meta__M1LmyJTvJSX@\";i:1416578146;s:32:\"wpsc_customer_meta__M5lPD8#Sq7xl\";i:1416578146;s:32:\"wpsc_customer_meta__M8t0mxqZ6oeT\";i:1416578146;s:32:\"wpsc_customer_meta__m@Rdy6IOHNeM\";i:1416578146;s:32:\"wpsc_customer_meta__maf&tTMe2MKv\";i:1416578146;s:32:\"wpsc_customer_meta__maFKEaB$7*Fi\";i:1416578146;s:32:\"wpsc_customer_meta__mB1&UtrDvHMk\";i:1416578146;s:32:\"wpsc_customer_meta__mBsVmSzsuu6$\";i:1416578146;s:32:\"wpsc_customer_meta__Mc7%KkYRhiOx\";i:1416578146;s:32:\"wpsc_customer_meta__mC91l!zaOO!a\";i:1416578146;s:32:\"wpsc_customer_meta__mCKk@5So$Igb\";i:1416578146;s:32:\"wpsc_customer_meta__mCwYHYZkKQ(H\";i:1416578146;s:32:\"wpsc_customer_meta__Md2UDFYNy622\";i:1416578146;s:32:\"wpsc_customer_meta__md672Y6QjwGL\";i:1416578146;s:32:\"wpsc_customer_meta__MdC1VPNWqWC)\";i:1416578146;s:32:\"wpsc_customer_meta__mdThMi&K&FG(\";i:1416578146;s:32:\"wpsc_customer_meta__me#jCuK6R2oS\";i:1416578146;s:32:\"wpsc_customer_meta__mE^3Y!pcXX9r\";i:1416578146;s:32:\"wpsc_customer_meta__mF1*pYjY#MWD\";i:1416578146;s:32:\"wpsc_customer_meta__mfKG8wHTJ#DJ\";i:1416578146;s:32:\"wpsc_customer_meta__mfOdeaRSM)ai\";i:1416578146;s:32:\"wpsc_customer_meta__MfvENYHyN4CM\";i:1416578146;s:32:\"wpsc_customer_meta__MGHE6^36a3uI\";i:1416578146;s:32:\"wpsc_customer_meta__mgZcMPpwUIXA\";i:1416578146;s:32:\"wpsc_customer_meta__mHG*xjsHDdb3\";i:1416578146;s:32:\"wpsc_customer_meta__mHV^Z*apEgh9\";i:1416578146;s:32:\"wpsc_customer_meta__MHyd246z&i8s\";i:1416578146;s:32:\"wpsc_customer_meta__Mi)eBis^Ed0R\";i:1416578146;s:32:\"wpsc_customer_meta__Miwf9!ZPj^Jj\";i:1416578146;s:32:\"wpsc_customer_meta__mJks9#IOm&rY\";i:1416578146;s:32:\"wpsc_customer_meta__MKHI!qZ*1c8m\";i:1416578146;s:32:\"wpsc_customer_meta__mL03wBSWn4@G\";i:1416578146;s:32:\"wpsc_customer_meta__mLl%migMr4(X\";i:1416578146;s:32:\"wpsc_customer_meta__mLWXaBq(Nh5i\";i:1416578146;s:32:\"wpsc_customer_meta__MM2YvYRC@5!C\";i:1416578146;s:32:\"wpsc_customer_meta__moiAHh5eny#Y\";i:1416578146;s:32:\"wpsc_customer_meta__moY$TugoiuJg\";i:1416578146;s:32:\"wpsc_customer_meta__MPI)Zl0RBwHa\";i:1416578146;s:32:\"wpsc_customer_meta__mpjAWI*gs9so\";i:1416578146;s:32:\"wpsc_customer_meta__Mppl$fYEA6R!\";i:1416578146;s:32:\"wpsc_customer_meta__MqhesyWB#75G\";i:1416578146;s:32:\"wpsc_customer_meta__MR^E$hrSSy89\";i:1416578146;s:32:\"wpsc_customer_meta__mslD6B$CndGU\";i:1416578146;s:32:\"wpsc_customer_meta__Mt1WxBVrHyP4\";i:1416578146;s:32:\"wpsc_customer_meta__mUsoKnhwyA8%\";i:1416578146;s:32:\"wpsc_customer_meta__mV9DYBw*6tzO\";i:1416578146;s:32:\"wpsc_customer_meta__mvB8eM8cU5SM\";i:1416578146;s:32:\"wpsc_customer_meta__mVgtOrGVU#N2\";i:1416578146;s:32:\"wpsc_customer_meta__Mwas8TvxU0&O\";i:1416578146;s:32:\"wpsc_customer_meta__mwdl7oN1DVUq\";i:1416578146;s:32:\"wpsc_customer_meta__MWeF3PK%@b%V\";i:1416578146;s:32:\"wpsc_customer_meta__MwFl31!VmKGZ\";i:1416578146;s:32:\"wpsc_customer_meta__Mx&52Gv1#)MR\";i:1416578146;s:32:\"wpsc_customer_meta__Mx51rO!pDP(e\";i:1416578146;s:32:\"wpsc_customer_meta__mxepTMc)aDY@\";i:1416578146;s:32:\"wpsc_customer_meta__mXy^AWWKCsG#\";i:1416578146;s:32:\"wpsc_customer_meta__myvqPAO11)Em\";i:1416578146;s:32:\"wpsc_customer_meta__mYwPzDE1N)Aa\";i:1416578146;s:32:\"wpsc_customer_meta__N$&s(h#&refH\";i:1416578146;s:32:\"wpsc_customer_meta__N%*QqFxnSc9#\";i:1416578146;s:32:\"wpsc_customer_meta__n%JxVJ2^Djf!\";i:1416578146;s:32:\"wpsc_customer_meta__N)&qG486gfIU\";i:1416578146;s:32:\"wpsc_customer_meta__N*DrHkuqe2Up\";i:1416578146;s:32:\"wpsc_customer_meta__n0#$z6boNP)v\";i:1416578146;s:32:\"wpsc_customer_meta__n09CH7Z$dH@4\";i:1416578146;s:32:\"wpsc_customer_meta__n09nG20VvJyF\";i:1416578146;s:32:\"wpsc_customer_meta__n0N!Xr%iW%Ga\";i:1416578146;s:32:\"wpsc_customer_meta__N0yU$R$TYw@@\";i:1416578146;s:32:\"wpsc_customer_meta__N1BVxe8EZZ4t\";i:1416578146;s:32:\"wpsc_customer_meta__n3bX9ZAZGqPn\";i:1416578146;s:32:\"wpsc_customer_meta__n3s3clA4T!Lg\";i:1416578146;s:32:\"wpsc_customer_meta__N4vScVREJnL!\";i:1416578146;s:32:\"wpsc_customer_meta__N55!wx4%wC(F\";i:1416578146;s:32:\"wpsc_customer_meta__N629&xk^s5TD\";i:1416578146;s:32:\"wpsc_customer_meta__n6IcN$UJyVWp\";i:1416578146;s:32:\"wpsc_customer_meta__n8R&^&)F&U$N\";i:1416578146;s:32:\"wpsc_customer_meta__n9g6Yz)570Sk\";i:1416578146;s:32:\"wpsc_customer_meta__n@MtuBBze8FW\";i:1416578146;s:32:\"wpsc_customer_meta__Na)9G#nBauq0\";i:1416578146;s:32:\"wpsc_customer_meta__NaOqzw87AG#)\";i:1416578146;s:32:\"wpsc_customer_meta__nb&S)w7CO&04\";i:1416578146;s:32:\"wpsc_customer_meta__NBX^M(#QgG1P\";i:1416578146;s:32:\"wpsc_customer_meta__Nc@RcDy0fqAr\";i:1416578146;s:32:\"wpsc_customer_meta__ncwDYuP#46b1\";i:1416578146;s:32:\"wpsc_customer_meta__NczT*xG@9mLX\";i:1416578146;s:32:\"wpsc_customer_meta__nD5u^Q!s4SXf\";i:1416578146;s:32:\"wpsc_customer_meta__nDHebDkXXQG1\";i:1416578146;s:32:\"wpsc_customer_meta__NdmGG72iHdQk\";i:1416578146;s:32:\"wpsc_customer_meta__NDnIFw6mHkbA\";i:1416578146;s:32:\"wpsc_customer_meta__Ne1YkvSU8m9M\";i:1416578146;s:32:\"wpsc_customer_meta__NFd3TX2hGI(g\";i:1416578146;s:32:\"wpsc_customer_meta__NFkIQNAXwlbG\";i:1416578146;s:32:\"wpsc_customer_meta__Nh8PN)11qR8u\";i:1416578146;s:32:\"wpsc_customer_meta__NhhEL0WSMoQD\";i:1416578146;s:32:\"wpsc_customer_meta__NhzTlYBrSj57\";i:1416578146;s:32:\"wpsc_customer_meta__niwmPvhr2pmS\";i:1416578146;s:32:\"wpsc_customer_meta__njD&4PdBnssZ\";i:1416578146;s:32:\"wpsc_customer_meta__NJlRgblH8os!\";i:1416578146;s:32:\"wpsc_customer_meta__njyi9qHIWtwl\";i:1416578146;s:32:\"wpsc_customer_meta__NkxCxdBA93b8\";i:1416578146;s:32:\"wpsc_customer_meta__nkZyUJp2M7iS\";i:1416578146;s:32:\"wpsc_customer_meta__nl@HB^bPb5NV\";i:1416578146;s:32:\"wpsc_customer_meta__nlk6cA@aLv@(\";i:1416578146;s:32:\"wpsc_customer_meta__NlP0PUI#CF2D\";i:1416578146;s:32:\"wpsc_customer_meta__NmVw14tu$Z9J\";i:1416578146;s:32:\"wpsc_customer_meta__nmW3(0j!O1Pb\";i:1416578146;s:32:\"wpsc_customer_meta__NnlDd^Raup)d\";i:1416578146;s:32:\"wpsc_customer_meta__NnoJ!5a2j3V^\";i:1416578146;s:32:\"wpsc_customer_meta__nNpPr03Rp(%A\";i:1416578146;s:32:\"wpsc_customer_meta__NNXs^lo)Mp6E\";i:1416578146;s:32:\"wpsc_customer_meta__NP2RM*f#)4LZ\";i:1416578146;s:32:\"wpsc_customer_meta__NpDSCPmvIxQ6\";i:1416578146;s:32:\"wpsc_customer_meta__NPm@1b$6pYeC\";i:1416578146;s:32:\"wpsc_customer_meta__Nq3g7z5$XIs)\";i:1416578146;s:32:\"wpsc_customer_meta__nqQE1#gdpVO#\";i:1416578146;s:32:\"wpsc_customer_meta__Nr$laA)M)b0K\";i:1416578146;s:32:\"wpsc_customer_meta__Nr4OAdJ$dSJG\";i:1416578146;s:32:\"wpsc_customer_meta__nT9^fhjsGyN9\";i:1416578146;s:32:\"wpsc_customer_meta__nThWcctWfmXA\";i:1416578146;s:32:\"wpsc_customer_meta__NTJ)xeeYhCEM\";i:1416578146;s:32:\"wpsc_customer_meta__NTmDgzgDWtTf\";i:1416578146;s:32:\"wpsc_customer_meta__nTrcSp$fPavY\";i:1416578146;s:32:\"wpsc_customer_meta__NUWkj)0&tI4O\";i:1416578146;s:32:\"wpsc_customer_meta__Nv71(#2zcw9V\";i:1416578146;s:32:\"wpsc_customer_meta__NVAQYYQ6rD9d\";i:1416578146;s:32:\"wpsc_customer_meta__NWcNXqE7n3p8\";i:1416578146;s:32:\"wpsc_customer_meta__NwIhSIHUPMSU\";i:1416578146;s:32:\"wpsc_customer_meta__NXjc3Parowd7\";i:1416578146;s:32:\"wpsc_customer_meta__nXPV6yj2pP9q\";i:1416578146;s:32:\"wpsc_customer_meta__NxQuG3IurimP\";i:1416578146;s:32:\"wpsc_customer_meta__Ny@)gGvjFmub\";i:1416578146;s:32:\"wpsc_customer_meta__Nz(hwKFE6l)j\";i:1416578146;s:32:\"wpsc_customer_meta__nzfq24!qdWxG\";i:1416578146;s:32:\"wpsc_customer_meta__nZWa5lQ&3)l6\";i:1416578146;s:32:\"wpsc_customer_meta__N^A@^VcHxF$i\";i:1416578146;s:32:\"wpsc_customer_meta__o#V2w8Z7$QaL\";i:1416578146;s:32:\"wpsc_customer_meta__o%0qpMKQ^z*r\";i:1416578146;s:32:\"wpsc_customer_meta__O&4@qVr%4q5A\";i:1416578146;s:32:\"wpsc_customer_meta__o&t%RPgPg)lF\";i:1416578146;s:32:\"wpsc_customer_meta__O(Pt8PnwC)Z0\";i:1416578146;s:32:\"wpsc_customer_meta__O)ocNN5h8iBl\";i:1416578146;s:32:\"wpsc_customer_meta__o)R!!K@(^Bp%\";i:1416578146;s:32:\"wpsc_customer_meta__o*FLCnJX$3sn\";i:1416578146;s:32:\"wpsc_customer_meta__o1Ai!mLaGB0H\";i:1416578146;s:32:\"wpsc_customer_meta__O1L4SbA&IeQ1\";i:1416578146;s:32:\"wpsc_customer_meta__o4YTsBUDpo9m\";i:1416578146;s:32:\"wpsc_customer_meta__o5H5gy3w)woO\";i:1416578146;s:32:\"wpsc_customer_meta__O6XbsMzgQF2U\";i:1416578146;s:32:\"wpsc_customer_meta__oA0w8gAtlSDi\";i:1416578146;s:32:\"wpsc_customer_meta__oAJ2SNO91c#l\";i:1416578146;s:32:\"wpsc_customer_meta__ObSwcROESZPi\";i:1416578146;s:32:\"wpsc_customer_meta__oCgz460KN)9w\";i:1416578146;s:32:\"wpsc_customer_meta__OcHJ*tvbFH*d\";i:1416578146;s:32:\"wpsc_customer_meta__oCYbTr4lkwi3\";i:1416578146;s:32:\"wpsc_customer_meta__OD(9NkCE(1pR\";i:1416578146;s:32:\"wpsc_customer_meta__oD*WEp*&vl2u\";i:1416578146;s:32:\"wpsc_customer_meta__oEryh*WPsnb%\";i:1416578146;s:32:\"wpsc_customer_meta__oFjwmnhK@GaE\";i:1416578146;s:32:\"wpsc_customer_meta__OFmTiD*7sXl2\";i:1416578146;s:32:\"wpsc_customer_meta__oGSj*wsoQec3\";i:1416578146;s:32:\"wpsc_customer_meta__oGX!O@0xTKFm\";i:1416578146;s:32:\"wpsc_customer_meta__OH39vjIbfDGt\";i:1416578146;s:32:\"wpsc_customer_meta__ohPRhqtz&9W3\";i:1416578146;s:32:\"wpsc_customer_meta__OITDsOQu2SZQ\";i:1416578146;s:32:\"wpsc_customer_meta__ojWmZz1*UnB^\";i:1416578146;s:32:\"wpsc_customer_meta__OKJhbNCJn%vD\";i:1416578146;s:32:\"wpsc_customer_meta__OKOM3^wObr!M\";i:1416578146;s:32:\"wpsc_customer_meta__OLqV2MHfh%Jc\";i:1416578146;s:32:\"wpsc_customer_meta__OLR4Fwg^wd2p\";i:1416578146;s:32:\"wpsc_customer_meta__OM*q7xV8gI4T\";i:1416578146;s:32:\"wpsc_customer_meta__oM*Vuc8yM0aU\";i:1416578146;s:32:\"wpsc_customer_meta__oMb6kNAYd3yh\";i:1416578146;s:32:\"wpsc_customer_meta__oMcCggycsX4S\";i:1416578146;s:32:\"wpsc_customer_meta__omFB86#tYJQ&\";i:1416578146;s:32:\"wpsc_customer_meta__on5kuN)XuliB\";i:1416578146;s:32:\"wpsc_customer_meta__ONzw&Ht!(yew\";i:1416578146;s:32:\"wpsc_customer_meta__Oo#Dxv5Bw!Cv\";i:1416578146;s:32:\"wpsc_customer_meta__op#UwjBdqU6M\";i:1416578146;s:32:\"wpsc_customer_meta__opPDZTWWi3GF\";i:1416578146;s:32:\"wpsc_customer_meta__oQAD8JYnI!hM\";i:1416578146;s:32:\"wpsc_customer_meta__Os83&$zTOs!o\";i:1416578146;s:32:\"wpsc_customer_meta__OSXhryDv8z#l\";i:1416578146;s:32:\"wpsc_customer_meta__Ot9xqc*#tTgk\";i:1416578146;s:32:\"wpsc_customer_meta__OTpy9F(GWgyD\";i:1416578146;s:32:\"wpsc_customer_meta__oU8)KM(cezYL\";i:1416578146;s:32:\"wpsc_customer_meta__oV6a^y(IQYOq\";i:1416578146;s:32:\"wpsc_customer_meta__Ovz@BtfWZjpr\";i:1416578146;s:32:\"wpsc_customer_meta__owdK)I$eVcca\";i:1416578146;s:32:\"wpsc_customer_meta__oWnhHq(hXEvX\";i:1416578146;s:32:\"wpsc_customer_meta__OWZ2u1Cm9nZ8\";i:1416578146;s:32:\"wpsc_customer_meta__oXF&MnHaF7C4\";i:1416578146;s:32:\"wpsc_customer_meta__OXgNfrv@wKTU\";i:1416578146;s:32:\"wpsc_customer_meta__oXWV4&K8fTly\";i:1416578146;s:32:\"wpsc_customer_meta__OY%vurF*1tK8\";i:1416578146;s:32:\"wpsc_customer_meta__oyg^2un1x8M0\";i:1416578146;s:32:\"wpsc_customer_meta__oYVAcphXLhI5\";i:1416578146;s:32:\"wpsc_customer_meta__oz&qcLkV&TRC\";i:1416578146;s:32:\"wpsc_customer_meta__oz2dr*^G4($G\";i:1416578146;s:32:\"wpsc_customer_meta__o^W)I4Hx&BC3\";i:1416578146;s:32:\"wpsc_customer_meta__P#U6$beTIG6m\";i:1416578146;s:32:\"wpsc_customer_meta__p$ir0cSou8H4\";i:1416578146;s:32:\"wpsc_customer_meta__p$UaxU77ZDgn\";i:1416578146;s:32:\"wpsc_customer_meta__p$wSWSZK2%zH\";i:1416578146;s:32:\"wpsc_customer_meta__P%D*7eDA!x$$\";i:1416578146;s:32:\"wpsc_customer_meta__P%O0A5A1%ZxL\";i:1416578146;s:32:\"wpsc_customer_meta__p%Uu7bH8Axo2\";i:1416578146;s:32:\"wpsc_customer_meta__P&2o@4f@6qCN\";i:1416578146;s:32:\"wpsc_customer_meta__P)%us$T^Ktac\";i:1416578146;s:32:\"wpsc_customer_meta__p)H)2^fNFr@@\";i:1416578146;s:32:\"wpsc_customer_meta__P0XN(r8rd$Ff\";i:1416578146;s:32:\"wpsc_customer_meta__P1pvxAyuQAzQ\";i:1416578146;s:32:\"wpsc_customer_meta__p32N5ndPiPt2\";i:1416578146;s:32:\"wpsc_customer_meta__p4$HaRJqu6Z2\";i:1416578146;s:32:\"wpsc_customer_meta__p6bKaou*&tS#\";i:1416578146;s:32:\"wpsc_customer_meta__P6Q^IyNDO657\";i:1416578146;s:32:\"wpsc_customer_meta__p8OZn3aQjG^C\";i:1416578146;s:32:\"wpsc_customer_meta__PBF7h9BlSwHH\";i:1416578146;s:32:\"wpsc_customer_meta__pCgbdCDE5dQp\";i:1416578146;s:32:\"wpsc_customer_meta__pCOUmMuFtBzn\";i:1416578146;s:32:\"wpsc_customer_meta__Pds*Bw&mZncz\";i:1416578146;s:32:\"wpsc_customer_meta__pDwn0PUVhk)J\";i:1416578146;s:32:\"wpsc_customer_meta__PeSq4cD@ljl(\";i:1416578146;s:32:\"wpsc_customer_meta__pf&O2cBXAqBi\";i:1416578146;s:32:\"wpsc_customer_meta__Pf*cuWtXGoH#\";i:1416578146;s:32:\"wpsc_customer_meta__pF5sJ)bZx^17\";i:1416578146;s:32:\"wpsc_customer_meta__PFBNP&m!GR%Y\";i:1416578146;s:32:\"wpsc_customer_meta__PfMkWNp8#Bv1\";i:1416578146;s:32:\"wpsc_customer_meta__PfT$!LXejdg$\";i:1416578146;s:32:\"wpsc_customer_meta__PH6H*EjkjuGl\";i:1416578146;s:32:\"wpsc_customer_meta__ph^pMzxmZ(zH\";i:1416578146;s:32:\"wpsc_customer_meta__pivReb5R6bsU\";i:1416578146;s:32:\"wpsc_customer_meta__PI^$8G1cKdP2\";i:1416578146;s:32:\"wpsc_customer_meta__pKeC9dmHBQTB\";i:1416578146;s:32:\"wpsc_customer_meta__PLEa@3IhXmnG\";i:1416578146;s:32:\"wpsc_customer_meta__PLrB6dz#t*(8\";i:1416578146;s:32:\"wpsc_customer_meta__PLyTe0z5$C9U\";i:1416578146;s:32:\"wpsc_customer_meta__pM^G^9x7Gas6\";i:1416578146;s:32:\"wpsc_customer_meta__pn0nQ183kowj\";i:1416578146;s:32:\"wpsc_customer_meta__Pn7r9CGm#5Cf\";i:1416578146;s:32:\"wpsc_customer_meta__PnSID6)FOLqO\";i:1416578146;s:32:\"wpsc_customer_meta__pow()Z$lLgDw\";i:1416578146;s:32:\"wpsc_customer_meta__pPlpGPMNy*G5\";i:1416578146;s:32:\"wpsc_customer_meta__PPo*(mN5(6@H\";i:1416578146;s:32:\"wpsc_customer_meta__PPsG*SR^@hm3\";i:1416578146;s:32:\"wpsc_customer_meta__Pqzlzk8WoZEn\";i:1416578146;s:32:\"wpsc_customer_meta__pSd1qEWvV1en\";i:1416578146;s:32:\"wpsc_customer_meta__PsJQiWjPrqRo\";i:1416578146;s:32:\"wpsc_customer_meta__pT5b*GPxwMTW\";i:1416578146;s:32:\"wpsc_customer_meta__Pthp@9wSES#G\";i:1416578146;s:32:\"wpsc_customer_meta__ptUeCX@*@3Qt\";i:1416578146;s:32:\"wpsc_customer_meta__PumUGGx7KTl9\";i:1416578146;s:32:\"wpsc_customer_meta__puuAZJ)ugG*U\";i:1416578146;s:32:\"wpsc_customer_meta__PuZ%O%oc)eN3\";i:1416578146;s:32:\"wpsc_customer_meta__pv#KOxTpiC4#\";i:1416578146;s:32:\"wpsc_customer_meta__pvcC89Icf$fv\";i:1416578146;s:32:\"wpsc_customer_meta__PW!voTbbk$aZ\";i:1416578146;s:32:\"wpsc_customer_meta__pwbM2BDoAy0H\";i:1416578146;s:32:\"wpsc_customer_meta__Pwo47OYE3sIU\";i:1416578146;s:32:\"wpsc_customer_meta__px5p9G$94rgY\";i:1416578146;s:32:\"wpsc_customer_meta__pxlUU^bNKZ^I\";i:1416578146;s:32:\"wpsc_customer_meta__pZPtCH8$iClG\";i:1416578146;s:32:\"wpsc_customer_meta__pZYvf*d40B^f\";i:1416578146;s:32:\"wpsc_customer_meta__P^&FRlYT*@kO\";i:1416578146;s:32:\"wpsc_customer_meta__Q!TsY4#A1Njv\";i:1416578146;s:32:\"wpsc_customer_meta__Q$DuFR@Ej8S$\";i:1416578146;s:32:\"wpsc_customer_meta__Q&O8pj1rRoI#\";i:1416578146;s:32:\"wpsc_customer_meta__Q((9(bUJWy4!\";i:1416578146;s:32:\"wpsc_customer_meta__Q(5SHobnxVu$\";i:1416578146;s:32:\"wpsc_customer_meta__Q1fdFLLw8)48\";i:1416578146;s:32:\"wpsc_customer_meta__q1h$0S&U3mBg\";i:1416578146;s:32:\"wpsc_customer_meta__Q4)B7DeGNhmS\";i:1416578146;s:32:\"wpsc_customer_meta__Q42MZ3S4p9fB\";i:1416578146;s:32:\"wpsc_customer_meta__Q5bufd$cfkvB\";i:1416578146;s:32:\"wpsc_customer_meta__q6A49Eo%vDXN\";i:1416578146;s:32:\"wpsc_customer_meta__Q6l1lIta9q42\";i:1416578146;s:32:\"wpsc_customer_meta__Q6^zV@4YWx@n\";i:1416578146;s:32:\"wpsc_customer_meta__Q7U)sk)1&qHc\";i:1416578146;s:32:\"wpsc_customer_meta__q8bXunw^V*Ev\";i:1416578146;s:32:\"wpsc_customer_meta__q8FKp4TCa(kN\";i:1416578146;s:32:\"wpsc_customer_meta__Q8tDGHfTNTuj\";i:1416578146;s:32:\"wpsc_customer_meta__Q9NXbC$nvQC&\";i:1416578146;s:32:\"wpsc_customer_meta__q9WgyCSoW)HR\";i:1416578146;s:32:\"wpsc_customer_meta__QAeYMz(UQvz(\";i:1416578146;s:32:\"wpsc_customer_meta__QaWgfoUhkK7W\";i:1416578146;s:32:\"wpsc_customer_meta__QaXcCR4(kgwt\";i:1416578146;s:32:\"wpsc_customer_meta__QbIaB!9cf8Cn\";i:1416578146;s:32:\"wpsc_customer_meta__qBW3Sj21PF3I\";i:1416578146;s:32:\"wpsc_customer_meta__QCLdapel^vJx\";i:1416578146;s:32:\"wpsc_customer_meta__qdv!b9u9uNmW\";i:1416578146;s:32:\"wpsc_customer_meta__qfAzDMj5cKrx\";i:1416578146;s:32:\"wpsc_customer_meta__QgEf1w411TcC\";i:1416578146;s:32:\"wpsc_customer_meta__QGhK7!YkJ8PC\";i:1416578146;s:32:\"wpsc_customer_meta__qi8!5122wr2T\";i:1416578146;s:32:\"wpsc_customer_meta__QIF&&qzoQeLc\";i:1416578146;s:32:\"wpsc_customer_meta__qIiymmndbT!Z\";i:1416578146;s:32:\"wpsc_customer_meta__qjhq2mHqMhNf\";i:1416578146;s:32:\"wpsc_customer_meta__qk4HyCqGBQpD\";i:1416578146;s:32:\"wpsc_customer_meta__QKq2%Igd#1Pw\";i:1416578146;s:32:\"wpsc_customer_meta__Ql1w*24%vkX@\";i:1416578146;s:32:\"wpsc_customer_meta__qLMQL(bwDZQn\";i:1416578146;s:32:\"wpsc_customer_meta__QLsfrfuMH(qV\";i:1416578146;s:32:\"wpsc_customer_meta__qMYk86Al&f&3\";i:1416578146;s:32:\"wpsc_customer_meta__qn@6PujloL0O\";i:1416578146;s:32:\"wpsc_customer_meta__QOEg0&Lj(d@v\";i:1416578146;s:32:\"wpsc_customer_meta__QOR&X5c6QPKK\";i:1416578146;s:32:\"wpsc_customer_meta__qp###!@zXbrp\";i:1416578146;s:32:\"wpsc_customer_meta__qp#Lr#ivn!1K\";i:1416578146;s:32:\"wpsc_customer_meta__qPsU515FAHtI\";i:1416578146;s:32:\"wpsc_customer_meta__Qq#6XYhzS*lW\";i:1416578146;s:32:\"wpsc_customer_meta__Qr0qxUzr9d)x\";i:1416578146;s:32:\"wpsc_customer_meta__qSAa0n!LgDUs\";i:1416578146;s:32:\"wpsc_customer_meta__QsLdzy4r7*7%\";i:1416578146;s:32:\"wpsc_customer_meta__qU*&24&lQK2Z\";i:1416578146;s:32:\"wpsc_customer_meta__QU2HJMPyWuFL\";i:1416578146;s:32:\"wpsc_customer_meta__QUchrNNE9Jsm\";i:1416578146;s:32:\"wpsc_customer_meta__quDh2mw&uaNi\";i:1416578146;s:32:\"wpsc_customer_meta__Quhk5&QE&NBf\";i:1416578146;s:32:\"wpsc_customer_meta__qUyerv)o!nfA\";i:1416578146;s:32:\"wpsc_customer_meta__QVCAiW2%W6Lx\";i:1416578146;s:32:\"wpsc_customer_meta__Qw3eezi1qTqK\";i:1416578146;s:32:\"wpsc_customer_meta__qw4(IQ6IgLfM\";i:1416578146;s:32:\"wpsc_customer_meta__QWlVsmlooeBY\";i:1416578146;s:32:\"wpsc_customer_meta__QY!TItrn9N3y\";i:1416578146;s:32:\"wpsc_customer_meta__QyuFU(2S@$hf\";i:1416578146;s:32:\"wpsc_customer_meta__qz&)#8jgxYFy\";i:1416578146;s:32:\"wpsc_customer_meta__qzc(0&xFeL(M\";i:1416578146;s:32:\"wpsc_customer_meta__qzERU$gkNec6\";i:1416578146;s:32:\"wpsc_customer_meta__QznZwnlcjjKu\";i:1416578146;s:32:\"wpsc_customer_meta__qZRcFbx&j1#L\";i:1416578146;s:32:\"wpsc_customer_meta__q^TVa4lb0Rtc\";i:1416578146;s:32:\"wpsc_customer_meta__r!@gM!9CUt0m\";i:1416578146;s:32:\"wpsc_customer_meta__r!hAz0E*%EOI\";i:1416578146;s:32:\"wpsc_customer_meta__r#Qn#87FDVP0\";i:1416578146;s:32:\"wpsc_customer_meta__R$X*%ktEglrv\";i:1416578146;s:32:\"wpsc_customer_meta__r%8otnObivnT\";i:1416578146;s:32:\"wpsc_customer_meta__r%@vWj*e9Kc!\";i:1416578146;s:32:\"wpsc_customer_meta__R%Y(6KCMMBTg\";i:1416578146;s:32:\"wpsc_customer_meta__r&EOc94G^Gry\";i:1416578146;s:32:\"wpsc_customer_meta__r&W@FRrX!q6y\";i:1416578146;s:32:\"wpsc_customer_meta__r&^V&IaR9$Mf\";i:1416578146;s:32:\"wpsc_customer_meta__R05m(fYd@@g!\";i:1416578146;s:32:\"wpsc_customer_meta__R1nmoAK4HncT\";i:1416578146;s:32:\"wpsc_customer_meta__R2JdTsJ*ro*e\";i:1416578146;s:32:\"wpsc_customer_meta__r4js^LcIaS7L\";i:1416578146;s:32:\"wpsc_customer_meta__R4RVufODofv1\";i:1416578146;s:32:\"wpsc_customer_meta__R5bhwB*OGZ)Z\";i:1416578146;s:32:\"wpsc_customer_meta__r8i4P@#Wdw!C\";i:1416578146;s:32:\"wpsc_customer_meta__R8iTLxL#aNp#\";i:1416578146;s:32:\"wpsc_customer_meta__R8xih$%SdpOC\";i:1416578146;s:32:\"wpsc_customer_meta__RAKoLopO9H5U\";i:1416578146;s:32:\"wpsc_customer_meta__RAQ4JDjPDJaO\";i:1416578146;s:32:\"wpsc_customer_meta__rbzBdLSd@M^m\";i:1416578146;s:32:\"wpsc_customer_meta__Rd@IwaFTq$MH\";i:1416578146;s:32:\"wpsc_customer_meta__rdrZorL@1QQa\";i:1416578146;s:32:\"wpsc_customer_meta__RDsV!y@WgNgW\";i:1416578146;s:32:\"wpsc_customer_meta__RE#u4qUOF!Ml\";i:1416578146;s:32:\"wpsc_customer_meta__RfOlF^ccVZsf\";i:1416578146;s:32:\"wpsc_customer_meta__rFUPX)TaAVGi\";i:1416578146;s:32:\"wpsc_customer_meta__RiK^s)tEYXOR\";i:1416578146;s:32:\"wpsc_customer_meta__rio2ub!^NU9(\";i:1416578146;s:32:\"wpsc_customer_meta__rJ(8vTAwKIvw\";i:1416578146;s:32:\"wpsc_customer_meta__RJgF!eK#dcbn\";i:1416578146;s:32:\"wpsc_customer_meta__Rjx0h(PX(RKX\";i:1416578146;s:32:\"wpsc_customer_meta__RKoX)BqKJGpa\";i:1416578146;s:32:\"wpsc_customer_meta__RKt)cdGR&g7O\";i:1416578146;s:32:\"wpsc_customer_meta__RlcyIrow3I8r\";i:1416578146;s:32:\"wpsc_customer_meta__RLXG$mg3x2d8\";i:1416578146;s:32:\"wpsc_customer_meta__rmP@@rcFLEBY\";i:1416578146;s:32:\"wpsc_customer_meta__Rn)4iNK)9R&1\";i:1416578146;s:32:\"wpsc_customer_meta__RN@v)e7Becco\";i:1416578146;s:32:\"wpsc_customer_meta__rosvZjHv(FeB\";i:1416578146;s:32:\"wpsc_customer_meta__roTiJ9uw!Rwh\";i:1416578146;s:32:\"wpsc_customer_meta__RP2&ACFo!SGD\";i:1416578146;s:32:\"wpsc_customer_meta__rpn^)cJego4S\";i:1416578146;s:32:\"wpsc_customer_meta__RQCduSfgNH(t\";i:1416578146;s:32:\"wpsc_customer_meta__rqEA@W3U3uIo\";i:1416578146;s:32:\"wpsc_customer_meta__rr72yu2x5N%n\";i:1416578146;s:32:\"wpsc_customer_meta__RrgRjrBsQZqM\";i:1416578146;s:32:\"wpsc_customer_meta__rRn$gdd0H6ZG\";i:1416578146;s:32:\"wpsc_customer_meta__rsAxBKHhhGEG\";i:1416578146;s:32:\"wpsc_customer_meta__RsKk(rvnLObO\";i:1416578146;s:32:\"wpsc_customer_meta__rTgrjuVkYNC1\";i:1416578146;s:32:\"wpsc_customer_meta__rTHkfA!M1qB&\";i:1416578146;s:32:\"wpsc_customer_meta__RtQ*#Ean4xpI\";i:1416578146;s:32:\"wpsc_customer_meta__RU#b2NJ^cAsV\";i:1416578146;s:32:\"wpsc_customer_meta__RucgwUfu(9fs\";i:1416578146;s:32:\"wpsc_customer_meta__rUCj^uOopb2o\";i:1416578146;s:32:\"wpsc_customer_meta__RUCLwUN&j6yM\";i:1416578146;s:32:\"wpsc_customer_meta__rulZ^NTwQhbr\";i:1416578146;s:32:\"wpsc_customer_meta__RvHY3KfH&zcF\";i:1416578146;s:32:\"wpsc_customer_meta__rVUQ3Qd!pilk\";i:1416578146;s:32:\"wpsc_customer_meta__Rw3frHadT&r%\";i:1416578146;s:32:\"wpsc_customer_meta__RXujLXbTJIM0\";i:1416578146;s:32:\"wpsc_customer_meta__RY0*7wZN*!%S\";i:1416578146;s:32:\"wpsc_customer_meta__rY5P53P2e9rS\";i:1416578146;s:32:\"wpsc_customer_meta__ryIr0@*W&Nrv\";i:1416578146;s:32:\"wpsc_customer_meta__rYlBA)sk*pUi\";i:1416578146;s:32:\"wpsc_customer_meta__RYN@#0X^ioOV\";i:1416578146;s:32:\"wpsc_customer_meta__ryQ0!(qGmfWW\";i:1416578146;s:32:\"wpsc_customer_meta__RYRXjE6@LE3&\";i:1416578146;s:32:\"wpsc_customer_meta__rYS)t!ZMk4OC\";i:1416578146;s:32:\"wpsc_customer_meta__rYv(7n72v6!1\";i:1416578146;s:32:\"wpsc_customer_meta__rzuYRA$vCCKq\";i:1416578146;s:32:\"wpsc_customer_meta__r^Sc2HpZElOI\";i:1416578146;s:32:\"wpsc_customer_meta__r^ToaHEj9T*Q\";i:1416578146;s:32:\"wpsc_customer_meta__S!g&qTK6K%WH\";i:1416578146;s:32:\"wpsc_customer_meta__S#9fdCbfiPvl\";i:1416578146;s:32:\"wpsc_customer_meta__s$tf*4IJq*&5\";i:1416578146;s:32:\"wpsc_customer_meta__s&*4Y@OluGJp\";i:1416578146;s:32:\"wpsc_customer_meta__s&JHLf^7$wKd\";i:1416578146;s:32:\"wpsc_customer_meta__s)2JFreHknXh\";i:1416578146;s:32:\"wpsc_customer_meta__S08ysze%pGvC\";i:1416578146;s:32:\"wpsc_customer_meta__s0x2VTRkWosF\";i:1416578146;s:32:\"wpsc_customer_meta__S1$8f)LdstQM\";i:1416578146;s:32:\"wpsc_customer_meta__S1iO1MFH0TQ@\";i:1416578146;s:32:\"wpsc_customer_meta__S1zyPlcWF9hl\";i:1416578146;s:32:\"wpsc_customer_meta__S2nR2!ITo3Pm\";i:1416578146;s:32:\"wpsc_customer_meta__S2q9Ht)@@lty\";i:1416578146;s:32:\"wpsc_customer_meta__s2sElpH#CoDV\";i:1416578146;s:32:\"wpsc_customer_meta__s2Tck&PD$x1q\";i:1416578146;s:32:\"wpsc_customer_meta__s5tuLI0JR5D(\";i:1416578146;s:32:\"wpsc_customer_meta__s5ZX^t^)Y8hv\";i:1416578146;s:32:\"wpsc_customer_meta__s5^87^WrsfjD\";i:1416578146;s:32:\"wpsc_customer_meta__s6e9dIN34ZbP\";i:1416578146;s:32:\"wpsc_customer_meta__S7c)qNyb@rod\";i:1416578146;s:32:\"wpsc_customer_meta__S7HNZu0!$rBd\";i:1416578146;s:32:\"wpsc_customer_meta__s9Kh#$bnTsha\";i:1416578146;s:32:\"wpsc_customer_meta__S@@zSvFViN!z\";i:1416578146;s:32:\"wpsc_customer_meta__S@Kyvnjqf2)r\";i:1416578146;s:32:\"wpsc_customer_meta__S@L*KxPvakrK\";i:1416578146;s:32:\"wpsc_customer_meta__SafONOXGYdvB\";i:1416578146;s:32:\"wpsc_customer_meta__sANHLO9ArP%9\";i:1416578146;s:32:\"wpsc_customer_meta__SAUm#3ALi*R8\";i:1416578146;s:32:\"wpsc_customer_meta__sbAepkAI6EPJ\";i:1416578146;s:32:\"wpsc_customer_meta__sbNQxy7fTlk6\";i:1416578146;s:32:\"wpsc_customer_meta__sbY@ZT%)0rGi\";i:1416578146;s:32:\"wpsc_customer_meta__SbYUkSkBFlC!\";i:1416578146;s:32:\"wpsc_customer_meta__SD)VMUiGm34g\";i:1416578146;s:32:\"wpsc_customer_meta__sDgb0d&!^J(r\";i:1416578146;s:32:\"wpsc_customer_meta__SEJOVYCUR!hd\";i:1416578146;s:32:\"wpsc_customer_meta__sFEAmEtRF5sb\";i:1416578146;s:32:\"wpsc_customer_meta__SFqg4&eZoRZR\";i:1416578146;s:32:\"wpsc_customer_meta__sfRj(&bw@PMF\";i:1416578146;s:32:\"wpsc_customer_meta__Sgl77Bfkk41X\";i:1416578146;s:32:\"wpsc_customer_meta__sgOg1&*9wYme\";i:1416578146;s:32:\"wpsc_customer_meta__SgPjS1I55I16\";i:1416578146;s:32:\"wpsc_customer_meta__shSs7$@cl(I%\";i:1416578146;s:32:\"wpsc_customer_meta__SHtMLb2JB#Rp\";i:1416578146;s:32:\"wpsc_customer_meta__SiApLWT4&Hpw\";i:1416578146;s:32:\"wpsc_customer_meta__sIr7Izez00hS\";i:1416578146;s:32:\"wpsc_customer_meta__sju7NHrPXn5W\";i:1416578146;s:32:\"wpsc_customer_meta__Sk&Y#Od9xeha\";i:1416578146;s:32:\"wpsc_customer_meta__Sk7HPTaS9CuU\";i:1416578146;s:32:\"wpsc_customer_meta__SKi@uId5N40F\";i:1416578146;s:32:\"wpsc_customer_meta__sl5&p#fkBi%3\";i:1416578146;s:32:\"wpsc_customer_meta__spLFczcYvPwV\";i:1416578146;s:32:\"wpsc_customer_meta__sPSIdjOnTMBM\";i:1416578146;s:32:\"wpsc_customer_meta__spzHfi4z^M(z\";i:1416578146;s:32:\"wpsc_customer_meta__Sq%0NSPNetjY\";i:1416578146;s:32:\"wpsc_customer_meta__sqagJSzOIumT\";i:1416578146;s:32:\"wpsc_customer_meta__SQCgZWKnO5IQ\";i:1416578146;s:32:\"wpsc_customer_meta__SQEURc3mtBrd\";i:1416578146;s:32:\"wpsc_customer_meta__SqVN99OsGk*1\";i:1416578146;s:32:\"wpsc_customer_meta__sR0fN(3PH3gr\";i:1416578146;s:32:\"wpsc_customer_meta__SRV&!A3Pnaf!\";i:1416578146;s:32:\"wpsc_customer_meta__st!kYeEp(s40\";i:1416578146;s:32:\"wpsc_customer_meta__sT&Ij$sR#PaT\";i:1416578146;s:32:\"wpsc_customer_meta__sTZqj#KRaU0*\";i:1416578146;s:32:\"wpsc_customer_meta__suZ8OSK3ujXj\";i:1416578146;s:32:\"wpsc_customer_meta__Sv4ieU$57Q@3\";i:1416578146;s:32:\"wpsc_customer_meta__SV4K3hJ)Dpk^\";i:1416578146;s:32:\"wpsc_customer_meta__SxbDv9g!$4id\";i:1416578146;s:32:\"wpsc_customer_meta__SXkP0***mZTX\";i:1416578146;s:32:\"wpsc_customer_meta__SXPlQjlz7xXb\";i:1416578146;s:32:\"wpsc_customer_meta__Sy!drrcDJT^p\";i:1416578146;s:32:\"wpsc_customer_meta__Sy2rkKE9aHCW\";i:1416578146;s:32:\"wpsc_customer_meta__SYeEMUqSyH5B\";i:1416578146;s:32:\"wpsc_customer_meta__SynaaEw6jB#c\";i:1416578146;s:32:\"wpsc_customer_meta__sytznWq8tlYl\";i:1416578146;s:32:\"wpsc_customer_meta__SYU*6&v*i&DT\";i:1416578146;s:32:\"wpsc_customer_meta__SZIiJBOItMLz\";i:1416578146;s:32:\"wpsc_customer_meta__szQhkJlzGW9v\";i:1416578146;s:32:\"wpsc_customer_meta__sZuIMO#^Mt8^\";i:1416578146;s:32:\"wpsc_customer_meta__s^))7UUR#Tva\";i:1416578146;s:32:\"wpsc_customer_meta__T$z142dzb8H3\";i:1416578146;s:32:\"wpsc_customer_meta__t%sUSjUs6dfP\";i:1416578146;s:32:\"wpsc_customer_meta__T&069OiZwMKD\";i:1416578146;s:32:\"wpsc_customer_meta__T&Pt5bPAs$97\";i:1416578146;s:32:\"wpsc_customer_meta__t)afvv#zocDl\";i:1416578146;s:32:\"wpsc_customer_meta__t)t7$XP&DBvE\";i:1416578146;s:32:\"wpsc_customer_meta__t*a6E67(F%6j\";i:1416578146;s:32:\"wpsc_customer_meta__T05bH5*vwQ!#\";i:1416578146;s:32:\"wpsc_customer_meta__T1h8z0W%qute\";i:1416578146;s:32:\"wpsc_customer_meta__T1LiKpD6$iQs\";i:1416578146;s:32:\"wpsc_customer_meta__t281QfzZfU(0\";i:1416578146;s:32:\"wpsc_customer_meta__T3q6Y!oz49SR\";i:1416578146;s:32:\"wpsc_customer_meta__T4UsYxy(%sFv\";i:1416578146;s:32:\"wpsc_customer_meta__T51)qlWtRiSY\";i:1416578146;s:32:\"wpsc_customer_meta__t6#Z%8@FFOPH\";i:1416578146;s:32:\"wpsc_customer_meta__T6)XsypL%nNe\";i:1416578146;s:32:\"wpsc_customer_meta__T6W5q@AtA6Xs\";i:1416578146;s:32:\"wpsc_customer_meta__T7VHBc%vFAAy\";i:1416578146;s:32:\"wpsc_customer_meta__t7^iGg2x7Sa(\";i:1416578146;s:32:\"wpsc_customer_meta__t8A)tW7)e3GZ\";i:1416578146;s:32:\"wpsc_customer_meta__tb@(2I2H^j1R\";i:1416578146;s:32:\"wpsc_customer_meta__TBD3V@2*%ml3\";i:1416578146;s:32:\"wpsc_customer_meta__tbIvdKJUOU8^\";i:1416578146;s:32:\"wpsc_customer_meta__TC0J1zV@u^)@\";i:1416578146;s:32:\"wpsc_customer_meta__tdk9r(wWa2Sw\";i:1416578146;s:32:\"wpsc_customer_meta__Te1FZmD89A3y\";i:1416578146;s:32:\"wpsc_customer_meta__TeBB@#lV)#4T\";i:1416578146;s:32:\"wpsc_customer_meta__TedXJF1NLzCy\";i:1416578146;s:32:\"wpsc_customer_meta__tEF&w7IVg@eF\";i:1416578146;s:32:\"wpsc_customer_meta__tEZwvRo5vhIZ\";i:1416578146;s:32:\"wpsc_customer_meta__Tf!bb6b*I$#u\";i:1416578146;s:32:\"wpsc_customer_meta__tFSTic2Jk6mK\";i:1416578146;s:32:\"wpsc_customer_meta__tgeoBHMeGsyR\";i:1416578146;s:32:\"wpsc_customer_meta__TgIyjIfkO3sU\";i:1416578146;s:32:\"wpsc_customer_meta__tGoguQBf5^%j\";i:1416578146;s:32:\"wpsc_customer_meta__tGUrL88PrYsP\";i:1416578146;s:32:\"wpsc_customer_meta__TI4V4%0ND7ot\";i:1416578146;s:32:\"wpsc_customer_meta__tIlf#c5)frij\";i:1416578146;s:32:\"wpsc_customer_meta__tj4HPr^TFE7^\";i:1416578146;s:32:\"wpsc_customer_meta__tjbwiWrtHflE\";i:1416578146;s:32:\"wpsc_customer_meta__TK7dzc8*o4c^\";i:1416578146;s:32:\"wpsc_customer_meta__TKb!7@Du*wS3\";i:1416578146;s:32:\"wpsc_customer_meta__tl39x63i(qIp\";i:1416578146;s:32:\"wpsc_customer_meta__TlCY(!OOuq$M\";i:1416578146;s:32:\"wpsc_customer_meta__TlXfzQih4JAm\";i:1416578146;s:32:\"wpsc_customer_meta__Tm)fh!$ynr$t\";i:1416578146;s:32:\"wpsc_customer_meta__TM0!O3R7k*!!\";i:1416578146;s:32:\"wpsc_customer_meta__TmFK)6**MQ6L\";i:1416578146;s:32:\"wpsc_customer_meta__tNNw*u!45EHa\";i:1416578146;s:32:\"wpsc_customer_meta__TNzZABl5vnnF\";i:1416578146;s:32:\"wpsc_customer_meta__TO$bi2h5ZgLE\";i:1416578146;s:32:\"wpsc_customer_meta__to)#Vb*GLUT5\";i:1416578146;s:32:\"wpsc_customer_meta__TO0V@8D*lMwl\";i:1416578146;s:32:\"wpsc_customer_meta__TovGr2H!gJ$W\";i:1416578146;s:32:\"wpsc_customer_meta__TP76$4)jChU0\";i:1416578146;s:32:\"wpsc_customer_meta__tQ4LF8yOM%IP\";i:1416578146;s:32:\"wpsc_customer_meta__Tqdd^Akm$ZfK\";i:1416578146;s:32:\"wpsc_customer_meta__TqK1G86KpuzA\";i:1416578146;s:32:\"wpsc_customer_meta__TqobouFDj6UU\";i:1416578146;s:32:\"wpsc_customer_meta__TQQLRy4gQ(je\";i:1416578146;s:32:\"wpsc_customer_meta__tqQV1nFmQJ4P\";i:1416578146;s:32:\"wpsc_customer_meta__tr&$1rDSm1df\";i:1416578146;s:32:\"wpsc_customer_meta__tsmP0Y@)UPtA\";i:1416578146;s:32:\"wpsc_customer_meta__tSOy4pz8*fYT\";i:1416578146;s:32:\"wpsc_customer_meta__Tsqi$pWlz01)\";i:1416578146;s:32:\"wpsc_customer_meta__tthmT8!xImuM\";i:1416578146;s:32:\"wpsc_customer_meta__tUCL!c!HEF^7\";i:1416578146;s:32:\"wpsc_customer_meta__Tv2wjTHhY$xF\";i:1416578146;s:32:\"wpsc_customer_meta__tvzadbLZ^R2V\";i:1416578146;s:32:\"wpsc_customer_meta__Tw%SyOLbtA2R\";i:1416578146;s:32:\"wpsc_customer_meta__TW1$Z&8&u)ay\";i:1416578146;s:32:\"wpsc_customer_meta__twEq2GJ59Y5D\";i:1416578146;s:32:\"wpsc_customer_meta__TWF)BJk4giYq\";i:1416578146;s:32:\"wpsc_customer_meta__TwGiSAl$PT@0\";i:1416578146;s:32:\"wpsc_customer_meta__twsxsgPECeZY\";i:1416578146;s:32:\"wpsc_customer_meta__TYR!TYCTHAmV\";i:1416578146;s:32:\"wpsc_customer_meta__T^m)PZzAwhOD\";i:1416578146;s:32:\"wpsc_customer_meta__U#*UteAtXaWq\";i:1416578146;s:32:\"wpsc_customer_meta__U$ABThotY#5q\";i:1416578146;s:32:\"wpsc_customer_meta__u%iHJyM5bBU6\";i:1416578146;s:32:\"wpsc_customer_meta__u%y6PQiZ8LMp\";i:1416578146;s:32:\"wpsc_customer_meta__U&7uQ7Q^I8Dj\";i:1416578146;s:32:\"wpsc_customer_meta__u(R4VSKvuLwj\";i:1416578146;s:32:\"wpsc_customer_meta__U)Tm4x(ndxNA\";i:1416578146;s:32:\"wpsc_customer_meta__u12c!9Ksks*2\";i:1416578146;s:32:\"wpsc_customer_meta__U12FBPKz!3Qp\";i:1416578146;s:32:\"wpsc_customer_meta__u1FzHnvhPAuZ\";i:1416578146;s:32:\"wpsc_customer_meta__U2bJ8hYc*VsU\";i:1416578146;s:32:\"wpsc_customer_meta__u3DSI0suKLNZ\";i:1416578146;s:32:\"wpsc_customer_meta__U4puJd)5M%CO\";i:1416578146;s:32:\"wpsc_customer_meta__U5CxDCekV6ml\";i:1416578146;s:32:\"wpsc_customer_meta__u5gzg5yjCtXD\";i:1416578146;s:32:\"wpsc_customer_meta__u6gRA63RS0n!\";i:1416578146;s:32:\"wpsc_customer_meta__u6Y7C!w^XmmN\";i:1416578146;s:32:\"wpsc_customer_meta__u70QrxyLoxsc\";i:1416578146;s:32:\"wpsc_customer_meta__u7hr61cEY)q*\";i:1416578146;s:32:\"wpsc_customer_meta__u8Tl@@#zI*KS\";i:1416578146;s:32:\"wpsc_customer_meta__u8yN@W68$^qJ\";i:1416578146;s:32:\"wpsc_customer_meta__u9N7c4qWNbu^\";i:1416578146;s:32:\"wpsc_customer_meta__u9ZAieuY!Cs*\";i:1416578146;s:32:\"wpsc_customer_meta__ua5sg7gJEvm0\";i:1416578146;s:32:\"wpsc_customer_meta__ub0ySb1x)QhY\";i:1416578146;s:32:\"wpsc_customer_meta__UbbQDQ4Xn2O8\";i:1416578146;s:32:\"wpsc_customer_meta__uBiyHny%Y9Oh\";i:1416578146;s:32:\"wpsc_customer_meta__udaQ#pVvfpR*\";i:1416578146;s:32:\"wpsc_customer_meta__UDzgJGq&vU2o\";i:1416578146;s:32:\"wpsc_customer_meta__ue(t@@NUQxw3\";i:1416578146;s:32:\"wpsc_customer_meta__UeM5*Ly(D(YB\";i:1416578146;s:32:\"wpsc_customer_meta__uERbRN7zgV0z\";i:1416578146;s:32:\"wpsc_customer_meta__uFL6WIF3Gf(L\";i:1416578146;s:32:\"wpsc_customer_meta__UGB3MaF3@Rvc\";i:1416578146;s:32:\"wpsc_customer_meta__UGMmZKSzc$lZ\";i:1416578146;s:32:\"wpsc_customer_meta__ugo1PMH8E(tX\";i:1416578146;s:32:\"wpsc_customer_meta__UGPQ#4W&6KkE\";i:1416578146;s:32:\"wpsc_customer_meta__Uhd7@937K9^k\";i:1416578146;s:32:\"wpsc_customer_meta__Ui*5xaS!!!QV\";i:1416578146;s:32:\"wpsc_customer_meta__UjF#Qw%*#N)g\";i:1416578146;s:32:\"wpsc_customer_meta__ujZGwf*OrCSB\";i:1416578146;s:32:\"wpsc_customer_meta__ukb6yEGGIVQn\";i:1416578146;s:32:\"wpsc_customer_meta__uKBpEZO^eisS\";i:1416578146;s:32:\"wpsc_customer_meta__UKj)Ty4%GBo)\";i:1416578146;s:32:\"wpsc_customer_meta__ukL$wT0Z1qkn\";i:1416578146;s:32:\"wpsc_customer_meta__uKNa9yStL0R3\";i:1416578146;s:32:\"wpsc_customer_meta__ULi$4FY&!vLa\";i:1416578146;s:32:\"wpsc_customer_meta__uLIv9Jv0Y9G6\";i:1416578146;s:32:\"wpsc_customer_meta__uLlGg)Mthcd@\";i:1416578146;s:32:\"wpsc_customer_meta__uLthTy9BxChA\";i:1416578146;s:32:\"wpsc_customer_meta__UlW^wLqPJu2c\";i:1416578146;s:32:\"wpsc_customer_meta__umelfJnK9(d2\";i:1416578146;s:32:\"wpsc_customer_meta__UMI&KT8)Betj\";i:1416578146;s:32:\"wpsc_customer_meta__UoJqMSeUsOua\";i:1416578146;s:32:\"wpsc_customer_meta__UooUc3fz2NO)\";i:1416578146;s:32:\"wpsc_customer_meta__uPncp8O5K^GC\";i:1416578146;s:32:\"wpsc_customer_meta__UPSsfkcketA^\";i:1416578146;s:32:\"wpsc_customer_meta__UPVGC%KBgIRm\";i:1416578146;s:32:\"wpsc_customer_meta__UQ#HcfOOKrM9\";i:1416578146;s:32:\"wpsc_customer_meta__UqnQY$9I2(ge\";i:1416578146;s:32:\"wpsc_customer_meta__URq)K(oMV$xL\";i:1416578146;s:32:\"wpsc_customer_meta__UsATKl)&4XXo\";i:1416578146;s:32:\"wpsc_customer_meta__USczmnv!e6fD\";i:1416578146;s:32:\"wpsc_customer_meta__ut#gnjgeE8D8\";i:1416578146;s:32:\"wpsc_customer_meta__ut1O)SWtQnes\";i:1416578146;s:32:\"wpsc_customer_meta__UT6IXXlI7&7D\";i:1416578146;s:32:\"wpsc_customer_meta__UtE)Q2w@zJ1b\";i:1416578146;s:32:\"wpsc_customer_meta__uTM^ZTD%u)y&\";i:1416578146;s:32:\"wpsc_customer_meta__UTzq@z4PHg8A\";i:1416578146;s:32:\"wpsc_customer_meta__uU@WYZXKL*2M\";i:1416578146;s:32:\"wpsc_customer_meta__UUPB4o5I@TN2\";i:1416578146;s:32:\"wpsc_customer_meta__UUrahSK4x7IN\";i:1416578146;s:32:\"wpsc_customer_meta__Uv6wir!^*oLy\";i:1416578146;s:32:\"wpsc_customer_meta__Ux0yZJa)#O23\";i:1416578146;s:32:\"wpsc_customer_meta__Uxfl857jxi@J\";i:1416578146;s:32:\"wpsc_customer_meta__uxnb2a(lMI*^\";i:1416578146;s:32:\"wpsc_customer_meta__uy(9V$WQ4xQ&\";i:1416578146;s:32:\"wpsc_customer_meta__UZ5kjh1xI)zt\";i:1416578146;s:32:\"wpsc_customer_meta__UZjN#f$aeqUH\";i:1416578146;s:32:\"wpsc_customer_meta__U^^dgKTX$fYc\";i:1416578146;s:32:\"wpsc_customer_meta__v#5^gAomMk9l\";i:1416578146;s:32:\"wpsc_customer_meta__V$LC4&XOEK#(\";i:1416578146;s:32:\"wpsc_customer_meta__V$yOm%Z#Efg&\";i:1416578146;s:32:\"wpsc_customer_meta__v&g&2U%CRj2p\";i:1416578146;s:32:\"wpsc_customer_meta__v&idr%t8FDWy\";i:1416578146;s:32:\"wpsc_customer_meta__V)ojCLcEL(Op\";i:1416578146;s:32:\"wpsc_customer_meta__V0*)5nh@7i*7\";i:1416578146;s:32:\"wpsc_customer_meta__V07&wAt6P&Sg\";i:1416578146;s:32:\"wpsc_customer_meta__V0l6yh3)jNTY\";i:1416578146;s:32:\"wpsc_customer_meta__v1(WUq(FBb5B\";i:1416578146;s:32:\"wpsc_customer_meta__V2Q(^BenBY@t\";i:1416578146;s:32:\"wpsc_customer_meta__V54LBg@Ot4(C\";i:1416578146;s:32:\"wpsc_customer_meta__V5w!PvC66*(H\";i:1416578146;s:32:\"wpsc_customer_meta__v6PW(2MQN#No\";i:1416578146;s:32:\"wpsc_customer_meta__V6teY9VWbfCW\";i:1416578146;s:32:\"wpsc_customer_meta__v7&cc)rk2ws3\";i:1416578146;s:32:\"wpsc_customer_meta__V81EinU1oWvX\";i:1416578146;s:32:\"wpsc_customer_meta__v8DTMGlKo3Zk\";i:1416578146;s:32:\"wpsc_customer_meta__v@5Gnx#ovOLg\";i:1416578146;s:32:\"wpsc_customer_meta__VA6S5Ev7D$zH\";i:1416578146;s:32:\"wpsc_customer_meta__VCC*98Ac0J7e\";i:1416578146;s:32:\"wpsc_customer_meta__VcF^^mxSenFV\";i:1416578146;s:32:\"wpsc_customer_meta__VE2uTx*WTVkr\";i:1416578146;s:32:\"wpsc_customer_meta__VfeEFm8gDBP^\";i:1416578146;s:32:\"wpsc_customer_meta__VfwrnHa1X9B7\";i:1416578146;s:32:\"wpsc_customer_meta__vfzTUw%136n0\";i:1416578146;s:32:\"wpsc_customer_meta__VgdoAg0VQoyT\";i:1416578146;s:32:\"wpsc_customer_meta__Vi1gI2Y7qyHx\";i:1416578146;s:32:\"wpsc_customer_meta__VI6CIs0eu3w*\";i:1416578146;s:32:\"wpsc_customer_meta__vj9ST4t7D&1q\";i:1416578146;s:32:\"wpsc_customer_meta__VJQJGNh6I2)n\";i:1416578146;s:32:\"wpsc_customer_meta__vju0FnCNzDEo\";i:1416578146;s:32:\"wpsc_customer_meta__vKhYsxi)Wb$N\";i:1416578146;s:32:\"wpsc_customer_meta__vkS6QxE1RyFk\";i:1416578146;s:32:\"wpsc_customer_meta__vLn(l%ZkwwYv\";i:1416578146;s:32:\"wpsc_customer_meta__vNiSyH@dcGVY\";i:1416578146;s:32:\"wpsc_customer_meta__Vntb1sqABkOj\";i:1416578146;s:32:\"wpsc_customer_meta__vNytMKu8fkC%\";i:1416578146;s:32:\"wpsc_customer_meta__vO@Z@$uUYh6f\";i:1416578146;s:32:\"wpsc_customer_meta__VOSogu)%RhO3\";i:1416578146;s:32:\"wpsc_customer_meta__vP)opz$&yDFt\";i:1416578146;s:32:\"wpsc_customer_meta__vp8o3x(gfxME\";i:1416578146;s:32:\"wpsc_customer_meta__VPiHFTrtARKw\";i:1416578146;s:32:\"wpsc_customer_meta__VPp6qFtl#7pu\";i:1416578146;s:32:\"wpsc_customer_meta__VQmMWXRd8CE6\";i:1416578146;s:32:\"wpsc_customer_meta__vQnJnORC#4y1\";i:1416578146;s:32:\"wpsc_customer_meta__VR(@oe)kDE$5\";i:1416578146;s:32:\"wpsc_customer_meta__vrA8VxooKFtT\";i:1416578146;s:32:\"wpsc_customer_meta__vrbea8^0iI&!\";i:1416578146;s:32:\"wpsc_customer_meta__VRJQ9Wsd(LVb\";i:1416578146;s:32:\"wpsc_customer_meta__VSS*&g!&YQTM\";i:1416578146;s:32:\"wpsc_customer_meta__Vu@uZmvAEH(t\";i:1416578146;s:32:\"wpsc_customer_meta__vugCxAJqmb4o\";i:1416578146;s:32:\"wpsc_customer_meta__VugTnbuVGr7q\";i:1416578146;s:32:\"wpsc_customer_meta__VUUWuDgw#7Hu\";i:1416578146;s:32:\"wpsc_customer_meta__VVfb&volXjpE\";i:1416578146;s:32:\"wpsc_customer_meta__vVo*1UOGI1pB\";i:1416578146;s:32:\"wpsc_customer_meta__vVO8Y9swlfI0\";i:1416578146;s:32:\"wpsc_customer_meta__VVwsBIneL8T*\";i:1416578146;s:32:\"wpsc_customer_meta__VWcU9yaHut5!\";i:1416578146;s:32:\"wpsc_customer_meta__VWjmcIIAH*E4\";i:1416578146;s:32:\"wpsc_customer_meta__vXggXmTs9hdX\";i:1416578146;s:32:\"wpsc_customer_meta__vXgLoBUO0AfN\";i:1416578146;s:32:\"wpsc_customer_meta__vxnf(enLp!4d\";i:1416578146;s:32:\"wpsc_customer_meta__VZbAoF6E6Qh)\";i:1416578146;s:32:\"wpsc_customer_meta__vZHvO*rK7EV4\";i:1416578146;s:32:\"wpsc_customer_meta__VZiFwhLVQzZE\";i:1416578146;s:32:\"wpsc_customer_meta__W!odhO14bGXU\";i:1416578146;s:32:\"wpsc_customer_meta__W#3cl1jPHQzT\";i:1416578146;s:32:\"wpsc_customer_meta__W#VRiinru0*I\";i:1416578146;s:32:\"wpsc_customer_meta__w$baf0JP&I5F\";i:1416578146;s:32:\"wpsc_customer_meta__W$i2%(V%OQAk\";i:1416578146;s:32:\"wpsc_customer_meta__w$PnkBqihJFD\";i:1416578146;s:32:\"wpsc_customer_meta__W&ZXT%4@ELKw\";i:1416578146;s:32:\"wpsc_customer_meta__W)Y2#JQ&H#z7\";i:1416578146;s:32:\"wpsc_customer_meta__W*IV2^LAN2vt\";i:1416578146;s:32:\"wpsc_customer_meta__w*J)yt^$%Dah\";i:1416578146;s:32:\"wpsc_customer_meta__W0Fg#MZwgZBI\";i:1416578146;s:32:\"wpsc_customer_meta__W1!uO1velNZ%\";i:1416578146;s:32:\"wpsc_customer_meta__W3IsK!P274Lz\";i:1416578146;s:32:\"wpsc_customer_meta__W3Om&Wf0OkaC\";i:1416578146;s:32:\"wpsc_customer_meta__W62Y*!v^glFA\";i:1416578146;s:32:\"wpsc_customer_meta__W8fTj7)v)M2G\";i:1416578146;s:32:\"wpsc_customer_meta__w8g2VlYwWa2N\";i:1416578146;s:32:\"wpsc_customer_meta__wailJywowtbI\";i:1416578146;s:32:\"wpsc_customer_meta__wb&wai#%jSYR\";i:1416578146;s:32:\"wpsc_customer_meta__wb*lF)w1c607\";i:1416578146;s:32:\"wpsc_customer_meta__WB9SxLVLsNke\";i:1416578146;s:32:\"wpsc_customer_meta__wb@QgJV8ntvr\";i:1416578146;s:32:\"wpsc_customer_meta__wCqc8l*!NVpA\";i:1416578146;s:32:\"wpsc_customer_meta__Wd0ICypHYqB5\";i:1416578146;s:32:\"wpsc_customer_meta__wd^f81hb(T37\";i:1416578146;s:32:\"wpsc_customer_meta__wEFjz!eYHeWF\";i:1416578146;s:32:\"wpsc_customer_meta__WeVoM1MvwZye\";i:1416578146;s:32:\"wpsc_customer_meta__wFK1zYkTcs9p\";i:1416578146;s:32:\"wpsc_customer_meta__wFng*WZ6u#fs\";i:1416578146;s:32:\"wpsc_customer_meta__wFOQ1MSPTn*C\";i:1416578146;s:32:\"wpsc_customer_meta__WfT@^StxLjlB\";i:1416578146;s:32:\"wpsc_customer_meta__WGUncNQHW2I@\";i:1416578146;s:32:\"wpsc_customer_meta__WH6c87SNe4p&\";i:1416578146;s:32:\"wpsc_customer_meta__wHg@lJ9l6*Rq\";i:1416578146;s:32:\"wpsc_customer_meta__wHMyU9mTCnxu\";i:1416578146;s:32:\"wpsc_customer_meta__WIQ(1uEbtKpo\";i:1416578146;s:32:\"wpsc_customer_meta__WiYThEOCO30#\";i:1416578146;s:32:\"wpsc_customer_meta__wk5EqG2rUw0^\";i:1416578146;s:32:\"wpsc_customer_meta__Wk@yGm#El$vD\";i:1416578146;s:32:\"wpsc_customer_meta__wKhjkcseyxr$\";i:1416578146;s:32:\"wpsc_customer_meta__wKI^uHrA6kU*\";i:1416578146;s:32:\"wpsc_customer_meta__wk^rNAw)J3$k\";i:1416578146;s:32:\"wpsc_customer_meta__wL5mFoDREcF$\";i:1416578146;s:32:\"wpsc_customer_meta__wMceb&NFleIu\";i:1416578146;s:32:\"wpsc_customer_meta__WMXmk)RoTu$W\";i:1416578146;s:32:\"wpsc_customer_meta__WMxXtfo3@!Xm\";i:1416578146;s:32:\"wpsc_customer_meta__WNrd6cKE&z%S\";i:1416578146;s:32:\"wpsc_customer_meta__wO3crA64w^hs\";i:1416578146;s:32:\"wpsc_customer_meta__woBzHK&E)hGA\";i:1416578146;s:32:\"wpsc_customer_meta__Wp(C$qbLFjXh\";i:1416578146;s:32:\"wpsc_customer_meta__WQ#hDfG9Qtlg\";i:1416578146;s:32:\"wpsc_customer_meta__wQ6ZT&7YIpBb\";i:1416578146;s:32:\"wpsc_customer_meta__wQaV(dfB5ZOw\";i:1416578146;s:32:\"wpsc_customer_meta__wQda!mYG726u\";i:1416578146;s:32:\"wpsc_customer_meta__WqrcLB@)IyTe\";i:1416578146;s:32:\"wpsc_customer_meta__WR2!^AaT5)@s\";i:1416578146;s:32:\"wpsc_customer_meta__wrD)*Lpe@&&6\";i:1416578146;s:32:\"wpsc_customer_meta__wt88UaCCgAiX\";i:1416578146;s:32:\"wpsc_customer_meta__wtCC^pVsfI*3\";i:1416578146;s:32:\"wpsc_customer_meta__wTwT(h$jVZE*\";i:1416578146;s:32:\"wpsc_customer_meta__WugS2ZyS6)iD\";i:1416578146;s:32:\"wpsc_customer_meta__wuIl38JOd8qV\";i:1416578146;s:32:\"wpsc_customer_meta__wv4Yhhm9EobY\";i:1416578146;s:32:\"wpsc_customer_meta__WvMg^Fqs*gKU\";i:1416578146;s:32:\"wpsc_customer_meta__Ww%tVYk0(8bX\";i:1416578146;s:32:\"wpsc_customer_meta__ww0^$MKxN!4C\";i:1416578146;s:32:\"wpsc_customer_meta__wX@XColnKC1*\";i:1416578146;s:32:\"wpsc_customer_meta__WXu0Eiw^hyNY\";i:1416578146;s:32:\"wpsc_customer_meta__wXyJv%$oej8W\";i:1416578146;s:32:\"wpsc_customer_meta__wY0FgZc1F)0M\";i:1416578146;s:32:\"wpsc_customer_meta__WZkMhK%goWeL\";i:1416578146;s:32:\"wpsc_customer_meta__WZqwZPJAUcc!\";i:1416578146;s:32:\"wpsc_customer_meta__WzzAf!)tifCv\";i:1416578146;s:32:\"wpsc_customer_meta__x!bpALZqVNS(\";i:1416578146;s:32:\"wpsc_customer_meta__X!F$@S3DJmIk\";i:1416578146;s:32:\"wpsc_customer_meta__X$Vi7ffA0RO^\";i:1416578146;s:32:\"wpsc_customer_meta__x(@X!vnuU4D)\";i:1416578146;s:32:\"wpsc_customer_meta__X(ePqw)H3sxQ\";i:1416578146;s:32:\"wpsc_customer_meta__x(STM8A4YMv#\";i:1416578146;s:32:\"wpsc_customer_meta__X0IkIr#JlJ2u\";i:1416578146;s:32:\"wpsc_customer_meta__X17Rg8)(yf4*\";i:1416578146;s:32:\"wpsc_customer_meta__X1oWhD#rmFHd\";i:1416578146;s:32:\"wpsc_customer_meta__x2SGI9nL*6Sf\";i:1416578146;s:32:\"wpsc_customer_meta__x3%i!^dgUVV2\";i:1416578146;s:32:\"wpsc_customer_meta__x3b(GpOwQTW0\";i:1416578146;s:32:\"wpsc_customer_meta__x3LFelzV(z^I\";i:1416578146;s:32:\"wpsc_customer_meta__x6EyTe4sgapg\";i:1416578146;s:32:\"wpsc_customer_meta__X7gGjb!A9Dz&\";i:1416578146;s:32:\"wpsc_customer_meta__X8dntTOmBdoY\";i:1416578146;s:32:\"wpsc_customer_meta__x95cb8NDhL(M\";i:1416578146;s:32:\"wpsc_customer_meta__x9GD)^aaEJJ%\";i:1416578146;s:32:\"wpsc_customer_meta__x9y)aP^CVVVX\";i:1416578146;s:32:\"wpsc_customer_meta__X@HjK(WUbZ!G\";i:1416578146;s:32:\"wpsc_customer_meta__Xaa4D7(n)lpf\";i:1416578146;s:32:\"wpsc_customer_meta__XbmifO#QX4(q\";i:1416578146;s:32:\"wpsc_customer_meta__xBuGzpHxokFc\";i:1416578146;s:32:\"wpsc_customer_meta__XD#v@IC$BP3$\";i:1416578146;s:32:\"wpsc_customer_meta__xD*c*(1RnBgj\";i:1416578146;s:32:\"wpsc_customer_meta__Xe)@2jDZHcEh\";i:1416578146;s:32:\"wpsc_customer_meta__xeRb6eIdqA4n\";i:1416578146;s:32:\"wpsc_customer_meta__XEte4$eB)gF9\";i:1416578146;s:32:\"wpsc_customer_meta__XfH5s6sWY!ZI\";i:1416578146;s:32:\"wpsc_customer_meta__XfIIPP)eGB0q\";i:1416578146;s:32:\"wpsc_customer_meta__XfxW8skm8s)S\";i:1416578146;s:32:\"wpsc_customer_meta__Xf^&LkEvB2h0\";i:1416578146;s:32:\"wpsc_customer_meta__xG!1bSj2om@2\";i:1416578146;s:32:\"wpsc_customer_meta__xHxsAk&)H52z\";i:1416578146;s:32:\"wpsc_customer_meta__XI&$QIbUDUBp\";i:1416578146;s:32:\"wpsc_customer_meta__xIDOJ43@q)aF\";i:1416578146;s:32:\"wpsc_customer_meta__XJ#V0ds4mNw7\";i:1416578146;s:32:\"wpsc_customer_meta__XJV!Jye7eI!6\";i:1416578146;s:32:\"wpsc_customer_meta__xk9dl0lphKe0\";i:1416578146;s:32:\"wpsc_customer_meta__xKEW@v^rOFUk\";i:1416578146;s:32:\"wpsc_customer_meta__XL6$s&Llo@rl\";i:1416578146;s:32:\"wpsc_customer_meta__xL@B(xUABx$p\";i:1416578146;s:32:\"wpsc_customer_meta__XlBX9z06e#q^\";i:1416578146;s:32:\"wpsc_customer_meta__XLv*We9zjo8p\";i:1416578146;s:32:\"wpsc_customer_meta__XM%Fw*BrAxMi\";i:1416578146;s:32:\"wpsc_customer_meta__xmboOfopJKFr\";i:1416578146;s:32:\"wpsc_customer_meta__Xo4AM1v6cWQX\";i:1416578146;s:32:\"wpsc_customer_meta__xo7G(rXB#Sle\";i:1416578146;s:32:\"wpsc_customer_meta__XofwIbBAQ!ja\";i:1416578146;s:32:\"wpsc_customer_meta__xpARgVaCSlmw\";i:1416578146;s:32:\"wpsc_customer_meta__XPqn(qyfV3BZ\";i:1416578146;s:32:\"wpsc_customer_meta__xQeho&O%5W$u\";i:1416578146;s:32:\"wpsc_customer_meta__XqK#IVhfPE0C\";i:1416578146;s:32:\"wpsc_customer_meta__xR@7onbCw)GI\";i:1416578146;s:32:\"wpsc_customer_meta__XRi*DMW9WK4O\";i:1416578146;s:32:\"wpsc_customer_meta__XS8QeltkmTqk\";i:1416578146;s:32:\"wpsc_customer_meta__XSDYVeRPO55f\";i:1416578146;s:32:\"wpsc_customer_meta__xsFXy5&O&Wbb\";i:1416578146;s:32:\"wpsc_customer_meta__xSk3knzjsdy@\";i:1416578146;s:32:\"wpsc_customer_meta__XTq3dgig*v8#\";i:1416578146;s:32:\"wpsc_customer_meta__XvsR!3FCWd((\";i:1416578146;s:32:\"wpsc_customer_meta__XwLMTvxT&GD*\";i:1416578146;s:32:\"wpsc_customer_meta__xWlZi6HiK3OG\";i:1416578146;s:32:\"wpsc_customer_meta__XwmyMTxTo5AO\";i:1416578146;s:32:\"wpsc_customer_meta__xWsz48h&q*Xe\";i:1416578146;s:32:\"wpsc_customer_meta__XXFaGKm7bTV$\";i:1416578146;s:32:\"wpsc_customer_meta__XxnztDJDTG1s\";i:1416578146;s:32:\"wpsc_customer_meta__xxshp1Wk^Atc\";i:1416578146;s:32:\"wpsc_customer_meta__Xy$@l64rEJPd\";i:1416578146;s:32:\"wpsc_customer_meta__XYGyc6fmy)wg\";i:1416578146;s:32:\"wpsc_customer_meta__xyJBHvF4uYCe\";i:1416578146;s:32:\"wpsc_customer_meta__XzAqAqSSB$Tw\";i:1416578146;s:32:\"wpsc_customer_meta__XZoU8*b)I4*Q\";i:1416578146;s:32:\"wpsc_customer_meta__y!%u^1WJ0@)8\";i:1416578146;s:32:\"wpsc_customer_meta__Y!JwzWDQ634F\";i:1416578146;s:32:\"wpsc_customer_meta__y#ct7XHU38*v\";i:1416578146;s:32:\"wpsc_customer_meta__Y%iT!jmhkfoT\";i:1416578146;s:32:\"wpsc_customer_meta__y%UkVIw*A8wx\";i:1416578146;s:32:\"wpsc_customer_meta__y&LenIj(ykBJ\";i:1416578146;s:32:\"wpsc_customer_meta__y&Qj5q*FJT*P\";i:1416578146;s:32:\"wpsc_customer_meta__y(i5UDHBokaj\";i:1416578146;s:32:\"wpsc_customer_meta__y)ePenkFDeY2\";i:1416578146;s:32:\"wpsc_customer_meta__Y)K!qGBUpTW1\";i:1416578146;s:32:\"wpsc_customer_meta__Y*Mcp7jSEjX(\";i:1416578146;s:32:\"wpsc_customer_meta__y0Cc0DZ*HKmw\";i:1416578146;s:32:\"wpsc_customer_meta__Y1#v)cUi#thl\";i:1416578146;s:32:\"wpsc_customer_meta__y20s$1gquo@*\";i:1416578146;s:32:\"wpsc_customer_meta__y2Bb%nS%JgW#\";i:1416578146;s:32:\"wpsc_customer_meta__y2nOp$fl)XWj\";i:1416578146;s:32:\"wpsc_customer_meta__Y4hFHaWgHWxp\";i:1416578146;s:32:\"wpsc_customer_meta__y56l*wzN^i^E\";i:1416578146;s:32:\"wpsc_customer_meta__Y5O(^6TF7a1r\";i:1416578146;s:32:\"wpsc_customer_meta__Y6emJIgBV@i)\";i:1416578146;s:32:\"wpsc_customer_meta__y7))Z^gA)nA$\";i:1416578146;s:32:\"wpsc_customer_meta__Y7Gjb(Tx!8W7\";i:1416578146;s:32:\"wpsc_customer_meta__y7wsCG0mhMQA\";i:1416578146;s:32:\"wpsc_customer_meta__y8%!DxTS)gwX\";i:1416578146;s:32:\"wpsc_customer_meta__y8bfLMx8)7Cn\";i:1416578146;s:32:\"wpsc_customer_meta__y8z2L7dWC41r\";i:1416578146;s:32:\"wpsc_customer_meta__YB44*%GcYSRv\";i:1416578146;s:32:\"wpsc_customer_meta__Yc3ThO44aolI\";i:1416578146;s:32:\"wpsc_customer_meta__yc9myBPYSNS1\";i:1416578146;s:32:\"wpsc_customer_meta__Yc@$))P!Y)S7\";i:1416578146;s:32:\"wpsc_customer_meta__ycZC9C914g@E\";i:1416578146;s:32:\"wpsc_customer_meta__yE14TpcaTw@!\";i:1416578146;s:32:\"wpsc_customer_meta__YE4I3dZytD!i\";i:1416578146;s:32:\"wpsc_customer_meta__YEd6RLi(u5IH\";i:1416578146;s:32:\"wpsc_customer_meta__YG80mTxj#uJp\";i:1416578146;s:32:\"wpsc_customer_meta__yGlwmKfZhzHW\";i:1416578146;s:32:\"wpsc_customer_meta__yhA0*Z1t@(An\";i:1416578146;s:32:\"wpsc_customer_meta__yik9Y3H6xaL1\";i:1416578146;s:32:\"wpsc_customer_meta__YIKYsJRWZt8#\";i:1416578146;s:32:\"wpsc_customer_meta__Yio$b)X4H9^G\";i:1416578146;s:32:\"wpsc_customer_meta__YIONs0ZtSbj(\";i:1416578146;s:32:\"wpsc_customer_meta__yJuEAUr8f513\";i:1416578146;s:32:\"wpsc_customer_meta__yK5nF@K9y3gC\";i:1416578146;s:32:\"wpsc_customer_meta__YkPjfPGUKuBL\";i:1416578146;s:32:\"wpsc_customer_meta__YMxavLY$pjlM\";i:1416578146;s:32:\"wpsc_customer_meta__yNk6Qp88i3o3\";i:1416578146;s:32:\"wpsc_customer_meta__yNotQ&$g6k5S\";i:1416578146;s:32:\"wpsc_customer_meta__yOklwO&1!rbm\";i:1416578146;s:32:\"wpsc_customer_meta__YP4!zxprTLy1\";i:1416578146;s:32:\"wpsc_customer_meta__YQ$FSUD3K^TA\";i:1416578146;s:32:\"wpsc_customer_meta__yr#0FseaxKsw\";i:1416578146;s:32:\"wpsc_customer_meta__YRIoGi*MbBct\";i:1416578146;s:32:\"wpsc_customer_meta__yS!FH3!Qtquc\";i:1416578146;s:32:\"wpsc_customer_meta__ySEvZ8^goAtX\";i:1416578146;s:32:\"wpsc_customer_meta__ySpmybbZQZmc\";i:1416578146;s:32:\"wpsc_customer_meta__ysT7vYUc)NF4\";i:1416578146;s:32:\"wpsc_customer_meta__yteeSj&KdSap\";i:1416578146;s:32:\"wpsc_customer_meta__yUh$sttA)lg2\";i:1416578146;s:32:\"wpsc_customer_meta__yuNXz%26is(b\";i:1416578146;s:32:\"wpsc_customer_meta__yv08i7!x$42n\";i:1416578146;s:32:\"wpsc_customer_meta__Yv^QuRR0*iUt\";i:1416578146;s:32:\"wpsc_customer_meta__yw!!38&r@QBf\";i:1416578146;s:32:\"wpsc_customer_meta__yW!vbm2$6q2J\";i:1416578146;s:32:\"wpsc_customer_meta__yWB*5DWp!iON\";i:1416578146;s:32:\"wpsc_customer_meta__yWKabEbzMWFI\";i:1416578146;s:32:\"wpsc_customer_meta__yWO)y#naAAV#\";i:1416578146;s:32:\"wpsc_customer_meta__yWoRjkGcsK1U\";i:1416578146;s:32:\"wpsc_customer_meta__YxH5O5q1kqBs\";i:1416578146;s:32:\"wpsc_customer_meta__YxlJKgOdY^bC\";i:1416578146;s:32:\"wpsc_customer_meta__Yy(DAyca3Bf0\";i:1416578146;s:32:\"wpsc_customer_meta__yz^Q%@!cwX%&\";i:1416578146;s:32:\"wpsc_customer_meta__z!0nUlb6pSd@\";i:1416578146;s:32:\"wpsc_customer_meta__Z#n9*DhX8#7&\";i:1416578146;s:32:\"wpsc_customer_meta__z%dfZTj&XYT^\";i:1416578146;s:32:\"wpsc_customer_meta__Z(KEFn*(9^JA\";i:1416578146;s:32:\"wpsc_customer_meta__Z*iJ0iNS7eWO\";i:1416578146;s:32:\"wpsc_customer_meta__z2czJvCnCiJ@\";i:1416578146;s:32:\"wpsc_customer_meta__z2FzX03fD8u^\";i:1416578146;s:32:\"wpsc_customer_meta__Z3%N*)AEE)@j\";i:1416578146;s:32:\"wpsc_customer_meta__Z3mH#OrD4j4w\";i:1416578146;s:32:\"wpsc_customer_meta__Z5rfMT&VNqkI\";i:1416578146;s:32:\"wpsc_customer_meta__z5^$NSXMQ2av\";i:1416578146;s:32:\"wpsc_customer_meta__zADh&bVWt2o%\";i:1416578146;s:32:\"wpsc_customer_meta__zAqvpEyF2%@v\";i:1416578146;s:32:\"wpsc_customer_meta__ZBE^M4j4pcRu\";i:1416578146;s:32:\"wpsc_customer_meta__zBGeebJXgT^8\";i:1416578146;s:32:\"wpsc_customer_meta__zd!kqmZGD2PO\";i:1416578146;s:32:\"wpsc_customer_meta__zd5mZf0W@po4\";i:1416578146;s:32:\"wpsc_customer_meta__zdqHWtS%DV77\";i:1416578146;s:32:\"wpsc_customer_meta__ze*sOT@jrzxJ\";i:1416578146;s:32:\"wpsc_customer_meta__ZECL2HgAoZaK\";i:1416578146;s:32:\"wpsc_customer_meta__ZemQFfFLD8Qc\";i:1416578146;s:32:\"wpsc_customer_meta__ZgEc*8DaQS(B\";i:1416578146;s:32:\"wpsc_customer_meta__zGo%GWip*NU5\";i:1416578146;s:32:\"wpsc_customer_meta__zhwU!4iqlNFR\";i:1416578146;s:32:\"wpsc_customer_meta__zj1@*kZiqSrK\";i:1416578146;s:32:\"wpsc_customer_meta__ZJHaz(1KtsO^\";i:1416578146;s:32:\"wpsc_customer_meta__zjS&D9e#NBi$\";i:1416578146;s:32:\"wpsc_customer_meta__zL#I5FhDF2Mx\";i:1416578146;s:32:\"wpsc_customer_meta__zLct*YDiYqzV\";i:1416578146;s:32:\"wpsc_customer_meta__zLoKX^LrJdzY\";i:1416578146;s:32:\"wpsc_customer_meta__zlYEt#lsPwQ^\";i:1416578146;s:32:\"wpsc_customer_meta__ZlyjqWByQmA(\";i:1416578146;s:32:\"wpsc_customer_meta__ZmV0BK3tn*rd\";i:1416578146;s:32:\"wpsc_customer_meta__zOo)T91i3vkB\";i:1416578146;s:32:\"wpsc_customer_meta__ZQ)ZXG)Eya$e\";i:1416578146;s:32:\"wpsc_customer_meta__ZSmoH&U6jJ!J\";i:1416578146;s:32:\"wpsc_customer_meta__zTfK1&)7YxQt\";i:1416578146;s:32:\"wpsc_customer_meta__zTPT0QsR$xSg\";i:1416578146;s:32:\"wpsc_customer_meta__ZTpWtQ1NcPZ9\";i:1416578146;s:32:\"wpsc_customer_meta__ZVDYPjMWfNxo\";i:1416578146;s:32:\"wpsc_customer_meta__zvWLtAgbrjfL\";i:1416578146;s:32:\"wpsc_customer_meta__ZWIVeNLFuvE#\";i:1416578146;s:32:\"wpsc_customer_meta__zWKW8CW@bS1l\";i:1416578146;s:32:\"wpsc_customer_meta__ZWzQjv9)7XMQ\";i:1416578146;s:32:\"wpsc_customer_meta__zX%!S@kt&j9H\";i:1416578146;s:32:\"wpsc_customer_meta__ZX9Ew)*WFHfC\";i:1416578146;s:32:\"wpsc_customer_meta__zxlDA)UylP13\";i:1416578146;s:32:\"wpsc_customer_meta__ZxqdEtrqDeig\";i:1416578146;s:32:\"wpsc_customer_meta__ZXu^@YMKsDRT\";i:1416578146;s:32:\"wpsc_customer_meta__zy(yl%YaE8k$\";i:1416578146;s:32:\"wpsc_customer_meta__ZyGL^!#P!DvT\";i:1416578146;s:32:\"wpsc_customer_meta__Zyum)N8)85M8\";i:1416578146;s:32:\"wpsc_customer_meta__ZzL$!xfhmJBW\";i:1416578146;s:32:\"wpsc_customer_meta__zzOecMcTsx9^\";i:1416578146;s:32:\"wpsc_customer_meta__Z^6mw8pyrLII\";i:1416578146;s:32:\"wpsc_customer_meta__^!lopc1LgPZz\";i:1416578146;s:32:\"wpsc_customer_meta__^))1GD)7pl)V\";i:1416578146;s:32:\"wpsc_customer_meta__^0Z)QUr#wGM&\";i:1416578146;s:32:\"wpsc_customer_meta__^3#%tiVNiDWH\";i:1416578146;s:32:\"wpsc_customer_meta__^ActH(fgZ!7M\";i:1416578146;s:32:\"wpsc_customer_meta__^B32!97O9taT\";i:1416578146;s:32:\"wpsc_customer_meta__^CIoL1^gz1OU\";i:1416578146;s:32:\"wpsc_customer_meta__^e4f54AHr1%M\";i:1416578146;s:32:\"wpsc_customer_meta__^EX9h%vuJaCw\";i:1416578146;s:32:\"wpsc_customer_meta__^f!C(TO#e&t@\";i:1416578146;s:32:\"wpsc_customer_meta__^Fd44g2XQ79h\";i:1416578146;s:32:\"wpsc_customer_meta__^GozpF@F&rUl\";i:1416578146;s:32:\"wpsc_customer_meta__^jM6!Ob4nT^w\";i:1416578146;s:32:\"wpsc_customer_meta__^K3y9ztp*bag\";i:1416578146;s:32:\"wpsc_customer_meta__^Kb%WHHmi#RH\";i:1416578146;s:32:\"wpsc_customer_meta__^lOlgSY6$zhl\";i:1416578146;s:32:\"wpsc_customer_meta__^m2RRc)QcreG\";i:1416578146;s:32:\"wpsc_customer_meta__^M^Fned45&Rf\";i:1416578146;s:32:\"wpsc_customer_meta__^n51%NMH469c\";i:1416578146;s:32:\"wpsc_customer_meta__^o33$@aC!C!S\";i:1416578146;s:32:\"wpsc_customer_meta__^thL8pc1zS6*\";i:1416578146;s:32:\"wpsc_customer_meta__^w81FD4tmOmD\";i:1416578146;s:32:\"wpsc_customer_meta__^WFIv8P0BA4H\";i:1416578146;s:32:\"wpsc_customer_meta__^Xw20JM9J5x!\";i:1416578146;s:32:\"wpsc_customer_meta__^^RCHgPH(3ta\";i:1416578146;s:27:\"wpsc_path_wpsc-user-log.php\";i:1416578146;s:15:\"wpsc_theme_path\";i:1416578146;s:18:\"wpsc_tables_intact\";i:1467036280;s:17:\"wpsc_countries-14\";i:1467036281;s:33:\"wpsc_path_wpsc-single_product.php\";i:1467064710;s:37:\"wpsc_path_wpsc-shopping_cart_page.php\";i:1467081499;s:28:\"wpsc_path_wpsc-list_view.php\";i:1467095533;s:38:\"wpsc_path_wpsc-transaction_results.php\";i:1551118730;}','yes'),(1459423,'_wpsc_clear_wp_cache_on_version_change','3.11.3','yes'),(1459433,'_transient_wpsc_countries-13','a:8:{s:29:\"_maps_to_save_with_core_class\";a:9:{s:19:\"region_by_region_id\";b:1;s:24:\"region_code_by_region_id\";b:1;s:23:\"country_id_by_region_id\";b:1;s:22:\"country_id_by_iso_code\";b:1;s:26:\"country_code_by_country_id\";b:1;s:33:\"active_wpsc_country_by_country_id\";b:1;s:10:\"currencies\";b:1;s:26:\"country_id_by_country_name\";b:0;s:30:\"all_wpsc_country_by_country_id\";b:0;}s:19:\"region_by_region_id\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:31:\"_create_region_by_region_id_map\";}s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:24:\"region_code_by_region_id\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:36:\"_create_region_code_by_region_id_map\";}s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:23:\"country_id_by_region_id\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:35:\"_create_country_id_by_region_id_map\";}s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:22:\"country_id_by_iso_code\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:34:\"_create_country_id_by_iso_code_map\";}s:9:\"_map_data\";a:251:{s:2:\"MR\";i:1;s:2:\"MQ\";i:2;s:2:\"MT\";i:3;s:2:\"MH\";i:4;s:2:\"ML\";i:5;s:2:\"MV\";i:6;s:2:\"MY\";i:7;s:2:\"MW\";i:8;s:2:\"MG\";i:9;s:2:\"MO\";i:10;s:2:\"MK\";i:11;s:2:\"LU\";i:12;s:2:\"LT\";i:13;s:2:\"LI\";i:14;s:2:\"LY\";i:15;s:2:\"LR\";i:16;s:2:\"LS\";i:17;s:2:\"LB\";i:18;s:2:\"LV\";i:19;s:2:\"LA\";i:20;s:2:\"KG\";i:21;s:2:\"KW\";i:22;s:2:\"KR\";i:23;s:2:\"KP\";i:24;s:2:\"KI\";i:25;s:2:\"KE\";i:26;s:2:\"KZ\";i:27;s:2:\"JO\";i:28;s:2:\"JE\";i:29;s:2:\"JP\";i:30;s:2:\"JM\";i:31;s:2:\"CI\";i:32;s:2:\"IT\";i:33;s:2:\"IM\";i:34;s:2:\"IL\";i:35;s:2:\"IE\";i:36;s:2:\"IQ\";i:37;s:2:\"ID\";i:38;s:2:\"IR\";i:39;s:2:\"IN\";i:40;s:2:\"IS\";i:41;s:2:\"HU\";i:42;s:2:\"HK\";i:43;s:2:\"HN\";i:44;s:2:\"HM\";i:45;s:2:\"HT\";i:46;s:2:\"GY\";i:47;s:2:\"GW\";i:48;s:2:\"GN\";i:49;s:2:\"GF\";i:253;s:2:\"GT\";i:51;s:2:\"GU\";i:52;s:2:\"GD\";i:53;s:2:\"GP\";i:54;s:2:\"GL\";i:55;s:2:\"GR\";i:56;s:2:\"GI\";i:57;s:2:\"GH\";i:58;s:2:\"DE\";i:242;s:2:\"GE\";i:60;s:2:\"GM\";i:61;s:2:\"GA\";i:62;s:2:\"TF\";i:63;s:2:\"FR\";i:64;s:2:\"FI\";i:65;s:2:\"FJ\";i:66;s:2:\"FO\";i:67;s:2:\"FK\";i:68;s:2:\"ET\";i:69;s:2:\"EE\";i:70;s:2:\"ER\";i:71;s:2:\"GQ\";i:72;s:2:\"SV\";i:73;s:2:\"EG\";i:74;s:2:\"EC\";i:75;s:2:\"TP\";i:76;s:2:\"DO\";i:77;s:2:\"DM\";i:78;s:2:\"DJ\";i:79;s:2:\"DK\";i:80;s:2:\"CD\";i:81;s:2:\"CZ\";i:82;s:2:\"CY\";i:83;s:2:\"CU\";i:84;s:2:\"HR\";i:85;s:2:\"CR\";i:86;s:2:\"CK\";i:87;s:2:\"CG\";i:88;s:2:\"KM\";i:89;s:2:\"CO\";i:90;s:2:\"CC\";i:91;s:2:\"CX\";i:92;s:2:\"CL\";i:93;s:2:\"CN\";i:94;s:2:\"TD\";i:95;s:2:\"CF\";i:96;s:2:\"KY\";i:97;s:2:\"CV\";i:98;s:2:\"CM\";i:99;s:2:\"CA\";i:100;s:2:\"KH\";i:101;s:2:\"BI\";i:102;s:2:\"BF\";i:103;s:2:\"BG\";i:104;s:2:\"BN\";i:105;s:2:\"IO\";i:106;s:2:\"BR\";i:107;s:2:\"BV\";i:108;s:2:\"BW\";i:109;s:2:\"BA\";i:110;s:2:\"BO\";i:111;s:2:\"BT\";i:112;s:2:\"BM\";i:113;s:2:\"BJ\";i:114;s:2:\"BZ\";i:115;s:2:\"BE\";i:116;s:2:\"BY\";i:117;s:2:\"BB\";i:118;s:2:\"BD\";i:119;s:2:\"BH\";i:120;s:2:\"BS\";i:121;s:2:\"AZ\";i:122;s:2:\"AT\";i:123;s:2:\"AW\";i:124;s:2:\"AM\";i:125;s:2:\"AR\";i:126;s:2:\"AG\";i:127;s:2:\"AQ\";i:128;s:2:\"AI\";i:129;s:2:\"AO\";i:130;s:2:\"AD\";i:131;s:2:\"AS\";i:132;s:2:\"DZ\";i:133;s:2:\"AL\";i:134;s:2:\"AF\";i:135;s:2:\"US\";i:136;s:2:\"AU\";i:137;s:2:\"GB\";i:138;s:2:\"MU\";i:139;s:2:\"YT\";i:140;s:2:\"MX\";i:141;s:2:\"FM\";i:142;s:2:\"MD\";i:143;s:2:\"MC\";i:144;s:2:\"MN\";i:145;s:2:\"MS\";i:146;s:2:\"MA\";i:147;s:2:\"MZ\";i:148;s:2:\"MM\";i:149;s:2:\"NA\";i:150;s:2:\"NR\";i:151;s:2:\"NP\";i:152;s:2:\"NL\";i:153;s:2:\"AN\";i:154;s:2:\"NC\";i:155;s:2:\"NZ\";i:156;s:2:\"NI\";i:157;s:2:\"NE\";i:158;s:2:\"NG\";i:159;s:2:\"NU\";i:160;s:2:\"NF\";i:161;s:2:\"MP\";i:162;s:2:\"NO\";i:163;s:2:\"OM\";i:164;s:2:\"PK\";i:165;s:2:\"PW\";i:166;s:2:\"PA\";i:167;s:2:\"PG\";i:168;s:2:\"PY\";i:169;s:2:\"PE\";i:170;s:2:\"PH\";i:171;s:2:\"PN\";i:172;s:2:\"PL\";i:173;s:2:\"PF\";i:174;s:2:\"PT\";i:175;s:2:\"PR\";i:176;s:2:\"QA\";i:177;s:2:\"RE\";i:178;s:2:\"RO\";i:179;s:2:\"RU\";i:180;s:2:\"RW\";i:181;s:2:\"SH\";i:182;s:2:\"KN\";i:183;s:2:\"LC\";i:184;s:2:\"PM\";i:185;s:2:\"VC\";i:186;s:2:\"WS\";i:187;s:2:\"SM\";i:188;s:2:\"ST\";i:189;s:2:\"SA\";i:190;s:2:\"SN\";i:191;s:2:\"SC\";i:192;s:2:\"SL\";i:193;s:2:\"SG\";i:194;s:2:\"SK\";i:195;s:2:\"SI\";i:196;s:2:\"SB\";i:197;s:2:\"SO\";i:198;s:2:\"ZA\";i:199;s:2:\"GS\";i:200;s:2:\"ES\";i:201;s:2:\"LK\";i:202;s:2:\"SD\";i:203;s:2:\"SR\";i:204;s:2:\"SJ\";i:205;s:2:\"SZ\";i:206;s:2:\"SE\";i:207;s:2:\"CH\";i:208;s:2:\"SY\";i:209;s:2:\"TW\";i:210;s:2:\"TJ\";i:211;s:2:\"TZ\";i:212;s:2:\"TH\";i:213;s:2:\"TG\";i:214;s:2:\"TK\";i:215;s:2:\"TO\";i:216;s:2:\"TT\";i:217;s:2:\"TN\";i:218;s:2:\"TR\";i:219;s:2:\"TM\";i:220;s:2:\"TC\";i:221;s:2:\"TV\";i:222;s:2:\"UK\";i:223;s:2:\"UG\";i:224;s:2:\"UA\";i:225;s:2:\"AE\";i:226;s:2:\"UY\";i:227;s:2:\"UM\";i:228;s:2:\"UZ\";i:229;s:2:\"VU\";i:230;s:2:\"VA\";i:231;s:2:\"VE\";i:232;s:2:\"VN\";i:233;s:2:\"VG\";i:234;s:2:\"VI\";i:235;s:2:\"WF\";i:236;s:2:\"EH\";i:237;s:2:\"YE\";i:238;s:2:\"YU\";i:239;s:2:\"ZM\";i:240;s:2:\"ZW\";i:241;s:2:\"RS\";i:243;s:2:\"ME\";i:244;s:2:\"TL\";i:245;s:2:\"AX\";i:246;s:2:\"BL\";i:247;s:2:\"BQ\";i:248;s:2:\"CW\";i:249;s:2:\"MF\";i:250;s:2:\"PS\";i:251;s:2:\"SX\";i:252;}s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:26:\"country_code_by_country_id\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:34:\"_create_country_code_by_country_id\";}s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:33:\"active_wpsc_country_by_country_id\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:28:\"_create_active_countries_map\";}s:9:\"_map_data\";a:2:{i:136;O:12:\"WPSC_Country\":16:{s:3:\"_id\";s:3:\"136\";s:5:\"_name\";s:3:\"USA\";s:8:\"_isocode\";s:2:\"US\";s:14:\"_currency_name\";s:9:\"US Dollar\";s:14:\"_currency_code\";s:3:\"USD\";s:16:\"_currency_symbol\";s:1:\"$\";s:21:\"_currency_symbol_html\";s:6:\"$\";s:5:\"_code\";s:0:\"\";s:12:\"_has_regions\";s:1:\"1\";s:4:\"_tax\";s:0:\"\";s:10:\"_continent\";s:12:\"northamerica\";s:8:\"_visible\";s:1:\"1\";s:25:\"_region_id_by_region_code\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";s:0:\"\";s:13:\"_map_callback\";N;s:9:\"_map_data\";a:51:{s:2:\"AK\";i:15;s:2:\"AL\";i:14;s:2:\"AR\";i:17;s:2:\"AZ\";i:16;s:2:\"CA\";i:18;s:2:\"CO\";i:19;s:2:\"CT\";i:20;s:2:\"DC\";i:61;s:2:\"DE\";i:21;s:2:\"FL\";i:22;s:2:\"GA\";i:23;s:2:\"HI\";i:24;s:2:\"IA\";i:28;s:2:\"ID\";i:25;s:2:\"IL\";i:26;s:2:\"IN\";i:27;s:2:\"KS\";i:29;s:2:\"KY\";i:30;s:2:\"LA\";i:31;s:2:\"MA\";i:34;s:2:\"MD\";i:33;s:2:\"ME\";i:32;s:2:\"MI\";i:35;s:2:\"MN\";i:36;s:2:\"MO\";i:38;s:2:\"MS\";i:37;s:2:\"MT\";i:39;s:2:\"NC\";i:46;s:2:\"ND\";i:47;s:2:\"NE\";i:40;s:2:\"NH\";i:42;s:2:\"NJ\";i:43;s:2:\"NM\";i:44;s:2:\"NV\";i:41;s:2:\"NY\";i:45;s:2:\"OH\";i:48;s:2:\"OK\";i:49;s:2:\"OR\";i:50;s:2:\"PA\";i:51;s:2:\"RI\";i:52;s:2:\"SC\";i:53;s:2:\"SD\";i:54;s:2:\"TN\";i:55;s:2:\"TX\";i:56;s:2:\"UT\";i:57;s:2:\"VA\";i:59;s:2:\"VT\";i:58;s:2:\"WA\";i:60;s:2:\"WI\";i:63;s:2:\"WV\";i:62;s:2:\"WY\";i:64;}s:21:\"\0WPSC_Data_Map\0_dirty\";b:1;}s:25:\"_region_id_by_region_name\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";s:0:\"\";s:13:\"_map_callback\";N;s:9:\"_map_data\";a:51:{s:6:\"alaska\";i:15;s:7:\"alabama\";i:14;s:8:\"arkansas\";i:17;s:7:\"arizona\";i:16;s:10:\"california\";i:18;s:8:\"colorado\";i:19;s:11:\"connecticut\";i:20;s:13:\"washington dc\";i:61;s:8:\"delaware\";i:21;s:7:\"florida\";i:22;s:7:\"georgia\";i:23;s:6:\"hawaii\";i:24;s:4:\"iowa\";i:28;s:5:\"idaho\";i:25;s:8:\"illinois\";i:26;s:7:\"indiana\";i:27;s:6:\"kansas\";i:29;s:8:\"kentucky\";i:30;s:9:\"louisiana\";i:31;s:13:\"massachusetts\";i:34;s:8:\"maryland\";i:33;s:5:\"maine\";i:32;s:8:\"michigan\";i:35;s:9:\"minnesota\";i:36;s:8:\"missouri\";i:38;s:11:\"mississippi\";i:37;s:7:\"montana\";i:39;s:14:\"north carolina\";i:46;s:12:\"north dakota\";i:47;s:8:\"nebraska\";i:40;s:13:\"new hampshire\";i:42;s:10:\"new jersey\";i:43;s:10:\"new mexico\";i:44;s:6:\"nevada\";i:41;s:8:\"new york\";i:45;s:4:\"ohio\";i:48;s:8:\"oklahoma\";i:49;s:6:\"oregon\";i:50;s:12:\"pennsylvania\";i:51;s:12:\"rhode island\";i:52;s:14:\"south carolina\";i:53;s:12:\"south dakota\";i:54;s:9:\"tennessee\";i:55;s:5:\"texas\";i:56;s:4:\"utah\";i:57;s:8:\"virginia\";i:59;s:7:\"vermont\";i:58;s:10:\"washington\";i:60;s:9:\"wisconsin\";i:63;s:13:\"west virginia\";i:62;s:7:\"wyoming\";i:64;}s:21:\"\0WPSC_Data_Map\0_dirty\";b:1;}s:29:\"_region_id_to_region_code_map\";N;s:8:\"_regions\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";s:0:\"\";s:13:\"_map_callback\";N;s:9:\"_map_data\";a:51:{i:15;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:15;s:11:\"_country_id\";i:136;s:5:\"_name\";s:6:\"Alaska\";s:5:\"_code\";s:2:\"AK\";s:4:\"_tax\";d:0;}i:14;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:14;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Alabama\";s:5:\"_code\";s:2:\"AL\";s:4:\"_tax\";d:0;}i:17;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:17;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Arkansas\";s:5:\"_code\";s:2:\"AR\";s:4:\"_tax\";d:0;}i:16;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:16;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Arizona\";s:5:\"_code\";s:2:\"AZ\";s:4:\"_tax\";d:0;}i:18;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:18;s:11:\"_country_id\";i:136;s:5:\"_name\";s:10:\"California\";s:5:\"_code\";s:2:\"CA\";s:4:\"_tax\";d:0;}i:19;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:19;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Colorado\";s:5:\"_code\";s:2:\"CO\";s:4:\"_tax\";d:0;}i:20;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:20;s:11:\"_country_id\";i:136;s:5:\"_name\";s:11:\"Connecticut\";s:5:\"_code\";s:2:\"CT\";s:4:\"_tax\";d:0;}i:61;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:61;s:11:\"_country_id\";i:136;s:5:\"_name\";s:13:\"Washington DC\";s:5:\"_code\";s:2:\"DC\";s:4:\"_tax\";d:0;}i:21;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:21;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Delaware\";s:5:\"_code\";s:2:\"DE\";s:4:\"_tax\";d:0;}i:22;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:22;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Florida\";s:5:\"_code\";s:2:\"FL\";s:4:\"_tax\";d:0;}i:23;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:23;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Georgia\";s:5:\"_code\";s:2:\"GA\";s:4:\"_tax\";d:0;}i:24;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:24;s:11:\"_country_id\";i:136;s:5:\"_name\";s:6:\"Hawaii\";s:5:\"_code\";s:2:\"HI\";s:4:\"_tax\";d:0;}i:28;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:28;s:11:\"_country_id\";i:136;s:5:\"_name\";s:4:\"Iowa\";s:5:\"_code\";s:2:\"IA\";s:4:\"_tax\";d:0;}i:25;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:25;s:11:\"_country_id\";i:136;s:5:\"_name\";s:5:\"Idaho\";s:5:\"_code\";s:2:\"ID\";s:4:\"_tax\";d:0;}i:26;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:26;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Illinois\";s:5:\"_code\";s:2:\"IL\";s:4:\"_tax\";d:0;}i:27;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:27;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Indiana\";s:5:\"_code\";s:2:\"IN\";s:4:\"_tax\";d:0;}i:29;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:29;s:11:\"_country_id\";i:136;s:5:\"_name\";s:6:\"Kansas\";s:5:\"_code\";s:2:\"KS\";s:4:\"_tax\";d:0;}i:30;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:30;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Kentucky\";s:5:\"_code\";s:2:\"KY\";s:4:\"_tax\";d:0;}i:31;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:31;s:11:\"_country_id\";i:136;s:5:\"_name\";s:9:\"Louisiana\";s:5:\"_code\";s:2:\"LA\";s:4:\"_tax\";d:0;}i:34;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:34;s:11:\"_country_id\";i:136;s:5:\"_name\";s:13:\"Massachusetts\";s:5:\"_code\";s:2:\"MA\";s:4:\"_tax\";d:0;}i:33;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:33;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Maryland\";s:5:\"_code\";s:2:\"MD\";s:4:\"_tax\";d:0;}i:32;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:32;s:11:\"_country_id\";i:136;s:5:\"_name\";s:5:\"Maine\";s:5:\"_code\";s:2:\"ME\";s:4:\"_tax\";d:0;}i:35;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:35;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Michigan\";s:5:\"_code\";s:2:\"MI\";s:4:\"_tax\";d:0;}i:36;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:36;s:11:\"_country_id\";i:136;s:5:\"_name\";s:9:\"Minnesota\";s:5:\"_code\";s:2:\"MN\";s:4:\"_tax\";d:0;}i:38;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:38;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Missouri\";s:5:\"_code\";s:2:\"MO\";s:4:\"_tax\";d:0;}i:37;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:37;s:11:\"_country_id\";i:136;s:5:\"_name\";s:11:\"Mississippi\";s:5:\"_code\";s:2:\"MS\";s:4:\"_tax\";d:0;}i:39;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:39;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Montana\";s:5:\"_code\";s:2:\"MT\";s:4:\"_tax\";d:0;}i:46;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:46;s:11:\"_country_id\";i:136;s:5:\"_name\";s:14:\"North Carolina\";s:5:\"_code\";s:2:\"NC\";s:4:\"_tax\";d:0;}i:47;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:47;s:11:\"_country_id\";i:136;s:5:\"_name\";s:12:\"North Dakota\";s:5:\"_code\";s:2:\"ND\";s:4:\"_tax\";d:0;}i:40;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:40;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Nebraska\";s:5:\"_code\";s:2:\"NE\";s:4:\"_tax\";d:0;}i:42;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:42;s:11:\"_country_id\";i:136;s:5:\"_name\";s:13:\"New Hampshire\";s:5:\"_code\";s:2:\"NH\";s:4:\"_tax\";d:0;}i:43;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:43;s:11:\"_country_id\";i:136;s:5:\"_name\";s:10:\"New Jersey\";s:5:\"_code\";s:2:\"NJ\";s:4:\"_tax\";d:0;}i:44;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:44;s:11:\"_country_id\";i:136;s:5:\"_name\";s:10:\"New Mexico\";s:5:\"_code\";s:2:\"NM\";s:4:\"_tax\";d:0;}i:41;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:41;s:11:\"_country_id\";i:136;s:5:\"_name\";s:6:\"Nevada\";s:5:\"_code\";s:2:\"NV\";s:4:\"_tax\";d:0;}i:45;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:45;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"New York\";s:5:\"_code\";s:2:\"NY\";s:4:\"_tax\";d:0;}i:48;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:48;s:11:\"_country_id\";i:136;s:5:\"_name\";s:4:\"Ohio\";s:5:\"_code\";s:2:\"OH\";s:4:\"_tax\";d:0;}i:49;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:49;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Oklahoma\";s:5:\"_code\";s:2:\"OK\";s:4:\"_tax\";d:0;}i:50;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:50;s:11:\"_country_id\";i:136;s:5:\"_name\";s:6:\"Oregon\";s:5:\"_code\";s:2:\"OR\";s:4:\"_tax\";d:0;}i:51;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:51;s:11:\"_country_id\";i:136;s:5:\"_name\";s:12:\"Pennsylvania\";s:5:\"_code\";s:2:\"PA\";s:4:\"_tax\";d:0;}i:52;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:52;s:11:\"_country_id\";i:136;s:5:\"_name\";s:12:\"Rhode Island\";s:5:\"_code\";s:2:\"RI\";s:4:\"_tax\";d:0;}i:53;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:53;s:11:\"_country_id\";i:136;s:5:\"_name\";s:14:\"South Carolina\";s:5:\"_code\";s:2:\"SC\";s:4:\"_tax\";d:0;}i:54;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:54;s:11:\"_country_id\";i:136;s:5:\"_name\";s:12:\"South Dakota\";s:5:\"_code\";s:2:\"SD\";s:4:\"_tax\";d:0;}i:55;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:55;s:11:\"_country_id\";i:136;s:5:\"_name\";s:9:\"Tennessee\";s:5:\"_code\";s:2:\"TN\";s:4:\"_tax\";d:0;}i:56;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:56;s:11:\"_country_id\";i:136;s:5:\"_name\";s:5:\"Texas\";s:5:\"_code\";s:2:\"TX\";s:4:\"_tax\";d:0;}i:57;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:57;s:11:\"_country_id\";i:136;s:5:\"_name\";s:4:\"Utah\";s:5:\"_code\";s:2:\"UT\";s:4:\"_tax\";d:0;}i:59;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:59;s:11:\"_country_id\";i:136;s:5:\"_name\";s:8:\"Virginia\";s:5:\"_code\";s:2:\"VA\";s:4:\"_tax\";d:0;}i:58;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:58;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Vermont\";s:5:\"_code\";s:2:\"VT\";s:4:\"_tax\";d:0;}i:60;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:60;s:11:\"_country_id\";i:136;s:5:\"_name\";s:10:\"Washington\";s:5:\"_code\";s:2:\"WA\";s:4:\"_tax\";d:0;}i:63;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:63;s:11:\"_country_id\";i:136;s:5:\"_name\";s:9:\"Wisconsin\";s:5:\"_code\";s:2:\"WI\";s:4:\"_tax\";d:0;}i:62;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:62;s:11:\"_country_id\";i:136;s:5:\"_name\";s:13:\"West Virginia\";s:5:\"_code\";s:2:\"WV\";s:4:\"_tax\";d:0;}i:64;O:11:\"WPSC_Region\":5:{s:3:\"_id\";i:64;s:11:\"_country_id\";i:136;s:5:\"_name\";s:7:\"Wyoming\";s:5:\"_code\";s:2:\"WY\";s:4:\"_tax\";d:0;}}s:21:\"\0WPSC_Data_Map\0_dirty\";b:1;}}i:138;O:12:\"WPSC_Country\":16:{s:3:\"_id\";s:3:\"138\";s:5:\"_name\";s:14:\"United Kingdom\";s:8:\"_isocode\";s:2:\"GB\";s:14:\"_currency_name\";s:14:\"Pound Sterling\";s:14:\"_currency_code\";s:3:\"GBP\";s:16:\"_currency_symbol\";s:2:\"£\";s:21:\"_currency_symbol_html\";s:6:\"£\";s:5:\"_code\";s:0:\"\";s:12:\"_has_regions\";s:1:\"0\";s:4:\"_tax\";s:1:\"0\";s:10:\"_continent\";s:6:\"europe\";s:8:\"_visible\";s:1:\"1\";s:25:\"_region_id_by_region_code\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";s:0:\"\";s:13:\"_map_callback\";N;s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:25:\"_region_id_by_region_name\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";s:0:\"\";s:13:\"_map_callback\";N;s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:29:\"_region_id_to_region_code_map\";N;s:8:\"_regions\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";s:0:\"\";s:13:\"_map_callback\";N;s:9:\"_map_data\";a:0:{}s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}}}s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}s:10:\"currencies\";O:13:\"WPSC_Data_Map\":4:{s:9:\"_map_name\";N;s:13:\"_map_callback\";a:2:{i:0;s:14:\"WPSC_Countries\";i:1;s:37:\"_create_currency_by_currency_code_map\";}s:9:\"_map_data\";N;s:21:\"\0WPSC_Data_Map\0_dirty\";b:0;}}','yes'),(1459444,'_wpsc_last_delete_expired_visitors_cron','2014-11-21 14:53:50','no'),(1464096,'akismet_strictness','1','yes'),(1467943,'mkrdip_cat_post_thumb_sizes','a:1:{s:16:\"category-posts-2\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','yes'),(1467944,'widget_category-posts','a:2:{i:2;a:7:{s:5:\"title\";s:4:\"News\";s:3:\"cat\";s:2:\"34\";s:3:\"num\";s:1:\"0\";s:7:\"sort_by\";s:4:\"date\";s:14:\"excerpt_length\";s:0:\"\";s:7:\"thumb_w\";s:0:\"\";s:7:\"thumb_h\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1467950,'wpsc_hide_3_8_14_1_notices','1','yes'),(1467951,'wpsc_payment_gateway_cache','a:0:{}','yes'),(1471549,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"jeffabele@gmail.com\";s:7:\"version\";s:6:\"4.5.17\";s:9:\"timestamp\";i:1552445397;}','yes'),(1501550,'rewrite_rules','','yes'),(1501551,'finished_splitting_shared_terms','1','yes'),(1501552,'site_icon','0','yes'),(1501553,'medium_large_size_w','768','yes'),(1501554,'medium_large_size_h','0','yes'),(1501557,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1501558,'widget_eshopw_pay','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1501560,'wpsc_get_active_theme_engine','1.0','yes'),(1501573,'category_children','a:0:{}','yes'),(1501575,'_split_terms','a:1:{i:7;a:1:{s:21:\"wpsc_product_category\";i:42;}}','yes'),(1550612,'_transient_$all_wpsc_country_by_country_id','YToyNTM6e2k6MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoxOiIxIjtzOjU6Il9uYW1lIjtzOjEwOiJNYXVyaXRhbmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1SIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxOToiTWF1cml0YW5pYW4gT3VndWl5YSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTVJPIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoxOiIyIjtzOjU6Il9uYW1lIjtzOjE5OiJNYXJ0aW5pcXVlIChGcmVuY2gpIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1RIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MToiMyI7czo1OiJfbmFtZSI7czo1OiJNYWx0YSI7czo4OiJfaXNvY29kZSI7czoyOiJNVCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6Ik1hbHRlc2UgTGlyYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTVRMIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoxOiI0IjtzOjU6Il9uYW1lIjtzOjE2OiJNYXJzaGFsbCBJc2xhbmRzIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1IIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJVUyBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlVTRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjE6IjUiO3M6NToiX25hbWUiO3M6NDoiTWFsaSI7czo4OiJfaXNvY29kZSI7czoyOiJNTCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkNGQSBGcmFuYyBCQ0VBTyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWE9GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoxOiI2IjtzOjU6Il9uYW1lIjtzOjg6Ik1hbGRpdmVzIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1WIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiTWFsZGl2ZSBSdWZpeWFhIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNVlIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjE6IjciO3M6NToiX25hbWUiO3M6ODoiTWFsYXlzaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTVkiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE3OiJNYWxheXNpYW4gUmluZ2dpdCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTVlSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6ODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoxOiI4IjtzOjU6Il9uYW1lIjtzOjY6Ik1hbGF3aSI7czo4OiJfaXNvY29kZSI7czoyOiJNVyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6Ik1hbGF3aSBLd2FjaGEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik1XSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MToiOSI7czo1OiJfbmFtZSI7czoxMDoiTWFkYWdhc2NhciI7czo4OiJfaXNvY29kZSI7czoyOiJNRyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6Ik1hbGFnYXN5IEZyYW5jIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNR0YiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIxMCI7czo1OiJfbmFtZSI7czo1OiJNYWNhdSI7czo4OiJfaXNvY29kZSI7czoyOiJNTyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6Ik1hY2F1IFBhdGFjYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTU9QIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMTEiO3M6NToiX25hbWUiO3M6OToiTWFjZWRvbmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1LIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo1OiJEZW5hciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTUtEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMTIiO3M6NToiX25hbWUiO3M6MTA6Ikx1eGVtYm91cmciO3M6ODoiX2lzb2NvZGUiO3M6MjoiTFUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIxMyI7czo1OiJfbmFtZSI7czo5OiJMaXRodWFuaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTFQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJMaXRodWFuaWFuIExpdGFzIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJMVEwiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIxNCI7czo1OiJfbmFtZSI7czoxMzoiTGllY2h0ZW5zdGVpbiI7czo4OiJfaXNvY29kZSI7czoyOiJMSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTE6IlN3aXNzIEZyYW5jIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJDSEYiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIxNSI7czo1OiJfbmFtZSI7czo1OiJMaWJ5YSI7czo4OiJfaXNvY29kZSI7czoyOiJMWSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IkxpYnlhbiBEaW5hciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTFlEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMTYiO3M6NToiX25hbWUiO3M6NzoiTGliZXJpYSI7czo4OiJfaXNvY29kZSI7czoyOiJMUiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkxpYmVyaWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTFJEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjE3IjtzOjU6Il9uYW1lIjtzOjc6Ikxlc290aG8iO3M6ODoiX2lzb2NvZGUiO3M6MjoiTFMiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEyOiJMZXNvdGhvIExvdGkiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkxTTCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE4O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjE4IjtzOjU6Il9uYW1lIjtzOjc6IkxlYmFub24iO3M6ODoiX2lzb2NvZGUiO3M6MjoiTEIiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJMZWJhbmVzZSBQb3VuZCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTEJQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMTkiO3M6NToiX25hbWUiO3M6NjoiTGF0dmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkxWIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMjAiO3M6NToiX25hbWUiO3M6NDoiTGFvcyI7czo4OiJfaXNvY29kZSI7czoyOiJMQSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NzoiTGFvIEtpcCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTEFLIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMjEiO3M6NToiX25hbWUiO3M6MTA6Ikt5cmd5enN0YW4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiS0ciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjM6IlNvbSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiS0dTIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMjIiO3M6NToiX25hbWUiO3M6NjoiS3V3YWl0IjtzOjg6Il9pc29jb2RlIjtzOjI6IktXIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMzoiS3V3YWl0aSBEaW5hciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiS1dEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMjMiO3M6NToiX25hbWUiO3M6MTI6IktvcmVhLCBTb3V0aCI7czo4OiJfaXNvY29kZSI7czoyOiJLUiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTA6IktvcmVhbiBXb24iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IktSVyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjI0IjtzOjU6Il9uYW1lIjtzOjEyOiJLb3JlYSwgTm9ydGgiO3M6ODoiX2lzb2NvZGUiO3M6MjoiS1AiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJOb3J0aCBLb3JlYW4gV29uIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJLUFciO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIyNSI7czo1OiJfbmFtZSI7czo4OiJLaXJpYmF0aSI7czo4OiJfaXNvY29kZSI7czoyOiJLSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTc6IkF1c3RyYWxpYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBVUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMjYiO3M6NToiX25hbWUiO3M6NToiS2VueWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiS0UiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJLZW55YW4gU2hpbGxpbmciO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IktFUyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjI3IjtzOjU6Il9uYW1lIjtzOjEwOiJLYXpha2hzdGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IktaIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNjoiS2F6YWtoc3RhbiBUZW5nZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiS1pUIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6Mjg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMjgiO3M6NToiX25hbWUiO3M6NjoiSm9yZGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IkpPIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiSm9yZGFuaWFuIERpbmFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJKT0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyOTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIyOSI7czo1OiJfbmFtZSI7czo2OiJKZXJzZXkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSkUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJQb3VuZCBTdGVybGluZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR0JQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsKjIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMxNjM7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTozMDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIzMCI7czo1OiJfbmFtZSI7czo1OiJKYXBhbiI7czo4OiJfaXNvY29kZSI7czoyOiJKUCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IkphcGFuZXNlIFllbiI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiSlBZIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsKlIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMxNjU7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTozMTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIzMSI7czo1OiJfbmFtZSI7czo3OiJKYW1haWNhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkpNIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiSmFtYWljYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJKTUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjMyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjMyIjtzOjU6Il9uYW1lIjtzOjExOiJJdm9yeSBDb2FzdCI7czo4OiJfaXNvY29kZSI7czoyOiJDSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkNGQSBGcmFuYyBCQ0VBTyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWE9GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MzM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiMzMiO3M6NToiX25hbWUiO3M6NToiSXRhbHkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSVQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTozNDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIzNCI7czo1OiJfbmFtZSI7czoxMToiSXNsZSBvZiBNYW4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiSU0iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJQb3VuZCBTdGVybGluZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR0JQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsKjIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMxNjM7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTozNTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIzNSI7czo1OiJfbmFtZSI7czo2OiJJc3JhZWwiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSUwiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJJc3JhZWxpIE5ldyBTaGVrZWwiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IklMUyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjM2O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjM2IjtzOjU6Il9uYW1lIjtzOjc6IklyZWxhbmQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSUUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTozNztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIzNyI7czo1OiJfbmFtZSI7czo0OiJJcmFxIjtzOjg6Il9pc29jb2RlIjtzOjI6IklRIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMToiSXJhcWkgRGluYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IklRRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjM4O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjM4IjtzOjU6Il9uYW1lIjtzOjk6IkluZG9uZXNpYSI7czo4OiJfaXNvY29kZSI7czoyOiJJRCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTc6IkluZG9uZXNpYW4gUnVwaWFoIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJJRFIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTozOTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiIzOSI7czo1OiJfbmFtZSI7czo0OiJJcmFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IklSIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMjoiSXJhbmlhbiBSaWFsIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJJUlIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo0MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI0MCI7czo1OiJfbmFtZSI7czo1OiJJbmRpYSI7czo4OiJfaXNvY29kZSI7czoyOiJJTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IkluZGlhbiBSdXBlZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiSU5SIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NDE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNDEiO3M6NToiX25hbWUiO3M6NzoiSWNlbGFuZCI7czo4OiJfaXNvY29kZSI7czoyOiJJUyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6IkljZWxhbmQgS3JvbmEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IklTSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjQyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjQyIjtzOjU6Il9uYW1lIjtzOjc6Ikh1bmdhcnkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSFUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJIdW5nYXJpYW4gRm9yaW50IjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJIVUYiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo0MztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI0MyI7czo1OiJfbmFtZSI7czo5OiJIb25nIEtvbmciO3M6ODoiX2lzb2NvZGUiO3M6MjoiSEsiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJIb25nIEtvbmcgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJIS0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NDQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNDQiO3M6NToiX25hbWUiO3M6ODoiSG9uZHVyYXMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSE4iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJIb25kdXJhbiBMZW1waXJhIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJITkwiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NDU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNDUiO3M6NToiX25hbWUiO3M6MzM6IkhlYXJkIElzbGFuZCBhbmQgTWNEb25hbGQgSXNsYW5kcyI7czo4OiJfaXNvY29kZSI7czoyOiJITSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTc6IkF1c3RyYWxpYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBVUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NDY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNDYiO3M6NToiX25hbWUiO3M6NToiSGFpdGkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiSFQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJIYWl0aWFuIEdvdXJkZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiSFRHIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjQ3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjQ3IjtzOjU6Il9uYW1lIjtzOjY6Ikd1eWFuYSI7czo4OiJfaXNvY29kZSI7czoyOiJHWSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6Ikd1eWFuYSBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkdZRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NDg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNDgiO3M6NToiX25hbWUiO3M6MTM6Ikd1aW5lYSBCaXNzYXUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiR1ciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJHdWluZWEtQmlzc2F1IFBlc28iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkdXUCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjQ5O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjQ5IjtzOjU6Il9uYW1lIjtzOjY6Ikd1aW5lYSI7czo4OiJfaXNvY29kZSI7czoyOiJHTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6Ikd1aW5lYSBGcmFuYyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR05GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NTA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNTAiO3M6NToiX25hbWUiO3M6ODoiR3Vlcm5zZXkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiR0YiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJQb3VuZCBTdGVybGluZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR0JQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsKjIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMxNjM7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo1MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI1MSI7czo1OiJfbmFtZSI7czo5OiJHdWF0ZW1hbGEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiR1QiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJHdWF0ZW1hbGFuIFF1ZXR6YWwiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlFUUSI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo1MjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI1MiI7czo1OiJfbmFtZSI7czoxMDoiR3VhbSAoVVNBKSI7czo4OiJfaXNvY29kZSI7czoyOiJHVSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6OToiVVMgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NTM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNTMiO3M6NToiX25hbWUiO3M6NzoiR3JlbmFkYSI7czo4OiJfaXNvY29kZSI7czoyOiJHRCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjE6IkVhc3QgQ2FycmliZWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWENEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjU0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjU0IjtzOjU6Il9uYW1lIjtzOjE5OiJHdWFkZWxvdXBlIChGcmVuY2gpIjtzOjg6Il9pc29jb2RlIjtzOjI6IkdQIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjU1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjU1IjtzOjU6Il9uYW1lIjtzOjk6IkdyZWVubGFuZCI7czo4OiJfaXNvY29kZSI7czoyOiJHTCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IkRhbmlzaCBLcm9uZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiREtLIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NTY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNTYiO3M6NToiX25hbWUiO3M6NjoiR3JlZWNlIjtzOjg6Il9pc29jb2RlIjtzOjI6IkdSIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MjoiMTkiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjU3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjU3IjtzOjU6Il9uYW1lIjtzOjk6IkdpYnJhbHRhciI7czo4OiJfaXNvY29kZSI7czoyOiJHSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkdpYnJhbHRhciBQb3VuZCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR0lQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NTg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNTgiO3M6NToiX25hbWUiO3M6NToiR2hhbmEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiR0giO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEzOiJHaGFuYWlhbiBDZWRpIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJHSEMiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo1OTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI1OSI7czo1OiJfbmFtZSI7czo3OiJHZXJtYW55IjtzOjg6Il9pc29jb2RlIjtzOjI6IkRFIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NjA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNjAiO3M6NToiX25hbWUiO3M6NzoiR2VvcmdpYSI7czo4OiJfaXNvY29kZSI7czoyOiJHRSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6Ikdlb3JnaWFuIExhcmkiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkdFTCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjYxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjYxIjtzOjU6Il9uYW1lIjtzOjY6IkdhbWJpYSI7czo4OiJfaXNvY29kZSI7czoyOiJHTSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkdhbWJpYW4gRGFsYXNpIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJHTUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo2MjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI2MiI7czo1OiJfbmFtZSI7czo1OiJHYWJvbiI7czo4OiJfaXNvY29kZSI7czoyOiJHQSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkNGQSBGcmFuYyBCRUFDIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJYQUYiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo2MztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI2MyI7czo1OiJfbmFtZSI7czoyNzoiRnJlbmNoIFNvdXRoZXJuIFRlcnJpdG9yaWVzIjtzOjg6Il9pc29jb2RlIjtzOjI6IlRGIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NjQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNjQiO3M6NToiX25hbWUiO3M6NjoiRnJhbmNlIjtzOjg6Il9pc29jb2RlIjtzOjI6IkZSIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NjU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNjUiO3M6NToiX25hbWUiO3M6NzoiRmlubGFuZCI7czo4OiJfaXNvY29kZSI7czoyOiJGSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjY2O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjY2IjtzOjU6Il9uYW1lIjtzOjQ6IkZpamkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiRkoiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjExOiJGaWppIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRkpEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjY3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjY3IjtzOjU6Il9uYW1lIjtzOjEzOiJGYXJvZSBJc2xhbmRzIjtzOjg6Il9pc29jb2RlIjtzOjI6IkZPIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMjoiRGFuaXNoIEtyb25lIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJES0siO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo2ODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI2OCI7czo1OiJfbmFtZSI7czoxNjoiRmFsa2xhbmQgSXNsYW5kcyI7czo4OiJfaXNvY29kZSI7czoyOiJGSyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjI6IkZhbGtsYW5kIElzbGFuZHMgUG91bmQiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkZLUCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo2OTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI2OSI7czo1OiJfbmFtZSI7czo4OiJFdGhpb3BpYSI7czo4OiJfaXNvY29kZSI7czoyOiJFVCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkV0aGlvcGlhbiBCaXJyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVEIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo3MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI3MCI7czo1OiJfbmFtZSI7czo3OiJFc3RvbmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkVFIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiRXN0b25pYW4gS3Jvb24iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVFSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjcxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjcxIjtzOjU6Il9uYW1lIjtzOjc6IkVyaXRyZWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiRVIiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJFcml0cmVhbiBOYWtmYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVJOIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NzI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNzIiO3M6NToiX25hbWUiO3M6MTc6IkVxdWF0b3JpYWwgR3VpbmVhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkdRIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiQ0ZBIEZyYW5jIEJFQUMiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlhBRiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjczO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjczIjtzOjU6Il9uYW1lIjtzOjExOiJFbCBTYWx2YWRvciI7czo4OiJfaXNvY29kZSI7czoyOiJTViI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTc6IkVsIFNhbHZhZG9yIENvbG9uIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJTVkMiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NzQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNzQiO3M6NToiX25hbWUiO3M6NToiRWd5cHQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiRUciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJFZ3lwdGlhbiBQb3VuZCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRUdQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6NzU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNzUiO3M6NToiX25hbWUiO3M6NzoiRWN1YWRvciI7czo4OiJfaXNvY29kZSI7czoyOiJFQyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6IkVjdWFkb3IgU3VjcmUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVDUyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo3NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI3NiI7czo1OiJfbmFtZSI7czoxMDoiRWFzdCBUaW1vciI7czo4OiJfaXNvY29kZSI7czoyOiJUUCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IlRpbW9yIEVzY3VkbyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVFBFIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6Nzc7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNzciO3M6NToiX25hbWUiO3M6MTg6IkRvbWluaWNhbiBSZXB1YmxpYyI7czo4OiJfaXNvY29kZSI7czoyOiJETyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkRvbWluaWNhbiBQZXNvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJET1AiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6Nzg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNzgiO3M6NToiX25hbWUiO3M6ODoiRG9taW5pY2EiO3M6ODoiX2lzb2NvZGUiO3M6MjoiRE0iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjIxOiJFYXN0IENhcmliYmVhbiBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlhDRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6Nzk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiNzkiO3M6NToiX25hbWUiO3M6ODoiRGppYm91dGkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiREoiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJEamlib3V0aSBGcmFuYyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiREpGIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6ODA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiODAiO3M6NToiX25hbWUiO3M6NzoiRGVubWFyayI7czo4OiJfaXNvY29kZSI7czoyOiJESyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IkRhbmlzaCBLcm9uZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiREtLIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6ODE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiODEiO3M6NToiX25hbWUiO3M6Mjg6IkRlbW9jcmF0aWMgUmVwdWJsaWMgb2YgQ29uZ28iO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ0QiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjY6IkZyYW5jcyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQ0RGIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6ODI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiODIiO3M6NToiX25hbWUiO3M6MTA6IkN6ZWNoIFJlcC4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ1oiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEyOiJDemVjaCBLb3J1bmEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkNaSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjgzO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjgzIjtzOjU6Il9uYW1lIjtzOjY6IkN5cHJ1cyI7czo4OiJfaXNvY29kZSI7czoyOiJDWSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IkN5cHJ1cyBQb3VuZCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQ1lQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6ODQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiODQiO3M6NToiX25hbWUiO3M6NDoiQ3ViYSI7czo4OiJfaXNvY29kZSI7czoyOiJDVSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTA6IkN1YmFuIFBlc28iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkNVUCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo4NTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI4NSI7czo1OiJfbmFtZSI7czo3OiJDcm9hdGlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkhSIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMzoiQ3JvYXRpYW4gS3VuYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiSFJLIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6ODY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiODYiO3M6NToiX25hbWUiO3M6MTA6IkNvc3RhIFJpY2EiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ1IiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE3OiJDb3N0YSBSaWNhbiBDb2xvbiI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQ1JDIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjg3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6Ijg3IjtzOjU6Il9uYW1lIjtzOjEyOiJDb29rIElzbGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ0siO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJOZXcgWmVhbGFuZCBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik5aRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo4ODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI4OCI7czo1OiJfbmFtZSI7czo1OiJDb25nbyI7czo4OiJfaXNvY29kZSI7czoyOiJDRyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkNGQSBGcmFuYyBCRUFDIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJYQUYiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo4OTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI4OSI7czo1OiJfbmFtZSI7czo3OiJDb21vcm9zIjtzOjg6Il9pc29jb2RlIjtzOjI6IktNIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMzoiQ29tb3JvcyBGcmFuYyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiS01GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6OTA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiOTAiO3M6NToiX25hbWUiO3M6ODoiQ29sb21iaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ08iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJDb2xvbWJpYW4gUGVzbyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQ09QIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjkxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjkxIjtzOjU6Il9uYW1lIjtzOjIzOiJDb2NvcyAoS2VlbGluZykgSXNsYW5kcyI7czo4OiJfaXNvY29kZSI7czoyOiJDQyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTc6IkF1c3RyYWxpYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBVUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6OTI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiOTIiO3M6NToiX25hbWUiO3M6MTY6IkNocmlzdG1hcyBJc2xhbmQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ1giO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE3OiJBdXN0cmFsaWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQVVEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjkzO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6IjkzIjtzOjU6Il9uYW1lIjtzOjU6IkNoaWxlIjtzOjg6Il9pc29jb2RlIjtzOjI6IkNMIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMjoiQ2hpbGVhbiBQZXNvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJDTFAiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo5NDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI5NCI7czo1OiJfbmFtZSI7czo1OiJDaGluYSI7czo4OiJfaXNvY29kZSI7czoyOiJDTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6Ill1YW4gUmVubWluYmkiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkNOWSI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjk1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjI6Ijk1IjtzOjU6Il9uYW1lIjtzOjQ6IkNoYWQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVEQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJDRkEgRnJhbmMgQkVBQyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWEFGIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6OTY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiOTYiO3M6NToiX25hbWUiO3M6MjQ6IkNlbnRyYWwgQWZyaWNhbiBSZXB1YmxpYyI7czo4OiJfaXNvY29kZSI7czoyOiJDRiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkNGQSBGcmFuYyBCRUFDIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJYQUYiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aTo5NztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czoyOiI5NyI7czo1OiJfbmFtZSI7czoxNDoiQ2F5bWFuIElzbGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiS1kiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjIxOiJDYXltYW4gSXNsYW5kcyBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IktZRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJub3J0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6OTg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiOTgiO3M6NToiX25hbWUiO3M6MTA6IkNhcGUgVmVyZGUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ1YiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE3OiJDYXBlIFZlcmRlIEVzY3VkbyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQ1ZFIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6OTk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MjoiOTkiO3M6NToiX25hbWUiO3M6ODoiQ2FtZXJvb24iO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ00iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJDRkEgRnJhbmMgQkVBQyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWEFGIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTAwO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEwMCI7czo1OiJfbmFtZSI7czo2OiJDYW5hZGEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ0EiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJDYW5hZGlhbiBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkNBRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjEiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO2E6MTM6e3M6MjoiQUIiO2k6MTtzOjI6IkJDIjtpOjI7czoyOiJNQiI7aTozO3M6MjoiTkIiO2k6NDtzOjI6Ik5MIjtpOjU7czoyOiJOUyI7aTo3O3M6MjoiTlQiO2k6NjtzOjI6Ik5VIjtpOjg7czoyOiJPTiI7aTo5O3M6MjoiUEUiO2k6MTA7czoyOiJRQyI7aToxMTtzOjI6IlNLIjtpOjEyO3M6MjoiWVQiO2k6MTM7fXM6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjoxO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO2E6MTM6e3M6NzoiYWxiZXJ0YSI7aToxO3M6MTY6ImJyaXRpc2ggY29sdW1iaWEiO2k6MjtzOjg6Im1hbml0b2JhIjtpOjM7czoxMzoibmV3IGJydW5zd2ljayI7aTo0O3M6MjU6Im5ld2ZvdW5kbGFuZCBhbmQgbGFicmFkb3IiO2k6NTtzOjExOiJub3ZhIHNjb3RpYSI7aTo3O3M6MjE6Im5vcnRod2VzdCB0ZXJyaXRvcmllcyI7aTo2O3M6NzoibnVuYXZ1dCI7aTo4O3M6Nzoib250YXJpbyI7aTo5O3M6MjA6InByaW5jZSBlZHdhcmQgaXNsYW5kIjtpOjEwO3M6NjoicXVlYmVjIjtpOjExO3M6MTI6InNhc2thdGNoZXdhbiI7aToxMjtzOjU6Inl1a29uIjtpOjEzO31zOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MTt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjthOjEzOntpOjE7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE7czoxMToiX2NvdW50cnlfaWQiO2k6MTAwO3M6NToiX25hbWUiO3M6NzoiQWxiZXJ0YSI7czo1OiJfY29kZSI7czoyOiJBQiI7czo0OiJfdGF4IjtkOjA7fWk6MjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MjtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czoxNjoiQnJpdGlzaCBDb2x1bWJpYSI7czo1OiJfY29kZSI7czoyOiJCQyI7czo0OiJfdGF4IjtkOjA7fWk6MztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MztzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czo4OiJNYW5pdG9iYSI7czo1OiJfY29kZSI7czoyOiJNQiI7czo0OiJfdGF4IjtkOjA7fWk6NDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czoxMzoiTmV3IEJydW5zd2ljayI7czo1OiJfY29kZSI7czoyOiJOQiI7czo0OiJfdGF4IjtkOjA7fWk6NTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czoyNToiTmV3Zm91bmRsYW5kIGFuZCBMYWJyYWRvciI7czo1OiJfY29kZSI7czoyOiJOTCI7czo0OiJfdGF4IjtkOjA7fWk6NztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NztzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czoxMToiTm92YSBTY290aWEiO3M6NToiX2NvZGUiO3M6MjoiTlMiO3M6NDoiX3RheCI7ZDowO31pOjY7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjY7czoxMToiX2NvdW50cnlfaWQiO2k6MTAwO3M6NToiX25hbWUiO3M6MjE6Ik5vcnRod2VzdCBUZXJyaXRvcmllcyI7czo1OiJfY29kZSI7czoyOiJOVCI7czo0OiJfdGF4IjtkOjA7fWk6ODtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6ODtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czo3OiJOdW5hdnV0IjtzOjU6Il9jb2RlIjtzOjI6Ik5VIjtzOjQ6Il90YXgiO2Q6MDt9aTo5O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo5O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEwMDtzOjU6Il9uYW1lIjtzOjc6Ik9udGFyaW8iO3M6NToiX2NvZGUiO3M6MjoiT04iO3M6NDoiX3RheCI7ZDowO31pOjEwO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToxMDtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czoyMDoiUHJpbmNlIEVkd2FyZCBJc2xhbmQiO3M6NToiX2NvZGUiO3M6MjoiUEUiO3M6NDoiX3RheCI7ZDowO31pOjExO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToxMTtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czo2OiJRdWViZWMiO3M6NToiX2NvZGUiO3M6MjoiUUMiO3M6NDoiX3RheCI7ZDowO31pOjEyO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToxMjtzOjExOiJfY291bnRyeV9pZCI7aToxMDA7czo1OiJfbmFtZSI7czoxMjoiU2Fza2F0Y2hld2FuIjtzOjU6Il9jb2RlIjtzOjI6IlNLIjtzOjQ6Il90YXgiO2Q6MDt9aToxMztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MTM7czoxMToiX2NvdW50cnlfaWQiO2k6MTAwO3M6NToiX25hbWUiO3M6NToiWXVrb24iO3M6NToiX2NvZGUiO3M6MjoiWVQiO3M6NDoiX3RheCI7ZDowO319czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjE7fX1pOjEwMTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDEiO3M6NToiX25hbWUiO3M6ODoiQ2FtYm9kaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiS0giO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJLYW1wdWNoZWFuIFJpZWwiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IktIUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEwMjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDIiO3M6NToiX25hbWUiO3M6NzoiQnVydW5kaSI7czo4OiJfaXNvY29kZSI7czoyOiJCSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6IkJ1cnVuZGkgRnJhbmMiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkJJRiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEwMztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDMiO3M6NToiX25hbWUiO3M6MTI6IkJ1cmtpbmEgRmFzbyI7czo4OiJfaXNvY29kZSI7czoyOiJCRiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkNGQSBGcmFuYyBCQ0VBTyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWE9GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTA0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEwNCI7czo1OiJfbmFtZSI7czo4OiJCdWxnYXJpYSI7czo4OiJfaXNvY29kZSI7czoyOiJCRyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6IkJ1bGdhcmlhbiBMZXYiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkJHTiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEwNTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDUiO3M6NToiX25hbWUiO3M6MTc6IkJydW5laSBEYXJ1c3NhbGFtIjtzOjg6Il9pc29jb2RlIjtzOjI6IkJOIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMzoiQnJ1bmVpIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQk5EIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEwNjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDYiO3M6NToiX25hbWUiO3M6MzA6IkJyaXRpc2ggSW5kaWFuIE9jZWFuIFRlcnJpdG9yeSI7czo4OiJfaXNvY29kZSI7czoyOiJJTyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6OToiVVMgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTA3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEwNyI7czo1OiJfbmFtZSI7czo2OiJCcmF6aWwiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQlIiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJCcmF6aWxpYW4gUmVhbCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQlJMIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEwODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDgiO3M6NToiX25hbWUiO3M6MTM6IkJvdXZldCBJc2xhbmQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQlYiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJOb3J3ZWdpYW4gS3JvbmUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik5PSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEwOTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMDkiO3M6NToiX25hbWUiO3M6ODoiQm90c3dhbmEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQlciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEzOiJCb3Rzd2FuYSBQdWxhIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCV1AiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMTA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTEwIjtzOjU6Il9uYW1lIjtzOjE4OiJCb3NuaWEtSGVyemVnb3ZpbmEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQkEiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjU6Ik1hcmthIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCQU0iO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMTE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTExIjtzOjU6Il9uYW1lIjtzOjc6IkJvbGl2aWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQk8iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IkJvbGl2aWFubyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQk9CIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjExMjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMTIiO3M6NToiX25hbWUiO3M6NjoiQmh1dGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IkJUIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiQmh1dGFuIE5ndWx0cnVtIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCVE4iO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMTM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTEzIjtzOjU6Il9uYW1lIjtzOjc6IkJlcm11ZGEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQk0iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJCZXJtdWRpYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCTUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTE0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjExNCI7czo1OiJfbmFtZSI7czo1OiJCZW5pbiI7czo4OiJfaXNvY29kZSI7czoyOiJCSiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkNGQSBGcmFuYyBCQ0VBTyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWE9GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTE1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjExNSI7czo1OiJfbmFtZSI7czo2OiJCZWxpemUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQloiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEzOiJCZWxpemUgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCWkQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjExNjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMTYiO3M6NToiX25hbWUiO3M6NzoiQmVsZ2l1bSI7czo4OiJfaXNvY29kZSI7czoyOiJCRSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjExNztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMTciO3M6NToiX25hbWUiO3M6NzoiQmVsYXJ1cyI7czo4OiJfaXNvY29kZSI7czoyOiJCWSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTc6IkJlbGFydXNzaWFuIFJ1YmxlIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCWUIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMTg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTE4IjtzOjU6Il9uYW1lIjtzOjg6IkJhcmJhZG9zIjtzOjg6Il9pc29jb2RlIjtzOjI6IkJCIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiQmFyYmFkb3MgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCQkQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjExOTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMTkiO3M6NToiX25hbWUiO3M6MTA6IkJhbmdsYWRlc2giO3M6ODoiX2lzb2NvZGUiO3M6MjoiQkQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJCYW5nbGFkZXNoaSBUYWthIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCRFQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMjA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTIwIjtzOjU6Il9uYW1lIjtzOjc6IkJhaHJhaW4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiQkgiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJCYWhyYWluaSBEaW5hciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQkhEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTIxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEyMSI7czo1OiJfbmFtZSI7czo3OiJCYWhhbWFzIjtzOjg6Il9pc29jb2RlIjtzOjI6IkJTIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiQmFoYW1pYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJCU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEyMjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMjIiO3M6NToiX25hbWUiO3M6MTA6IkF6ZXJiYWlqYW4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiQVoiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE5OiJBemVyYmFpamFuaWFuIE1hbmF0IjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBWk0iO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMjM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTIzIjtzOjU6Il9uYW1lIjtzOjc6IkF1c3RyaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQVQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMjQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTI0IjtzOjU6Il9uYW1lIjtzOjU6IkFydWJhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkFXIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiQXJ1YmFuIEd1aWxkZXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkFXRyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMjU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTI1IjtzOjU6Il9uYW1lIjtzOjc6IkFybWVuaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQU0iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEzOiJBcm1lbmlhbiBEcmFtIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBTUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMjY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTI2IjtzOjU6Il9uYW1lIjtzOjk6IkFyZ2VudGluYSI7czo4OiJfaXNvY29kZSI7czoyOiJBUiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkFyZ2VudGluZSBQZXNvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBUlMiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTI3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEyNyI7czo1OiJfbmFtZSI7czoxOToiQW50aWd1YSBhbmQgQmFyYnVkYSI7czo4OiJfaXNvY29kZSI7czoyOiJBRyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjE6IkVhc3QgQ2FyaWJiZWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWENEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEyODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMjgiO3M6NToiX25hbWUiO3M6MTA6IkFudGFyY3RpY2EiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQVEiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjY6IkRvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQVRBIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTA6ImFudGFyY3RpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTI5O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEyOSI7czo1OiJfbmFtZSI7czo4OiJBbmd1aWxsYSI7czo4OiJfaXNvY29kZSI7czoyOiJBSSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjE6IkVhc3QgQ2FyaWJiZWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWENEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMzA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTMwIjtzOjU6Il9uYW1lIjtzOjY6IkFuZ29sYSI7czo4OiJfaXNvY29kZSI7czoyOiJBTyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTg6IkFuZ29sYW4gTmV3IEt3YW56YSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQU9OIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTMxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEzMSI7czo1OiJfbmFtZSI7czo3OiJBbmRvcnJhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkFEIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTMyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEzMiI7czo1OiJfbmFtZSI7czoxNDoiQW1lcmljYW4gU2Ftb2EiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQVMiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlVTIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEzMztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMzMiO3M6NToiX25hbWUiO3M6NzoiQWxnZXJpYSI7czo4OiJfaXNvY29kZSI7czoyOiJEWiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTQ6IkFsZ2VyaWFuIERpbmFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJEWkQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxMzQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTM0IjtzOjU6Il9uYW1lIjtzOjc6IkFsYmFuaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQUwiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEyOiJBbGJhbmlhbiBMZWsiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkFMTCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEzNTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMzUiO3M6NToiX25hbWUiO3M6MTE6IkFmZ2hhbmlzdGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IkFGIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxOToiQWZnaGFuaXN0YW4gQWZnaGFuaSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQUZBIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTM2O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEzNiI7czo1OiJfbmFtZSI7czozOiJVU0EiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVVMiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlVTIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMSI7czo0OiJfdGF4IjtzOjA6IiI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjEiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7YTo1MTp7czoyOiJBSyI7aToxNTtzOjI6IkFMIjtpOjE0O3M6MjoiQVIiO2k6MTc7czoyOiJBWiI7aToxNjtzOjI6IkNBIjtpOjE4O3M6MjoiQ08iO2k6MTk7czoyOiJDVCI7aToyMDtzOjI6IkRDIjtpOjYxO3M6MjoiREUiO2k6MjE7czoyOiJGTCI7aToyMjtzOjI6IkdBIjtpOjIzO3M6MjoiSEkiO2k6MjQ7czoyOiJJQSI7aToyODtzOjI6IklEIjtpOjI1O3M6MjoiSUwiO2k6MjY7czoyOiJJTiI7aToyNztzOjI6IktTIjtpOjI5O3M6MjoiS1kiO2k6MzA7czoyOiJMQSI7aTozMTtzOjI6Ik1BIjtpOjM0O3M6MjoiTUQiO2k6MzM7czoyOiJNRSI7aTozMjtzOjI6Ik1JIjtpOjM1O3M6MjoiTU4iO2k6MzY7czoyOiJNTyI7aTozODtzOjI6Ik1TIjtpOjM3O3M6MjoiTVQiO2k6Mzk7czoyOiJOQyI7aTo0NjtzOjI6Ik5EIjtpOjQ3O3M6MjoiTkUiO2k6NDA7czoyOiJOSCI7aTo0MjtzOjI6Ik5KIjtpOjQzO3M6MjoiTk0iO2k6NDQ7czoyOiJOViI7aTo0MTtzOjI6Ik5ZIjtpOjQ1O3M6MjoiT0giO2k6NDg7czoyOiJPSyI7aTo0OTtzOjI6Ik9SIjtpOjUwO3M6MjoiUEEiO2k6NTE7czoyOiJSSSI7aTo1MjtzOjI6IlNDIjtpOjUzO3M6MjoiU0QiO2k6NTQ7czoyOiJUTiI7aTo1NTtzOjI6IlRYIjtpOjU2O3M6MjoiVVQiO2k6NTc7czoyOiJWQSI7aTo1OTtzOjI6IlZUIjtpOjU4O3M6MjoiV0EiO2k6NjA7czoyOiJXSSI7aTo2MztzOjI6IldWIjtpOjYyO3M6MjoiV1kiO2k6NjQ7fXM6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjoxO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO2E6NTE6e3M6NjoiYWxhc2thIjtpOjE1O3M6NzoiYWxhYmFtYSI7aToxNDtzOjg6ImFya2Fuc2FzIjtpOjE3O3M6NzoiYXJpem9uYSI7aToxNjtzOjEwOiJjYWxpZm9ybmlhIjtpOjE4O3M6ODoiY29sb3JhZG8iO2k6MTk7czoxMToiY29ubmVjdGljdXQiO2k6MjA7czoxMzoid2FzaGluZ3RvbiBkYyI7aTo2MTtzOjg6ImRlbGF3YXJlIjtpOjIxO3M6NzoiZmxvcmlkYSI7aToyMjtzOjc6Imdlb3JnaWEiO2k6MjM7czo2OiJoYXdhaWkiO2k6MjQ7czo0OiJpb3dhIjtpOjI4O3M6NToiaWRhaG8iO2k6MjU7czo4OiJpbGxpbm9pcyI7aToyNjtzOjc6ImluZGlhbmEiO2k6Mjc7czo2OiJrYW5zYXMiO2k6Mjk7czo4OiJrZW50dWNreSI7aTozMDtzOjk6ImxvdWlzaWFuYSI7aTozMTtzOjEzOiJtYXNzYWNodXNldHRzIjtpOjM0O3M6ODoibWFyeWxhbmQiO2k6MzM7czo1OiJtYWluZSI7aTozMjtzOjg6Im1pY2hpZ2FuIjtpOjM1O3M6OToibWlubmVzb3RhIjtpOjM2O3M6ODoibWlzc291cmkiO2k6Mzg7czoxMToibWlzc2lzc2lwcGkiO2k6Mzc7czo3OiJtb250YW5hIjtpOjM5O3M6MTQ6Im5vcnRoIGNhcm9saW5hIjtpOjQ2O3M6MTI6Im5vcnRoIGRha290YSI7aTo0NztzOjg6Im5lYnJhc2thIjtpOjQwO3M6MTM6Im5ldyBoYW1wc2hpcmUiO2k6NDI7czoxMDoibmV3IGplcnNleSI7aTo0MztzOjEwOiJuZXcgbWV4aWNvIjtpOjQ0O3M6NjoibmV2YWRhIjtpOjQxO3M6ODoibmV3IHlvcmsiO2k6NDU7czo0OiJvaGlvIjtpOjQ4O3M6ODoib2tsYWhvbWEiO2k6NDk7czo2OiJvcmVnb24iO2k6NTA7czoxMjoicGVubnN5bHZhbmlhIjtpOjUxO3M6MTI6InJob2RlIGlzbGFuZCI7aTo1MjtzOjE0OiJzb3V0aCBjYXJvbGluYSI7aTo1MztzOjEyOiJzb3V0aCBkYWtvdGEiO2k6NTQ7czo5OiJ0ZW5uZXNzZWUiO2k6NTU7czo1OiJ0ZXhhcyI7aTo1NjtzOjQ6InV0YWgiO2k6NTc7czo4OiJ2aXJnaW5pYSI7aTo1OTtzOjc6InZlcm1vbnQiO2k6NTg7czoxMDoid2FzaGluZ3RvbiI7aTo2MDtzOjk6Indpc2NvbnNpbiI7aTo2MztzOjEzOiJ3ZXN0IHZpcmdpbmlhIjtpOjYyO3M6Nzoid3lvbWluZyI7aTo2NDt9czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjE7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7YTo1MTp7aToxNTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MTU7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NjoiQWxhc2thIjtzOjU6Il9jb2RlIjtzOjI6IkFLIjtzOjQ6Il90YXgiO2Q6MDt9aToxNDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MTQ7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NzoiQWxhYmFtYSI7czo1OiJfY29kZSI7czoyOiJBTCI7czo0OiJfdGF4IjtkOjA7fWk6MTc7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE3O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6IkFya2Fuc2FzIjtzOjU6Il9jb2RlIjtzOjI6IkFSIjtzOjQ6Il90YXgiO2Q6MDt9aToxNjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MTY7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NzoiQXJpem9uYSI7czo1OiJfY29kZSI7czoyOiJBWiI7czo0OiJfdGF4IjtkOjA7fWk6MTg7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE4O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEwOiJDYWxpZm9ybmlhIjtzOjU6Il9jb2RlIjtzOjI6IkNBIjtzOjQ6Il90YXgiO2Q6MDt9aToxOTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MTk7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiQ29sb3JhZG8iO3M6NToiX2NvZGUiO3M6MjoiQ08iO3M6NDoiX3RheCI7ZDowO31pOjIwO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyMDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMToiQ29ubmVjdGljdXQiO3M6NToiX2NvZGUiO3M6MjoiQ1QiO3M6NDoiX3RheCI7ZDowO31pOjYxO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo2MTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMzoiV2FzaGluZ3RvbiBEQyI7czo1OiJfY29kZSI7czoyOiJEQyI7czo0OiJfdGF4IjtkOjA7fWk6MjE7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjIxO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6IkRlbGF3YXJlIjtzOjU6Il9jb2RlIjtzOjI6IkRFIjtzOjQ6Il90YXgiO2Q6MDt9aToyMjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MjI7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NzoiRmxvcmlkYSI7czo1OiJfY29kZSI7czoyOiJGTCI7czo0OiJfdGF4IjtkOjA7fWk6MjM7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjIzO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6Ikdlb3JnaWEiO3M6NToiX2NvZGUiO3M6MjoiR0EiO3M6NDoiX3RheCI7ZDowO31pOjI0O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyNDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo2OiJIYXdhaWkiO3M6NToiX2NvZGUiO3M6MjoiSEkiO3M6NDoiX3RheCI7ZDowO31pOjI4O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyODtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo0OiJJb3dhIjtzOjU6Il9jb2RlIjtzOjI6IklBIjtzOjQ6Il90YXgiO2Q6MDt9aToyNTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MjU7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NToiSWRhaG8iO3M6NToiX2NvZGUiO3M6MjoiSUQiO3M6NDoiX3RheCI7ZDowO31pOjI2O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyNjtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJJbGxpbm9pcyI7czo1OiJfY29kZSI7czoyOiJJTCI7czo0OiJfdGF4IjtkOjA7fWk6Mjc7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjI3O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6IkluZGlhbmEiO3M6NToiX2NvZGUiO3M6MjoiSU4iO3M6NDoiX3RheCI7ZDowO31pOjI5O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyOTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo2OiJLYW5zYXMiO3M6NToiX2NvZGUiO3M6MjoiS1MiO3M6NDoiX3RheCI7ZDowO31pOjMwO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozMDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJLZW50dWNreSI7czo1OiJfY29kZSI7czoyOiJLWSI7czo0OiJfdGF4IjtkOjA7fWk6MzE7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjMxO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjk6IkxvdWlzaWFuYSI7czo1OiJfY29kZSI7czoyOiJMQSI7czo0OiJfdGF4IjtkOjA7fWk6MzQ7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjM0O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEzOiJNYXNzYWNodXNldHRzIjtzOjU6Il9jb2RlIjtzOjI6Ik1BIjtzOjQ6Il90YXgiO2Q6MDt9aTozMztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MzM7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiTWFyeWxhbmQiO3M6NToiX2NvZGUiO3M6MjoiTUQiO3M6NDoiX3RheCI7ZDowO31pOjMyO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozMjtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo1OiJNYWluZSI7czo1OiJfY29kZSI7czoyOiJNRSI7czo0OiJfdGF4IjtkOjA7fWk6MzU7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjM1O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6Ik1pY2hpZ2FuIjtzOjU6Il9jb2RlIjtzOjI6Ik1JIjtzOjQ6Il90YXgiO2Q6MDt9aTozNjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MzY7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6OToiTWlubmVzb3RhIjtzOjU6Il9jb2RlIjtzOjI6Ik1OIjtzOjQ6Il90YXgiO2Q6MDt9aTozODtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6Mzg7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiTWlzc291cmkiO3M6NToiX2NvZGUiO3M6MjoiTU8iO3M6NDoiX3RheCI7ZDowO31pOjM3O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozNztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMToiTWlzc2lzc2lwcGkiO3M6NToiX2NvZGUiO3M6MjoiTVMiO3M6NDoiX3RheCI7ZDowO31pOjM5O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozOTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo3OiJNb250YW5hIjtzOjU6Il9jb2RlIjtzOjI6Ik1UIjtzOjQ6Il90YXgiO2Q6MDt9aTo0NjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDY7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTQ6Ik5vcnRoIENhcm9saW5hIjtzOjU6Il9jb2RlIjtzOjI6Ik5DIjtzOjQ6Il90YXgiO2Q6MDt9aTo0NztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDc7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTI6Ik5vcnRoIERha290YSI7czo1OiJfY29kZSI7czoyOiJORCI7czo0OiJfdGF4IjtkOjA7fWk6NDA7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQwO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6Ik5lYnJhc2thIjtzOjU6Il9jb2RlIjtzOjI6Ik5FIjtzOjQ6Il90YXgiO2Q6MDt9aTo0MjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDI7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTM6Ik5ldyBIYW1wc2hpcmUiO3M6NToiX2NvZGUiO3M6MjoiTkgiO3M6NDoiX3RheCI7ZDowO31pOjQzO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo0MztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMDoiTmV3IEplcnNleSI7czo1OiJfY29kZSI7czoyOiJOSiI7czo0OiJfdGF4IjtkOjA7fWk6NDQ7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQ0O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEwOiJOZXcgTWV4aWNvIjtzOjU6Il9jb2RlIjtzOjI6Ik5NIjtzOjQ6Il90YXgiO2Q6MDt9aTo0MTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDE7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NjoiTmV2YWRhIjtzOjU6Il9jb2RlIjtzOjI6Ik5WIjtzOjQ6Il90YXgiO2Q6MDt9aTo0NTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDU7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiTmV3IFlvcmsiO3M6NToiX2NvZGUiO3M6MjoiTlkiO3M6NDoiX3RheCI7ZDowO31pOjQ4O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo0ODtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo0OiJPaGlvIjtzOjU6Il9jb2RlIjtzOjI6Ik9IIjtzOjQ6Il90YXgiO2Q6MDt9aTo0OTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDk7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiT2tsYWhvbWEiO3M6NToiX2NvZGUiO3M6MjoiT0siO3M6NDoiX3RheCI7ZDowO31pOjUwO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1MDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo2OiJPcmVnb24iO3M6NToiX2NvZGUiO3M6MjoiT1IiO3M6NDoiX3RheCI7ZDowO31pOjUxO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1MTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMjoiUGVubnN5bHZhbmlhIjtzOjU6Il9jb2RlIjtzOjI6IlBBIjtzOjQ6Il90YXgiO2Q6MDt9aTo1MjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTI7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTI6IlJob2RlIElzbGFuZCI7czo1OiJfY29kZSI7czoyOiJSSSI7czo0OiJfdGF4IjtkOjA7fWk6NTM7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjUzO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjE0OiJTb3V0aCBDYXJvbGluYSI7czo1OiJfY29kZSI7czoyOiJTQyI7czo0OiJfdGF4IjtkOjA7fWk6NTQ7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjU0O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEyOiJTb3V0aCBEYWtvdGEiO3M6NToiX2NvZGUiO3M6MjoiU0QiO3M6NDoiX3RheCI7ZDowO31pOjU1O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1NTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo5OiJUZW5uZXNzZWUiO3M6NToiX2NvZGUiO3M6MjoiVE4iO3M6NDoiX3RheCI7ZDowO31pOjU2O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1NjtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo1OiJUZXhhcyI7czo1OiJfY29kZSI7czoyOiJUWCI7czo0OiJfdGF4IjtkOjA7fWk6NTc7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjU3O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjQ6IlV0YWgiO3M6NToiX2NvZGUiO3M6MjoiVVQiO3M6NDoiX3RheCI7ZDowO31pOjU5O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1OTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJWaXJnaW5pYSI7czo1OiJfY29kZSI7czoyOiJWQSI7czo0OiJfdGF4IjtkOjA7fWk6NTg7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjU4O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6IlZlcm1vbnQiO3M6NToiX2NvZGUiO3M6MjoiVlQiO3M6NDoiX3RheCI7ZDowO31pOjYwO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo2MDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMDoiV2FzaGluZ3RvbiI7czo1OiJfY29kZSI7czoyOiJXQSI7czo0OiJfdGF4IjtkOjA7fWk6NjM7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjYzO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjk6Ildpc2NvbnNpbiI7czo1OiJfY29kZSI7czoyOiJXSSI7czo0OiJfdGF4IjtkOjA7fWk6NjI7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjYyO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEzOiJXZXN0IFZpcmdpbmlhIjtzOjU6Il9jb2RlIjtzOjI6IldWIjtzOjQ6Il90YXgiO2Q6MDt9aTo2NDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NjQ7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NzoiV3lvbWluZyI7czo1OiJfY29kZSI7czoyOiJXWSI7czo0OiJfdGF4IjtkOjA7fX1zOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MTt9fWk6MTM3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEzNyI7czo1OiJfbmFtZSI7czo5OiJBdXN0cmFsaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQVUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE3OiJBdXN0cmFsaWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQVVEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjEzODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMzgiO3M6NToiX25hbWUiO3M6MTQ6IlVuaXRlZCBLaW5nZG9tIjtzOjg6Il9pc29jb2RlIjtzOjI6IkdCIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiUG91bmQgU3RlcmxpbmciO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkdCUCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoyOiLCoyI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMTYzOyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMSI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTM5O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjEzOSI7czo1OiJfbmFtZSI7czo5OiJNYXVyaXRpdXMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTVUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJNYXVyaXRpdXMgUnVwZWUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik1VUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE0MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNDAiO3M6NToiX25hbWUiO3M6NzoiTWF5b3R0ZSI7czo4OiJfaXNvY29kZSI7czoyOiJZVCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE0MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNDEiO3M6NToiX25hbWUiO3M6NjoiTWV4aWNvIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1YIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxODoiTWV4aWNhbiBOdWV2byBQZXNvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNWE4iO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJub3J0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTQyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE0MiI7czo1OiJfbmFtZSI7czoxMDoiTWljcm9uZXNpYSI7czo4OiJfaXNvY29kZSI7czoyOiJGTSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6OToiVVMgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTQzO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE0MyI7czo1OiJfbmFtZSI7czo3OiJNb2xkb3ZhIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1EIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMjoiTW9sZG92YW4gTGV1IjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNREwiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNDQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTQ0IjtzOjU6Il9uYW1lIjtzOjY6Ik1vbmFjbyI7czo4OiJfaXNvY29kZSI7czoyOiJNQyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE0NTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNDUiO3M6NToiX25hbWUiO3M6ODoiTW9uZ29saWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTU4iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJNb25nb2xpYW4gVHVncmlrIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNTlQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNDY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTQ2IjtzOjU6Il9uYW1lIjtzOjEwOiJNb250c2VycmF0IjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1TIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoyMToiRWFzdCBDYXJpYmJlYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJYQ0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTQ3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE0NyI7czo1OiJfbmFtZSI7czo3OiJNb3JvY2NvIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1BIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiTW9yb2NjYW4gRGlyaGFtIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNQUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNDg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTQ4IjtzOjU6Il9uYW1lIjtzOjEwOiJNb3phbWJpcXVlIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1aIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxODoiTW96YW1iaXF1ZSBNZXRpY2FsIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNWk0iO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNDk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTQ5IjtzOjU6Il9uYW1lIjtzOjc6Ik15YW5tYXIiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTU0iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEyOiJNeWFubWFyIEt5YXQiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik1NSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE1MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNTAiO3M6NToiX25hbWUiO3M6NzoiTmFtaWJpYSI7czo4OiJfaXNvY29kZSI7czoyOiJOQSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6Ik5hbWliaWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTkFEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE1MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNTEiO3M6NToiX25hbWUiO3M6NToiTmF1cnUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTlIiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE3OiJBdXN0cmFsaWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQVVEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE1MjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNTIiO3M6NToiX25hbWUiO3M6NToiTmVwYWwiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTlAiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJOZXBhbGVzZSBSdXBlZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTlBSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTUzO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE1MyI7czo1OiJfbmFtZSI7czoxMToiTmV0aGVybGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTkwiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNTQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTU0IjtzOjU6Il9uYW1lIjtzOjIwOiJOZXRoZXJsYW5kcyBBbnRpbGxlcyI7czo4OiJfaXNvY29kZSI7czoyOiJBTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6Mjk6Ik5ldGhlcmxhbmRzIEFudGlsbGVhbiBHdWlsZGVyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBTkciO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNTU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTU1IjtzOjU6Il9uYW1lIjtzOjIyOiJOZXcgQ2FsZWRvbmlhIChGcmVuY2gpIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik5DIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJDRlAgRnJhbmMiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlhQRiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE1NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNTYiO3M6NToiX25hbWUiO3M6MTE6Ik5ldyBaZWFsYW5kIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik5aIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxODoiTmV3IFplYWxhbmQgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJOWkQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6NDoiMTIuNSI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTU3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE1NyI7czo1OiJfbmFtZSI7czo5OiJOaWNhcmFndWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTkkiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjIyOiJOaWNhcmFndWFuIENvcmRvYmEgT3JvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJOSUMiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJub3J0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTU4O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE1OCI7czo1OiJfbmFtZSI7czo1OiJOaWdlciI7czo4OiJfaXNvY29kZSI7czoyOiJORSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkNGQSBGcmFuYyBCQ0VBTyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWE9GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTU5O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE1OSI7czo1OiJfbmFtZSI7czo3OiJOaWdlcmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik5HIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiTmlnZXJpYW4gTmFpcmEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik5HTiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE2MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNjAiO3M6NToiX25hbWUiO3M6NDoiTml1ZSI7czo4OiJfaXNvY29kZSI7czoyOiJOVSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTg6Ik5ldyBaZWFsYW5kIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiTlpEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE2MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNjEiO3M6NToiX25hbWUiO3M6MTQ6Ik5vcmZvbGsgSXNsYW5kIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik5GIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNzoiQXVzdHJhbGlhbiBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkFVRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNjI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTYyIjtzOjU6Il9uYW1lIjtzOjI0OiJOb3J0aGVybiBNYXJpYW5hIElzbGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiTVAiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlVTIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE2MztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNjMiO3M6NToiX25hbWUiO3M6NjoiTm9yd2F5IjtzOjg6Il9pc29jb2RlIjtzOjI6Ik5PIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiTm9yd2VnaWFuIEtyb25lIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJOT0siO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNjQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTY0IjtzOjU6Il9uYW1lIjtzOjQ6Ik9tYW4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiT00iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEwOiJPbWFuaSBSaWFsIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJPTVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNjU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTY1IjtzOjU6Il9uYW1lIjtzOjg6IlBha2lzdGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IlBLIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiUGFraXN0YW4gUnVwZWUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlBLUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE2NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNjYiO3M6NToiX25hbWUiO3M6NToiUGFsYXUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiUFciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlVTIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE2NztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNjciO3M6NToiX25hbWUiO3M6NjoiUGFuYW1hIjtzOjg6Il9pc29jb2RlIjtzOjI6IlBBIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNzoiUGFuYW1hbmlhbiBCYWxib2EiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlBBQiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNjg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTY4IjtzOjU6Il9uYW1lIjtzOjE2OiJQYXB1YSBOZXcgR3VpbmVhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlBHIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoyMToiUGFwdWEgTmV3IEd1aW5lYSBLaW5hIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJQR0siO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNjk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTY5IjtzOjU6Il9uYW1lIjtzOjg6IlBhcmFndWF5IjtzOjg6Il9pc29jb2RlIjtzOjI6IlBZIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNjoiUGFyYWd1YXkgR3VhcmFuaSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUFlHIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE3MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNzAiO3M6NToiX25hbWUiO3M6NDoiUGVydSI7czo4OiJfaXNvY29kZSI7czoyOiJQRSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTg6IlBlcnV2aWFuIE51ZXZvIFNvbCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUEVOIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE3MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNzEiO3M6NToiX25hbWUiO3M6MTE6IlBoaWxpcHBpbmVzIjtzOjg6Il9pc29jb2RlIjtzOjI6IlBIIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiUGhpbGlwcGluZSBQZXNvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJQSFAiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNzI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTcyIjtzOjU6Il9uYW1lIjtzOjE1OiJQaXRjYWlybiBJc2xhbmQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiUE4iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJOZXcgWmVhbGFuZCBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik5aRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNzM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTczIjtzOjU6Il9uYW1lIjtzOjY6IlBvbGFuZCI7czo4OiJfaXNvY29kZSI7czoyOiJQTCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IlBvbGlzaCBabG90eSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUExOIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTc0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE3NCI7czo1OiJfbmFtZSI7czoxODoiUG9seW5lc2lhIChGcmVuY2gpIjtzOjg6Il9pc29jb2RlIjtzOjI6IlBGIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJDRlAgRnJhbmMiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlhQRiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE3NTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNzUiO3M6NToiX25hbWUiO3M6ODoiUG9ydHVnYWwiO3M6ODoiX2lzb2NvZGUiO3M6MjoiUFQiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxNzY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTc2IjtzOjU6Il9uYW1lIjtzOjExOiJQdWVydG8gUmljbyI7czo4OiJfaXNvY29kZSI7czoyOiJQUiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6OToiVVMgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE3NztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNzciO3M6NToiX25hbWUiO3M6NToiUWF0YXIiO3M6ODoiX2lzb2NvZGUiO3M6MjoiUUEiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjExOiJRYXRhcmkgUmlhbCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUUFSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTc4O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE3OCI7czo1OiJfbmFtZSI7czoxNjoiUmV1bmlvbiAoRnJlbmNoKSI7czo4OiJfaXNvY29kZSI7czoyOiJSRSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE3OTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxNzkiO3M6NToiX25hbWUiO3M6NzoiUm9tYW5pYSI7czo4OiJfaXNvY29kZSI7czoyOiJSTyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IlJvbWFuaWFuIExldSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUk9OIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTgwO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE4MCI7czo1OiJfbmFtZSI7czo2OiJSdXNzaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiUlUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEzOiJSdXNzaWFuIFJ1YmxlIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJSVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxODE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTgxIjtzOjU6Il9uYW1lIjtzOjY6IlJ3YW5kYSI7czo4OiJfaXNvY29kZSI7czoyOiJSVyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IlJ3YW5kYSBGcmFuYyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUldGIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTgyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE4MiI7czo1OiJfbmFtZSI7czoxMjoiU2FpbnQgSGVsZW5hIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNIIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNjoiU3QuIEhlbGVuYSBQb3VuZCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiU0hQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTgzO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE4MyI7czo1OiJfbmFtZSI7czoyODoiU2FpbnQgS2l0dHMgJiBOZXZpcyBBbmd1aWxsYSI7czo4OiJfaXNvY29kZSI7czoyOiJLTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjE6IkVhc3QgQ2FyaWJiZWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWENEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxODQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTg0IjtzOjU6Il9uYW1lIjtzOjExOiJTYWludCBMdWNpYSI7czo4OiJfaXNvY29kZSI7czoyOiJMQyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjE6IkVhc3QgQ2FyaWJiZWFuIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWENEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxODU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTg1IjtzOjU6Il9uYW1lIjtzOjI1OiJTYWludCBQaWVycmUgYW5kIE1pcXVlbG9uIjtzOjg6Il9pc29jb2RlIjtzOjI6IlBNIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE4NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxODYiO3M6NToiX25hbWUiO3M6MjY6IlNhaW50IFZpbmNlbnQgJiBHcmVuYWRpbmVzIjtzOjg6Il9pc29jb2RlIjtzOjI6IlZDIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoyMToiRWFzdCBDYXJpYmJlYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJYQ0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE4NztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxODciO3M6NToiX25hbWUiO3M6NToiU2Ftb2EiO3M6ODoiX2lzb2NvZGUiO3M6MjoiV1MiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjExOiJTYW1vYW4gVGFsYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiV1NUIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTg4O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE4OCI7czo1OiJfbmFtZSI7czoxMDoiU2FuIE1hcmlubyI7czo4OiJfaXNvY29kZSI7czoyOiJTTSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6Ikl0YWxpYW4gTGlyYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiSVRMIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTg5O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE4OSI7czo1OiJfbmFtZSI7czoyMToiU2FvIFRvbWUgYW5kIFByaW5jaXBlIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNUIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo1OiJEb2JyYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiU1REIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTkwO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE5MCI7czo1OiJfbmFtZSI7czoxMjoiU2F1ZGkgQXJhYmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNBIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMToiU2F1ZGkgUml5YWwiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNBUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE5MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxOTEiO3M6NToiX25hbWUiO3M6NzoiU2VuZWdhbCI7czo4OiJfaXNvY29kZSI7czoyOiJTTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IkNGQSBGcmFuYyBCQ0VBTyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWE9GIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTkyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE5MiI7czo1OiJfbmFtZSI7czoxMDoiU2V5Y2hlbGxlcyI7czo4OiJfaXNvY29kZSI7czoyOiJTQyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTY6IlNleWNoZWxsZXMgUnVwZWUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNDUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE5MztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxOTMiO3M6NToiX25hbWUiO3M6MTI6IlNpZXJyYSBMZW9uZSI7czo4OiJfaXNvY29kZSI7czoyOiJTTCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTg6IlNpZXJyYSBMZW9uZSBMZW9uZSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiU0xMIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTk0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE5NCI7czo1OiJfbmFtZSI7czo5OiJTaW5nYXBvcmUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiU0ciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE2OiJTaW5nYXBvcmUgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJTR0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MTk1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjE5NSI7czo1OiJfbmFtZSI7czo4OiJTbG92YWtpYSI7czo4OiJfaXNvY29kZSI7czoyOiJTSyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6IlNsb3ZhayBLb3J1bmEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNLSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE5NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxOTYiO3M6NToiX25hbWUiO3M6ODoiU2xvdmVuaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiU0kiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJTbG92ZW5pYW4gVG9sYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNJVCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE5NztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxOTciO3M6NToiX25hbWUiO3M6MTU6IlNvbG9tb24gSXNsYW5kcyI7czo4OiJfaXNvY29kZSI7czoyOiJTQiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjI6IlNvbG9tb24gSXNsYW5kcyBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNCRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToxOTg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMTk4IjtzOjU6Il9uYW1lIjtzOjc6IlNvbWFsaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiU08iO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJTb21hbGkgU2hpbGxpbmciO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNPRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjE5OTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxOTkiO3M6NToiX25hbWUiO3M6MTI6IlNvdXRoIEFmcmljYSI7czo4OiJfaXNvY29kZSI7czoyOiJaQSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTg6IlNvdXRoIEFmcmljYW4gUmFuZCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiWkFSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjAwO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIwMCI7czo1OiJfbmFtZSI7czozODoiU291dGggR2VvcmdpYSAmIFNvdXRoIFNhbmR3aWNoIElzbGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiR1MiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJQb3VuZCBTdGVybGluZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR0JQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsKjIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMxNjM7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJzb3V0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjAxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIwMSI7czo1OiJfbmFtZSI7czo1OiJTcGFpbiI7czo4OiJfaXNvY29kZSI7czoyOiJFUyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIwMjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMDIiO3M6NToiX25hbWUiO3M6OToiU3JpIExhbmthIjtzOjg6Il9pc29jb2RlIjtzOjI6IkxLIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiU3JpIExhbmthIFJ1cGVlIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJMS1IiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMDM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjAzIjtzOjU6Il9uYW1lIjtzOjU6IlN1ZGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNEIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiU3VkYW5lc2UgRGluYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNERCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIwNDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMDQiO3M6NToiX25hbWUiO3M6ODoiU3VyaW5hbWUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiU1IiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJTdXJpbmFtIEd1aWxkZXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlNSRyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMDU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjA1IjtzOjU6Il9uYW1lIjtzOjMwOiJTdmFsYmFyZCBhbmQgSmFuIE1heWVuIElzbGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiU0oiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJOb3J3ZWdpYW4gS3JvbmUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik5PSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MDoiIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIwNjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMDYiO3M6NToiX25hbWUiO3M6OToiU3dhemlsYW5kIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNaIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxOToiU3dhemlsYW5kIExpbGFuZ2VuaSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiU1pMIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjA3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIwNyI7czo1OiJfbmFtZSI7czo2OiJTd2VkZW4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiU0UiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEzOiJTd2VkaXNoIEtyb25hIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJTRUsiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMDg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjA4IjtzOjU6Il9uYW1lIjtzOjExOiJTd2l0emVybGFuZCI7czo4OiJfaXNvY29kZSI7czoyOiJDSCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTE6IlN3aXNzIEZyYW5jIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJDSEYiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMDk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjA5IjtzOjU6Il9uYW1lIjtzOjU6IlN5cmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNZIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMjoiU3lyaWFuIFBvdW5kIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJTWVAiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMTA7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjEwIjtzOjU6Il9uYW1lIjtzOjY6IlRhaXdhbiI7czo4OiJfaXNvY29kZSI7czoyOiJUVyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTM6IlRhaXdhbiBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlRXRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMTE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjExIjtzOjU6Il9uYW1lIjtzOjEwOiJUYWppa2lzdGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IlRKIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMToiVGFqaWsgUnVibGUiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlRKUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIxMjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMTIiO3M6NToiX25hbWUiO3M6ODoiVGFuemFuaWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVFoiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJUYW56YW5pYW4gU2hpbGxpbmciO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlRaUyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIxMztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMTMiO3M6NToiX25hbWUiO3M6ODoiVGhhaWxhbmQiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVEgiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlRoYWkgQmFodCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVEhCIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjE0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIxNCI7czo1OiJfbmFtZSI7czo0OiJUb2dvIjtzOjg6Il9pc29jb2RlIjtzOjI6IlRHIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiQ0ZBIEZyYW5jIEJDRUFPIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJYT0YiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMTU7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjE1IjtzOjU6Il9uYW1lIjtzOjc6IlRva2VsYXUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVEsiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJOZXcgWmVhbGFuZCBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6Ik5aRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMTY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjE2IjtzOjU6Il9uYW1lIjtzOjU6IlRvbmdhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlRPIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxOToiVG9uZ2FuIFBhJiM2OTk7YW5nYSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVE9QIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjE3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIxNyI7czo1OiJfbmFtZSI7czoxOToiVHJpbmlkYWQgYW5kIFRvYmFnbyI7czo4OiJfaXNvY29kZSI7czoyOiJUVCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjY6IlRyaW5pZGFkIGFuZCBUb2JhZ28gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJUVEQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjE4O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIxOCI7czo1OiJfbmFtZSI7czo3OiJUdW5pc2lhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlROIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiVHVuaXNpYW4gRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJUTkQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjE5O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIxOSI7czo1OiJfbmFtZSI7czo2OiJUdXJrZXkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVFIiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjEyOiJUdXJraXNoIExpcmEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlRSTCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIyMDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMjAiO3M6NToiX25hbWUiO3M6MTI6IlR1cmttZW5pc3RhbiI7czo4OiJfaXNvY29kZSI7czoyOiJUTSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NToiTWFuYXQiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlRNTSI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIyMTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMjEiO3M6NToiX25hbWUiO3M6MjQ6IlR1cmtzIGFuZCBDYWljb3MgSXNsYW5kcyI7czo4OiJfaXNvY29kZSI7czoyOiJUQyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6OToiVVMgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoibm9ydGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIyMjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMjIiO3M6NToiX25hbWUiO3M6NjoiVHV2YWx1IjtzOjg6Il9pc29jb2RlIjtzOjI6IlRWIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNzoiQXVzdHJhbGlhbiBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkFVRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMjM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjIzIjtzOjU6Il9uYW1lIjtzOjQ6IlUuSy4iO3M6ODoiX2lzb2NvZGUiO3M6MjoiVUsiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJQb3VuZCBTdGVybGluZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiR0JQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsKjIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMxNjM7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czo0OiIxNy41IjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMjQ7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjI0IjtzOjU6Il9uYW1lIjtzOjY6IlVnYW5kYSI7czo4OiJfaXNvY29kZSI7czoyOiJVRyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IlVnYW5kYSBTaGlsbGluZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVUdTIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJhZnJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjI1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIyNSI7czo1OiJfbmFtZSI7czo3OiJVa3JhaW5lIjtzOjg6Il9pc29jb2RlIjtzOjI6IlVBIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiVWtyYWluZSBIcnl2bmlhIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVQUciO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMjY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjI2IjtzOjU6Il9uYW1lIjtzOjIwOiJVbml0ZWQgQXJhYiBFbWlyYXRlcyI7czo4OiJfaXNvY29kZSI7czoyOiJBRSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MjA6IkFyYWIgRW1pcmF0ZXMgRGlyaGFtIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJBRUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMjc7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjI3IjtzOjU6Il9uYW1lIjtzOjc6IlVydWd1YXkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVVkiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE0OiJVcnVndWF5YW4gUGVzbyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVlQIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIyODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMjgiO3M6NToiX25hbWUiO3M6MjY6IlVTQSBNaW5vciBPdXRseWluZyBJc2xhbmRzIjtzOjg6Il9pc29jb2RlIjtzOjI6IlVNIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJVUyBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlVTRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjA6IiI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMjk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjI5IjtzOjU6Il9uYW1lIjtzOjEwOiJVemJla2lzdGFuIjtzOjg6Il9pc29jb2RlIjtzOjI6IlVaIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiVXpiZWtpc3RhbiBTdW0iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlVaUyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIzMDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMzAiO3M6NToiX25hbWUiO3M6NzoiVmFudWF0dSI7czo4OiJfaXNvY29kZSI7czoyOiJWVSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTI6IlZhbnVhdHUgVmF0dSI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVlVWIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjMxO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIzMSI7czo1OiJfbmFtZSI7czo3OiJWYXRpY2FuIjtzOjg6Il9pc29jb2RlIjtzOjI6IlZBIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjMyO086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIzMiI7czo1OiJfbmFtZSI7czo5OiJWZW5lenVlbGEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVkUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJWZW5lenVlbGFuIEJvbGl2YXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkJzRiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIzMztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMzMiO3M6NToiX25hbWUiO3M6NzoiVmlldG5hbSI7czo4OiJfaXNvY29kZSI7czoyOiJWTiI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTU6IlZpZXRuYW1lc2UgRG9uZyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVk5EIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czoxMToiYXNpYXBhY2lmaWMiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjM0O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIzNCI7czo1OiJfbmFtZSI7czoyNDoiVmlyZ2luIElzbGFuZHMgKEJyaXRpc2gpIjtzOjg6Il9pc29jb2RlIjtzOjI6IlZHIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJVUyBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlVTRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjEyOiJub3J0aGFtZXJpY2EiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjM1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjIzNSI7czo1OiJfbmFtZSI7czoyMDoiVmlyZ2luIElzbGFuZHMgKFVTQSkiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVkkiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlVTIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo2OiImIzAzNjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMzY7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjM2IjtzOjU6Il9uYW1lIjtzOjI1OiJXYWxsaXMgYW5kIEZ1dHVuYSBJc2xhbmRzIjtzOjg6Il9pc29jb2RlIjtzOjI6IldGIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJDRlAgRnJhbmMiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlhQRiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIzNztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMzciO3M6NToiX25hbWUiO3M6MTQ6Ildlc3Rlcm4gU2FoYXJhIjtzOjg6Il9pc29jb2RlIjtzOjI6IkVIIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNToiTW9yb2NjYW4gRGlyaGFtIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJNQUQiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MDoiIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6MDoiIjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyMzg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjM4IjtzOjU6Il9uYW1lIjtzOjU6IlllbWVuIjtzOjg6Il9pc29jb2RlIjtzOjI6IllFIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMToiWWVtZW5pIFJpYWwiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IllFUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjIzOTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyMzkiO3M6NToiX25hbWUiO3M6MTA6Ill1Z29zbGF2aWEiO3M6ODoiX2lzb2NvZGUiO3M6MjoiWVUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE4OiJZdWdvc2xhdiBOZXcgRGluYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IllVTiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI0MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyNDAiO3M6NToiX25hbWUiO3M6NjoiWmFtYmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlpNIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiWmFtYmlhbiBLd2FjaGEiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlpNSyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czowOiIiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czowOiIiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiYWZyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI0MTtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyNDEiO3M6NToiX25hbWUiO3M6ODoiWmltYmFid2UiO3M6ODoiX2lzb2NvZGUiO3M6MjoiWlciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjE1OiJaaW1iYWJ3ZSBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlpXRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjAiO3M6NDoiX3RheCI7czoxOiIwIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImFmcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNDI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjQyIjtzOjU6Il9uYW1lIjtzOjExOiJEZXV0c2NobGFuZCI7czo4OiJfaXNvY29kZSI7czoyOiJERSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MToiMCI7czo0OiJfdGF4IjtzOjE6IjAiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI0MztPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyNDMiO3M6NToiX25hbWUiO3M6NjoiU2VyYmlhIjtzOjg6Il9pc29jb2RlIjtzOjI6IlJTIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxMzoiU2VyYmlhbiBEaW5hciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiUlNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjA6IiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjA6IiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czowOiIiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6NjoiZXVyb3BlIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI0NDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyNDQiO3M6NToiX25hbWUiO3M6MTA6Ik1vbnRlbmVncm8iO3M6ODoiX2lzb2NvZGUiO3M6MjoiTUUiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjA6IiI7czo0OiJfdGF4IjtzOjA6IiI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjQ1O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjI0NSI7czo1OiJfbmFtZSI7czoxMToiVGltb3ItTGVzdGUiO3M6ODoiX2lzb2NvZGUiO3M6MjoiVEwiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjk6IlVTIERvbGxhciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiVVNEIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjE6IiQiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo1OiImIzAzNiI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czowOiIiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTE6ImFzaWFwYWNpZmljIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI0NjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyNDYiO3M6NToiX25hbWUiO3M6MTM6IkFsYW5kIElzbGFuZHMiO3M6ODoiX2lzb2NvZGUiO3M6MjoiQVgiO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjQ6IkV1cm8iO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkVVUiI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czozOiLigqwiO3M6MjE6Il9jdXJyZW5jeV9zeW1ib2xfaHRtbCI7czo3OiImIzgzNjQ7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjA6IiI7czo0OiJfdGF4IjtzOjA6IiI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMCI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fWk6MjQ3O086MTI6IldQU0NfQ291bnRyeSI6MTY6e3M6MzoiX2lkIjtzOjM6IjI0NyI7czo1OiJfbmFtZSI7czoxNjoiU2FpbnQgQmFydGhlbGVteSI7czo4OiJfaXNvY29kZSI7czoyOiJCTCI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6NDoiRXVybyI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiRVVSIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCrCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2NDsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MDoiIjtzOjQ6Il90YXgiO3M6MDoiIjtzOjEwOiJfY29udGluZW50IjtzOjY6ImV1cm9wZSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNDg7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjQ4IjtzOjU6Il9uYW1lIjtzOjMyOiJCb25haXJlLCBTaW50IEV1c3RhdGl1cyBhbmQgU2FiYSI7czo4OiJfaXNvY29kZSI7czoyOiJCUSI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6OToiVVMgRG9sbGFyIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJVU0QiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6MToiJCI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMDM2OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czowOiIiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNDk7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjQ5IjtzOjU6Il9uYW1lIjtzOjc6IkN1cmFjYW8iO3M6ODoiX2lzb2NvZGUiO3M6MjoiQ1ciO3M6MTQ6Il9jdXJyZW5jeV9uYW1lIjtzOjI5OiJOZXRoZXJsYW5kcyBBbnRpbGxlYW4gR3VpbGRlciI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiQU5HIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjI6IsaSIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiM0MDI7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjA6IiI7czo0OiJfdGF4IjtzOjA6IiI7czoxMDoiX2NvbnRpbmVudCI7czoxMjoic291dGhhbWVyaWNhIjtzOjg6Il92aXNpYmxlIjtzOjE6IjAiO3M6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX2NvZGUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX1pOjI1MDtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIyNTAiO3M6NToiX25hbWUiO3M6MjY6IlNhaW50IE1hcnRpbiAoRnJlbmNoIFBhcnQpIjtzOjg6Il9pc29jb2RlIjtzOjI6Ik1GIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czowOiIiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNTE7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjUxIjtzOjU6Il9uYW1lIjtzOjIzOiJQYWxlc3RpbmlhbiBUZXJyaXRvcmllcyI7czo4OiJfaXNvY29kZSI7czoyOiJQUyI7czoxNDoiX2N1cnJlbmN5X25hbWUiO3M6MTg6IklzcmFlbGkgTmV3IFNoZXFlbCI7czoxNDoiX2N1cnJlbmN5X2NvZGUiO3M6MzoiSUxTIjtzOjE2OiJfY3VycmVuY3lfc3ltYm9sIjtzOjM6IuKCqiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjc6IiYjODM2MjsiO3M6NToiX2NvZGUiO3M6MDoiIjtzOjEyOiJfaGFzX3JlZ2lvbnMiO3M6MDoiIjtzOjQ6Il90YXgiO3M6MDoiIjtzOjEwOiJfY29udGluZW50IjtzOjExOiJhc2lhcGFjaWZpYyI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNTI7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjUyIjtzOjU6Il9uYW1lIjtzOjI1OiJTaW50IE1hYXJ0ZW4gKER1dGNoIFBhcnQpIjtzOjg6Il9pc29jb2RlIjtzOjI6IlNYIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoyOToiTmV0aGVybGFuZHMgQW50aWxsZWFuIEd1aWxkZXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkFORyI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoyOiLGkiI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjNDAyOyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czowOiIiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319aToyNTM7TzoxMjoiV1BTQ19Db3VudHJ5IjoxNjp7czozOiJfaWQiO3M6MzoiMjUzIjtzOjU6Il9uYW1lIjtzOjEzOiJGcmVuY2ggR3VpYW5hIjtzOjg6Il9pc29jb2RlIjtzOjI6IkdGIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo0OiJFdXJvIjtzOjE0OiJfY3VycmVuY3lfY29kZSI7czozOiJFVVIiO3M6MTY6Il9jdXJyZW5jeV9zeW1ib2wiO3M6Mzoi4oKsIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NzoiJiM4MzY0OyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czowOiIiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6InNvdXRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIwIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjU6Il9yZWdpb25faWRfYnlfcmVnaW9uX25hbWUiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyOToiX3JlZ2lvbl9pZF90b19yZWdpb25fY29kZV9tYXAiO047czo4OiJfcmVnaW9ucyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO319fQ==','yes'),(1550613,'_transient_wpsc_countries-14','YTo4OntzOjI5OiJfbWFwc190b19zYXZlX3dpdGhfY29yZV9jbGFzcyI7YTo5OntzOjE5OiJyZWdpb25fYnlfcmVnaW9uX2lkIjtiOjE7czoyNDoicmVnaW9uX2NvZGVfYnlfcmVnaW9uX2lkIjtiOjE7czoyMzoiY291bnRyeV9pZF9ieV9yZWdpb25faWQiO2I6MTtzOjIyOiJjb3VudHJ5X2lkX2J5X2lzb19jb2RlIjtiOjE7czoyNjoiY291bnRyeV9jb2RlX2J5X2NvdW50cnlfaWQiO2I6MTtzOjMzOiJhY3RpdmVfd3BzY19jb3VudHJ5X2J5X2NvdW50cnlfaWQiO2I6MTtzOjEwOiJjdXJyZW5jaWVzIjtiOjE7czoyNjoiY291bnRyeV9pZF9ieV9jb3VudHJ5X25hbWUiO2I6MDtzOjMwOiJhbGxfd3BzY19jb3VudHJ5X2J5X2NvdW50cnlfaWQiO2I6MDt9czoxOToicmVnaW9uX2J5X3JlZ2lvbl9pZCI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO047czoxMzoiX21hcF9jYWxsYmFjayI7YToyOntpOjA7czoxNDoiV1BTQ19Db3VudHJpZXMiO2k6MTtzOjMxOiJfY3JlYXRlX3JlZ2lvbl9ieV9yZWdpb25faWRfbWFwIjt9czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjQ6InJlZ2lvbl9jb2RlX2J5X3JlZ2lvbl9pZCI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO047czoxMzoiX21hcF9jYWxsYmFjayI7YToyOntpOjA7czoxNDoiV1BTQ19Db3VudHJpZXMiO2k6MTtzOjM2OiJfY3JlYXRlX3JlZ2lvbl9jb2RlX2J5X3JlZ2lvbl9pZF9tYXAiO31zOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyMzoiY291bnRyeV9pZF9ieV9yZWdpb25faWQiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtOO3M6MTM6Il9tYXBfY2FsbGJhY2siO2E6Mjp7aTowO3M6MTQ6IldQU0NfQ291bnRyaWVzIjtpOjE7czozNToiX2NyZWF0ZV9jb3VudHJ5X2lkX2J5X3JlZ2lvbl9pZF9tYXAiO31zOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoyMjoiY291bnRyeV9pZF9ieV9pc29fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO047czoxMzoiX21hcF9jYWxsYmFjayI7YToyOntpOjA7czoxNDoiV1BTQ19Db3VudHJpZXMiO2k6MTtzOjM0OiJfY3JlYXRlX2NvdW50cnlfaWRfYnlfaXNvX2NvZGVfbWFwIjt9czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6MjY6ImNvdW50cnlfY29kZV9ieV9jb3VudHJ5X2lkIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7TjtzOjEzOiJfbWFwX2NhbGxiYWNrIjthOjI6e2k6MDtzOjE0OiJXUFNDX0NvdW50cmllcyI7aToxO3M6MzQ6Il9jcmVhdGVfY291bnRyeV9jb2RlX2J5X2NvdW50cnlfaWQiO31zOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czozMzoiYWN0aXZlX3dwc2NfY291bnRyeV9ieV9jb3VudHJ5X2lkIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7TjtzOjEzOiJfbWFwX2NhbGxiYWNrIjthOjI6e2k6MDtzOjE0OiJXUFNDX0NvdW50cmllcyI7aToxO3M6Mjg6Il9jcmVhdGVfYWN0aXZlX2NvdW50cmllc19tYXAiO31zOjk6Il9tYXBfZGF0YSI7YToyOntpOjEzNjtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMzYiO3M6NToiX25hbWUiO3M6MzoiVVNBIjtzOjg6Il9pc29jb2RlIjtzOjI6IlVTIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czo5OiJVUyBEb2xsYXIiO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IlVTRCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoxOiIkIjtzOjIxOiJfY3VycmVuY3lfc3ltYm9sX2h0bWwiO3M6NjoiJiMwMzY7IjtzOjU6Il9jb2RlIjtzOjA6IiI7czoxMjoiX2hhc19yZWdpb25zIjtzOjE6IjEiO3M6NDoiX3RheCI7czowOiIiO3M6MTA6Il9jb250aW5lbnQiO3M6MTI6Im5vcnRoYW1lcmljYSI7czo4OiJfdmlzaWJsZSI7czoxOiIxIjtzOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9jb2RlIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO2E6NTE6e3M6MjoiQUsiO2k6MTU7czoyOiJBTCI7aToxNDtzOjI6IkFSIjtpOjE3O3M6MjoiQVoiO2k6MTY7czoyOiJDQSI7aToxODtzOjI6IkNPIjtpOjE5O3M6MjoiQ1QiO2k6MjA7czoyOiJEQyI7aTo2MTtzOjI6IkRFIjtpOjIxO3M6MjoiRkwiO2k6MjI7czoyOiJHQSI7aToyMztzOjI6IkhJIjtpOjI0O3M6MjoiSUEiO2k6Mjg7czoyOiJJRCI7aToyNTtzOjI6IklMIjtpOjI2O3M6MjoiSU4iO2k6Mjc7czoyOiJLUyI7aToyOTtzOjI6IktZIjtpOjMwO3M6MjoiTEEiO2k6MzE7czoyOiJNQSI7aTozNDtzOjI6Ik1EIjtpOjMzO3M6MjoiTUUiO2k6MzI7czoyOiJNSSI7aTozNTtzOjI6Ik1OIjtpOjM2O3M6MjoiTU8iO2k6Mzg7czoyOiJNUyI7aTozNztzOjI6Ik1UIjtpOjM5O3M6MjoiTkMiO2k6NDY7czoyOiJORCI7aTo0NztzOjI6Ik5FIjtpOjQwO3M6MjoiTkgiO2k6NDI7czoyOiJOSiI7aTo0MztzOjI6Ik5NIjtpOjQ0O3M6MjoiTlYiO2k6NDE7czoyOiJOWSI7aTo0NTtzOjI6Ik9IIjtpOjQ4O3M6MjoiT0siO2k6NDk7czoyOiJPUiI7aTo1MDtzOjI6IlBBIjtpOjUxO3M6MjoiUkkiO2k6NTI7czoyOiJTQyI7aTo1MztzOjI6IlNEIjtpOjU0O3M6MjoiVE4iO2k6NTU7czoyOiJUWCI7aTo1NjtzOjI6IlVUIjtpOjU3O3M6MjoiVkEiO2k6NTk7czoyOiJWVCI7aTo1ODtzOjI6IldBIjtpOjYwO3M6MjoiV0kiO2k6NjM7czoyOiJXViI7aTo2MjtzOjI6IldZIjtpOjY0O31zOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MTt9czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fbmFtZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjthOjUxOntzOjY6ImFsYXNrYSI7aToxNTtzOjc6ImFsYWJhbWEiO2k6MTQ7czo4OiJhcmthbnNhcyI7aToxNztzOjc6ImFyaXpvbmEiO2k6MTY7czoxMDoiY2FsaWZvcm5pYSI7aToxODtzOjg6ImNvbG9yYWRvIjtpOjE5O3M6MTE6ImNvbm5lY3RpY3V0IjtpOjIwO3M6MTM6Indhc2hpbmd0b24gZGMiO2k6NjE7czo4OiJkZWxhd2FyZSI7aToyMTtzOjc6ImZsb3JpZGEiO2k6MjI7czo3OiJnZW9yZ2lhIjtpOjIzO3M6NjoiaGF3YWlpIjtpOjI0O3M6NDoiaW93YSI7aToyODtzOjU6ImlkYWhvIjtpOjI1O3M6ODoiaWxsaW5vaXMiO2k6MjY7czo3OiJpbmRpYW5hIjtpOjI3O3M6Njoia2Fuc2FzIjtpOjI5O3M6ODoia2VudHVja3kiO2k6MzA7czo5OiJsb3Vpc2lhbmEiO2k6MzE7czoxMzoibWFzc2FjaHVzZXR0cyI7aTozNDtzOjg6Im1hcnlsYW5kIjtpOjMzO3M6NToibWFpbmUiO2k6MzI7czo4OiJtaWNoaWdhbiI7aTozNTtzOjk6Im1pbm5lc290YSI7aTozNjtzOjg6Im1pc3NvdXJpIjtpOjM4O3M6MTE6Im1pc3Npc3NpcHBpIjtpOjM3O3M6NzoibW9udGFuYSI7aTozOTtzOjE0OiJub3J0aCBjYXJvbGluYSI7aTo0NjtzOjEyOiJub3J0aCBkYWtvdGEiO2k6NDc7czo4OiJuZWJyYXNrYSI7aTo0MDtzOjEzOiJuZXcgaGFtcHNoaXJlIjtpOjQyO3M6MTA6Im5ldyBqZXJzZXkiO2k6NDM7czoxMDoibmV3IG1leGljbyI7aTo0NDtzOjY6Im5ldmFkYSI7aTo0MTtzOjg6Im5ldyB5b3JrIjtpOjQ1O3M6NDoib2hpbyI7aTo0ODtzOjg6Im9rbGFob21hIjtpOjQ5O3M6Njoib3JlZ29uIjtpOjUwO3M6MTI6InBlbm5zeWx2YW5pYSI7aTo1MTtzOjEyOiJyaG9kZSBpc2xhbmQiO2k6NTI7czoxNDoic291dGggY2Fyb2xpbmEiO2k6NTM7czoxMjoic291dGggZGFrb3RhIjtpOjU0O3M6OToidGVubmVzc2VlIjtpOjU1O3M6NToidGV4YXMiO2k6NTY7czo0OiJ1dGFoIjtpOjU3O3M6ODoidmlyZ2luaWEiO2k6NTk7czo3OiJ2ZXJtb250IjtpOjU4O3M6MTA6Indhc2hpbmd0b24iO2k6NjA7czo5OiJ3aXNjb25zaW4iO2k6NjM7czoxMzoid2VzdCB2aXJnaW5pYSI7aTo2MjtzOjc6Ind5b21pbmciO2k6NjQ7fXM6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjoxO31zOjI5OiJfcmVnaW9uX2lkX3RvX3JlZ2lvbl9jb2RlX21hcCI7TjtzOjg6Il9yZWdpb25zIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO2E6NTE6e2k6MTU7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE1O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjY6IkFsYXNrYSI7czo1OiJfY29kZSI7czoyOiJBSyI7czo0OiJfdGF4IjtkOjA7fWk6MTQ7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE0O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6IkFsYWJhbWEiO3M6NToiX2NvZGUiO3M6MjoiQUwiO3M6NDoiX3RheCI7ZDowO31pOjE3O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToxNztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJBcmthbnNhcyI7czo1OiJfY29kZSI7czoyOiJBUiI7czo0OiJfdGF4IjtkOjA7fWk6MTY7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE2O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6IkFyaXpvbmEiO3M6NToiX2NvZGUiO3M6MjoiQVoiO3M6NDoiX3RheCI7ZDowO31pOjE4O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToxODtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMDoiQ2FsaWZvcm5pYSI7czo1OiJfY29kZSI7czoyOiJDQSI7czo0OiJfdGF4IjtkOjA7fWk6MTk7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjE5O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6IkNvbG9yYWRvIjtzOjU6Il9jb2RlIjtzOjI6IkNPIjtzOjQ6Il90YXgiO2Q6MDt9aToyMDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MjA7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTE6IkNvbm5lY3RpY3V0IjtzOjU6Il9jb2RlIjtzOjI6IkNUIjtzOjQ6Il90YXgiO2Q6MDt9aTo2MTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NjE7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTM6Ildhc2hpbmd0b24gREMiO3M6NToiX2NvZGUiO3M6MjoiREMiO3M6NDoiX3RheCI7ZDowO31pOjIxO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyMTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJEZWxhd2FyZSI7czo1OiJfY29kZSI7czoyOiJERSI7czo0OiJfdGF4IjtkOjA7fWk6MjI7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjIyO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6IkZsb3JpZGEiO3M6NToiX2NvZGUiO3M6MjoiRkwiO3M6NDoiX3RheCI7ZDowO31pOjIzO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyMztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo3OiJHZW9yZ2lhIjtzOjU6Il9jb2RlIjtzOjI6IkdBIjtzOjQ6Il90YXgiO2Q6MDt9aToyNDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MjQ7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NjoiSGF3YWlpIjtzOjU6Il9jb2RlIjtzOjI6IkhJIjtzOjQ6Il90YXgiO2Q6MDt9aToyODtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6Mjg7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NDoiSW93YSI7czo1OiJfY29kZSI7czoyOiJJQSI7czo0OiJfdGF4IjtkOjA7fWk6MjU7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjI1O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjU6IklkYWhvIjtzOjU6Il9jb2RlIjtzOjI6IklEIjtzOjQ6Il90YXgiO2Q6MDt9aToyNjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MjY7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiSWxsaW5vaXMiO3M6NToiX2NvZGUiO3M6MjoiSUwiO3M6NDoiX3RheCI7ZDowO31pOjI3O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aToyNztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo3OiJJbmRpYW5hIjtzOjU6Il9jb2RlIjtzOjI6IklOIjtzOjQ6Il90YXgiO2Q6MDt9aToyOTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6Mjk7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NjoiS2Fuc2FzIjtzOjU6Il9jb2RlIjtzOjI6IktTIjtzOjQ6Il90YXgiO2Q6MDt9aTozMDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MzA7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiS2VudHVja3kiO3M6NToiX2NvZGUiO3M6MjoiS1kiO3M6NDoiX3RheCI7ZDowO31pOjMxO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozMTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo5OiJMb3Vpc2lhbmEiO3M6NToiX2NvZGUiO3M6MjoiTEEiO3M6NDoiX3RheCI7ZDowO31pOjM0O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozNDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMzoiTWFzc2FjaHVzZXR0cyI7czo1OiJfY29kZSI7czoyOiJNQSI7czo0OiJfdGF4IjtkOjA7fWk6MzM7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjMzO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6Ik1hcnlsYW5kIjtzOjU6Il9jb2RlIjtzOjI6Ik1EIjtzOjQ6Il90YXgiO2Q6MDt9aTozMjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6MzI7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NToiTWFpbmUiO3M6NToiX2NvZGUiO3M6MjoiTUUiO3M6NDoiX3RheCI7ZDowO31pOjM1O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTozNTtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJNaWNoaWdhbiI7czo1OiJfY29kZSI7czoyOiJNSSI7czo0OiJfdGF4IjtkOjA7fWk6MzY7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjM2O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjk6Ik1pbm5lc290YSI7czo1OiJfY29kZSI7czoyOiJNTiI7czo0OiJfdGF4IjtkOjA7fWk6Mzg7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjM4O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6Ik1pc3NvdXJpIjtzOjU6Il9jb2RlIjtzOjI6Ik1PIjtzOjQ6Il90YXgiO2Q6MDt9aTozNztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6Mzc7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTE6Ik1pc3Npc3NpcHBpIjtzOjU6Il9jb2RlIjtzOjI6Ik1TIjtzOjQ6Il90YXgiO2Q6MDt9aTozOTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6Mzk7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NzoiTW9udGFuYSI7czo1OiJfY29kZSI7czoyOiJNVCI7czo0OiJfdGF4IjtkOjA7fWk6NDY7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQ2O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjE0OiJOb3J0aCBDYXJvbGluYSI7czo1OiJfY29kZSI7czoyOiJOQyI7czo0OiJfdGF4IjtkOjA7fWk6NDc7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQ3O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEyOiJOb3J0aCBEYWtvdGEiO3M6NToiX2NvZGUiO3M6MjoiTkQiO3M6NDoiX3RheCI7ZDowO31pOjQwO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo0MDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo4OiJOZWJyYXNrYSI7czo1OiJfY29kZSI7czoyOiJORSI7czo0OiJfdGF4IjtkOjA7fWk6NDI7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQyO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEzOiJOZXcgSGFtcHNoaXJlIjtzOjU6Il9jb2RlIjtzOjI6Ik5IIjtzOjQ6Il90YXgiO2Q6MDt9aTo0MztPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDM7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTA6Ik5ldyBKZXJzZXkiO3M6NToiX2NvZGUiO3M6MjoiTkoiO3M6NDoiX3RheCI7ZDowO31pOjQ0O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo0NDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMDoiTmV3IE1leGljbyI7czo1OiJfY29kZSI7czoyOiJOTSI7czo0OiJfdGF4IjtkOjA7fWk6NDE7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQxO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjY6Ik5ldmFkYSI7czo1OiJfY29kZSI7czoyOiJOViI7czo0OiJfdGF4IjtkOjA7fWk6NDU7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQ1O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6Ik5ldyBZb3JrIjtzOjU6Il9jb2RlIjtzOjI6Ik5ZIjtzOjQ6Il90YXgiO2Q6MDt9aTo0ODtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NDg7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NDoiT2hpbyI7czo1OiJfY29kZSI7czoyOiJPSCI7czo0OiJfdGF4IjtkOjA7fWk6NDk7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjQ5O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjg6Ik9rbGFob21hIjtzOjU6Il9jb2RlIjtzOjI6Ik9LIjtzOjQ6Il90YXgiO2Q6MDt9aTo1MDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTA7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NjoiT3JlZ29uIjtzOjU6Il9jb2RlIjtzOjI6Ik9SIjtzOjQ6Il90YXgiO2Q6MDt9aTo1MTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTE7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTI6IlBlbm5zeWx2YW5pYSI7czo1OiJfY29kZSI7czoyOiJQQSI7czo0OiJfdGF4IjtkOjA7fWk6NTI7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjUyO3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjEyOiJSaG9kZSBJc2xhbmQiO3M6NToiX2NvZGUiO3M6MjoiUkkiO3M6NDoiX3RheCI7ZDowO31pOjUzO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1MztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxNDoiU291dGggQ2Fyb2xpbmEiO3M6NToiX2NvZGUiO3M6MjoiU0MiO3M6NDoiX3RheCI7ZDowO31pOjU0O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1NDtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMjoiU291dGggRGFrb3RhIjtzOjU6Il9jb2RlIjtzOjI6IlNEIjtzOjQ6Il90YXgiO2Q6MDt9aTo1NTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTU7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6OToiVGVubmVzc2VlIjtzOjU6Il9jb2RlIjtzOjI6IlROIjtzOjQ6Il90YXgiO2Q6MDt9aTo1NjtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTY7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6NToiVGV4YXMiO3M6NToiX2NvZGUiO3M6MjoiVFgiO3M6NDoiX3RheCI7ZDowO31pOjU3O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1NztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo0OiJVdGFoIjtzOjU6Il9jb2RlIjtzOjI6IlVUIjtzOjQ6Il90YXgiO2Q6MDt9aTo1OTtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NTk7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6ODoiVmlyZ2luaWEiO3M6NToiX2NvZGUiO3M6MjoiVkEiO3M6NDoiX3RheCI7ZDowO31pOjU4O086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo1ODtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo3OiJWZXJtb250IjtzOjU6Il9jb2RlIjtzOjI6IlZUIjtzOjQ6Il90YXgiO2Q6MDt9aTo2MDtPOjExOiJXUFNDX1JlZ2lvbiI6NTp7czozOiJfaWQiO2k6NjA7czoxMToiX2NvdW50cnlfaWQiO2k6MTM2O3M6NToiX25hbWUiO3M6MTA6Ildhc2hpbmd0b24iO3M6NToiX2NvZGUiO3M6MjoiV0EiO3M6NDoiX3RheCI7ZDowO31pOjYzO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo2MztzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czo5OiJXaXNjb25zaW4iO3M6NToiX2NvZGUiO3M6MjoiV0kiO3M6NDoiX3RheCI7ZDowO31pOjYyO086MTE6IldQU0NfUmVnaW9uIjo1OntzOjM6Il9pZCI7aTo2MjtzOjExOiJfY291bnRyeV9pZCI7aToxMzY7czo1OiJfbmFtZSI7czoxMzoiV2VzdCBWaXJnaW5pYSI7czo1OiJfY29kZSI7czoyOiJXViI7czo0OiJfdGF4IjtkOjA7fWk6NjQ7TzoxMToiV1BTQ19SZWdpb24iOjU6e3M6MzoiX2lkIjtpOjY0O3M6MTE6Il9jb3VudHJ5X2lkIjtpOjEzNjtzOjU6Il9uYW1lIjtzOjc6Ild5b21pbmciO3M6NToiX2NvZGUiO3M6MjoiV1kiO3M6NDoiX3RheCI7ZDowO319czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjE7fX1pOjEzODtPOjEyOiJXUFNDX0NvdW50cnkiOjE2OntzOjM6Il9pZCI7czozOiIxMzgiO3M6NToiX25hbWUiO3M6MTQ6IlVuaXRlZCBLaW5nZG9tIjtzOjg6Il9pc29jb2RlIjtzOjI6IkdCIjtzOjE0OiJfY3VycmVuY3lfbmFtZSI7czoxNDoiUG91bmQgU3RlcmxpbmciO3M6MTQ6Il9jdXJyZW5jeV9jb2RlIjtzOjM6IkdCUCI7czoxNjoiX2N1cnJlbmN5X3N5bWJvbCI7czoyOiLCoyI7czoyMToiX2N1cnJlbmN5X3N5bWJvbF9odG1sIjtzOjY6IiYjMTYzOyI7czo1OiJfY29kZSI7czowOiIiO3M6MTI6Il9oYXNfcmVnaW9ucyI7czoxOiIwIjtzOjQ6Il90YXgiO3M6MToiMCI7czoxMDoiX2NvbnRpbmVudCI7czo2OiJldXJvcGUiO3M6ODoiX3Zpc2libGUiO3M6MToiMSI7czoyNToiX3JlZ2lvbl9pZF9ieV9yZWdpb25fY29kZSI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO3M6MDoiIjtzOjEzOiJfbWFwX2NhbGxiYWNrIjtOO3M6OToiX21hcF9kYXRhIjtOO3M6MjE6IgBXUFNDX0RhdGFfTWFwAF9kaXJ0eSI7YjowO31zOjI1OiJfcmVnaW9uX2lkX2J5X3JlZ2lvbl9uYW1lIjtPOjEzOiJXUFNDX0RhdGFfTWFwIjo0OntzOjk6Il9tYXBfbmFtZSI7czowOiIiO3M6MTM6Il9tYXBfY2FsbGJhY2siO047czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fXM6Mjk6Il9yZWdpb25faWRfdG9fcmVnaW9uX2NvZGVfbWFwIjtOO3M6ODoiX3JlZ2lvbnMiO086MTM6IldQU0NfRGF0YV9NYXAiOjQ6e3M6OToiX21hcF9uYW1lIjtzOjA6IiI7czoxMzoiX21hcF9jYWxsYmFjayI7TjtzOjk6Il9tYXBfZGF0YSI7TjtzOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9fX1zOjIxOiIAV1BTQ19EYXRhX01hcABfZGlydHkiO2I6MDt9czoxMDoiY3VycmVuY2llcyI7TzoxMzoiV1BTQ19EYXRhX01hcCI6NDp7czo5OiJfbWFwX25hbWUiO047czoxMzoiX21hcF9jYWxsYmFjayI7YToyOntpOjA7czoxNDoiV1BTQ19Db3VudHJpZXMiO2k6MTtzOjM3OiJfY3JlYXRlX2N1cnJlbmN5X2J5X2N1cnJlbmN5X2NvZGVfbWFwIjt9czo5OiJfbWFwX2RhdGEiO047czoyMToiAFdQU0NfRGF0YV9NYXAAX2RpcnR5IjtiOjA7fX0=','yes'),(1550621,'duplicate_post_copytitle','1','yes'),(1550622,'duplicate_post_copydate','0','yes'),(1550623,'duplicate_post_copyslug','0','yes'),(1550624,'duplicate_post_copycontent','1','yes'),(1550625,'duplicate_post_copythumbnail','1','yes'),(1550626,'duplicate_post_copytemplate','1','yes'),(1550627,'duplicate_post_copyformat','1','yes'),(1550628,'duplicate_post_copyauthor','0','yes'),(1550629,'duplicate_post_copypassword','0','yes'),(1550630,'duplicate_post_copycomments','0','yes'),(1550631,'duplicate_post_copymenuorder','1','yes'),(1550632,'duplicate_post_blacklist','','yes'),(1550633,'duplicate_post_types_enabled','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(1550634,'duplicate_post_show_bulkactions','1','yes'),(1550635,'duplicate_post_version','3.2.2','yes'),(1550636,'duplicate_post_show_notice','0','no'),(1555410,'litespeed-cache-conf','a:126:{s:7:\"version\";s:5:\"2.9.8\";s:12:\"radio_select\";i:1;s:12:\"auto_upgrade\";b:0;s:13:\"purge_upgrade\";b:1;s:10:\"cache_priv\";b:1;s:15:\"cache_commenter\";b:1;s:10:\"cache_rest\";b:1;s:16:\"cache_page_login\";b:1;s:10:\"timed_urls\";s:0:\"\";s:15:\"timed_urls_time\";s:0:\"\";s:13:\"cache_favicon\";b:1;s:15:\"cache_resources\";b:1;s:18:\"mobileview_enabled\";b:0;s:16:\"mobileview_rules\";s:62:\"Mobile|Android|Silk/|Kindle|BlackBerry|Opera\\ Mini|Opera\\ Mobi\";s:12:\"cache_object\";b:0;s:17:\"cache_object_kind\";b:0;s:17:\"cache_object_host\";s:9:\"localhost\";s:17:\"cache_object_port\";s:5:\"11211\";s:17:\"cache_object_life\";s:3:\"360\";s:23:\"cache_object_persistent\";b:1;s:18:\"cache_object_admin\";b:1;s:23:\"cache_object_transients\";b:1;s:18:\"cache_object_db_id\";i:0;s:17:\"cache_object_user\";s:0:\"\";s:17:\"cache_object_pswd\";s:0:\"\";s:13:\"cache_browser\";b:0;s:17:\"cache_browser_ttl\";i:2592000;s:12:\"login_cookie\";s:0:\"\";s:19:\"check_advancedcache\";b:1;s:23:\"use_http_for_https_vary\";b:0;s:17:\"debug_disable_all\";b:0;s:5:\"debug\";i:0;s:9:\"admin_ips\";s:9:\"127.0.0.1\";s:11:\"debug_level\";b:0;s:13:\"log_file_size\";i:3;s:9:\"heartbeat\";b:1;s:12:\"debug_cookie\";b:0;s:10:\"collaps_qs\";b:0;s:11:\"log_filters\";b:0;s:10:\"public_ttl\";i:604800;s:11:\"private_ttl\";i:1800;s:14:\"front_page_ttl\";i:604800;s:8:\"feed_ttl\";i:0;s:7:\"403_ttl\";i:3600;s:7:\"404_ttl\";i:3600;s:7:\"500_ttl\";i:3600;s:13:\"purge_by_post\";s:22:\"A.F.H.M.PGS.PGSRP.PT.T\";s:11:\"excludes_qs\";s:0:\"\";s:12:\"excludes_cat\";s:0:\"\";s:12:\"excludes_tag\";s:0:\"\";s:13:\"instant_click\";b:0;s:10:\"css_minify\";b:0;s:17:\"css_inline_minify\";b:0;s:11:\"css_combine\";b:0;s:21:\"css_combined_priority\";b:0;s:9:\"css_http2\";b:0;s:11:\"css_exclude\";s:0:\"\";s:9:\"js_minify\";b:0;s:16:\"js_inline_minify\";b:0;s:10:\"js_combine\";b:0;s:20:\"js_combined_priority\";b:0;s:8:\"js_http2\";b:0;s:10:\"js_exclude\";s:0:\"\";s:12:\"optimize_ttl\";i:604800;s:11:\"html_minify\";b:0;s:10:\"optm_qs_rm\";b:0;s:15:\"optm_ggfonts_rm\";b:0;s:14:\"optm_css_async\";b:0;s:13:\"optm_ccss_gen\";b:1;s:15:\"optm_ccss_async\";b:1;s:21:\"optm_css_async_inline\";b:1;s:13:\"optm_js_defer\";b:0;s:13:\"optm_emoji_rm\";b:0;s:19:\"optm_exclude_jquery\";b:1;s:18:\"optm_ggfonts_async\";b:0;s:13:\"optm_max_size\";d:1.1999999999999999555910790149937383830547332763671875;s:15:\"optm_rm_comment\";b:0;s:3:\"cdn\";b:0;s:7:\"cdn_ori\";s:0:\"\";s:11:\"cdn_exclude\";s:0:\"\";s:17:\"cdn_remote_jquery\";b:0;s:8:\"cdn_quic\";b:0;s:14:\"cdn_quic_email\";s:0:\"\";s:12:\"cdn_quic_key\";s:0:\"\";s:14:\"cdn_cloudflare\";b:0;s:20:\"cdn_cloudflare_email\";s:0:\"\";s:18:\"cdn_cloudflare_key\";s:0:\"\";s:19:\"cdn_cloudflare_name\";s:0:\"\";s:19:\"cdn_cloudflare_zone\";s:0:\"\";s:14:\"media_img_lazy\";b:0;s:26:\"media_img_lazy_placeholder\";s:0:\"\";s:22:\"media_placeholder_resp\";b:0;s:28:\"media_placeholder_resp_color\";s:7:\"#cfd4db\";s:28:\"media_placeholder_resp_async\";b:1;s:17:\"media_iframe_lazy\";b:0;s:23:\"media_img_lazyjs_inline\";b:0;s:15:\"media_optm_auto\";b:0;s:15:\"media_optm_cron\";b:1;s:14:\"media_optm_ori\";b:1;s:17:\"media_rm_ori_bkup\";b:0;s:15:\"media_optm_webp\";b:0;s:19:\"media_optm_lossless\";b:0;s:15:\"media_optm_exif\";b:0;s:18:\"media_webp_replace\";b:0;s:25:\"media_webp_replace_srcset\";b:0;s:4:\"hash\";s:32:\"n1mqguJiRkiGfi7d1PLcsPNftYZsbjst\";s:15:\"nocache_cookies\";s:0:\"\";s:18:\"nocache_useragents\";s:0:\"\";s:21:\"crawler_include_posts\";b:1;s:21:\"crawler_include_pages\";b:1;s:20:\"crawler_include_cats\";b:1;s:20:\"crawler_include_tags\";b:1;s:20:\"crawler_excludes_cpt\";s:0:\"\";s:19:\"crawler_order_links\";s:9:\"date_desc\";s:14:\"crawler_usleep\";i:500;s:20:\"crawler_run_duration\";i:400;s:20:\"crawler_run_interval\";i:600;s:22:\"crawler_crawl_interval\";i:302400;s:15:\"crawler_threads\";i:3;s:18:\"crawler_load_limit\";i:1;s:17:\"crawler_domain_ip\";s:0:\"\";s:22:\"crawler_custom_sitemap\";s:0:\"\";s:19:\"crawler_cron_active\";b:0;s:11:\"esi_enabled\";b:0;s:17:\"esi_cached_admbar\";b:1;s:19:\"esi_cached_commform\";b:1;}','yes'),(1555411,'litespeed-cache_uri_priv','','yes'),(1555412,'litespeed-cache-drop_qs','','yes'),(1555413,'litespeed-forced_cache_uri','','yes'),(1555414,'litespeed-excludes_uri','','yes'),(1555415,'litespeed-cache-exclude-cache-roles','a:0:{}','yes'),(1555416,'litespeed-optm-css','a:0:{}','yes'),(1555417,'litespeed-optm_excludes','','yes'),(1555418,'litespeed-optm-js-defer-excludes','','yes'),(1555419,'litespeed-cache-exclude-optimization-roles','a:0:{}','yes'),(1555420,'litespeed-cache-dns_prefetch','','yes'),(1555421,'litespeed-optm-ccss-separate_posttype','','yes'),(1555422,'litespeed-optm-css-separate_uri','','yes'),(1555423,'litespeed-media-lazy-img-excludes','','yes'),(1555424,'litespeed-media-lazy-img-cls-excludes','','yes'),(1555425,'litespeed-media-webp_attribute','img.src\ndiv.data-thumb\nimg.data-src\ndiv.data-large_image\nimg.retina_logo_url','yes'),(1555426,'litespeed-cdn-ori_dir','wp-content\nwp-includes\n/min/','yes'),(1555427,'litespeed-cache-cdn_mapping','a:1:{i:0;a:5:{s:3:\"url\";b:0;s:7:\"inc_img\";s:1:\"1\";s:7:\"inc_css\";s:1:\"1\";s:6:\"inc_js\";s:1:\"1\";s:8:\"filetype\";s:86:\".aac\n.css\n.eot\n.gif\n.jpeg\n.js\n.jpg\n.less\n.mp3\n.mp4\n.ogg\n.otf\n.pdf\n.png\n.svg\n.ttf\n.woff\";}}','yes'),(1555428,'litespeed-adv-purge_all_hooks','switch_theme\nwp_create_nav_menu\nwp_update_nav_menu\nwp_delete_nav_menu\ncreate_term\nedit_terms\ndelete_term\nadd_link\nedit_link\ndelete_link','yes'),(1555429,'litespeed-log_ignore_filters','gettext\ngettext_with_context\nget_the_terms\nget_term','yes'),(1555430,'litespeed-log_ignore_part_filters','i18n\nlocale\nsettings\noption','yes'),(1555431,'litespeed-crawler-as-uids','','yes'),(1555432,'litespeed-crawler-cookies','a:0:{}','yes'),(1555433,'litespeed-object_global_groups','users\nuserlogins\nusermeta\nuser_meta\nsite-transient\nsite-options\nsite-lookup\nblog-lookup\nblog-details\nrss\nglobal-posts\nblog-id-cache','yes'),(1555434,'litespeed-object_non_persistent_groups','comment\ncounts\nplugins','yes'),(1555435,'litespeed-cache-vary-group','','yes'),(1555436,'lscwp_whm_install','whm_install','yes'),(1557305,'litespeed-timestamp-purge-css','1558659192','yes'),(1557307,'wp_litespeed_img_optm','2.9.8','yes'),(1557308,'wp_litespeed_optimizer','2.9.8','yes'),(1573041,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1566332784;s:7:\"checked\";a:3:{s:2:\"lc\";s:0:\"\";s:13:\"twentyfifteen\";s:3:\"2.3\";s:14:\"twentyfourteen\";s:3:\"2.5\";}s:8:\"response\";a:2:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.5.zip\";s:8:\"requires\";s:3:\"4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.7.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(1573174,'litespeed-gui-summary','a:2:{s:24:\"banner_promo.new_version\";i:1564438027;s:12:\"banner_promo\";i:1564783627;}','yes'),(1573196,'core_updater.lock','1564351687','no'),(1573199,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1573200,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1573201,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1573202,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1573203,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1573207,'recovery_keys','a:0:{}','yes'),(1573541,'_transient_timeout_wpsc_theme_path','1566371287','no'),(1573542,'_transient_wpsc_theme_path','\\\\WDP\\DFS\\40\\9\\0\\5\\4078067509\\user\\sites\\981889.site\\www\\wp-content\\plugins\\wp-e-commerce\\wpsc-components\\theme-engine-v1/templates/','no'),(1573546,'wp_page_for_privacy_policy','0','yes'),(1573547,'show_comments_cookies_opt_in','1','yes'),(1573551,'_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-5.2.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1566332783;s:15:\"version_checked\";s:5:\"5.2.2\";s:12:\"translations\";a:0:{}}','no'),(1573552,'_site_transient_timeout_browser_01b80466de9751fc3c1cfc72f0950804','1566933580','no'),(1573553,'_site_transient_browser_01b80466de9751fc3c1cfc72f0950804','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"68.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1573554,'_site_transient_timeout_php_check_e796305fbf0257ebb2c4c2c40c9bc4af','1566933580','no'),(1573555,'_site_transient_php_check_e796305fbf0257ebb2c4c2c40c9bc4af','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(1573560,'_site_transient_timeout_community-events-ea498998435079ac077c2383ee6859c4','1566371986','no'),(1573561,'_site_transient_community-events-ea498998435079ac077c2383ee6859c4','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"173.190.231.0\";}s:6:\"events\";a:6:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://2019.us.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2019-11-01 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"St. Louis, MO, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:38.6532135;s:9:\"longitude\";d:-90.313673300000005;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:42:\"Get help and advice on your WordPress site\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Naperville/events/drwxzqyzlbbc/\";s:6:\"meetup\";s:20:\"WordPress Naperville\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Naperville/\";s:4:\"date\";s:19:\"2019-08-20 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Naperville, IL, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.802314758301002;s:9:\"longitude\";d:-88.131866455077997;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"Racine WordPress Meetup - Kickoff Event\";s:3:\"url\";s:70:\"https://www.meetup.com/Racine-WordPress-Meetup-Group/events/262531435/\";s:6:\"meetup\";s:29:\"Racine WordPress Meetup Group\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/Racine-WordPress-Meetup-Group/\";s:4:\"date\";s:19:\"2019-08-21 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Racine, WI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.723552703857003;s:9:\"longitude\";d:-87.783538818359006;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:28:\"WordCamp Ann Arbor, Michigan\";s:3:\"url\";s:34:\"https://2019.annarbor.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2019-08-24 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Ann Arbor, Michigan\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:42.280808299999997;s:9:\"longitude\";d:-83.738258299999998;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"Get help and Show & Tell\";s:3:\"url\";s:65:\"https://www.meetup.com/Chicago-WordPress-Meetup/events/263942388/\";s:6:\"meetup\";s:34:\"Chicago WordPress Community Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/Chicago-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-09-04 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Chicago, IL, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.954662322997997;s:9:\"longitude\";d:-87.654846191405994;}}i:5;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Naperville/events/drwxzqyzmbwb/\";s:6:\"meetup\";s:20:\"WordPress Naperville\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Naperville/\";s:4:\"date\";s:19:\"2019-09-17 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Naperville, IL, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:41.802314758301002;s:9:\"longitude\";d:-88.131866455077997;}}}}','no'),(1573562,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1566371987','no'),(1573563,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Aug 2019 16:22: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:\"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:40:\"https://wordpress.org/?v=5.3-alpha-45856\";s:7:\"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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Amanda Rush\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/08/people-of-wordpress-amanda-rush/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Aug 2019 21:23: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s: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:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=7047\";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:\"You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Amanda Rush from Augusta, Georgia, USA. Amanda Rush is a 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:16:\"Yvette Sonneveld\";s: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:6543:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Amanda Rush from Augusta, Georgia, USA.</strong></h2>\n\n\n\n<p>Amanda Rush is a WordPress advocate with a visual disability. She first started using computers in 1985, which enabled her to turn in homework to her sighted teachers. Screen reader technology for Windows was in its infancy then, so she worked in DOS almost exclusively.</p>\n\n\n\n<p>After graduating high school, Amanda went to college to study computer science, programming with DOS-based tools since compilers for Windows were still inaccessible. As part of her computer science course of study, she learned HTML which began her career in web development.</p>\n\n\n\n<h2>How Amanda got started with WordPress</h2>\n\n\n\n<p>Amanda began maintaining a personal website, and eventually began publishing her own content using LiveJournal. However, controlling the way the page around her content looked was hard, and she soon outgrew the hosted solution.</p>\n\n\n\n<p>So in 2005, Amanda bought customerservant.com, set up a very simple CMS for blogging, and started publishing there. She accepted the lack of design and content, and lack of easy customization because she wasn’t willing to code her own solution. Nor did she want to move to another hosted solution, as she liked being able to customize her own site, as well as publish content.</p>\n\n\n\n<h3><strong>Hebrew dates led her to WordPress</strong></h3>\n\n\n\n<p>At some point, Amanda was looking for an easy way to display the Hebrew dates alongside the Gregorian dates on her blog entries. Unfortunately, the blogging software she was using at the time, did not offer customization options at that level. She decided to research alternative solutions and came across a WordPress plugin that did just that. </p>\n\n\n\n<p>The fact that WordPress would not keep her locked into a visual editor, used themes to customize styling, and offered ways to mark up content, immediately appealed to Amanda. She decided to give it a go.</p>\n\n\n\n<h3><strong>Accessibility caused her to dive deeper</strong></h3>\n\n\n\n<p>When the software Amanda used at work became completely inaccessible, she started learning about WordPress. While she was learning about this new software, <a href=\"https://en.wikipedia.org/wiki/Web_2.0\">Web 2.0</a> was introduced. The lack of support for it in the screen reader she used meant that WordPress administration was completely inaccessible. To get anything done, Amanda needed to learn to find her way in WordPress’ file structure.</p>\n\n\n\n<p>Eventually Amanda started working as an independent contractor for the largest screen reader developer in the market, Freedom Scientific. She worked from home every day and hacked on WordPress after hours.</p>\n\n\n\n<p>Unfortunately Amanda hit a rough patch when her job at Freedom Scientific ended. Using her savings she undertook further studies for various Cisco and Red Hat certifications, only to discover that the required testing for these certifications were completely inaccessible. She could study all she wanted, but wasn’t able to receive grades to pass the courses.</p>\n\n\n\n<p>She lost her financial aid, her health took a turn for the worse, she was diagnosed with Lupus, and lost her apartment. Amanda relocated to Augusta where she had supportive friends who offered her a couch and a roof over her head.</p>\n\n\n\n<h3><strong>But Amanda refused to give up</strong></h3>\n\n\n\n<p>Amanda continued to hack WordPress through all of this. It was the only stable part of her life. She wanted to help make WordPress accessible for people with disabilities, and in 2012 joined the WordPress Accessibility Team. Shortly after that, she finally got her own place to live, and started thinking about what she was going to do with the rest of her working life.</p>\n\n\n\n<p>Listening to podcasts led her to take part in <a href=\"http://wordsesh.org/\">WordSesh</a>, which was delivered completely online and enabled Amanda to participate without needing to travel. She began to interact with WordPress people on Twitter, and continued to contribute to the community as part of the WordPress Accessibility Team. Things had finally started to pick up.</p>\n\n\n\n<h2><strong>Starting her own business</strong></h2>\n\n\n\n<p>In 2014, Amanda officially launched her own business, <a href=\"http://www.customerservant.com/\">Customer Servant Consultancy</a>. Since WordPress is open source, and becoming increasingly accessible, Amanda could modify WordPress to build whatever she wanted and not be at the mercy of web and application developers who know nothing about accessibility. And if she got stuck, she could tap into the community and its resources.</p>\n\n\n\n<p>Improving her circumstances and becoming more self-sufficient means Amanda was able to take back some control over her life in general. She was able to gain independence and create her own business despite being part of the blind community, which has an 80% unemployment rate. </p>\n\n\n\n<p>In her own words:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We’re still fighting discrimination in the workplace, and we’re still fighting for equal access when it comes to the technology we use to do our jobs. But the beauty of WordPress and its community is that we can create opportunities for ourselves.</em></p><p><em>I urge my fellow blind community members to join me inside this wonderful thing called WordPress. Because it will change your lives if you let it.</em></p><cite>Amanda Rush, entrepreneur</cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo-1.jpg?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7026\" width=\"110\" height=\"83\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2019/08/the-month-in-wordpress-july-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Aug 2019 09:56:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month 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:34:\"https://wordpress.org/news/?p=7040\";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:336:\"This month has been characterized by exciting plans and big announcements – read on to find out what they are and what it all means for the future of the WordPress project. WordCamp Asia Announced The inaugural WordCamp Asia will be in Bangkok, Thailand, on February 21-23, 2020. This will be the first regional WordCamp […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:6983:\"\n<p>This month has been characterized by exciting plans and big announcements – read on to find out what they are and what it all means for the future of the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp Asia Announced</h2>\n\n\n\n<p>The inaugural WordCamp Asia will be in Bangkok, Thailand, on February 21-23, 2020. This will be the first regional WordCamp in Asia and it comes after many years of discussions and planning. You can find more information about the event <a href=\"https://2020.asia.wordcamp.org/\">on their website</a> and subscribe to stay up to date with the latest information.</p>\n\n\n\n<p>This is the latest flagship event in the WordCamp program, following WordCamps Europe and US. Tickets <a href=\"https://2020.asia.wordcamp.org/tickets/\">are now on sale</a> and the <a href=\"https://2020.asia.wordcamp.org/call-for-speakers/\">call for speakers</a> is open. Want to get involved in WordCamp Asia? Keep an eye out for volunteer applications, or buy a micro sponsor ticket. You can also join the #wcasia channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> for updates.</p>\n\n\n\n<h2>WordCamp US Planning Continues</h2>\n\n\n\n<p>The WordCamp US organizing team is excited to announce some new additions to this year’s WCUS in St. Louis, Missouri, on November 1-3, 2019. The first is that there will be an onsite KidsCamp: child-friendly lessons that introduce your young one(s) to the wonderful world of WordPress. <a href=\"https://2019.us.wordcamp.org/kidscamp/\">You can register your child for KidsCamp here</a>. In addition, free, onsite childcare will be provided at this year’s event – <a href=\"https://2019.us.wordcamp.org/child-care/\">you can sign up here</a>.</p>\n\n\n\n<p>Looking for further ways to get involved? The <a href=\"https://2019.us.wordcamp.org/call-for-volunteers-form/\">call for volunteers is now open</a>. For more information on WordCamp US, <a href=\"https://2019.us.wordcamp.org/\">please visit the event website</a>.</p>\n\n\n\n<h2>Exploring Updates to the WordPress User & Developer Survey</h2>\n\n\n\n<p>To improve the annual WordPress User & Developer Survey, <a href=\"https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/\">a call has been made</a> for updates and additional questions that can help us all better understand how people use WordPress.</p>\n\n\n\n<p>To improve the survey, contributor teams are suggesting topics and information that should be gathered to inform contributor work in 2020. Please add your feedback <a href=\"https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/\">to the post</a>.</p>\n\n\n\n<h2>Gutenberg Usability Testing Continues</h2>\n\n\n\n<p>Usability tests for Gutenberg continued through June 2019, and <a href=\"https://make.wordpress.org/test/2019/07/10/gutenberg-usability-testing-for-june-2019/\">insights from three recent videos were published</a> last month. This month’s test was similar to WordCamp Europe’s usability tests, and you can read more about those in the <a href=\"https://make.wordpress.org/test/2019/07/05/wceu-usability-test-results-part-one/\">part one</a> and <a href=\"https://make.wordpress.org/test/2019/07/09/wceu-usability-test-results-part-two/\">part two</a> posts. Please help by watching these videos and sharing your observations as comments on the relevant post.</p>\n\n\n\n<p>If you want to help with usability testing, you can also join the #research channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>, or you can write a test script that can be usability tested for Gutenberg.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2019/07/23/proposal-a-wordpress-advisory-board/\">A proposal has been made</a> to put together a nominated WordPress Advisory Board – this is certainly an exciting development for the project.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2019/06/28/wceu-contribution-day-recap-design-team/\">reported on the work they did</a> at the WordCamp Europe Contributor Day.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/07/22/theme-sniffer-v1-1-0-and-wpthemereview-v0-2-0-release/\">has released updated versions</a> of their ThemeSniffer tool and coding standards.</li><li>The Security team <a href=\"https://make.wordpress.org/core/2019/07/29/should-security-fixes-continue-to-be-backported-to-very-old-versions-of-wordpress/\">is looking for feedback</a> on whether security fixes should continue to be backported to very old versions of WordPress. </li><li>The Design and Community teams have worked together to come up with <a href=\"https://make.wordpress.org/community/2019/07/29/proposal-clearer-wordcamp-and-wordpress-chapter-meetup-logo-guidelines/\">official guidelines for how WordCamp logos should be designed</a>.</li><li>The Core team has implemented <a href=\"https://make.wordpress.org/core/2019/07/12/php-coding-standards-changes/\">a few changes</a> to the PHP coding standards within WordPress Core.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/07/26/discussion-what-to-do-in-case-of-irreconcilable-differences/\">is looking for feedback</a> on a tough decision that needs to be made regarding the implementation of the licence expectations within the meetup program.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">has presented some designs</a> for a Block Directory within the WordPress dashboard.</li><li>A recent release of WordPress saw an increase in the minimum required version of PHP – the Core team is now looking at <a href=\"https://make.wordpress.org/core/2019/07/29/proposal-for-increasing-recommended-php-version-in-wordpress/\">increasing that minimum further</a>.</li><li>The Site Health feature was first introduced in the 5.1 release of WordPress, and at WordCamp Europe this year <a href=\"https://make.wordpress.org/core/2019/07/01/new-core-component-site-health/\">a new Core component for the feature was added to the project structure</a>.</li><li>The Community Team has posted some interesting data regarding <a href=\"https://make.wordpress.org/community/2019/07/29/numbers-in-the-netherlands/\">WordCamps in the Netherlands</a> over the last few years, as well as <a href=\"https://make.wordpress.org/community/2019/07/31/wordcamps-in-2018/\">WordCamps in 2018</a>.</li><li>The WordCamp Europe team <a href=\"https://2019.europe.wordcamp.org/2019/07/15/survey-results/\">released the results of the attendee survey</a> from this year’s event in Berlin.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7040\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"People of WordPress: Ugyen Dorji\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/07/people-of-wordpress-ugyen-dorji/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Jul 2019 17:20:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s: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:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=7013\";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:386:\"You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. Meet Ugyen Dorji from Bhutan Ugyen lives in Bhutan, a landlocked country […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Aditya Kane\";s: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:7264:\"\n<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Ugyen Dorji from Bhutan</strong></h2>\n\n\n\n<p>Ugyen lives in <a href=\"https://en.wikipedia.org/wiki/Bhutan\">Bhutan</a>, a landlocked country situated between two giant neighbors, India to the south and China to the north. He works for ServMask Inc and is responsible for the Quality Assurance process for All-in-One WP Migration plugin. <br><br>He believes in the Buddhist teaching that “the most valuable service is one rendered to our fellow humans,” and his contributions demonstrates this through his WordPress translation work and multi-lingual support projects for WordPress.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7023\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?w=1728&ssl=1 1728w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?resize=300%2C225&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?resize=768%2C576&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?resize=1024%2C768&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2019/07/60340743_2330687777177099_8058690662683377664_o.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" /><figcaption>Bhutanese contributors to the Dzongkha locale on WordPress Translation Day</figcaption></figure>\n\n\n\n<h2><strong>How Ugyen started his career with WordPress</strong></h2>\n\n\n\n<p>Back in 2016, Ugyen was looking for a new job after his former cloud company ran into financial difficulties.</p>\n\n\n\n<p>During one interview he was asked many questions about WordPress and, although he had a basic understanding of WordPress, he struggled to give detailed answers. After that interview he resolved to develop his skills and learn as much about WordPress as he could. </p>\n\n\n\n<p>A few months passed and he received a call from ServMask Inc, who had developed a plugin called All-in-One WP Migration. They offered him a position, fulfilling his wish to work with WordPress full-time. And because of that, Ugyen is now an active contributor to the WordPress community.</p>\n\n\n\n<h3><strong>WordCamp Bangkok 2018</strong></h3>\n\n\n\n<p>WordCamp Bangkok 2018 was a turning point event for Ugyen. WordCamps are a great opportunity to meet WordPress community members you don’t otherwise get to know, and he was able to attend his first WordCamp through the sponsorship of his company.</p>\n\n\n\n<p>The first day of WordCamp Bangkok was a Contributor Day, where people volunteer to work together to contribute to the development of WordPress. Ugyen joined the Community team to have conversations with WordPress users from all over the world. He was able to share his ideas for supporting new speakers, events and organizers to help build the WordPress community in places where it is not yet booming.</p>\n\n\n\n<p>During the main day of the event, Ugyen managed a photo booth for speakers, organizers, and attendees to capture their memories of WordCamp. He also got to take some time out to attend several presentations during the conference. What particularly stuck in Ugyen’s mind was learning that having a website content plan has been shown to lead to 100% growth in business development.</p>\n\n\n\n<h3>Co-Organizing<strong> Thimphu</strong>‘s <strong>WordPress Meetup</strong></h3>\n\n\n\n<p>After attending WordCamp Bangkok 2018 as well as a local Meetup event, Ugyen decided to introduce WordPress to his home country and cities. </p>\n\n\n\n<p>As one of the WordPress Translation Day organizers, he realized that his local language, Dzongkha, was not as fully translated as other languages in the WordPress Core Translation. That is when Ugyen knew that he wanted to help build his local community. He organized Thimphu’s first WordPress Meetup to coincide with WordPress Translation Day 4, and it was a huge success!</p>\n\n\n\n<p>Like all WordPress Meetups, the Thimpu WordPress Meetup is an easygoing, volunteer-organized, non-profit meetup which covers everything related to WordPress. But it also keeps in mind the <a href=\"https://en.wikipedia.org/wiki/Gross_National_Happiness\">Bhutanese Gross National Happiness</a> four pillars by aiming to preserve and promote their unique culture and national language. </p>\n\n\n\n<h2><strong>Big dreams get accomplished one step at a time</strong></h2>\n\n\n\n<p>Ugyen has taken an active role in preserving his national language by encouraging his community to use WordPress, including Dzongkha bloggers, online Dzongkha news outlets, and government websites.</p>\n\n\n\n<p>And while Ugyen has only been actively involved in the community for a short period, he has contributed much to the WordPress community, including:</p>\n\n\n\n<ul><li>becoming a Translation Contributor for WordPress Core Translation for Dzongkha;</li><li>participating in the <a href=\"https://wptranslationday.org/\">Global WordPress Translation Day 4</a> Livestream and organizing team;</li><li>inviting WordPress Meetup Thimphu members and WordPress experts from other countries to join the <a href=\"https://wpbhutan.slack.com/\">local Slack instance</a>;</li><li>encouraging ServMask Inc. to become an event sponsor;</li><li>providing the Dzongkha Development Commission the opportunity to involve their language experts.</li></ul>\n\n\n\n<p>When it comes to WordPress, Ugyen particularly focuses on encouraging local and international language WordPress bloggers; helping startups succeed with WordPress; and sharing what he has learned from WordPress with his Bhutanese WordPress community.</p>\n\n\n\n<p>As a contributor, Ugyen hopes to accomplish even more for the Bhutan and Asian WordPress Communities. His dreams for his local community are big, including teaching more people about open source, hosting a local WordCamp, and helping to organize WordCamp Asia in 2020 — all while raising awareness of his community.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo-1.jpg?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7026\" width=\"110\" height=\"83\" /></figure></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7013\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2019/07/the-month-in-wordpress-june-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Jul 2019 10:07: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:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month 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:34:\"https://wordpress.org/news/?p=7009\";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:337:\"June has certainly been a busy month in the WordPress community — aside from holding the largest WordPress event ever, the project has hit a number of significant milestones and published some big announcements this past month. A Wrap for WordCamp Europe 2019 WordCamp Europe 2019 took place on June 20-22. It was the largest […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Hugh Lashbrooke\";s: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:8174:\"\n<p>June has certainly been a busy month in the WordPress community — aside from holding the largest WordPress event ever, the project has hit a number of significant milestones and published some big announcements this past month.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>A Wrap for WordCamp Europe 2019</h2>\n\n\n\n<p>WordCamp Europe 2019 took place on June 20-22. It was the largest WordPress event ever, with 3,260 tickets sold and 2,734 attendees. The attendees came from 97 different countries and 1,722 of them had never attended WordCamp Europe before.</p>\n\n\n\n<p>The event featured 60 speakers who delivered talks and workshops on a variety of topics over two conference days, most notably <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>’s keynote that included an update on the current status of WordPress Core development, along with a lively Q&A session. The full session from the live stream is <a href=\"https://youtu.be/UE18IsncB7s?t=13033\">available to watch online</a>.</p>\n\n\n\n<p>For its eighth year, <a href=\"https://2019.europe.wordcamp.org/2019/06/25/wordcamp-europe-2020/\">WordCamp Europe will take place in Porto, Portugal</a>. The 2020 edition of the event will be held on June 4-6. If you would like to get involved with WordCamp Europe next year, fill out <a href=\"https://2020.europe.wordcamp.org/2019/06/22/call-for-organisers/\">the organizer application form</a>. </p>\n\n\n\n<h2>Proposal for XML Sitemaps in WordPress Core</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">A proposal this month</a> suggested bringing XML sitemap generation into WordPress Core. This is a feature that has traditionally been handled by plugins, which has resulted in many different implementations across different sites. It also means that many sites do not have XML sitemaps, which can be a problem because they are hugely important to having your site correctly indexed by search engines.</p>\n\n\n\n<p>The proposal details how core sitemaps would be structured and how the team would build them, as well as what aspects of WordPress would not be considered appropriate information to be included.</p>\n\n\n\n<p>Want to get involved in building this feature? Comment on <a href=\"https://make.wordpress.org/core/2019/06/12/xml-sitemaps-feature-project-proposal/\">the proposal</a>, follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Translation Milestone for the Spanish Community</h2>\n\n\n\n<p><a href=\"https://twitter.com/wp_es/status/1138015568563441665\">The WordPress community of Spain has worked hard</a> to make <a href=\"https://translate.wordpress.org/locale/es/\">the es_ES locale</a> the first in the world to fully localize all of WordPress Core along with all Meta projects, apps, and the top 200 plugins. This is made possible by having the largest translation team out of any locale, consisting of 2,951 individual contributors.</p>\n\n\n\n<p>Want to get involved in translating WordPress into our locale? Find your locale on <a href=\"https://translate.wordpress.org/\">the translation platform</a>, follow <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team blog</a>, and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>WordPress 5.2.2 Maintenance Release</h2>\n\n\n\n<p>On June 18, <a href=\"https://wordpress.org/news/2019/06/wordpress-5-2-2-maintenance-release/\">v5.2.2 of WordPress was released</a> as a maintenance release, fixing 13 bugs and improving the Site Health feature that was first published in v5.2. If your site has not already been automatically updated to this version, you can <a href=\"https://wordpress.org/download/\">download the update</a> or manually check for updates in your WordPress dashboard. Thanks to <a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, and <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> for co-leading this release, as well as the 30 other individuals who contributed to it.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Full End to End Tests for WordPress Core</h2>\n\n\n\n<p>On June 27, <a href=\"https://make.wordpress.org/core/2019/06/27/introducing-the-wordpress-e2e-tests/\">e2e (end to end) testing was introduced</a> to WordPress and included in the continuous integration pipeline. E2e testing, which has been successfully used by Gutenberg, is used to simulate real user scenarios and validate process flows. Currently, the setup requires <a href=\"https://docs.docker.com/install/\">Docker</a> to run, and a number of e2e test utilities are already available in the <a href=\"https://github.com/WordPress/gutenberg/tree/master/packages/e2e-test-utils/src\">@wordpress/e2e-test-utils</a> package, in the Gutenberg repository. </p>\n\n\n\n<p>Want to use this feature? The more tests that are added, the more stable future releases will be! Follow the <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, and join the #core-js channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Feature Packages from the Theme Review Team</h2>\n\n\n\n<p>Following a <a href=\"https://make.wordpress.org/themes/2019/06/07/proposal-theme-feature-repositories/\">proposal for theme feature repositories</a>, an <a href=\"https://make.wordpress.org/themes/2019/06/24/feature-packages-update/\">update to the features package was announced</a>. Two new packages have been created that require code review and testing. The first is an Autoload Package, a foundational package for theme developers who are not currently using Composer (although <a href=\"https://getcomposer.org/\">Composer</a> is recommended instead of this package). The second is a Customizer Section Button Package that allows theme authors to create a link/button to any URL.</p>\n\n\n\n<p>There are other proposed ideas for packages that require feedback and additional discussion. Want to add your suggestions and thoughts? Join the conversation on the <a href=\"https://make.wordpress.org/themes/2019/06/24/feature-packages-update/\">Theme Review team blog</a> and join the #themereview channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>Development continues on the Gutenberg project, with <a href=\"https://make.wordpress.org/core/2019/06/26/whats-new-in-gutenberg-26th-june/\">the latest release</a> including layouts for the Columns block, Snackbar notices, markup improvements, and accessibility upgrades.</li><li>The Community team <a href=\"https://make.wordpress.org/community/2019/06/26/wordcamp-europe-2019-recap-of-community-team-activities-at-contributor-day-plans-for-the-future/\">published the results of their work</a> at the WordCamp Europe contributor day.</li><li>The Polyglots team <a href=\"https://make.wordpress.org/polyglots/2019/06/26/proposal-for-handling-pte-requests/\">has put together a proposal</a> for a new way to handle PTE requests.</li><li>This year’s recipient of the Kim Parsell Memorial Scholarship for WordCamp US <a href=\"https://wordpressfoundation.org/2019/2019-kim-parsell-memorial-scholarship-recipient-carol-gann/\">is Carol Gann</a>.</li><li>The Amurrio WordPress community <a href=\"http://wpamurrio.es/wordpress-amurrio-mega-meetup-i-edition/\">hosted their first “mega meetup”</a> – this is a great event format that bridges the gap between regular meetup event and WordCamp.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"7009\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.2.2 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:71:\"https://wordpress.org/news/2019/06/wordpress-5-2-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2019 18:14: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: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:34:\"https://wordpress.org/news/?p=6993\";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:348:\"WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature that made its debut in 5.2. For more info, browse the full list of changes on Trac or check out the Version 5.2.2 documentation page. WordPress 5.2.2 is a short-cycle maintenance release. The next […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mary Baum\";s: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:3961:\"\n<p>WordPress 5.2.2 is now available! This maintenance release fixes 13 bugs and adds a little bit of polish to the Site Health feature <a href=\"https://wordpress.org/news/2019/05/jaco/\">that made its debut in 5.2</a>. </p>\n\n\n\n<p>For more info, browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.2&order=priority\">full list of changes on Trac</a> or check out <a href=\"https://wordpress.org/support/wordpress-version/version-5-2-2/\">the Version 5.2.2 documentation page.</a></p>\n\n\n\n<p>WordPress 5.2.2 is a short-cycle maintenance release. The next major release will be version 5.3; check <a href=\"https://make.wordpress.org/core/\">make.wordpress.org/core</a> for details as they happen. </p>\n\n\n\n<p>You can download <a href=\"https://wordpress.org/download/\">WordPress 5.2.2</a> or visit <strong>Dashboard ? Updates</strong> and click <strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/audrasjb/\">JB Audras</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> and <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> co-led this release, with invaluable guidance from our Executive Director, Josepha Haden Chomphosy, and contributions from 30 other contributors. Thank you to everyone who made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dini?</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">vaishalipanchal</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, and <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6993\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"The Month in WordPress: May 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/06/the-month-in-wordpress-may-2019/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Jun 2019 10:21: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:18:\"Month 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:34:\"https://wordpress.org/news/?p=6987\";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:319:\"This month saw the 16th anniversary since the launch of the first release of WordPress. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:6602:\"\n<p>This month saw the 16th anniversary since <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">the launch of the first release of WordPress</a>. A significant milestone to be sure and one that speaks to the strength and stability of the project as a whole. In this anniversary month, we saw a new major release of WordPress, some exciting new development work, and a significant global event.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Release of WordPress 5.2</h2>\n\n\n\n<p>WordPress 5.2 “Jaco” <a href=\"https://wordpress.org/news/2019/05/jaco/\">was released on May 7</a> shipping some useful site management tools, such as the Site Health Check and PHP Error Protection, as well as a number of accessibility, privacy, and developer updates. You can read <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">the field guide for this release</a> for more detailed information about what was included and how it all works.<br></p>\n\n\n\n<p>327 individual volunteers contributed to the release. If you would like to be a part of that number for future releases, follow <a href=\"https://make.wordpress.org/core\">the Core team blog</a> and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>A Successful WordPress Translation Day 4</h2>\n\n\n\n<p>WordPress Translation Day is a 24-hour event organised by <a href=\"https://make.wordpress.org/polyglots/\">the Polyglots team</a> where community members from all over the world come together to translate WordPress into their local languages. For the fourth edition held on 11 May, 183 brand new contributors joined the Polyglots team from 77 communities across 35 countries in Africa, Asia, Europe, North America, South America, and Oceania.<br></p>\n\n\n\n<p>While the WP Translation Day is a great time for focussed contributions to localizing WordPress, but these contributions can happen at any time of the year, so if you would like to help make WordPress available in your local language, follow <a href=\"https://make.wordpress.org/polyglots\">the Polyglots team blog</a> and join the #polyglots channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Updated Plugin Guidelines Proposal</h2>\n\n\n\n<p>The Plugins team <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">has proposed some updates</a> to the guidelines for developers on the Plugin Directory. The majority of the proposed changes are intended to address significant issues faced by developers who do not speak English as a first language, making the Plugin DIrectory a more accessible and beneficial place for everyone.<br></p>\n\n\n\n<p>The proposal will be open for comments until late June, so the community is encouraged to get involved with commenting on them and the direction they will take the Plugin Directory. If you would like to be involved in this discussion, comment on <a href=\"https://make.wordpress.org/plugins/2019/05/14/proposal-to-modify-plugin-guidelines/\">the proposal</a> and join the #plugin review team in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Continued Gutenberg Development</h2>\n\n\n\n<p>Since the block editor was first released as part of WordPress Core in v5.0, development has continued in leaps and bounds with a new release every two weeks. <a href=\"https://make.wordpress.org/core/2019/05/29/whats-new-in-gutenberg-29th-may/\">The latest update</a> includes some great incremental improvements that will be merged into the 5.2.2 release of WordPress along with the other recent enhancements.<br></p>\n\n\n\n<p>In addition to the editor enhancements, work has been ongoing in the Gutenberg project to bring the block editing experience to the rest of the WordPress dashboard. This second phase of the project has been going well and <a href=\"https://make.wordpress.org/design/2019/05/31/gutenberg-phase-2-friday-design-update-20/\">the latest update</a> shows how much work has been done so far.<br></p>\n\n\n\n<p>In addition to that, the Block Library project that aims to bring a searchable library of available blocks right into the editor is deep in the planning phase with <a href=\"https://make.wordpress.org/design/2019/05/28/block-library-initial-explorations/\">a recent update</a> showing what direction the team is taking things.<br></p>\n\n\n\n<p>If you would like to get involved in planning and development of Gutenberg and the block editor, follow the <a href=\"https://make.wordpress.org/core/\">Core</a> and <a href=\"https://make.wordpress.org/design/\">Design</a> team blogs and join the #core, #design, and #core-editor channels in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li>The 5.2.2 release of WordPress <a href=\"https://make.wordpress.org/core/2019/05/28/5-2-2-release-agenda/\">is currently in development</a> with a planned release date of 13 June.</li><li>Version 2.1.1 of the WordPress Coding Standards <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases/tag/2.1.1\">has been released</a> containing seven small, but relevant fixes.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/05/07/trusted-authors-changes/\">have updated the details</a> of how the Trusted Authors Program works.</li><li><a href=\"https://make.wordpress.org/community/2019/05/29/who-wants-to-test-the-new-wordcamp-blocks/\">WordCamp-specific blocks have been launched for WordCamp sites</a> with organizers needing to sign up in order to test them out.</li><li>Continuing the growing trend of other platforms adopting the Gutenberg editor, it has now <a href=\"https://octobercms.com/plugin/reazzon-gutenberg\">been ported to a plugin for OctoberCMS</a>.</li><li>Version 3.0 of the popular WordPress development environment, Varying Vagrant Vagrants (VVV), <a href=\"https://varyingvagrantvagrants.org/blog/2019/05/15/vvv-3-0-0.html\">was released this month</a>.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/05/31/the-4-gets-in-wordpress-community-organizing/\">published some info</a> clarifying what organizers get (and don’t get) from being involved with their local communities. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em><br></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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6987\";s: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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.2.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:71:\"https://wordpress.org/news/2019/05/wordpress-5-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 May 2019 19:04: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: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:5:\"5.2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6976\";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:405:\"WordPress 5.2.1 is now available! This maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature introduced in 5.2. You can browse the full list of changes on Trac. WordPress 5.2.1 is a short-cycle maintenance release. Version 5.2.2 is expected to follow in approximately two weeks. You can download […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s: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:4923:\"\n<p>WordPress 5.2.1 is now available! This maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature <a href=\"https://wordpress.org/news/2019/05/jaco/\">introduced in 5.2</a>.</p>\n\n\n\n<p>You can browse the <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=5.2.1&order=priority\">full list of changes on Trac</a>.</p>\n\n\n\n<p>WordPress 5.2.1 is a short-cycle maintenance release. <a href=\"https://core.trac.wordpress.org/query?milestone=5.2.2\">Version 5.2.2</a> is expected to follow in approximately two weeks.</p>\n\n\n\n<p>You can download <a href=\"https://wordpress.org/download/\">WordPress 5.2.1</a> or visit <strong>Dashboard ? Updates</strong> and click <strong>Update Now</strong>. Sites that support automatic background updates have already started to update automatically.</p>\n\n\n\n<p>Jonathan Desrosiers and William Earnhardt co-led this release, with contributions from 52 other contributors. Thank you to everyone that made this release possible!</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey “Rarst” Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/chesio/\">chesio</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz (Greg) Zió?kowski</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">kjellr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dini?</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">paragoninitiativeenterprises</a>, <a href=\"https://profiles.wordpress.org/parkcityj/\">parkcityj</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6976\";s: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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Tomorrow is WordPress Translation Day 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:\"https://wordpress.org/news/2019/05/tomorrow-is-wordpress-translation-day-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 May 2019 09:17:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6961\";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:342:\"The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem. This event takes place both online and in physical locations across the world, so you can join no matter where you are! 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: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:\"\";}}}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:3747:\"\n<p><em>The fourth edition of WordPress translation day is coming up on Saturday 11 May 2019: tomorrow! Get ready for a 24-hour, global marathon dedicated to localizing the WordPress platform and ecosystem.</em> <em>This event takes place both online and in physical locations across the world, so you can join no matter where you are! </em></p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> has a mission to translate and make available the software’s features into as many languages as possible. As WordPress powers more than 33% of websites, people from across the world use it in their daily life. That means there is a lot that needs translating, and into many different languages. </p>\n\n\n\n<p>On 11 May 2019, from 00:00 UTC until 23:59 UTC, <a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> aims to celebrate the thousands of volunteers who contribute to translation and internalization. The event is also an opportunity for encouraging more people to get involved and help increase the availability of themes and plugins in different languages.</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“At the time of the last event in 2017, WordPress was being translated into 178 languages, we have now reached the 200 mark!”</p><cite>WPtranslationday.org</cite></blockquote></figure>\n\n\n\n<h2>What happens on WordPress Translation Day?</h2>\n\n\n\n<p>There are a number of <a href=\"https://wptranslationday.org/the-local-events/\">local meetings all over the world</a>, as well as online talks by people from the WordPress community. More than 700 people from around the world took part in past WordPress Translation Days, and everyone welcome to join in this time around!</p>\n\n\n\n<p>Everyone is welcome to join the event to help translate and localize WordPress, no matter their level of experience. A lot is happening on the day, so join in and you will learn how to through online sessions!</p>\n\n\n\n<h3>What can you expect?</h3>\n\n\n\n<ul><li><strong>Live online training</strong>: Tutorials in different languages focused on translation and <em>localization</em>, or l10n, of WordPress. These are streamed in multiple languages</li><li><strong>Localization sessions</strong>: General instruction and specifics for particular areas and languages. These sessions are streamed in multiple languages.</li><li><strong>Internalization sessions</strong>: Tutorials about optimizing the code to ease localization processes, also called <em>internationalization</em> or i18n. These sessions are streamed in English.</li><li><strong>Local events</strong>: Polyglot contributors will gather around the world for socializing, discussing, and translating together.</li><li><strong>Remote events</strong>: Translation teams that cannot gather physically, will connect remotely. They will be available for training, mentoring, and supporting new contributors. They will also engage in “translating marathons”, in which existing teams translate as many strings as they can!</li></ul>\n\n\n\n<p>A number of experienced WordPress translators and internationalization experts are part of the line-up for the livestream, joined by some first time contributors. </p>\n\n\n\n<p>Whether you have or haven’t contributed to the Polyglots before, you can join in for WordPress Translation Day. Learn more about both local and online events and stay updated through the website and social media. </p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a></li><li><a href=\"https://twitter.com/translatewp\">WordPress Translation Day Twitter</a></li><li><a href=\"https://www.facebook.com/WPTranslationDay/\">WordPress Translation Day Facebook</a></li></ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6961\";s: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:48:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 5.2 “Jaco”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2019/05/jaco/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 May 2019 21:03: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: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:34:\"https://wordpress.org/news/?p=6925\";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:426:\"Version 5.2 of WordPress is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong. There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:32070:\"\n<h2 style=\"text-align:center\">Keeping Sites Safer</h2>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?fit=632%2C500&ssl=1\" alt=\"\" class=\"wp-image-6926\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?w=1206&ssl=1 1206w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=300%2C237&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=768%2C608&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_maintain-wordpress-cropped.png?resize=1024%2C810&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" /></figure>\n\n\n\n<p>Version 5.2 of WordPress, named “Jaco” in honor of renowned and revolutionary jazz bassist Jaco Pastorius, is available for download or update in your WordPress dashboard. New features in this update make it easier than ever to fix your site if something goes wrong.</p>\n\n\n\n<p>There are even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3>Site Health Check</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=205%2C143&ssl=1\" alt=\"\" class=\"wp-image-6927\" width=\"205\" height=\"143\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?w=609&ssl=1 609w, https://i2.wp.com/wordpress.org/news/files/2019/05/about_site-health.png?resize=300%2C210&ssl=1 300w\" sizes=\"(max-width: 205px) 100vw, 205px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Building on the <a href=\"https://wordpress.org/news/2019/02/betty/\">Site Health</a> features introduced in 5.1, this release adds two new pages to help debug common configuration issues. It also adds space where developers can include debugging information for site maintainers.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>PHP Error Protection</h3>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=202%2C228&ssl=1\" alt=\"\" class=\"wp-image-6930\" width=\"202\" height=\"228\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?w=487&ssl=1 487w, https://i1.wp.com/wordpress.org/news/files/2019/05/about_error-protection.png?resize=267%2C300&ssl=1 267w\" sizes=\"(max-width: 202px) 100vw, 202px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death,” and a way to enter recovery mode, which pauses error-causing plugins or themes.</p>\n\n\n\n<div style=\"height:79px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:center\">Improvements for Everyone</h2>\n\n\n\n<h3>Accessibility Updates</h3>\n\n\n\n<p>A number of changes work together to improve contextual awareness and keyboard navigation flow for those using screen readers and other assistive technologies.</p>\n\n\n\n<h3>New Dashboard Icons</h3>\n\n\n\n<p>Thirteen new icons including Instagram, a suite of icons for BuddyPress, and rotated Earth icons for global inclusion. Find them in the Dashboard and have some fun!</p>\n\n\n\n<h3>Plugin Compatibility Checks</h3>\n\n\n\n<p>WordPress will now automatically determine if your site’s version of PHP is compatible with installed plugins. If the plugin requires a higher version of PHP than your site currently uses, WordPress will not allow you to activate it, preventing potential compatibility errors.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 style=\"text-align:center\">Developer Happiness</h2>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/26/coding-standards-updates-for-php-5-6/\"><strong>PHP Version Bump</strong></a><strong> </strong></p>\n\n\n\n<p>The minimum supported PHP version is now 5.6.20. As of WordPress 5.2*, themes and plugins can safely take advantage of namespaces, anonymous functions, and more!</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/04/24/developer-focused-privacy-updates-in-5-2/\"><strong>Privacy Updates</strong></a><strong> </strong></p>\n\n\n\n<p>A new theme page template, a conditional function, and two CSS classes make designing and customizing the Privacy Policy page easier.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns has-2-columns\">\n<div class=\"wp-block-column\">\n<p><strong><a href=\"https://make.wordpress.org/core/2019/04/24/miscellaneous-developer-updates-in-5-2/\">New Body Hook</a> </strong></p>\n\n\n\n<p>5.2 introduces a wp_body_open hook, which lets themes support injecting code right at the beginning of the <body> element.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<p><a href=\"https://make.wordpress.org/core/2019/03/25/building-javascript/\"><strong>Building JavaScript</strong></a></p>\n\n\n\n<p>With the addition of webpack and Babel configurations in the wordpress/scripts package, developers won’t have to worry about setting up complex build tools to write modern JavaScript.</p>\n</div>\n</div>\n\n\n\n<p><em>*If you are running an old version of PHP (less than 5.6.20), <a href=\"https://wordpress.org/support/update-php/\">update your PHP</a> before installing 5.2.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>This release was led by <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://josepha.blog/\">Josepha Haden Chomphosy</a>, and <a href=\"https://pento.net/\">Gary Pendergast</a>. They were graciously supported by 327 generous volunteer contributors. Load a Jaco Pastorius playlist on your favorite music service and check out some of their profiles:</p>\n\n\n<a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamsoucie/\">Adam Soucie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Özta?er</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aldavigdis/\">Alda Vigdís</a>, <a href=\"https://profiles.wordpress.org/alexdenning/\">Alex Denning</a>, <a href=\"https://profiles.wordpress.org/xavortm/\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/lexiqueen/\">Alexis</a>, <a href=\"https://profiles.wordpress.org/alexislloyd/\">Alexis Lloyd</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">andraganescu</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/aniketpatel/\">Aniket Patel</a>, <a href=\"https://profiles.wordpress.org/anischarolia/\">anischarolia</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/avillegasn/\">Antonio Villegas</a>, <a href=\"https://profiles.wordpress.org/antonypuckey/\">antonypuckey</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/wpboss/\">Aslam Shekh</a>, <a href=\"https://profiles.wordpress.org/axaak/\">axaak</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/empireoflight/\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/britner/\">Ben Ritner - Kadence WP</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/billerickson/\">Bill Erickson</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bodohugobarwich/\">Bodo (Hugo) Barwich</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cathibosco1/\">Cathi Bosco</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chiaralovelaces/\">Chiara Magnani</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/dswebsme/\">D.S. Webster</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davefx/\">DaveFX</a>, <a href=\"https://profiles.wordpress.org/davetgreen/\">davetgreen</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/david.binda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dgroddick/\">David Roddick</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/daxelrod/\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/valendesigns/\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30/\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dhanukanuwan/\">Dhanukanuwan</a>, <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane</a>, <a href=\"https://profiles.wordpress.org/diegoreymendez/\">diegoreymendez</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/odminstudios/\">Dima</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dency/\">Dixita Dusara</a>, <a href=\"https://profiles.wordpress.org/iamdmitrymayorov/\">Dmitry Mayorov</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dsifford/\">dsifford</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">EcoTechie</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Durpe</a>, <a href=\"https://profiles.wordpress.org/edocev/\">Emil Dotsev</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">fabiankaegy</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/parsmizban/\">Farhad Sakhaei</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/peaceablewhale/\">Franklin Tse</a>, <a href=\"https://profiles.wordpress.org/fuegas/\">Fuegas</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/sachyya-sachet/\">ghoul</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Zió?kowski</a>, <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a>, <a href=\"https://profiles.wordpress.org/gutendev/\">GutenDev <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/270d.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/3299.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm/\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara/\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/thakkarhardik/\">Hardik Thakkar</a>, <a href=\"https://profiles.wordpress.org/luehrsen/\">Hendrik Luehrsen</a>, <a href=\"https://profiles.wordpress.org/henrywright-1/\">Henry</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/ryanshoover/\">Hoover</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ice9js/\">ice9js</a>, <a href=\"https://profiles.wordpress.org/zinigor/\">Igor Zinovyev</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/ixium/\">Ixium</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/cc0a/\">James</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarred-kennedy/\">Jarred Kennedy</a>, <a href=\"https://profiles.wordpress.org/vengisss/\">Javier Villanueva</a>, <a href=\"https://profiles.wordpress.org/jayupadhyay01/\">Jay Upadhyay</a>, <a href=\"https://profiles.wordpress.org/jaydeep-rami/\">Jaydip Rami</a>, <a href=\"https://profiles.wordpress.org/parkcityj/\">Jaye Simons</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/jdeeburke/\">jdeeburke</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid/\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/endocreative/\">Jeremy Green</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jitendrabanjara1991/\">jitendrabanjara1991</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/j-falk/\">Johan Falk</a>, <a href=\"https://profiles.wordpress.org/johannadevos/\">Johanna de Vos</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathandejong/\">Jonathandejong</a>, <a href=\"https://profiles.wordpress.org/joneiseman/\">joneiseman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnybojangles/\">jonnybojangles</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/keraweb/\">Jory Hogeveen</a>, <a href=\"https://profiles.wordpress.org/jcastaneda/\">Jose Castaneda</a>, <a href=\"https://profiles.wordpress.org/josephwa/\">josephwa</a>, <a href=\"https://profiles.wordpress.org/builtbynorthby/\">Josh Feck</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jplojohn/\">jplo</a>, <a href=\"https://profiles.wordpress.org/jrtashjian/\">JR Tashjian</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/juliarrr/\">juliarrr</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kamataryo/\">KamataRyo</a>, <a href=\"https://profiles.wordpress.org/karinedo/\">Karine Do</a>, <a href=\"https://profiles.wordpress.org/katyatina/\">Katyatina</a>, <a href=\"https://profiles.wordpress.org/kelin1003/\">Kelin Chauhan</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/itzmekhokan/\">Khokan Sardar</a>, <a href=\"https://profiles.wordpress.org/killua99/\">killua99</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/olein/\">Koji Kuno</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/codemascot/\">K??? (?_?)</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a>, <a href=\"https://profiles.wordpress.org/lovingboth/\">lovingboth</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon/\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway/\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">Maciej Palmowski</a>, <a href=\"https://profiles.wordpress.org/maedahbatool/\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/malae/\">Malae</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/robobot3000/\">Marcin</a>, <a href=\"https://profiles.wordpress.org/iworks/\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/marcofernandes/\">Marco Fernandes</a>, <a href=\"https://profiles.wordpress.org/marco-peralta/\">Marco Peralta</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">marekhrabe</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mbelchev/\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markcallen/\">markcallen</a>, <a href=\"https://profiles.wordpress.org/mechter/\">Markus Echterhoff</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattnyeus</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">mdwolinski</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mheikkila/\">mheikkila</a>, <a href=\"https://profiles.wordpress.org/wpscholar/\">Micah Wood</a>, <a href=\"https://profiles.wordpress.org/michelleweber/\">michelleweber</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeselander/\">Mike Selander</a>, <a href=\"https://profiles.wordpress.org/mikengarrett/\">MikeNGarrett</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dini?</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>, <a href=\"https://profiles.wordpress.org/lord_viper/\">Mobin Ghasempoor</a>, <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a>, <a href=\"https://profiles.wordpress.org/saimonh/\">Mohammed Saimon</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mmuhsin/\">Muhammad Muhsin</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nateallen/\">Nate Allen</a>, <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/neobabis/\">Neokazis Charalampos</a>, <a href=\"https://profiles.wordpress.org/modernnerd/\">Nick Cernis</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/nielsdeblaauw/\">Niels de Blaauw</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nnikolov/\">Nikolay Nikolov</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/ninio/\">ninio</a>, <a href=\"https://profiles.wordpress.org/notnownikki/\">notnownikki</a>, <a href=\"https://profiles.wordpress.org/bulletdigital/\">Oliver Sadler</a>, <a href=\"https://profiles.wordpress.org/onlanka/\">onlanka</a>, <a href=\"https://profiles.wordpress.org/pandelisz/\">pandelisz</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/peterbooker/\">Peter Booker</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pfiled/\">pfiled</a>, <a href=\"https://profiles.wordpress.org/pilou69/\">pilou69</a>, <a href=\"https://profiles.wordpress.org/pranalipatel/\">Pranali Patel</a>, <a href=\"https://profiles.wordpress.org/pratikthink/\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pratikkry/\">Pratik K. Yadav</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/punit5658/\">Punit Patel</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/rahmon/\">Rahmon</a>, <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramizmanked/\">Ramiz Manked</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rsusanto/\">Rudy Susanto</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/saeedfard/\">Saeed Fard</a>, <a href=\"https://profiles.wordpress.org/salcode/\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/salar6990/\">Salar Gholizadeh</a>, <a href=\"https://profiles.wordpress.org/samanehmirrajabi/\">Samaneh Mirrajabi</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/elhardoum/\">Samuel Elh</a>, <a href=\"https://profiles.wordpress.org/sgarza/\">Santiago Garza</a>, <a href=\"https://profiles.wordpress.org/saracope/\">Sara Cope</a>, <a href=\"https://profiles.wordpress.org/saracup/\">saracup</a>, <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Scott Arciszewski</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/ebrahimzadeh/\">Sekineh Ebrahimzadeh</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sharifkiberu/\">sharifkiberu</a>, <a href=\"https://profiles.wordpress.org/shashank3105/\">Shashank Panchal</a>, <a href=\"https://profiles.wordpress.org/shazdeh/\">shazdeh</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sky_76/\">sky_76</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sudar/\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sudhiryadav/\">Sudhir Yadav</a>, <a href=\"https://profiles.wordpress.org/szepeviktor/\">szepe.viktor</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/themonic/\">Themonic</a>, <a href=\"https://profiles.wordpress.org/thomstark/\">thomstark</a>, <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hedgefield</a>, <a href=\"https://profiles.wordpress.org/timwright12/\">Tim Wright</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/ohiosierra/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tmdesigned/\">tmdesigned</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomharrigan/\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tonybogdanov/\">tonybogdanov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/liljimmi/\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umang7/\">Umang Bhanvadia</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/vrimill/\">vrimill</a>, <a href=\"https://profiles.wordpress.org/webfactory/\">WebFactory</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">William \'Bahia\' Bay</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/willscrlt/\">Willscrlt</a>, <a href=\"https://profiles.wordpress.org/wolly/\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wrwrwr0/\">wrwrwr0</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/chesio/\">?eslav Przywara</a>.\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Also, many thanks to all of the community volunteers who contribute in the <a href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!</p>\n\n\n\n<p>If you want learn more about volunteering with WordPress, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<p>Thanks for choosing WordPress!</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6925\";s: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:51:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.2 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2019/05/wordpress-5-2-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2019 16:17: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:\"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:34:\"https://wordpress.org/news/?p=6914\";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:326:\"The second release candidate for WordPress 5.2 is now available! WordPress 5.2 will be released on Tuesday, May 7, but we need your help to get there—if you haven’t tried 5.2 yet, now is the time! There are two ways to test the WordPress 5.2 release candidate: try the WordPress Beta Tester plugin (you’ll want […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s: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:2472:\"\n<p>The second release candidate for WordPress 5.2 is now available!</p>\n\n\n\n<p>WordPress 5.2 will be released on <strong><a href=\"https://make.wordpress.org/core/5-2/\">Tuesday, May 7</a></strong>, but we need <em>your</em> help to get there—if you haven’t tried 5.2 yet, now is the time!</p>\n\n\n\n<p>There are two ways to test the WordPress 5.2 release candidate: try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want to select the “bleeding edge nightlies” option), or you can <a href=\"https://wordpress.org/wordpress-5.2-RC2.zip\">download the release candidate here</a> (zip).</p>\n\n\n\n<p>For details about what to expect in WordPress 5.2, please see the <a href=\"https://wordpress.org/news/2019/04/wordpress-5-2-release-candidate/\">first release candidate post</a>.</p>\n\n\n\n<p>This release includes the final About page design. It also contains fixes for:</p>\n\n\n\n<ul><li>Proper translation of the recovery mode notification emails (#47093).</li><li>Improvements to the way Site Health works with multisite installs (#47084).</li></ul>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.2 and update the <em>Tested up to</em> version in the readme to 5.2. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can figure those out before the final release.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/core/2019/04/16/wordpress-5-2-field-guide/\">WordPress 5.2 Field Guide</a> has also been published, which details the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>It’s the start of May<br>and the release is coming.<br>We all give a cheer!</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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"6914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n 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:4:\"\n 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:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Aug 2019 19:19:47 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"?\";s:13:\"last-modified\";s:29:\"Tue, 20 Aug 2019 16:22:28 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20190820181951\";}','no'),(1573564,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1566371987','no'),(1573565,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1566328787','no'),(1573566,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1566371987','no'),(1573567,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','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:86:\"WPTavern: Fabrica Dashboard Plugin Brings a CMS Overview to Multi-User Editorial 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:29:\"https://wptavern.com/?p=92847\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/fabrica-dashboard-plugin-brings-a-cms-overview-to-multi-user-editorial-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:4945:\"<p><a href=\"https://wordpress.org/plugins/fabrica-dashboard/\" rel=\"noopener noreferrer\" target=\"_blank\">Fabrica Dashboard</a> is a relatively new plugin released earlier this year by the team at <a href=\"https://yeswework.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Yes We Work</a>, after a long beta and extensive internal use on their own projects. The plugin revamps WordPress’ default Dashboard screen to display information that is useful for multi-user editorial sites, highlighting content, activity, and engagement. New dashboard widgets include a high level overview of the following:</p>\n<ul>\n<li>The Posts, Pages, Blocks, and custom content types that make up your site</li>\n<li>Recent activity and updates across content, media, and comments</li>\n<li>Upload sizes / formats and possible security issues</li>\n</ul>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/08/fabrica-dashboard-overview-screenshot-2.png?ssl=1\"><img /></a></p>\n<p>Fabrica Dashboard was built to be content-aware without any configuration. It automatically detects the different types of content in use on the site, including custom post types and custom taxonomies, and populates the dashboard widgets accordingly. The display respects user roles and privileges and the screen can also be customized using the Screen Options tab. Fabrica Dashboard is also compatible with other dashboard widgets, which can be mixed in and moved around.</p>\n<p>“The plugin aims to make the dashboard more useful as an ongoing tool for managing site content (rather than a first time user’s guide to the wonderful world of WP, that more experienced users will be forced to skip over),” Yes We Work director Thomas Eagle said.</p>\n<p>The Editorial Overview and Content Activity widgets are particularly useful for distributed, multi-author teams that are working in different timezones. It makes it easy for users to catch up on editorial activity across all content types, with a filter for activity by post type, user, or time period. There is even a direct link to view each post’s Compare Revisions screen.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/content-activity-widget.png?ssl=1\"><img /></a></p>\n<p>“The Dashboard also means that as an external developer or site maintainer, only logging in occasionally, you can quickly get up to speed on the evolution and growth of a client site, and spot potential problems ahead of time,” Eagle said.</p>\n<p>Fabrica Dashboard also works seamlessly with the team’s new plugin, <a href=\"https://wordpress.org/plugins/fabrica-reusable-block-instances/\" rel=\"noopener noreferrer\" target=\"_blank\">Fabrica Reusable Block Instances</a>. It is a plugin that provides an inventory of all the reusable blocks that are being used in content across a site on a separate management screen that displays the number of instances. This plugin is useful for sites where Reusable Blocks are sometimes updated and it’s important to know where they are in use.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/08/reusable-blocks-screen.png?ssl=1\"><img /></a></p>\n<p>Better management capabilities for Reusable Blocks is a feature that has been indirectly requested several times in Gutenberg <a href=\"https://wordpress.org/support/topic/manage-all-reusable-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">support</a> <a href=\"https://wordpress.org/support/topic/locations-reuseable-blocks-are-used-count-column/\" rel=\"noopener noreferrer\" target=\"_blank\">topics</a>. A solution for this may soon be coming to core, as a screenshot of a similar Reusable Blocks screen was published in July with the <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\" rel=\"noopener noreferrer\" target=\"_blank\">Block Directory design prototypes</a>. In the meantime, Fabrica Reusable Block Instances is a lightweight plugin for managing these types of blocks. It doesn’t modify the database in any way, nor does it come with any settings.</p>\n<p><a href=\"https://wordpress.org/plugins/fabrica-dashboard/\" rel=\"noopener noreferrer\" target=\"_blank\">Fabrica Dashboard</a> and <a href=\"https://wordpress.org/plugins/fabrica-reusable-block-instances/\" rel=\"noopener noreferrer\" target=\"_blank\">Reusable Block Instances</a> are some of the best CMS plugins I’ve seen recently that have been designed to include Gutenberg block content. While they are targeted specifically at multi-user editorial installations, the plugins may also be beneficial for highly active, single-author blogs. Both are available for free on WordPress.org. Users who want support can purchase the <a href=\"https://fabri.ca/product/fabrica-dashboard-for-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">commercial version</a> that also comes with the ability to remove the Fabrica branding from the dashboard.</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 Aug 2019 06:04:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:93:\"WPTavern: WordCamp London 2020 Organizing Team Eyes September Dates Due to Brexit Uncertainty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92817\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/wordcamp-london-2020-organizing-team-eyes-september-dates-due-to-brexit-uncertainty\";s: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:4297:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/london.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://unsplash.com/photos/Oja2ty_9ZLM\">Benjamin Davies</a>\n<p>The Joomla World Conference in London, planned for November 2019, has been <a href=\"https://community.joomla.org/blogs/community/information-about-the-joomla-world-conference-2019.html\" rel=\"noopener noreferrer\" target=\"_blank\">cancelled</a>. Joomla’s Board of Directors announced the cancellation at the end of July, citing the updated October 31, 2019, Brexit deadline as the primary reason:</p>\n<blockquote><p>Last week the new UK Prime Minister, Boris Johnson has been elected with a mandate to ensure Brexit happens on 31st October, even if that means without any form of deal with the EU.</p>\n<p>Sadly, for an international conference planned for the weeks after Brexit, there is considerable doubt and uncertainty around travel requirements to the UK and what (if any) visas may be required. This coupled with the huge workload already on the limited resources of the community with Joomla 4 at an advanced development stage, the Board has very reluctantly taken the decision to postpone JWC2019 to some date yet to be announced.</p></blockquote>\n<p>The directors did not want to risk international attendees purchasing travel not being able to attend. They are issuing refunds for tickets already purchased.</p>\n<p>WordCamp London, which has traditionally been held in early April or late March, is also not exempt from Brexit-related planning challenges. The lingering uncertainty bleeds into other aspects of planning, such as recruiting sponsors and speakers.</p>\n<p>“The uncertainty that Brexit brings when trying to organize an international conference adds huge pressures to the organizing team, creates many additional logistical problems for sponsors, and creates uncertainty for volunteers and attendees,” WordCamp London organizer Dan Maby said. He and co-lead Barbara Saul are currently in the early stages of planning the 2020 event. They faced similar issues this year with the original Brexit date set for March 29, 2019.</p>\n<p>“The WordCamp was planned just one week after this date,” Maby said. “As an organizing team we faced unanswerable questions from the outset. We planned to develop a dedicated team within the organizers to support questions, but we soon realized this wasn’t possible because even at governmental level the answers to questions we had were not answered.”</p>\n<p>Since WordCamps are designed to be focused on the local communities where they are produced, Maby and his team adopted a mindset that they would send a message by keeping the 2019 camp running as planned: “Let’s do our small part in demonstrating that the UK is open for international business.” The event ended up selling out of both tickets and sponsor packages. Although WordCamp London historically attracts an international audience, the marketing team for the 2019 event focused heavily on the local community.</p>\n<p>Maby said it saddened him to read that Joomla World Conference 2019 has been postponed due to Brexit and that he empathizes with their team.</p>\n<p>“We’re in early discussions regarding WordCamp London 2020 and considering delivering the event later in the year,” he said. “Part of the reason is to allow the unknown of Brexit to start to settle.”</p>\n<p>With a lack of definitive information about who will need visas and how Brexit will affect international travelers, Maybe said his team is still mostly in dark. The biggest complication is not knowing if sponsors or attendees will be able to legally enter the country. This makes planning a budget and selling sponsorship packages and tickets more tricky. WordCamp London co-leads have yet to put the application in but are eying September 2020 for the next event.</p>\n<p>“We are investigating September as a potential alternative,” Maby said. “We’ll be 11 months post-Brexit (if it happens in October) so we will hopefully have a better idea of what to communicate to attendees, volunteers, and sponsors traveling into the UK. It also sits well between the European and US regional WordCamps.”</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 Aug 2019 21:18:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WPTavern: Attend the Great WP Virtual Summit for Free: August 19-23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92796\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/attend-the-great-wp-virtual-summit-for-free-august-19-23\";s: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:3312:\"<p>For five days next week, from August 19-23, the inaugural event of <a href=\"https://summit.wpvirtualsummit.com/\">The Great WP Virtual Summit</a> will be taking place.</p>\n\n\n\n<p>Conceived by South African based WordPress developer <a href=\"https://profiles.wordpress.org/anchenlr/\">Anchen le Roux</a>, the summit aims to bring together experts from various fields within the WordPress ecosystem to share their knowledge over the five days</p>\n\n\n\n<p>I reached out to Le Roux, to find out why she came up with the idea of the summit, and what her goals are for the event.</p>\n\n\n\n<p><em>“Being an organiser of WordCamp Johannesburg for the last few years, I’ve been very aware of how only a small number of people are actually able to attend an event like WordCamp. </em></p>\n\n\n\n<p><em>Obviously there are a lot of reasons, but for the most part travelling, accommodation, and other logistical items seemed to be the biggest hindrance.”</em></p>\n\n\n\n<p>Being based at the tip of Africa, Le Roux also realized that many other African countries don’t even have a WordCamp, and started wondering what she could do to bring WordCamp to them. The idea for the summit was born.</p>\n\n\n\n<p><em>“I’m hoping an online summit can introduce aspects of WordPress, and being part of the WordPress community, to those living in areas where it’s not easily accessible. It’s also my hope that this will plant a seed with folks, to start their own local communities around WordPress, and ultimately lead to more local WordCamps.”</em></p>\n\n\n\n<p>Anchen is hoping to recreate some of the atmosphere and energy that takes place at a local WordCamp, at this online event.</p>\n\n\n\n<p><em>“I know nothing can substitute for the in-person experience of a WordCamp but I’m trusting that some bits of what makes WordCamps awesome can be recreated in what we do. I’m hoping for this to be the first of many. This first one is very much an experiment but I’m anticipating for it to grow into something that more people can be involved in.“</em></p>\n\n\n\n<p>I asked Le Roux what she hopes attendees will take away from the event.</p>\n\n\n\n<p><em>“Firstly, the goal is to allow folks to learn from top authorities in the WordPress realm on a variety of topics. We have four different tracks catering to all types of WordPress users. Topics range from branding and design, development, and running your business with WordPress, to running a WordPress agency or being a WP freelancer. </em></p>\n\n\n\n<p><em>Above and beyond that, I’m hoping that folks who are new to the community, or are operating on the fringes of our community, are encouraged to become a bigger part of the WordPress community, by giving them the opportunity to chat with other community members, ask questions and/or share ideas.</em></p>\n\n\n\n<p><em>We have 20+ experts over 5 days, who will teach you strategies you can use to both improve and scale your WordPress business, no matter which stage you’re at, or what type of user you are.”</em></p>\n\n\n\n<p><a href=\"https://summit.wpvirtualsummit.com/\">The Great WP Virtual Summit</a> is happening August 19 – 23 and you can get your free tickets to the event right now by visiting the <a href=\"https://summit.wpvirtualsummit.com/tickets/\">tickets page</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Aug 2019 23:16: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:18:\"Jonathan Bossenger\";s: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:81:\"WPTavern: Automattic Acquires Zero BS CRM, Considers Rebranding it as Jetpack CRM\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/automattic-acquires-zero-bs-crm-considers-rebranding-it-as-jetpack-crm\";s: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:4972:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-08-16-at-1.57.42-PM.png?ssl=1\"><img /></a></p>\n<p>Automattic has <a href=\"https://zerobscrm.com/zbs-blog/entrepreneurs/weve-joined-automattic/\" rel=\"noopener noreferrer\" target=\"_blank\">acquired</a> <a href=\"https://wordpress.org/plugins/zero-bs-crm/\" rel=\"noopener noreferrer\" target=\"_blank\">Zero BS CRM</a>, a free plugin with more than 30 commercial <a href=\"https://zerobscrm.com/extensions/\" rel=\"noopener noreferrer\" target=\"_blank\">extensions</a> that provide deeper integrations with third-party services. Zero BS was co-founded by a two-person team that includes Mike Stott and Woody Hayday. The team marketed the plugin as a “no-nonsense CRM” and have been operating it with a successful <a href=\"https://zerobscrm.com/pricing\" rel=\"noopener noreferrer\" target=\"_blank\">subscription-based model</a> for bundles of extensions.</p>\n<p>With just 1,000 active installs on WordPress.org, Zero BS was not previously a very well-known plugin but it caught Automattic’s attention based on the strength of the product.</p>\n<p>“Automattic reached out to us after being a happy customer,” Stott said. Former Automattic executive John Maeda had used Zero BS CRM and recommended it to the company. Stott said the main appeal for the acquisition was “strong advocacy of the product.”</p>\n<p>It started with a support ticket Zero BS CRM received from a user, asking about Mail Campaigns and how best to set up sequences for customers.</p>\n<p>“What we didn’t realize was this user was linked to Automattic, and was becoming a strong advocate for our product within the company,” Stott said. “What followed was a series of conversations with leaders from different parts of Automattic.”</p>\n<p>Talks regarding the deal began in February and carried on at WordCamp Europe 2019 in Berlin.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Great to meet <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> at WordCamp EU. He\'s still doing his daily press-up <a href=\"https://twitter.com/hashtag/strong?src=hash&ref_src=twsrc%5Etfw\">#strong</a> <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/QAstY9YrEc\">pic.twitter.com/QAstY9YrEc</a></p>\n<p>— ZBSCRM (@zerobscrm) <a href=\"https://twitter.com/zerobscrm/status/1142501444572110848?ref_src=twsrc%5Etfw\">June 22, 2019</a></p></blockquote>\n<p></p>\n<h3>Jetpack CRM is a Strong Consideration for Rebranding</h3>\n<p>Zero BS CRM will be rebranded as the team comes under the Automattic umbrella. The original name was somewhat polarizing in that potential customers either loved it or hated it.</p>\n<p>Although the product’s founders have built extensions that connect WooCommerce stores to a CRM, Stott said the acquisition was not driven by Zero BS’s potential use with WooCommerce specifically.</p>\n<p>“Variants will fit in well to Woo, Jetpack, as well as serving the standalone market,” Stott said. “If our users outgrow us, we will want to help them find the next step (similar to the Basecamp model).”</p>\n<p>Yahoo Finance is <a href=\"https://finance.yahoo.com/news/automattic-acquires-wordpress-plugin-zbs-130000149.html\" rel=\"noopener noreferrer\" target=\"_blank\">reporting</a> that Automattic will be rebranding the product as “Jetpack CRM,” but Stott said that has not been confirmed yet. He said Jetpack CRM is “the favorite so far internally but still open to discussion.” This may be a strong indication of what Automattic intends to do with the product.</p>\n<p>Stott said they are not looking to compete against the likes of Salesforce or Hubspot but rather are focused on providing the basic concepts of a CRM – “knowing who your customers are, getting leads, and helping businesses grow.”</p>\n<p>The Entrepreneur bundle is Zero BS’s most popular pricing plan, which includes all of the extensions and priority support for $17 per month, billed yearly. It accounts for approximately 75% of the company’s ARR. Stott said they do not have plans to stop the subscription model and will continue with their current pricing.</p>\n<p>“We had planned to increase the price with v3.0 because with the updates and mail campaigns we felt we weren’t charging enough for the product,” Stott said. “But we’ve also found a good price point and Automattic didn’t want to change what was already working price wise.”</p>\n<p>Next on the roadmap the team plans one of their most requested features: smart inbox linked to CRM data. They are aiming to release version 3.0 in September.</p>\n<p>“I’m excited to reach more customers and just keep on building to help people and SMBs achieve the best they can,” Stott said.</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 Aug 2019 18:59:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Post Status: Chat with a WordPress skeptic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=67358\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://poststatus.com/chat-with-a-wordpress-skeptic/\";s: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:2078:\"<p>I talked with Kira Leigh, a full-stack creative entrepreneur and consultant. Skeptic may be too strong of a word, but she makes it clear that she thinks WordPress is too often used when it’s not necessary.</p>\n\n\n\n<p>Kira handles every part of her projects, which typically stem from marketing and copywriting, but she takes on design, development, and whatever is required to get the job done. She is the type of person who WordPress <em>should</em> be able to serve quite ably. But more often than not, she would rather steer clear.</p>\n\n\n\n<p>In this episode of the Draft Podcast, I talk to Kira about her work, why she is pained by WordPress, and I try to come to some conclusions. I am not sure if I accomplished much, but I do feel like I am better able to see where she’s coming from.</p>\n\n\n\n<p>This conversation stemmed from a friend sending me <a href=\"https://hackernoon.com/this-is-why-wordpress-sucks-and-you-should-probably-stop-using-it-v697y30v7\">a post Kira wrote</a> that was (to my mind) a bit aggressive toward WordPress — and while perhaps not 100% accurate, it is 100% her perception of the reality of working with WordPress.</p>\n\n\n\n\n\n\n\n<h3>Links from the show</h3>\n\n\n\n<ul><li><a href=\"http://thereisno.design\">There Is No Design</a> — Kira’s business</li><li>Kira on <a href=\"https://www.linkedin.com/in/kirakiraleighleigh/\">LinkedIn</a></li><li><a href=\"https://assemblyline.in\">Assembly</a> — a pretty neat page builder I’ve never seen before</li></ul>\n\n\n\n<h3>Sponsor: Pagely</h3>\n\n\n\n<p><a href=\"https://pagely.com/\">Pagely</a> offers best-in-class managed WordPress hosting, powered by Amazon’s Cloud, the Internet’s most reliable infrastructure. Pagely helps big brands scale WordPress. Their new platform <a href=\"https://northstack.com\">NorthStack</a> is a completely serverless solution for managed application hosting. Thank you to <a href=\"https://pagely.com/\">Pagely</a> for being a Post Status partner! <img src=\"https://s.w.org/images/core/emoji/11.2.0/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" /></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, 15 Aug 2019 21:30: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WPTavern: Gutenberg 6.3 Improves Accessibility with New Navigation and Edit Modes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/gutenberg-6-3-improves-accessibility-with-new-navigation-and-edit-modes\";s: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:2778:\"<p>Major accessibility improvements are the headline feature of this week’s Gutenberg plugin release. <a href=\"https://make.wordpress.org/core/2019/08/14/whats-new-in-gutenberg-14-august/\" rel=\"noopener noreferrer\" target=\"_blank\">Version 6.3</a> introduces new Navigation and Editor modes to address long-standing problems navigating the block UI with a screen reader. The editor is now loaded in Navigation mode by default. Riad Benguella described it as “an important milestone in terms of accessibility of the editor” and explained how it works:</p>\n<blockquote><p>It allows you to move from block to block using a single Tab press. You can also use the arrow keys to navigate between blocks. Once you reach the block you want to edit, you can enter the Edit Mode by hitting the Enter key. The Escape key allows you to move back to the Navigation Mode.</p></blockquote>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/navigation-mode.gif?ssl=1\"><img /></a></p>\n<p>These modes are still early in their development and will require more testing.</p>\n<p>At WordCamp US 2018 in Nashville, Accessibility Team contributor <a href=\"https://profiles.wordpress.org/arush/\" rel=\"noopener noreferrer\" target=\"_blank\">Amanda Rush</a> gave me a demonstration of what it is like to navigate Gutenberg with a screen reader. Using the editor was painfully difficult for even the simplest tasks, such as setting a title and writing paragraph content.</p>\n<p>Since that time, the Gutenberg and Accessibility teams have made great strides towards improving this experience. The new interaction flow in the Navigation mode is one example of their progress. The teams have also worked together to tackle a collection of 84 issues that Tenon created on GitHub in May, based on the findings in <a href=\"https://wptavern.com/wpcampus-gutenberg-accessibility-audit-finds-significant-and-pervasive-accessibility-problems\" rel=\"noopener noreferrer\" target=\"_blank\">WPCampus’ Gutenberg Accessibility Audit</a>. To date, <a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=is%3Aissue+author%3Akarlgroves+\" rel=\"noopener noreferrer\" target=\"_blank\">54 of those issues</a>, many of which were related to screen reader accessibility, have been resolved and marked as closed.</p>\n<p>Other notable updates in Gutenberg 6.3 include support for text alignments in table block columns, border color support for the separator block, and improvements to the BlockPreview component, which allow developers to preview blocks in any context. Check out the <a href=\"https://make.wordpress.org/core/2019/08/14/whats-new-in-gutenberg-14-august/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a> for the full list of all the changes in 6.3.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Aug 2019 20:27: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: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:40:\"Post Status: Is Tumblr a social network?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=67306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://poststatus.com/is-tumblr-a-social-network/\";s: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:2632:\"<p>What the heck is <a href=\"https://tumblr.com\">Tumblr</a>, anyway? I’ve never done a particularly deep dive into the platform, though it is <a href=\"https://poststatus.com/automattic-has-purchased-tumblr/\">recently relevant</a> for my line of work.</p>\n\n\n\n<p>I created a Tumblr back when WordPress was debating post formats — <a href=\"https://poststatus.com/post-formats-looking-back/\">before they died</a>. I also did a small client project on Tumblr — which ended up being a tedious experiment of much custom HTML and CSS inside a customizer-like interface.</p>\n\n\n\n<p>I never stopped to think what kind of platform Tumblr is. Is it a blog platform? A site builder? A social network?</p>\n\n\n\n<p>Of those three particular options, I would’ve leaned on blog platform with a dose of light-CMS for tiny site building. I probably would’ve mostly dismissed a notion that it’s a social network. But perhaps that’s where it can be best.</p>\n\n\n\n<p>When I visit Tumblr, I see tons of different content formats, mostly short-form and ephemeral — whether a meme, funny pic, quote, or news link. None of the gamified restrictions on the type of content exist on Tumblr, as is so well known on Instagram. It is a fairly simple feed based on the content posted or engaged with by the people you follow.</p>\n\n\n\n<p>Tumblr feels like the whimsical side of blogging. Too often, when I blog, I feel like it better mean something. So usually I tweet, or I do something else that feels less permanent. This is a sad outcome, as I loved blogging in the weblog sense — before the arrival of “big-thought” blogs finely tuned to the desires of Google algos, carefully crafted with just the right CTAs, sub-heads, and content plans, all within a well-defined site structure.</p>\n\n\n\n<p>All that serious businessy stuff is great, I guess. It makes sense. The “investment” in our content “strategies” — these words are making my old-school web self puke — are totally reasonable. For our businesses, personal brands, stores, and whatnot, we want a good ROI on our blogging. We have strategies.</p>\n\n\n\n<p>What is fun about the Tumblr vibe is that it feels strategy-less. It feels social.</p>\n\n\n\n<p>I’m gonna try to <a href=\"https://krogsgard.tumblr.com\">Tumbl</a> for a while, see how it feels, how it works, and what happens. Am I worried about my brand, my audience development, my influence, my monetization strategy? Nah. I can do that on this site, or web-Twitter, or YouTube, or Instagram. I just want to have fun.</p>\n\n\n\n<p>Maybe that’s where Tumblr can shine.</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, 15 Aug 2019 17:42: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:107:\"WPTavern: WordPress Theme Review Team Scraps Trusted Authors Program Due to Gaming and Inconsistent Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-theme-review-team-scraps-trusted-authors-program-due-to-gaming-and-inconsistent-reviews\";s: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:4459:\"<p>After several months of discussion, WordPress.org’s Theme Review Team has decided to discontinue the Trusted Authors (TA) Program that <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\" rel=\"noopener noreferrer\" target=\"_blank\">launched in April 2018</a>. The program, which was controversial from its inception, allowed certain authors to bypass the normal theme review queue after demonstrating an ability to submit themes with fewer than three issues. Trusted Author theme submissions went to their own dedicated queue that was handled by team leads.</p>\n<p>The objective of the program was to streamline the review process and lessen the burden on reviewers. When it failed to deliver the intended results, the Theme Review team leads made a unilateral decision behind closed doors, <a href=\"https://wptavern.com/theme-review-team-leadership-implements-controversial-changes-to-trusted-authors-program-requiring-theme-reviews-in-exchange-for-making-themes-live\" rel=\"noopener noreferrer\" target=\"_blank\">implementing a change requiring TA participants to join the team</a> and perform a minimum number of reviews in order to continue having their own themes fast tracked through the review process. This was loudly decried by other members of the Theme Review team who were blindsided by the decision.</p>\n<p>“We are removing the Trusted Author Program,” team lead William Patton announced in the most recent meeting. “It has not fulfilled the intended plan and has caused more problems than it is solving.”</p>\n<p>Fellow team lead Sandilya Kafle outlined the reasons in a <a href=\"https://make.wordpress.org/themes/2019/08/14/trusted-author-program-a-year-of-its-journey/\" rel=\"noopener noreferrer\" target=\"_blank\">post</a> published today. The entrance requirements for the program did not ensure that participants were truly “trusted” authors, as many had to be removed for gaming the system. Reviewers also reported that there was a group of people releasing clones of themes every week.</p>\n<p>“We got lots of help from the TA authors – for which we’d like to thank them,” Kafle said. “However, there was still gaming from some of the authors – which resulted in their removal from the TA program. One of the intentions of the TA program was to reduce the gaming by the use of multiple accounts. However, we still saw some authors having multiple accounts so this intention was not realized though the program existing.”</p>\n<p>The TA program’s entrance requirements also did not ensure that participants were prepared to review themes at a high level, which resulted in inconsistent reviews.</p>\n<p>“We strongly believed that TA members were highly familiar with the requirements but we found that was not the case for all of them,” Kafle said. “Additionally, some authors did not feel confident enough in their own understanding of all requirements to perform reviews and set themes live. Instead many TA reviews went to the admin queue after approval. This was an indicator that the quality of the themes by TA’s may not be as high as expected.”</p>\n<p>Most of the Theme Review team members present in the meeting were generally agreed on shutting the TA program down. Alexandru Cosmin, the former team lead who introduced the program, was the only vocal outlier, whose acrid responses to scrapping the program reflect a long-standing frustration with the slow queue.</p>\n<p>“Honest opinion, and I could bet on this: by the end of the year we’ll have 5-month queues and multi-accounters,” Cosmin said. “We’ll see how fair it will be when you have guys with 15 accounts and authors complaining in the main chat about how long the queue is.”</p>\n<p>Today’s decision to discontinue the TA program restores the natural order to the queue, with all theme authors receiving the same treatment. Tying an incentive program to the review system was ineffective for taming the queue.</p>\n<p>Long queues and gaming the system have proven to be continual struggles for the Theme Review Team, but the existence of these problems underscores the significance of the official themes directory for theme shops. Companies continue to use WordPress.org to gain users for their commercial versions, and the directory remains an important distribution channel for WordPress themes.</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, 14 Aug 2019 22:01: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: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:18:\"Matt: On Vergecast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2019/08/on-vergecast/\";s: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:495:\"<p>If you’d like some more background and context on Tumblr and Automattic coming together I had a chance to have <a href=\"https://www.theverge.com/2019/8/14/20804894/tumblr-acquisition-matt-mullenweg-ceo-automattic-wordpress-verizon-changes-vergecast\">a short but nuanced conversation with Nilay Patel and Julia Alexander on The Verge’s podcast, Vergecast</a>. I love how great journalists are able to really dive into the heart of issues, and I really enjoyed the conversation.</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, 14 Aug 2019 19:59:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WPTavern: Write for WP Tavern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/write-for-wp-tavern\";s: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:1146:\"<p>WP Tavern is hiring full-time writers. We are looking for reporters with the ability to write WordPress news every day, covering a wide range of topics, including (but not limited to) Gutenberg, core development, community, open source software, plugin and theme ecosystems, Tumblr, developer trends, and the open web.</p>\n\n\n\n<p>The position requires the ability to discern the immediacy of stories that need to be told, attention to accuracy, and the ability to cultivate sources. Applicants must have a commitment to serve the public interest and remain impervious to a constant barrage of companies wanting to influence the press. A deep knowledge of the WordPress ecosystem is helpful for this position.</p>\n\n\n\n<p>WP Tavern is, by reputation, WordPress’ newspaper of record. We are looking for writers who can approach this community with a critical and unbiased point of view, preserving the independent and provocative spirit of the Tavern. Interested applicants should use the <a href=\"https://wptavern.com/contact-me\">contact form</a> to get in touch, and be prepared to submit at least three writing samples for consideration.</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, 14 Aug 2019 16:34:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:107:\"WPTavern: New mycamp.rocks Newsletter Launches with Tips for Conference Organizers, Speakers, and Attendees\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://wptavern.com/new-mycamp-rocks-newsletter-launches-with-tips-for-conference-organizers-speakers-and-attendees\";s: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:3713:\"<p><a href=\"http://davidbisset.com/\" rel=\"noopener noreferrer\" target=\"_blank\">David Bisset</a> launched <a href=\"https://mycamp.rocks/\" rel=\"noopener noreferrer\" target=\"_blank\">mycamp.rocks</a> today, a newsletter targeted at conference organizers, speakers, and attendees. The WordPress newsletter landscape is currently dominated by general industry and developer news digests, such as <a href=\"https://masterwp.co/\" rel=\"noopener noreferrer\" target=\"_blank\">Master WP</a>, <a href=\"https://wpmail.me\" rel=\"noopener noreferrer\" target=\"_blank\">WpMail.me</a>, <a href=\"https://poststatus.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Post Status</a>, and <a href=\"https://thewpdaily.com/\" rel=\"noopener noreferrer\" target=\"_blank\">The WP Daily</a>. mycamp.rocks is the first newsletter to drill down into community event topics and will be sending out new tips every Tuesday.</p>\n<p>Bisset has helped organize WordCamp Miami, meetups, and other events for more than a decade. He has accumulated a large store of knowledge, resources, and experience managing all the minutiae of conference organization. The <a href=\"https://mycamp.rocks/august-13-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">first edition</a> of the newsletter includes tips on badge design, lanyards, dealing with rejection as a speaker applicant, communicating special diet requests, and other miscellaneous topics. He is intentionally keeping the focus broad and not limiting it to WordPress events.</p>\n<p>Bisset said he decided to go the newsletter route, as opposed to creating a blog, because he was inspired by some developers experimenting with the same format. Newsletters tend to get mixed into an inbox management routine and are more likely to receive attention than websites that broadcast their posts to social media.</p>\n<p>“Perhaps with busy lives people are appreciating small emails,” Bisset said. “For some it’s hard to keep checking a website and I think people are avoiding social media (or filtering it down). So email once again is becoming a good solution for delivering tips, especially if the emails are short and happen once a week.”</p>\n<p>Bisset said the email format is an experiment, since the website is updated with the newsletter information anyway. He plans to evaluate after a month to see if more people are visiting the website versus opening the emails.</p>\n<p>The newsletter has already received some feedback that Bisset plans to implement, such as separating the tips that work best for small events, like meetups, and larger conference-type events.</p>\n<p>WordCamp US announced last week that it will host <a href=\"https://2019.us.wordcamp.org/2019/08/08/wordcamp-us-debuts-community-track/\" rel=\"noopener noreferrer\" target=\"_blank\">a dedicated track for community-related topics</a>, such as meetups, diversity, inclusion, and kids camps. Bisset said he sees this as a significant development in support of community members and event leaders.</p>\n<p>“Community is the biggest strength of WordPress itself,” Bisset said. “Many people have asked for and needed some direction, tips, or general knowledge on how to better run meetups, contributor days, WordCamps, and kid’s events. I think we’ve also seen over the past year or two some communication problems in the community itself, and I think addressing all of these things on a national stage like WCUS leads us down the road of educating people on how to improve our interactions with fellow community members. Those members could be fellow organizers, fellow contributors, or just anyone that we interact with – regardless of their gender, background, or age.”</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, 13 Aug 2019 22:37:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Tumblr the Day After\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2019/08/tumblr-the-day-after/\";s: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:3133:\"<p>It is not surprising that the news about <a href=\"https://photomatt.tumblr.com/post/186964618222/automattic-tumblr\">Automattic buying Tumblr</a> has <a href=\"https://www.techmeme.com/190812/p22#a190812p22\">picked up a lot of coverage</a>. I especially appreciated the notes of support <a href=\"https://www.davidslog.com/186979222210/just-wanted-to-add-my-congratulations-and-thank\">from Tumblr founder David Karp</a>, <a href=\"https://twitter.com/marcoarment/status/1161015149563645953\">former CTO Marco Arment</a>, and <a href=\"https://twitter.com/bijan/status/1161295918123163648\">investor Bijan Sabet</a>. I am beyond excited to see what the Tumblr team creates next, and I will definitely be connecting with alumni to hear their perspective.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Just wanted to add my congratulations and thank you to everyone at WordPress and Tumblr.<br /><br />Matt is a visionary, and the team at WordPress has built something absolutely foundational to the Internet. What an amazing home and opportunity for Tumblr.<a href=\"https://t.co/6AVXBVuUr1\">https://t.co/6AVXBVuUr1</a></p>— David Karp (@davidkarp) <a href=\"https://twitter.com/davidkarp/status/1161253181315330050?ref_src=twsrc%5Etfw\">August 13, 2019</a></blockquote>\n</div>\n\n\n\n<p>There has also been a lot of speculation on the purchase price, which I think is missing the real story. I would like to take this opportunity to express my respect for Verizon and how they approached this entire process. They inherited Tumblr through an acquisition of a merger, a few steps removed from its initial sale; it’s probably not a company they would have bought on its own, but they nonetheless recognized that there is a very special community and team behind the product. It’s also worth noting at this point that Verizon is a company that <a href=\"https://www.verizon.com/about/news-tag/earnings-and-investor-conferences\">will do over $130B in revenue this year</a> and has over 139,000 employees.</p>\n\n\n\n<p>First, they chose to find a new home for Tumblr instead of shutting it down. Second, they considered not just how much cash they would get on day one, but also — and especially — what would happen to the team afterward, and how the product and the team would be invested in going forward. Third, they thought about the sort of steward of the community the new owner would be. They didn’t have to do any of that, and I commend them for making all three points a priority. </p>\n\n\n\n<p><a href=\"https://automattic.com/\">Automattic</a> is still a startup — I’m sure there are deep-pocketed private equity firms that could have outbid us, but the most likely outcome then would have been an “asset” getting chopped up and sold for parts. (This is a caricature and there are PE firms I like, but it’s not a terrible stretch of the imagination.) Instead, Tumblr has a new chance to redefine itself in 2019 and beyond. Its community is joining with WordPress’ 16-year commitment to open source and the open web. </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, 13 Aug 2019 21:38: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Automattic Acquires Tumblr, Plans to Rebuild the Backend Powered by 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:29:\"https://wptavern.com/?p=92627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/automattic-acquires-tumblr-plans-to-rebuild-the-backend-powered-by-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:7202:\"<p>Automattic has acquired Tumblr, a long-time friendly rival company, for an undisclosed sum. Just six years after Yahoo acquired Tumblr for $1.1 billion, the company is said to have been acquired for “a nominal amount” from Verizon, who indirectly acquired Tumblr when it bought Yahoo in 2017.</p>\n<p>Automattic CEO Matt Mullenweg declined to comment on the financial deals of the acquisition, but a source familiar to <a href=\"https://www.axios.com/verizon-tumblr-wordpress-automattic-e6645edd-bc73-45c2-9380-9fe8ca34291f.html\" rel=\"noopener noreferrer\" target=\"_blank\">Axios</a> puts the deal “well south of $20 million.”</p>\n<p>Tumblr is Automattic’s biggest acquisition yet in terms of product users and employees gained. The microblogging and social networking website currently hosts 475.1 million blogs, for which Automattic will now assume operating costs. All 200 of Tumblr’s employees will be moving over to Automattic, bringing the company’s total employee count over 1,000.</p>\n<p>Mullenweg took to the <a href=\"https://poststatus.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Post Status</a> community Slack channel for an impromptu Q&A this afternoon where he discussed more of Automattic’s plans for Tumblr. He outlined a brief roadmap for Tumblr’s future that includes re-architecting its backend with WordPress:</p>\n<ol>\n<li>Move infrastructure off Verizon</li>\n<li>Support same APIs on both WP.com and Tumblr</li>\n<li>Switch backend to be WP</li>\n<li>Open source Tumblr.com client similar to Calypso</li>\n</ol>\n<p>“WordPress is an open source web operating system that can power pretty much anything, including Tumblr.com, but it’s also a large property so will take a bit to figure out and migrate,” Mullenweg said.</p>\n<p>Automattic doesn’t currently have plans to change the frontend Tumblr experience. Mullenweg said the Tumblr mobile app gets 20x more daily signups than the WordPress app. “It’s working amazingly well, despite being fairly constrained in what they can launch the past few years,” he said.</p>\n<p>Tumblr changed its adult content policy in December 2018, banning pornographic content which reportedly accounted for <a href=\"https://techcrunch.com/2013/05/20/tumblrs-adult-fare-accounts-for-11-4-of-sites-top-200k-domains-tumblrs-adult-fare-accounts-for-11-4-of-sites-top-200k-domains-adults-sites-are-leading-category-of-referrals/\" rel=\"noopener noreferrer\" target=\"_blank\">22.37 percent of incoming referral traffic from external sites</a> in 2013 when it was acquired by Yahoo. Automattic has a similar content policy in place for WordPress.com and Mullenweg confirmed that the company does not plan to lift the ban on adult content.</p>\n<p>“Adult content is not our forte either, and it creates a huge number of potential issues with app stores, payment providers, trust and safety… it’s a problem area best suited for companies fully dedicated to creating a great experience there,” Mullenweg <a href=\"https://news.ycombinator.com/item?id=20679894\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> in response to questions on Hacker News. “I personally have very liberal views on these things, but supporting adult content as a business is very different.”</p>\n<h3>Automattic’s Tumblr Acquisition Opens Up New Possibilities for E-Commerce, Plugins, and Themes</h3>\n<p>Beyond this initial roadmap Mullenweg outlined, he also said he thinks “e-commerce on Tumblr is a great idea,” with simpler features developed first. In the past, Tumblr users who wanted to add e-commerce to their sites would need to use a service like Shopify or Ecwid and generate a Tumblr-compatible widget. Users would have to move to a self-hosted site on another platform in order to get more full-featured e-commerce capabilities. Automattic has the ability to build e-commerce into the platform using WooCommerce or any number of other existing solutions for simpler sales features.</p>\n<p>An emerging Tumblr/WordPress plugin and theme ecosystem is also a possibility but may not affect the wider WordPress ecosystem as much unless Automattic opens up the Tumblr marketplace to third-party developers. Mullenweg said once Tumblr’s backend is on WordPress, the idea of plugins can be explored. Whether that is on a private network, like WordPress.com, or a new breed of self-hosted Tumblr sites, is yet to be seen.</p>\n<p>Automattic’s apparent bargain basement deal on Tumblr is good news for the preservation of the open web, as the company is committed to supporting independent publishing. Migrating Tumblr’s infrastructure to WordPress also expands WordPress’ market share with a significantly younger user base. A study conducted by <a href=\"https://weareflint.co.uk/main-findings-social-media-demographics-uk-usa-2018\" rel=\"noopener noreferrer\" target=\"_blank\">We Are Flint</a> in 2018 found 43 percent of internet users between the ages of 18 to 24 years old used Tumblr.</p>\n<p>Tumblr’s primary demographic thrives on community and its current feature set is built to support that. If Automattic can preserve Tumblr’s distinct community and convenient publishing, while invisibly re-architecting it to use WordPress, users could potentially enjoy seamless transitions across platforms to suit their publishing needs. This improves the likelihood that this generation of internet users will continue to own their own content instead of tossing it away on social media silos that feed on users’ most important thoughts, writings, and memories.</p>\n<p>“I’m very excited about Tumblr’s next chapter and looking forward working with Matt Mullenweg and the entire team at Automattic,” Tumblr CEO Jeff D’Onofrio said. “I’m most excited for what this means for the entire Tumblr community. There is much more to do to make your experience a better one, and I’m super confident that we are in great hands with this news. Tumblr and WordPress share common founding principles. The plane has landed on a friendly runway. Now it is time to freshen up the jets.”</p>\n<p>In the <a href=\"https://photomatt.tumblr.com/post/186964618222/automattic-tumblr\" rel=\"noopener noreferrer\" target=\"_blank\">announcement on his Tumblr blog</a>, Mullenweg said he sees “some good opportunities to standardize on the Open Source WordPress tech stack.” This migration will undoubtedly be a formidable technical challenge and Mullenweg <a href=\"https://news.ycombinator.com/item?id=20680634\" rel=\"noopener noreferrer\" target=\"_blank\">promised to document the team’s work</a> after it is complete. In the meantime, the Tumblr team has new functionality they plan to introduce after the acquisition is officially closed.</p>\n<p>“When the possibility to join forces became concrete, it felt like a once-in-a-generation opportunity to have two beloved platforms work alongside each other to build a better, more open, more inclusive – and, frankly, more fun web,” Mullenweg said. “I knew we had to do 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:\"Tue, 13 Aug 2019 03:18:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: WooCommerce 3.7 Introduces New Blocks, Updates Minimum WordPress and PHP Requirements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/woocommerce-3-7-introduces-new-blocks-updates-minimum-wordpress-and-php-requirements\";s: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:5022:\"<p><a href=\"https://woocommerce.wordpress.com/2019/08/12/woocommerce-3-7-has-landed/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce 3.7</a> was released today after four months in development. This minor release is backwards compatible with previous versions. Despite containing more than <a href=\"https://github.com/woocommerce/woocommerce/compare/release/3.6...release/3.7\" rel=\"noopener noreferrer\" target=\"_blank\">1,290 commits</a>, 3.7 is smaller than previous releases, as the WooCommerce team is working towards delivering more frequent releases to improve the stability of the platform.</p>\n<p>WooCommerce 3.7 bundles updates from the <a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Blocks</a> feature plugin <a href=\"https://woocommerce.wordpress.com/2019/08/12/woocommerce-blocks-2-3-release-notes/\" rel=\"noopener noreferrer\" target=\"_blank\">version 2.3</a>, including the following new blocks and enhancements to existing blocks:</p>\n<ul>\n<li>A new focal point picker on the Featured Product block</li>\n<li>A new Product Categories List block</li>\n<li>A new Featured Category block</li>\n<li>A new Products By Tag(s) block</li>\n<li>Featured Product now allows for featuring a product by variation, linking to the product page with the variation pre-selected</li>\n</ul>\n<p>Here’s an example of the featured category block, which lets store owners stay right inside the editor to select the category and see an instant preview of the content.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/08/featured-category-block.gif?ssl=1\"><img /></a></p>\n<p>WooCommerce developers are working on creating more block editor capabilities for store owners. Future versions of the WooCommerce Blocks plugin will include new blocks for product filtering and for displaying product reviews. These will be tested first through the WooCommerce Blocks feature plugin before being added to core.</p>\n<h3>WooCommerce 3.7 Requires WordPress 4.9+ and PHP 5.6+</h3>\n<p>This release bumps the minimum required WordPress version to 4.9 and the minimum required PHP version to 5.6. There are new upgrade nudges in WooCommerce 3.6, alerting users who will need to to upgrade WordPress and PHP versions in order to update their stores to WooCommerce 3.7.</p>\n<p>The increased minimum versions allows WooCommerce developers to include new and more performant code in future versions of the plugin. It also enables them to utilize PHP packages. The Product Blocks and REST API functionality have been removed from core and are now loaded via Composer.</p>\n<h3>WooCommerce Blocks Rebranded</h3>\n<p>Users may notice some visual changes to how WooCommerce blocks appear in the editor. The blocks have been updated to better reflect the WooCommerce brand. This is becoming more common, as plugins with multiple blocks carve out their own branded spaces in the block inserter.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/08/blocks-rebrnded.png?ssl=1\"><img /></a></p>\n<p>A few other notable enhancements in WooCommerce 3.7 include the following:</p>\n<ul>\n<li>Email Settings: New “Additional Content” sections replace the old hardcoded “Thanks” sections so store owners don’t have to override templates to change the wording</li>\n<li>Coupon admin pages: Automatically generate new coupon codes with the click of a button</li>\n<li>Performance improvements, new dedicated table for tax classes, reduced number of queries to populate variations, excluding Action Scheduler tasks from comments queries to speed up page load times</li>\n</ul>\n<p>The <a href=\"https://wordpress.org/plugins/woocommerce-admin/\" rel=\"noopener noreferrer\" target=\"_blank\">WooCommerce Admin</a> feature plugin continues to make progress and currently has 300,000 active installations. The plugin provides a new JavaScript-based dashboard for monitoring store reports and sales metrics. <a href=\"https://woocommerce.wordpress.com/2019/07/13/woocommerce-admin-v0-15-0/\" rel=\"noopener noreferrer\" target=\"_blank\">Recent updates</a> include more data on the Customer Report page, improved navigation bar design, and an improved Stock Activity panel that automatically responds to inventory updates. Store owners who want to preview this functionality in WooCommerce can install the feature plugin.</p>\n<p>Version 3.7 should not cause any backwards compatibility issues but the update includes a few database upgrade routines. The WooCommerce team recommends those with large amounts of data in their databases to upgrade using the WP CLI command wp wc update, instead of through the admin. Check out the <a href=\"https://woocommerce.wordpress.com/2019/08/12/woocommerce-3-7-has-landed/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a> and <a href=\"https://woocommerce.wordpress.com/2019/07/16/woocommerce-3-7-beta-1/\" rel=\"noopener noreferrer\" target=\"_blank\">beta announcement</a> for more details.</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, 12 Aug 2019 20:41: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: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:79:\"Post Status: Automattic — the maker of WordPress.com — has purchased Tumblr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=67143\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/automattic-has-purchased-tumblr/\";s: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:10424:\"<p>Automattic — which owns WordPress.com — has acquired Tumblr and about 200 employees from Verizon, <a href=\"https://www.wsj.com/articles/verizon-to-sell-tumblr-to-wordpress-owner-11565640000\">according to</a> <em>The Wall Street Journal</em> and confirmed in Post Status Slack by Automattic CEO Matt Mullenweg.</p>\n\n\n\n<p>Tumblr has had a rocky road since their sale to Yahoo! in 2013 for $1.1 billion. Yahoo! is now owned by Verizon — whose entire content and platform lineup is a mess. The WSJ <a href=\"https://www.wsj.com/articles/verizon-looks-to-unload-tumblr-blogging-site-11556823135\">reported in May</a> that Verizon was shopping Tumblr.</p>\n\n\n\n<p>The most recent controversy for Tumblr was a community revolt over the <a href=\"https://www.theverge.com/2018/12/3/18123752/tumblr-adult-content-porn-ban-date-explicit-changes-why-safe-mode\">treatment of adult content</a>. Matt says Tumblr’s new adult content policy will stay in place under the new ownership. On Hacker News, <a href=\"https://news.ycombinator.com/item?id=20679894\">he said</a>, “Adult content is not our forte either, and it creates a huge number of potential issues with app stores, payment providers, trust and safety… it’s a problem area best suited for companies fully dedicated to creating a great experience there. I personally have very liberal views on these things, but supporting adult content as a business is very different.”</p>\n\n\n\n<p>Matt tells me the initial goals for Tumblr are:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>1. Move infrastructure off Verizon.<br />2. Support same APIs on both <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://slack-redir.net/link?url=http%3A%2F%2FWP.com\">WP.com</a> and Tumblr.<br />3. Switch backend to be WP.<br />4. Open source <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://slack-redir.net/link?url=http%3A%2F%2FTumblr.com\">Tumblr.com</a> client similar to Calypso.</p></blockquote>\n\n\n\n<p>Tumblr will remain a separate brand. There is a dedicated Tumblr community even after years of neglect and confusion. Still, Matt says Tumblr’s user base is “several times larger than [WordPress.com’s].” </p>\n\n\n\n<p>The Tumblr backend will change its technology, but the front-end experience will stay similar to what it is today, as Automattic “[doesn’t] want to change what’s working.” Matt said Tumblr’s interface is “working amazingly well, despite being fairly constrained in what they can launch [the] past few years.”</p>\n\n\n\n<p>There are several potential wins here for Automattic. For one, they gain a committed community for pennies on the dollar compared to the $1.1 billion Yahoo! paid — a classic Yahoo! exit.</p>\n\n\n\n<p>While the WSJ called the purchase amount “nominal” for Verizon, Matt says he considers the brand “super valuable, but right now not making as much as they could or should.”</p>\n\n\n\n<p>Dan Primack of Axios is reporting a “source familiar” put the price “well south of $20 million.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Automattic paid peanuts for Tumblr. Source familiar puts it well south of $20 million.<br /><br />Reminder: Yahoo paid $1.1 billion for it.<a href=\"https://t.co/N63c5y3MEh\">https://t.co/N63c5y3MEh</a></p>— Dan Primack (@danprimack) <a href=\"https://twitter.com/danprimack/status/1161015743531618305?ref_src=twsrc%5Etfw\">August 12, 2019</a></blockquote>\n</div>\n\n\n\n<p>Primack later stated the upfront sale price was less than $3 million.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">3/ Story updated: Price less than $3 million.</p>— Dan Primack (@danprimack) <a href=\"https://twitter.com/danprimack/status/1161038705295089664?ref_src=twsrc%5Etfw\">August 12, 2019</a></blockquote>\n</div>\n\n\n\n<p>In Post Status Slack, Matt noted that “adding ~200 people and porting all of Tumblr to Automattic is non-trivial and by far the largest investment or acquisition Automattic has ever made.” </p>\n\n\n\n<p>While unrelated to the upfront cost, the ongoing costs Automattic is taking on — and Verizon was surely quite keen to unload — is significant. The development and hosting effort will surely cost millions per year, not counting employee expenses. Automattic’s <a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">largest previous acquisition</a> — of WooCommerce — was about $30M in cash and stock. Thas is probably not far from the annual cost of the Tumblr employees Automattic is taking on now.</p>\n\n\n\n<p>In recent years Automattic has put much more energy into effective monetization, and I have no doubt they can do significantly better than the sprawling Verizon organization Tumblr languished under.</p>\n\n\n\n<p>Again <a href=\"https://news.ycombinator.com/item?id=20679711\">on Hacker News</a>, Matt noted, “We’ve been evolving Automattic to be more of a Berkshire Hathaway-inspired model and businesses with a lot of autonomy, and this [acquisition] continues that trend.” This is interesting, particularly as Berkshire is known to let portfolio companies operate quite independently, and of course, Berkshire CEO Warren Buffet is famous for being a savvy value investor. Tumblr is definitely a deep value play at this price.</p>\n\n\n\n<p>With Tumblr’s acquisition, Automattic has an opportunity to diversify its own brands — <a href=\"https://poststatus.com/resources/wordpress-versus-automattic/\">WordPress vs WordPress.com</a> is always very confusing. (Legacy and tech media will surely screw it up talking about this acquisition.) Inevitably different cultures and web communities drift to different spaces online — think Instagram and Facebook, for instance. </p>\n\n\n\n<p>Tumblr is a very browse-heavy platform. The potential for eCommerce on such a platform could be significant. Matt said in chat that he thinks “eCommerce on Tumblr is a great idea.” I can also see a world where Tumblr could be shaped into a primarily mobile product — a more direct (and more privacy-focused) implementation of what Instagram is, with a similar, minimal interface.</p>\n\n\n\n<p>I would really love this, and Matt hints at some alignment on that front. In response to a comment speculating they’d wind Tumblr down, he said the plan was the opposite because “the web needs open and independent publishing and social media more than ever.” I know from my own conversations with Matt that he’s thinking about this a lot now. The way he plugged “social media” in that statement makes me think it’s at the top of mind inrelation to Tumblr.</p>\n\n\n\n<p>If Tumblr is open-sourced, a plugin ecosystem could work there as well. Matt says that “when [Tumblr] is on [WP’s] backend that [idea] … can be explored.” So a plugin market for Tumblr is not off the table, but it doesn’t sound like third-party extensibility is an immediate priority. I think the initial goals is to revive a large community and keep to the basics.</p>\n\n\n\n<p>Matt Mullenweg now <a href=\"https://photomatt.tumblr.com/\">has a Tumblr himself</a>. He posted his own <a href=\"https://photomatt.tumblr.com/post/186964618222/automattic-tumblr\">announcement</a> of the acquisition there, where he wrote:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I have worked on WordPress my entire adult life — 16 years now — and so the democratization of publishing is near and dear to my heart. Tumblr and WordPress have always been very philosophically aligned there.</p><p>When the possibility to join forces became concrete, it felt like a once-in-a-generation opportunity to have two beloved platforms work alongside each other to build a better, more open, more inclusive – and, frankly, more fun web. I knew we had to do it.</p></blockquote>\n\n\n\n<p>Everyone loves to have a say on social media, but this move is well regarded so far in the tech space. It’s nice when a company makes a save-attempt on something good that’s been presumed “dead.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I\'m happy for the Tumblr community and hope Tumblr goes free software like WordPress. Local federated Tumblr would be a lot of fun.</p>— Paul Ford (@ftrain) <a href=\"https://twitter.com/ftrain/status/1161017044172718080?ref_src=twsrc%5Etfw\">August 12, 2019</a></blockquote>\n</div><br />\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">This is pretty cool. Can’t think of a better owner today than Automattic for Tumblr’s huge creative publishing community. <a href=\"https://t.co/G9pVtpjKJ9\">https://t.co/G9pVtpjKJ9</a></p>— Marco Arment (@marcoarment) <a href=\"https://twitter.com/marcoarment/status/1161015149563645953?ref_src=twsrc%5Etfw\">August 12, 2019</a></blockquote>\n</div>\n\n\n\n<p>The CEO of Tumblr, Jeff D’Onofrio, said the following <a href=\"https://twitter.com/jeffdonof/status/1161034494465519620\">on Twitter</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I’m very excited about Tumblr’s next chapter and looking forward to working with <a href=\"https://twitter.com/photomatt\">@photomatt</a> and the entire team at Automattic. I’m most excited for what this means for the entire Tumblr community. There is much more to do to make your experience a better one, and I’m super confident that we are in great hands with this news. Tumblr and WordPress share common founding principles. The plane has landed on a friendly runway. Now it is time to freshen up the jets. </p></blockquote>\n\n\n\n<p>There will be more to come from Post Status about Tumblr joining the Automattic family of properties and also how it fits in the broader WordPress ecosystem. To my mind, porting a decaying but massive platform to an actively developed WordPress stack is a huge net positive for the web. </p>\n\n\n\n<p>Additionally, the potential to further develop Tumblr, specifically in the social networking space, could be a beacon for a more user-centric web with clear offramps — it’s just WordPress! — for folks to protect and own their own data.</p>\n\n\n\n<p>I am optimistic.</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, 12 Aug 2019 20:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.org blog: People of WordPress: Amanda Rush\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=7047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2019/08/people-of-wordpress-amanda-rush/\";s: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:6491:\"<p><em>You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories.</em></p>\n\n\n\n<h2><strong>Meet Amanda Rush from Augusta, Georgia, USA.</strong></h2>\n\n\n\n<p>Amanda Rush is a WordPress advocate with a visual disability. She first started using computers in 1985, which enabled her to turn in homework to her sighted teachers. Screen reader technology for Windows was in its infancy then, so she worked in DOS almost exclusively.</p>\n\n\n\n<p>After graduating high school, Amanda went to college to study computer science, programming with DOS-based tools since compilers for Windows were still inaccessible. As part of her computer science course of study, she learned HTML which began her career in web development.</p>\n\n\n\n<h2>How Amanda got started with WordPress</h2>\n\n\n\n<p>Amanda began maintaining a personal website, and eventually began publishing her own content using LiveJournal. However, controlling the way the page around her content looked was hard, and she soon outgrew the hosted solution.</p>\n\n\n\n<p>So in 2005, Amanda bought customerservant.com, set up a very simple CMS for blogging, and started publishing there. She accepted the lack of design and content, and lack of easy customization because she wasn’t willing to code her own solution. Nor did she want to move to another hosted solution, as she liked being able to customize her own site, as well as publish content.</p>\n\n\n\n<h3><strong>Hebrew dates led her to WordPress</strong></h3>\n\n\n\n<p>At some point, Amanda was looking for an easy way to display the Hebrew dates alongside the Gregorian dates on her blog entries. Unfortunately, the blogging software she was using at the time, did not offer customization options at that level. She decided to research alternative solutions and came across a WordPress plugin that did just that. </p>\n\n\n\n<p>The fact that WordPress would not keep her locked into a visual editor, used themes to customize styling, and offered ways to mark up content, immediately appealed to Amanda. She decided to give it a go.</p>\n\n\n\n<h3><strong>Accessibility caused her to dive deeper</strong></h3>\n\n\n\n<p>When the software Amanda used at work became completely inaccessible, she started learning about WordPress. While she was learning about this new software, <a href=\"https://en.wikipedia.org/wiki/Web_2.0\">Web 2.0</a> was introduced. The lack of support for it in the screen reader she used meant that WordPress administration was completely inaccessible. To get anything done, Amanda needed to learn to find her way in WordPress’ file structure.</p>\n\n\n\n<p>Eventually Amanda started working as an independent contractor for the largest screen reader developer in the market, Freedom Scientific. She worked from home every day and hacked on WordPress after hours.</p>\n\n\n\n<p>Unfortunately Amanda hit a rough patch when her job at Freedom Scientific ended. Using her savings she undertook further studies for various Cisco and Red Hat certifications, only to discover that the required testing for these certifications were completely inaccessible. She could study all she wanted, but wasn’t able to receive grades to pass the courses.</p>\n\n\n\n<p>She lost her financial aid, her health took a turn for the worse, she was diagnosed with Lupus, and lost her apartment. Amanda relocated to Augusta where she had supportive friends who offered her a couch and a roof over her head.</p>\n\n\n\n<h3><strong>But Amanda refused to give up</strong></h3>\n\n\n\n<p>Amanda continued to hack WordPress through all of this. It was the only stable part of her life. She wanted to help make WordPress accessible for people with disabilities, and in 2012 joined the WordPress Accessibility Team. Shortly after that, she finally got her own place to live, and started thinking about what she was going to do with the rest of her working life.</p>\n\n\n\n<p>Listening to podcasts led her to take part in <a href=\"http://wordsesh.org/\">WordSesh</a>, which was delivered completely online and enabled Amanda to participate without needing to travel. She began to interact with WordPress people on Twitter, and continued to contribute to the community as part of the WordPress Accessibility Team. Things had finally started to pick up.</p>\n\n\n\n<h2><strong>Starting her own business</strong></h2>\n\n\n\n<p>In 2014, Amanda officially launched her own business, <a href=\"http://www.customerservant.com/\">Customer Servant Consultancy</a>. Since WordPress is open source, and becoming increasingly accessible, Amanda could modify WordPress to build whatever she wanted and not be at the mercy of web and application developers who know nothing about accessibility. And if she got stuck, she could tap into the community and its resources.</p>\n\n\n\n<p>Improving her circumstances and becoming more self-sufficient means Amanda was able to take back some control over her life in general. She was able to gain independence and create her own business despite being part of the blind community, which has an 80% unemployment rate. </p>\n\n\n\n<p>In her own words:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>We’re still fighting discrimination in the workplace, and we’re still fighting for equal access when it comes to the technology we use to do our jobs. But the beauty of WordPress and its community is that we can create opportunities for ourselves.</em></p><p><em>I urge my fellow blind community members to join me inside this wonderful thing called WordPress. Because it will change your lives if you let it.</em></p><cite>Amanda Rush, entrepreneur</cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2019/07/heropress_large_white_logo-1.jpg?fit=632%2C474&ssl=1\" alt=\"\" class=\"wp-image-7026\" width=\"110\" height=\"83\" /></div>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by <a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members over at </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>!</em></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, 09 Aug 2019 21:23: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:16:\"Yvette Sonneveld\";s: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:70:\"WPTavern: BuddyPress 5.0 to Add Category for Storing BuddyPress Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/buddypress-5-0-to-add-category-for-storing-buddypress-blocks\";s: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:1506:\"<p>BuddyPress 5.0 will include a way for developers to organize their blocks under a <a href=\"https://buddypress.trac.wordpress.org/changeset/12418\" rel=\"noopener noreferrer\" target=\"_blank\">BuddyPress blocks category</a>. Mathieu Viet <a href=\"https://bpdevel.wordpress.com/2019/07/31/a-category-to-store-your-buddypress-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">shared a code example</a> on the BuddyPress Dev Updates blog, demonstrating how to set the category property of a block to BuddyPress when registering a block type. The blocks registered with this category will appear under the BuddyPress panel in the block inserter.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/buddypress-blocks-panel.png?ssl=1\"><img /></a></p>\n<p>As the block ecosystem expands, keeping things organized inside the block inserter is becoming more important. BuddyPress having its own designated category helps user find blocks faster, especially if they don’t know the exact block name to search for, or if they are just browsing to see what blocks are available. With the <a href=\"https://wptavern.com/buddypress-5-0-to-introduce-bp-rest-api-first-beta-due-mid-august\" rel=\"noopener noreferrer\" target=\"_blank\">BP REST API set to land in the 5.0 release</a>, blocks will be easier for BuddyPress developers to create.</p>\n<p>BuddyPress 5.0.0-beta1 is expected to be released around August 15. Subsequent release dates are yet to be confirmed following feedback on the beta.</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, 09 Aug 2019 19:10: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:\"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:87:\"WPTavern: Build Customizer Settings Faster by Using the Kirki Framework in Your Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/build-customizer-settings-faster-by-using-the-kirki-framework-in-your-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10422:\"<p><a href=\"https://kirki.org\">Kirki</a> is a free open-source (MIT-licensed) framework built for developers who are looking to add Customizer Controls to their themes or plugins.</p>\n\n\n\n<p>Aristeides Stathopoulos, Kirki’s lead developer has been working on the framework <a href=\"https://wptavern.com/kirki-a-free-plugin-to-style-the-wordpress-customizer-and-add-advanced-controls\">since 2014</a>. Thanks to the continuous updates and improvements, Kirki has built a community on Github which includes over 1000 stars and 300 forks.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Before Kirki I never touched the customizer. Kirki helped me to understand the customizer and do a lot in less time!</p><cite>LebCit – WordPress Theme Developer</cite></blockquote>\n\n\n\n<h3>WordPress Core Customizer Controls</h3>\n\n\n\n<p>WordPress Core includes a handful of basic Customizer Controls by default. For example: text, textarea, checkbox, radio, select, dropdown-pages, email, URL, number, hidden, and date controls.</p>\n\n\n\n<p>Kirki supports the Core Controls too, plus around twenty more. Generally speaking, the Kirki controls cover the more advanced use-cases. For example:</p>\n\n\n\n<ul><li>Typography</li><li>Color Palettes</li><li>TinyMCE Editor</li><li>Sortable Fields</li></ul>\n\n\n\n<p>Kirki also offers functionality not available in Core WordPress, such as the auto-generation of your CSS output and postMessage scripts. These features, which we’ll look at later in this article, can easily cut your development time in half.</p>\n\n\n\n<h3>Kirki is Slow</h3>\n\n\n\n<p>One criticism commonly held against Kirki is that it’s slow. In fact, this criticism is used against most frameworks (including WordPress). It makes sense, right? You are loading a lot of code you might never use.</p>\n\n\n\n<p>In this case, the reality is that the opposite is true. Most of the time control panels built using Kirki will actually be faster than the same panels built with Core Controls.</p>\n\n\n\n<p>This is because Kirki adds an optimization layer that isn’t built into WordPress. </p>\n\n\n\n<p>When the Customizer is initialized WordPress instantly tries to load all the controls, even if they are within a section or panel and the user can’t interact with them yet. In comparison, Kirki postpones the loading until just before the user will be interacting with the control.</p>\n\n\n\n<p>To see the effect of this in practice, let’s try adding 50 color controls using each method.</p>\n\n\n\n<p><strong>Core Method:</strong></p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nfor ($i = 0; $i < 50; $i++){\n $wp_customize->add_setting( \'color_setting_hex_\' . $i , array(\n \'default\' => \'#0088CC\'\n ) );\n\n // add color picker control\n $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, \'color_setting_hex_\' . $i, array(\n \'label\' => \'Color Control\',\n \'section\' => \'title_tagline\',\n \'settings\' => \'color_setting_hex_\' . $i,\n ) ) );\n}\n</pre>\n\n\n<p><strong>With Kirki:</strong></p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nfor ($i = 0; $i < 50; $i++) {\n Kirki::add_field( \'config_id\', array(\n \'type\' => \'color\',\n \'settings\' => \'color_setting_hex_\' . $i,\n \'label\' => __( \'Color Control\', \'kirki\' ),\n \'section\' => \'title_tagline\',\n \'default\' => \'#0088CC\',\n ) );\n }\n</pre>\n\n\n<p><strong>The results:</strong></p>\n\n\n\n<img src=\"https://i0.wp.com/dannycooper.com/wp-content/uploads/2019/08/kirki.png?w=627&ssl=1\" alt=\"\" />\n\n\n\n<p>As you can see, the initial load speed is considerably faster when using Kirki. The code required to create the controls is more concise too.</p>\n\n\n\n<h3>Integrating Kirki Into Your Project</h3>\n\n\n\n<p>There are multiple ways to integrate the Kirki Framework into your project, the official documentation does a good job of explaining the different methods.</p>\n\n\n\n<p>I recommend developers guide the user to install the plugin version of Kirki, rather than including the framework directly within your project’s code. This can be done using TGMPA or the script provided.</p>\n\n\n\n<p>The reasoning behind taking the plugin route is that Kirki is frequently updated and improved. By installing the plugin version, your users will have instant access to bug fixes and security updates. </p>\n\n\n\n<p>In contrast, when you include the framework as part of your project, users will only receive updates when you update your theme or plugin, which might be less frequently than is required.</p>\n\n\n\n<p>Whichever method you use, be sure to check Kirki is initialized before you add your settings:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n// Early exit if Kirki doesn’t exist.\nif ( ! class_exists( \'Kirki\' ) ) {\n return;\n}\n</pre>\n\n\n<h3>Fields</h3>\n\n\n\n<p>In the Core Method example, we first created a setting and then created a control for it. In most cases, the two are directly linked. Kirki simplifies the process and allows us to create a ‘Field’ instead. When a field is created, it builds the setting and control in the background for us.</p>\n\n\n\n<p>Fields support all the control arguments you would expect (label, description, section, default), as well as some Kirki-specific arguments.</p>\n\n\n\n<p>The ‘type’ argument allows you to choose one of Kirki’s 30 control types: https://kirki.org/docs/controls/</p>\n\n\n\n<h3>Sections</h3>\n\n\n\n<p>Customizer Sections allow you to group Controls together. WordPress has six built-in sections that you can add your controls too:</p>\n\n\n\n<ul><li>title_tagline – Site Identity</li><li>colors – Colors</li><li>header_image – Header Image</li><li>background_image – Background Image</li><li>static_front_page – Homepage Settings</li><li>custom_css – Additional CSS</li></ul>\n\n\n\n<p><br />Sections in Kirki work exactly the same as in Core, the Kirki::add_section() method is simply a wrapper for $wp_customize->add_section() and accepts the same parameters and arguments.</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nKirki::add_section( \'section_id\', array(\n \'title\' => esc_html__( \'My Section\', \'kirki\' ),\n \'description\' => esc_html__( \'My section description.\', \'kirki\' ),\n ) );\n</pre>\n\n\n<h3>Panels</h3>\n\n\n\n<p>Panels allow you to create another level of hierarchy by grouping Sections together. WordPress Core has one built-in panel, which is ‘Menus’.</p>\n\n\n\n<p>Again, the Kirki implementation is simply a wrapper for the Core functionality.</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nKirki::add_panel( \'panel_id\', array(\n \'priority\' => 10,\n \'title\' => esc_html__( \'My Panel\', \'kirki\' ),\n \'description\' => esc_html__( \'My panel description\', \'kirki\' ),\n ) );\n</pre>\n\n\n<h3>‘transport’ => ‘auto’</h3>\n\n\n\n<p>Traditionally when creating Customizer Controls you have two options for the transport argument:</p>\n\n\n\n<ul><li><strong>Refresh</strong> – Each time the user makes a change the preview pane is refreshed to show the changes. This can take a couple of seconds.</li><li><strong>postMessage</strong> – Each time the user makes a change the preview pane is updated using Javascript which doesn’t require a refresh and is near-instant.</li></ul>\n\n\n\n<p>postMessage is undoubtedly the superior method for updating the previewer and should be used where possible. However, there is one downside, using postMessage means you need to create write custom JS code for each of your controls. A simple implementation looks something like this:</p>\n\n\n<pre class=\"brush: jscript; title: ; notranslate\">\n// Update the site title in real time...\nwp.customize( \'blogname\', function( value ) {\n value.bind( function( newval ) {\n $( \'#site-title a\' ).html( newval );\n } );\n} );\n</pre>\n\n\n<p>When you have a lot of settings, this can quickly become repetitive.</p>\n\n\n\n<p>This is where Kirki shines, it adds a third option: ‘transport’ => ‘auto’.</p>\n\n\n\n<p>‘transport’ => ‘auto’ works together with another argument Kirki adds named ‘output’. When both values are defined, Kirki will auto-generate the postMessage scripts for you. Which means you get all the benefits of using postMessage without having to write any of the Javascript code.</p>\n\n\n\n<p>A field using transport => ‘auto’ looks like this:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\nKirki::add_field( ‘config_id’, array(\n \'type\' => \'color\',\n \'settings\' => \'color_setting_hex\',\n \'label\' => __( \'Color Control\', \'kirki\' ),\n \'section\' => ‘colors’,\n \'default\' => \'#0088CC\',\n \'transport\' => \'auto\',\n \'output\' => array(\n array(\n \'element\' => \'body\',\n \'property\' => \'background-color\',\n ),\n ),\n ) );\n</pre>\n\n\n<p>This time-saving feature of Kirki means that most of the time you will no longer need to write or enqueue your own postMessage scripts.</p>\n\n\n\n<h3>Frontend CSS Output</h3>\n\n\n\n<p>Another part of creating Customizer settings is generating the CSS output on the frontend. A simple example might look like this:</p>\n\n\n<pre class=\"brush: php; title: ; notranslate\">\n/**\n * Output the Customizer CSS to wp_head\n */\nfunction wptavern_customizer_css() {\n $bg_color = get_theme_mod( \'color_setting_hex\' );\n ?>\n <style>\n body {\n background-color: <?php echo sanitize_hex_color( $bg_color ); ?>;\n }\n </style>\n <?php\n}\nadd_action( \'wp_head\', wptavern_customizer_css );\n</pre>\n\n\n<p>Like the postMessage example, writing this code can quickly become repetitive if you have a lot of settings. </p>\n\n\n\n<p>Fortunately, ‘transport’ => ‘auto’ takes care of the frontend output for you too. Even in our simplified example, ‘transport’ => ‘auto’ has reduced the code we need to write by ~50%.</p>\n\n\n\n<h3>Conclusion</h3>\n\n\n\n<p>In this article, we’ve looked at just the basics of the Kirki Framework and two of its arguments, already we can see how it allows us to create Customizer Controls faster and without compromising on performance.</p>\n\n\n\n<p>When you dive into Kirki you will quickly discover the wealth of functionality it adds on top of the Customize API. It’s no surprise that it’s in use on over 300,000 websites and a core part of some of the biggest WordPress themes on the market.</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, 09 Aug 2019 16:46: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:12:\"Danny Cooper\";s: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:87:\"WPTavern: Proposal to Auto-Update Old Versions of WordPress to 4.7 Sparks Heated Debate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/proposal-to-auto-update-old-versions-of-wordpress-to-4-7-sparks-heated-debate\";s: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:14387:\"<p>WordPress contributors, developers, and community members are currently debating a proposal to would implement a new policy regarding security support for older versions. The <a href=\"https://wptavern.com/wordpress-security-team-discusses-backporting-security-releases-to-fewer-versions\" rel=\"noopener noreferrer\" target=\"_blank\">discussion</a> began last week when security team lead Jake Spurlock asked for feedback on different approaches to backporting security fixes to older versions. Following up on this discussion, <a href=\"https://profiles.wordpress.org/iandunn/\" rel=\"noopener noreferrer\" target=\"_blank\">Ian Dunn</a>, a full-time contributor to WordPress core, sponsored by Automattic, has published a <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7\" rel=\"noopener noreferrer\" target=\"_blank\">proposal</a> for moving forward with a new policy:</p>\n<blockquote><p>Support the latest 6 versions, and auto-update unsupported sites to the oldest supported version.</p>\n<p>That would mean that the currently supported versions would be 4.7 – 5.2, and the 3.7 – 4.6 branches would eventually be auto-updated to 4.7.</p>\n<p>In practice, that’d provide roughly 2 years of support for each branch, and roughly 10% of current sites would eventually be auto-updated to 4.7. Once 5.3 is released, the oldest supported version would be become 4.8.</p></blockquote>\n<p>Dunn outlined a detailed plan for implementing the new policy that involves testing a small subset of sites to identify problems before gradually updating older sites from one major version to the next (not all at once). Site administrators would be notified at least 30 days prior to the automatic updates with emails and notices in the admin that would also offer the opportunity to opt out.</p>\n<p>The proposal has received dozens of comments, with some contributors in support, some in favor of modifications to the rollout, and others who are unequivocally opposed to the idea of auto-updating old sites to major versions.</p>\n<p>One of the prevailing concerns is that many admins will not receive any notice due to non-functioning email addresses or not logging into their admin dashboards frequently enough. Opponents also contend that even though there are fallbacks for sites that fail to upgrade, some sites may be broken in a way that WordPress cannot detect, due to problems with plugins or themes.</p>\n<p>“A back-end notice will not even begin to make up for the lack of reliable email communication,” Glenn Messersmith <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36344\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. “There are tons of site owners who never venture into the back-end once their site has been developed. These are the very people who will not get email notifications either because the email address is that of some long gone developer.</p>\n<p>“There is no way any sort of error detection can act as a safety net for those who never saw any notifications. There are all sorts of ways that a site owner might consider their site to be ‘broken’ which an update script could not possibly detect.”</p>\n<p>In response to concerns about abandoned sites breaking or administrators relying heavily on a plugin that has been abandoned, Dunn agreed that these types of situations may be unavoidable under the current proposal.</p>\n<p>“I can definitely sympathize with that situation, but we have to draw the line somewhere,” Dunn <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36293\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. “We don’t have unlimited resources, and the current policy has damaging effects for the entire WordPress ecosystem.</p>\n<p>“In reality, choices are never between a purely good thing and a purely bad thing; they’re always between competing tradeoffs.</p>\n<p>“I definitely agree that it’s bad if a small number of site owner have to do extra work to upgrade their site, but in the grand scheme of things, that’s much, much better than having our security team be hindered by an extremely onerous support policy.”</p>\n<h3>Proposal Author Claims “Nobody Would be Forced to Update;” Opponents Argue that Requiring Users to Opt Out is Not Consent</h3>\n<p>In addition to the problem of possibly breaking sites, those opposed to the proposal are not on board with WordPress forcing an update without getting explicit consent from site administrators. Providing users a way to opt into automatic updates for major core releases is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">nine projects</a> that Matt Mullenweg had identified for working on in 2019. However, the plan for this proposal is more aggressive in that it would require site owners on the 3.7 – 4.6 branches to opt out if they do not want to be incrementally auto-updated to 4.7.</p>\n<p>“They still retain agency no matter what, nobody would be forced to update, everybody retains control over their site and can opt-out if they want to,” Dunn <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36395\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. “Something being on by default is very different from forcing somebody to do something. We would make it very easy to opt out — just install a plugin, no config required — and the instructions for opting out would be included in every email and admin notice.”</p>\n<p>Dunn further clarified in a <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36401\" rel=\"noopener noreferrer\" target=\"_blank\">comment</a> regarding who would receive these updates:</p>\n<blockquote><p>Nobody would be forced, it would instead be an opt-out process. If someone has already disabled auto-updates to major versions, that would be respected and their site would not be updated.</p>\n<p>If someone clicked the opt-out link in the email, or if they clicked the opt-out button in the admin notice, then the updates would also be disabled.</p>\n<p>The only people who would receive the updates are the ones who:</p>\n<p>1) Want the update<br />\n2) Don’t care<br />\n3) Have abandoned their sites or email accounts</p></blockquote>\n<p>Several participants in the discussion asked why the process of getting these sites on 4.7 cannot be opt-in for consent, instead of forcing the update on those who don’t opt out. No matter how convenient the opt-out mechanism is, having one in place doesn’t constitute consent. Many site owners who will be forced into this process thought they would be safe in opting for maintenance and security updates and leaving their sites to perform “updates while you sleep,” as the <a href=\"https://wordpress.org/news/2013/10/basie/\" rel=\"noopener noreferrer\" target=\"_blank\">3.7 release post</a> described the feature.</p>\n<p>“Insecure sites are bad, but arguably, retrospectively enlarging the power granted to oneself by this mechanism is worse,” UpdraftPlus creator <a href=\"https://profiles.wordpress.org/davidanderson/\" rel=\"noopener noreferrer\" target=\"_blank\">David Anderson</a> <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36302\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>. “Potentially it could damage trust + reputation more than insecurity. I’d argue that huge dashboard ugly, irremovable notices on older versions warning of upcoming abandonment + the need to update would be better. Let the site owner take responsibility. Don’t play nanny, abuse trust, break sites and then write blog posts about how it was necessary collateral damage. Nobody who wakes up to a broken site will be happy with that.”</p>\n<p>Andrew Nacin, WordPress 3.7 release lead and co-author of WordPress’ automatic background updates feature, encouraged those behind the proposal to clarify that WordPress only supports the latest major version and has never officially supported older versions.</p>\n<p>“It takes a lot of work, for sure, to backport,” Nacin said. “But we should still stick to our north star, which is that WordPress is backwards compatible from version to version, that WordPress users shouldn’t need to worry about what version they are running, and that we should just keep sites up to date if we are able.”</p>\n<p>Nacin offered more context on the original strategy for introducing automatic updates, which included gradually moving to having major releases as auto updates so all sites would eventually be on the latest version:</p>\n<blockquote><p>First, when we first released automatic background updates, we thought that our next big push would be to get to major release auto updates in the next few years. In practice, we can do this at any time, and, indeed, 3.7 supported this as a flag. But the idea was we would invest energy in sandboxing, whitescreen protection, improving our rollback functionality, etc., so our success rate was as high for major versions as it was for minor versions. (The failure rate scales somewhat linearly with the number of files that need to be copied over, and also gets more complex when files need to be added, rather than just changed.) Once we did this, we’d simply start updating all sites to the latest version and stop backporting. Obviously we still haven’t gotten here.</p></blockquote>\n<p>He commented that overall the proposal is “a great plan” but emphasized the benefits of communicating to users that it is safe to update and that WordPress only intends to support the latest version.</p>\n<p>Most participants in the discussion are in favor of the security team discontinuing backporting fixes to older versions of WordPress. The question that remains unanswered for opponents is why is it WordPress’ responsibility to force older sites to update.</p>\n<p>“I don’t think it should be WordPress’ decision to update sites that they don’t manage to major/breaking versions, but I think maintaining those branches should be stopped,” Will Stocks said. “You (WordPress) don’t own the infrastructure or business processes, or understand the support in place to manage those sites. There is also a reason those sites are still on that version today and have not upgraded past.”</p>\n<p>There are other approaches that can still draw a line to respect the security team’s limited resources without forcing any non-consensual updates to major versions. Rachel Cherry, director of WPCampus, <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36373\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the proposal, strongly urging WordPress to establish consent before updating these sites:</p>\n<blockquote><p>We are getting into the weeds of whether or not forced updates will cause tech issues and missing the real problem altogether.</p>\n<p>We are discussing force updating people’s software when they have not given consent.</p>\n<p>And for what end? What is the real problem here? Because we don’t want to worry about updating old versions?</p>\n<p>There are other ways to solve this problem.</p>\n<p>We can make a clear policy regarding EOL support for releases.</p>\n<p>We can add a setting to core that lets the user choose whether or not they want auto updates and going forward that is the decision maker. Then we have consent.</p>\n<p>We can work on education and communication regarding updates.</p>\n<p>We can email people that their site is outdated and insecure and they should update ASAP, along with links to education and best practices. If they still need help, encourage them to reach out to a professional.</p>\n<p>We can fix this problem for going forward, but we do not have implied retroactive consent just because we never put a permission mechanism in place.</p>\n<p>If someone didn’t update their site, they did so for a reason. Or indifference. Either way, we have no right to go in like this and modify people’s websites.</p></blockquote>\n<p>Participants in the discussion are still wrestling with the potential implications of the proposed policy change. Minor updates have proven to be very reliable as auto-updates. Dunn <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36312\" rel=\"noopener noreferrer\" target=\"_blank\">reported</a> that the 3.7.29 auto-update had only one failure that had to be rolled back to 3.7.28. Using the auto update system to push major updates to sites as old as these has not yet been thoroughly tested.</p>\n<p>“Whether or not we do auto-update the 3.7 -> 5.x releases, I fully support making it clear that this is something we expect to start doing for the future (5.x -> x.x+),” Jeremy Felt <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36383\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> on the proposal. “The work on testing infrastructure and code to support this should absolutely be done either way.” Felt also said he appreciated the staggered rollout scheduling for the proposed releases as well as the plan to provide an officially supported plugin for disabling auto-updates.</p>\n<p>Discussion is still open on the proposal, but so far there seems to be a fundamental disagreement among participants about whether WordPress has the right to force major version updates without explicit consent, even if it is with the intention of saving site owners from potentially getting hacked.</p>\n<p>“One thing is for sure, it appears to be a majority concern so far, while many of us are fond of these noble intentions, I’m just not so sure being the benevolent overlord of the Internet is a good image for WP moving forward,” plugin developer Philip Ingram <a href=\"https://make.wordpress.org/core/2019/08/07/proposal-auto-update-old-versions-to-4-7/#comment-36343\" rel=\"noopener noreferrer\" target=\"_blank\">said</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Aug 2019 05:24:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:120:\"WPTavern: Jetpack 7.6 Improves AMP Compatibility, Adds Preview and Upgrade Nudge for Blocks Only Available on Paid Plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92278\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://wptavern.com/jetpack-7-6-improves-amp-compatibility-adds-preview-and-upgrade-nudge-for-blocks-only-available-on-paid-plans\";s: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:4082:\"<p><a href=\"https://jetpack.com/2019/08/06/jetpack-7-6-amp-plugin-compatibility/\" rel=\"noopener noreferrer\" target=\"_blank\">Jetpack 7.6</a> was released this week with several improvements to the plugin’s AMP compatibility. Automattic was one of the earliest publishing partners on Google’s AMP project, as well as the original author of the official AMP plugin for WordPress. This release makes three more Jetpack features compatible with AMP:</p>\n<ul>\n<li>Related Posts now display on AMP views.</li>\n<li>AMP images are now rendered via Jetpack’s image CDN if the module is active.</li>\n<li>AMP plugin is now capable of styling the Jetpack sharing buttons, without loading any additional CSS.</li>\n</ul>\n<p>More AMP compatibility improvements are planned for the 7.7 milestone, including <a href=\"https://github.com/Automattic/jetpack/pull/12733\" rel=\"noopener noreferrer\" target=\"_blank\">AMP support for the WordAds block</a>.</p>\n<p>Version 7.6 also fixes a security vulnerability in the <a href=\"https://jetpack.com/support/simple-payment-button/\" rel=\"noopener noreferrer\" target=\"_blank\">Simple Payments</a> description output. This fix only affects those who have Premium or Professional plans and are using the Simple Payments button to sell products or collect donations.</p>\n<h3>Jetpack is Beta Testing a Preview and Upgrade Nudge for Blocks Only Available on Paid Plans</h3>\n<p>Jetpack is testing a new way of marketing its Paid plans inside the block editor. One of the more interesting additions to this release is that the plugin now allows for the insertion and preview of any Jetpack block in the editor, even if the block is only available via a Paid plan. Although it was included as part of the 7.6 release, it look like it’s currently only active for sites that have enabled beta testing.</p>\n<p>The first iteration was merged as <a href=\"https://github.com/Automattic/jetpack/pull/12823#issuecomment-508545015\" rel=\"noopener noreferrer\" target=\"_blank\">a generic solution</a> that can be extended for all premium blocks but it currently only applies to the Simple Payments block. Prior to this update, users on the free and personal plans would not see the Simple Payments block in the block inserter. This change adds the Simple Payments block to the list of available blocks and allows users to insert and preview it. The block will not show up on the frontend unless the user upgrades.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-08-07-at-10.09.12-PM.png?ssl=1\"><img /></a></p>\n<p>Clicking on the upgrade nudge takes the user to the checkout with the plan pre-selected and then drops them back to the editor after they purchase the required plan for using the block. After the initial implementation with the Simple Payments block, the Jetpack team <a href=\"https://github.com/Automattic/jetpack/pull/12823#issuecomment-508545015\" rel=\"noopener noreferrer\" target=\"_blank\">plans</a> to do the same for the Recurring Payments, VideoPress, and WordAds blocks.</p>\n<p>It’s easy to see why this controversial addition to the plugin was omitted from the release post. It adds new blocks for features that users cannot access without upgrading. The <a href=\"https://wptavern.com/anders-noren-release-free-chaplin-theme-designed-for-block-editor-theme-authors-discuss-better-ways-to-promote-truly-free-themes\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress.org theme directory has struggled with a similar issue</a>, which Justin Tadlock characterized as “crippleware,” where certain features are locked away behind upsells.</p>\n<p>If Jetpack’s implementation catches on and other plugins follow suit, it could cause the block inserter to become a frustrating minefield. Users select from existing blocks, not knowing if the blocks they are inserting require a paid upgrade until the upsell pops into the editor. This is one block editor marketing tactic worth keeping an eye on as Jetpack rolls it out for more of its blocks that are restricted to Paid plans.</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, 08 Aug 2019 04:14:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: EditorsKit 1.9 Introduces Block Styles, Utility Classes, and Full Height Editor Screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/editorskit-1-9-introduces-block-styles-utility-classes-and-full-height-editor-screen\";s: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:5263:\"<p><a href=\"https://jeffreycarandang.com/introducing-editorskit-block-styling-utility-classes/\" rel=\"noopener noreferrer\" target=\"_blank\">EditorsKit 1.9</a> was released this week with a new Block Styling feature for the image and cover blocks. It allows users to change these blocks to be displayed as circular, diagonal, inverted diagonal, rounded corners, or with a shadow. It also adds a “full screen height” display option to the Advanced block settings panel. This makes it easy to turn the Cover, Image, and Media & Text blocks into a hero section.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-08-07-at-10.16.56-AM.png?ssl=1\"><img /></a></p>\n<p>Jeffrey Carandang, the plugin’s author, has also added a full height toggle option to the editor screen. It makes the editor’s minimum height match the browser’s viewport so that metaboxes are not in view until the user scrolls down. This creates a cleaner interface when creating new posts and pages. It is also optional, so it doesn’t exclude sites where the content added to the metaboxes is more important than the main posting area.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/08/67519529_10217025088132458_9173961289972580352_o.jpg?ssl=1\"><img /></a></p>\n<p>Version 1.9 introduces a feature called Utility Classes to the Advanced CSS Class(es) option. The classes can be removed in one click from the selected block and the preview instantly updates to reflect the change. It also includes auto-suggestion for classnames so they can be easily re-applied.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/08/utility-classes.png?ssl=1\"><img /></a></p>\n<p>Carandang shared sample code for how theme developers can add their own utility classes using a custom PHP filter. This makes it more extensible but seems unlikely to that theme authors would go to the trouble, given the plugin’s relatively small user base at the moment.</p>\n<p>He is working on improving interoperability with other plugins in the ecosystem by adding filters for plugin and theme developers to make better use of EditorsKit. He also continues to add tweaks and improvements for those using Jetpack, Block Lab, the Genesis Framework, CoBlocks, Thrive Comments, ACF, and other popular third party extensions.</p>\n<p>Carandang <a href=\"https://www.producthunt.com/posts/editorskit-wordpress-editor-toolkit\" rel=\"noopener noreferrer\" target=\"_blank\">launched EditorsKit on Product Hunt</a> where new users are discovering the plugin for the first time. He also set up a new “<a href=\"https://wptavern.com/frontenberg-lets-users-test-gutenberg-on-the-frontend\" rel=\"noopener noreferrer\" target=\"_blank\">frontenberg style</a>” live demo that lets users test EditorsKit features on the frontend of the site. Demo sites like this are a good way to market Gutenberg blocks, making it convenient for users who would otherwise have to install the plugin on their own test sites.</p>\n<p>“My main objective is for EditorsKit to be known in the community,” he said. “I feel like it’s really solid plugin and I need to reach more people. With tons of blocks plugin available, utility plugins like EditorsKit are being left out.”</p>\n<p>Although Carandang has no plans to release a pro version of EditorsKit at the moment, he has considered creating commercial extensions for it in the future. Marketing a utility plugin has so far proven to be more of a challenge than plugins that offer custom blocks.</p>\n<p>There was some discussion in the <a href=\"https://www.facebook.com/groups/1306393256173179/permalink/1731127937033040/\" rel=\"noopener noreferrer\" target=\"_blank\">EditorsKit community on Facebook</a> about recent EditorsKit features straying into the design aspect of site building. While the new Block Styling options may be a useful for some users, custom shapes and layouts straddle the line between design and editing features. It seems like a slight departure from the more utilitarian editor features the plugin became know for, such as markdown formatting, block visibility, drag-and-drop import/export, and the ability to disable auto-saving.</p>\n<p>Carandang may need to tread carefully to keep the plugin from becoming a catch-all drawer of “features that would be nice to have for Gutenberg,” for the sake of marketing it more effectively.</p>\n<p>“I don’t plan on adding design utility classes,” he said. “Just padding, margin and flexbox. The rest should be from the theme. I’m planning to help out theme devs that will support EditorsKit with the integration. I don’t want the plugin file to be huge and filled with CSS for design. My goal is still Gutenberg Editor Toolkit.”</p>\n<p>A loose EditorsKit roadmap is public with upcoming features outlined in <a href=\"https://github.com/phpbits/block-options/issues\" rel=\"noopener noreferrer\" target=\"_blank\">issues on the plugin’s GitHub repo</a>. Most of of those listed seem more aligned with editing than design, so future versions of the plugin likely will not bloat the plugin with too many design-related block settings panels.</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, 07 Aug 2019 19:36: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: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:72:\"WPTavern: WordCamp Long Beach to Debut a “Future of WordPress” Track\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordcamp-long-beach-to-debut-a-future-of-wordpress-track\";s: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:3417:\"<p>The first-ever <a href=\"https://2019.longbeach.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Long Beach</a> is happening October 5-6 at the Pointe Conference Center at Walter Pyramid (CSULB). Organizers are planning to host practical, skill-building talks and panels, abstract discussions, and networking events at locally-owned eateries. The event will be the only WordCamp happening in Los Angeles county this year.</p>\n<p>Last week organizers opened the <a href=\"https://2019.longbeach.wordcamp.org/2019/08/01/call-for-speakers/\" rel=\"noopener noreferrer\" target=\"_blank\">call for speakers</a> and announced a new concept for the schedule. Saturday’s program will include two traditional tracks, one geared towards users and another towards professionals. Sunday will feature a “Future of WordPress” track with more philosophical/concept style presentations focused around the topic.</p>\n<p>“This concept was inspired by the desire to have some ‘bigger’ conversations about WordPress, its place in the web/tech ecosystem, and where WordPress is headed,” co-organizer Sé Reed said. As a former WordPress Growth Council member, Reed has a special interest in facilitating discussions on these ideas.</p>\n<p>“These topics come up occasionally, like with the WP Council/Advisory Board and the WP Governance Project, but they always seems to be relegated to a side conversation,” Reed said. “We need to be having these conversations openly and honestly, as a community. The future of WordPress is a big issue that affects everyone who works with WordPress.</p>\n<p>“Since there doesn’t seem to be a place where these conversations are put front-and-center, I suggested we do it at our camp, which just so happens to be one month before WCUS.”</p>\n<p>WordCamp Long Beach’s <a href=\"https://2019.longbeach.wordcamp.org/2019/08/01/call-for-speakers/\" rel=\"noopener noreferrer\" target=\"_blank\">Call for Speakers</a> post include a few sample topics to inspire potential applicants:</p>\n<ul>\n<li>Internal Governance (WP Project)</li>\n<li>External Governance (WP, WC3, GDPR, other acronyms)</li>\n<li>Accessibility</li>\n<li>The Future of WordPress</li>\n<li>Future of the Web (technology, standards)</li>\n<li>The WordPress Community</li>\n<li>Backwards compatibility</li>\n<li>WordPress’ impact on the open web</li>\n<li>Third parties, browsers, operating systems, etc.</li>\n</ul>\n<p>These are the types of big picture presentations that you rarely see at smaller WordCamps. They are usually sprinkled in with other topics at larger camps, so having an entire track dedicated to the Future of WordPress is a unique opportunity for attendees to join in these important conversations.</p>\n<p>WordCamp Long Beach has space for a total of 250 attendees. Although it is the only camp happening in the county this year, the area has a strong group of local meetups throughout.</p>\n<p>“We are lucky to have a really large number of active meetup groups spread through the county, so even though we are based in Long Beach, we are representing more than just our local meetup.”</p>\n<p>Speaker applications are open to anyone, regardless of speaking experience. Each presentation should be 30-40 minutes in length, and applicants can also propose a workshop or panel. Applications will be open through August 23, 2019.</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, 06 Aug 2019 23:28:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:105:\"WPTavern: O’Reilly Partners with Netlify to Publish Free E-Book: Modern Web Development on the JAMstack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92237\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/oreilly-partners-with-netlify-to-publish-free-e-book-modern-web-development-on-the-jamstack\";s: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:4555:\"<p>If you are following the JAMstack (JavaScript, APIs, and markup) craze and want to learn more about the history and best practices of the architecture, O’Reilly has published a short book called <a href=\"https://www.netlify.com/oreilly-jamstack/\" rel=\"noopener noreferrer\" target=\"_blank\">Modern Web Development on the JAMstack</a> that is now available as a free download. Netlify CEO Mathias Biilmann, who coined the term “JAMstack” and pioneered hosting for it, co-authored the book with Phil Hawksworth, Netlify’s principal developer advocate, with contributions from other engineers at the company.</p>\n<p>In the introduction, they describe the JAMstack movement as a rare shift in the tech landscape that “delivers a productivity boost for developers and a large performance boost for users.” They also see it as a more efficient way of building a secure and stable websites that will advance the open web.</p>\n<blockquote><p>We’ve seen firsthand how the JAMstack improves the experience for both users and developers. Most importantly, we’ve seen how increases in site speed, site reliability, and developer productivity can contribute to the continued health and viability of the open web.</p></blockquote>\n<p>The book is an important read, not only for those exploring JAMstack architecture but also for getting an outside perspective on the kinds of problems that the WordPress ecosystem needs to solve. The authors describe WordPress and other CMS’s as monolithic apps, referencing security and performance concerns. The introduction summarizes many of the problems that professionals are routinely paid to solve when managing and scaling WordPress websites:</p>\n<blockquote><p>For nearly three decades, the developer community has explored ways to make the web easier and faster to develop, more capable, more performant, and more secure. At times, though, the effort has seemed to trade one goal for another. WordPress, for example, became a revolution in making content easier to author—but anyone who’s scaled a high-traffic WordPress site knows it also brings a whole set of new challenges in performance and security. Trading the simplicity of HTML files for database-powered content means facing the very real threats that sites might crash as they become popular or are hacked when nobody is watching closely.</p>\n<p>And dynamically transforming content into HTML—each and every time it’s requested—takes quite a few compute cycles. To mitigate all the overhead, many web stacks have introduced intricate and clever caching schemes at almost every level, from the database on up. But these complex setups have often made the development process feel cumbersome and fragile. It can be difficult to get any work done on a site when you can’t get it running and testable on your own laptop. (Trust us, we know.)</p></blockquote>\n<p>Biilmann and his co-authors have kept to the more general concepts and technical details of how JAMstack architecture differs from other, more traditional stacks. JAMstack does not prescribe any specific frameworks or tools but is rather a diverse and growing ecosystem. The authors see it as “a movement, a community collection of best practices and workflows that result in high-speed websites that are a pleasure to work on.”</p>\n<p>The book covers topics like the benefits of atomic deployments, end-to-end version control, choosing a site generator, and the variety of automation and tooling available. It suggests a few ways of handling some of the more challenging additions to static sites, such as forms, search, notifications, and identity.</p>\n<p>Modern Web Development on the JAMstack concludes with a case study on how Smashing Magazine moved its publication from a WordPress site with thousands of articles, 200,000+ comments, and an attached Shopify store, to a new JAMstack setup. The detailed breakdown of the migration provides an interesting look at one solution to the challenges of publishing at scale. These are the kinds of architectural concerns that the WordPress ecosystem needs to continue to address and simplify for the next generation of developers.</p>\n<p>The <a href=\"https://www.netlify.com/pdf/oreilly-modern-web-development-on-the-jamstack.pdf\" rel=\"noopener noreferrer\" target=\"_blank\">127-page PDF</a> is available for free and an EPUB version is <a href=\"https://twitter.com/philhawksworth/status/1157647862089617409\" rel=\"noopener noreferrer\" target=\"_blank\">expected sometime this week</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Aug 2019 18:54: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: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:70:\"WPTavern: WordPress Explores Forming a Nomination-Based Advisory Board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-explores-forming-a-nomination-based-advisory-board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10090:\"<p>WordPress contributors are weighing in on a <a href=\"https://make.wordpress.org/updates/2019/07/23/proposal-a-wordpress-advisory-board/\" rel=\"noopener noreferrer\" target=\"_blank\">proposal</a> for the formation of a nomination-based advisory board with set term limits for its members. Josepha Haden, the project’s Executive Director, published a first draft two weeks ago with ideas for how the board might operate and feedback is rolling in.</p>\n<p>WordPress <a href=\"https://wptavern.com/matt-mullenweg-proposes-wordpress-growth-council\" rel=\"noopener noreferrer\" target=\"_blank\">experimented with a growth council</a> three years ago that Haden said was disbanded in December 2018 due to logistics and too much analysis causing paralyzed decision-making. The proposed advisory board would exist to provide “information on industry trends and risks as well as non-binding strategic advice to the Project Lead and Executive Director.”</p>\n<p>“I am not proposing that this group would function as a final-say, decision-making body for the WordPress project,” Haden said. “It should serve as a collection of bright, insightful people who have contact with clients and end-users of WordPress. This removes the ‘analysis paralysis’ challenge that the growth councils faced.”</p>\n<p>Haden proposed that WordPress use a traditional board process of nomination and self-nomination to form the group, where existing members would select candidates from nominees. Previous members of the growth council would be invited to be part of the first iteration of the Advisory Board with a 12-month term. New members would be incorporated in 2020 with an emphasis on creating a diverse group of advisors. Haden plans to publish a list of previous members of the growth council.</p>\n<p>“At the moment, I find that I’m hovering around 12-15 to allow for as many clear subsets of our community/users as possible,” Haden said when asked how many people would be on the advisory board.</p>\n<h3>Advisory Board Proposal Discussion Surfaces Concerns Regarding its Impact, Diversity, and Corporate Influence</h3>\n<p>The proposal has so far garnered support and positive feedback, but some participants in the discussion have questioned the impact of an advisory board that lacks any decision-making capability. The structure is not like a Board of Directors where members have authority to vote on matters and bear legal responsibilities. Board members may become frustrated if their advice has no real impact on important project decisions.</p>\n<p>“My eyebrows raised at the specific inclusion of the phrase ‘non-binding strategic advice to the Project Lead’ as a way of essentially giving (before the board starts) a feel that this might be just more of the same, where we in the community are asked for our opinion, but then fairly routinely feel ignored or condescended to by the project lead,’ WordPress developer Ben Meredith <a href=\"https://make.wordpress.org/updates/2019/07/23/proposal-a-wordpress-advisory-board/#comment-4622\" rel=\"noopener noreferrer\" target=\"_blank\">commented</a> the proposal.</p>\n<p>“So my main concern would be how this is going to be different? At the end of the day, it’s still Matt’s party, and he can do what he wishes. I’d love to see true governance here, where Matt submits a bit more officially to the board.”</p>\n<p>Others are concerned about balancing the diversity of the board using a nomination process, although Haden said she reserves the right to invite nominees for diversity and representation purposes. WordPress developer Pat Lockley <a href=\"https://make.wordpress.org/updates/2019/07/23/proposal-a-wordpress-advisory-board/#comment-4625\" rel=\"noopener noreferrer\" target=\"_blank\">suggested</a> board members be paid in order to prevent them from trying to gain economically from their position. One byproduct of having unpaid board members is that participation might then exclude those who cannot afford to offer their time without compensation.</p>\n<p>Several participants in the discussion advocated for the inclusion of people representing users who are not enterprise or industry professionals. If the first iteration of the Advisory Board is comprised of former members of the Growth Council, it’s possible that the board’s advice would be skewed towards corporate interests, since it was originally formed for the purpose of marketing WordPress against direct competitors.</p>\n<p>“I think we could do a lot to figure out a roadmap for countering this huge marketing spending being directed against us, because we are the big guy here,” Mullenweg <a href=\"https://wptavern.com/matt-mullenweg-proposes-wordpress-growth-council\" rel=\"noopener noreferrer\" target=\"_blank\">said</a> when first floating the idea of the Growth Council during his WordSesh talk in 2016. “We are the 26% and they are like a 1%. But even though they’re smaller, they might be cannibalizing some of the most valuable aspects of the WordPress customer base.”</p>\n<p><a href=\"http://sereedmedia.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Sé Reed</a>, one of the members of the Growth Council, said that she and at least one other member were not representing a corporate interest. Overall, the council’s focus was “truly was on the WP Project as a whole, and not focused on the needs of any individual company.” She reported that conversations were open and everyone seemed to be personally passionate about the project and willing to share information. The breakdown was in the execution of their plans and decisions.</p>\n<p>“Unfortunately, and possibly because of the obscured profile, the conversations and actions we attempted to take didn’t really go anywhere within the project,” Reed said. “The entire council was frustrated by this. It’s possible that some of those conversations were integrated into the strategies of some of the companies represented, and I personally feel in some cases it was, but I could not say for sure.”</p>\n<p>Reed said the general consensus was that there was “no clear path to integrate the council’s conversations into the WordPress project, and indeed not a clear role for the council within the project.” Members were able to speak candidly, knowing the conversations were confidential.</p>\n<p>“These are important discussions to have, but when held publicly, in the Make channel for example, people can’t be, or won’t be, as frank or as honest as they would be in a confidential conversation, especially if they are representing companies,” Reed said. “That was, to my understanding, the impetus for the Advisory Board – to create a space where the difficult confidential discussions can be held, but there is also a clear and public role for the results of those discussions.”</p>\n<p>Reed said she thinks it makes sense for the Growth Council members to be the starting Advisory Board, since the group already has a shared history and a year of conversations under their belts.</p>\n<p>“We all feel strongly about creating a space for this type of bigger picture conversation, so we can hit the ground running,” she said. “The first members will likely set the stage for the Advisory Board’s bylaws and elections and such, and then move out of that role once that structure is in place. I think the experience of the council members will facilitate a streamlined process for this, and I think it’s a logical group to start with. It has to start somewhere if it’s going to start at all, and if it is not the Growth Council then it would have to be just Matt and Josepha deciding where the start is. And honestly, that’s just as controversial within the community as having the Growth Council do it.”</p>\n<p>Haden proposed that the advisory board meet using video calls with high level notes published afterwards. One participant in the discussion said he would prefer full transcripts. Simon Dickson, Director of Platform Services of WordPress.com VIP at Automattic, said he would like to see some clear examples of the tasks the board might take on.</p>\n<p>“For example, would the Project Lead or Executive Director be required to present an annual strategy to the Board, and take their questions? Could release leads be required to present a retrospective after each release? Would the Board sign off on ‘State Of The Word’ each year? Would the Board have a role in endorsing key appointments, such as the Executive Director?”</p>\n<p>Dickson also suggested that board members be encouraged to act as representatives of the community.</p>\n<p>“I hope Board members will be tasked with acting as representatives, bringing not only their own personal thoughts, but those of the diverse communities they come from,” he said. “They should be encouraged, perhaps even required to blog, tweet, speak and engage; and to reflect back what they hear.”</p>\n<p>With strong user representation and more transparent communication, an advisory board has the potential to be an organization that the WordPress community can feel invested in, if their experiences and opinions are included in important conversations. If ex-Growth Council members are going to be its charter members, the group may have some challenges in assuring the community that they are representing community interests to WordPress’ Project Lead and Executive Director.</p>\n<p>“I absolutely think users need to be represented, and I attempt to represent that viewpoint in all of my community participation, but I also think sometimes we forget that even the larger companies have invested heavily in WordPress and they have an interest in the WP Project’s success,” Reed said. “They are the face of WordPress to hundreds of thousands of users who don’t even know the community exists. For better or worse, our fates are intertwined.”</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, 05 Aug 2019 22:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:85:\"WPTavern: Bootstrap Adopts New Long Term Support Plan, Moves Version 3 to End of Life\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92205\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/bootstrap-adopts-new-long-term-support-plan-moves-version-3-to-end-of-life\";s: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:2448:\"<p><a href=\"https://getbootstrap.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Bootstrap</a>, the most widely used open source front-end component library on the web, has adopted a new <a href=\"https://github.com/twbs/release\" rel=\"noopener noreferrer\" target=\"_blank\">Long Term Support</a> plan that will make the development cycle a little more predictable. From now on, each major version will receive at least six months of support after it is retired, followed by six months of critical bug fixes and security updates before transitioning to Maintenance.</p>\n<p>The Bootstrap development team moved version 3 to end of life this week and plans to move version 4 to LTS after releasing v4.4. LTS versions will generally not get new features but may still receive bug fixes, security updates, and documentation updates.</p>\n<p>Meanwhile, version 5 is currently under active development and its initial release date has not yet been set.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-08-02-at-5.38.59-PM.png?ssl=1\"><img /></a></p>\n<p>BuiltWith ranks Bootstrap as the most popular technology among <a href=\"https://trends.builtwith.com/docinfo/design-framework\" rel=\"noopener noreferrer\" target=\"_blank\">design frameworks</a> in use across the internet. HTML5 Boilerplate, the next most popular, has roughly a third of Bootstrap’s market share. According to W3Techs, Bootstrap.js is used by 25.4% of all the websites whose JavaScript library it can detect, an estimated 19.3% of all websites.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/08/Screen-Shot-2019-08-02-at-10.26.42-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wordpress.org/plugins/search/bootstrap/\" rel=\"noopener noreferrer\" target=\"_blank\">Hundreds of WordPress plugins and themes</a> implement Bootstrap in one way or another. Depending on how they include the framework and which versions they support, developers will want to note the changes with <a href=\"https://github.com/twbs/release\" rel=\"noopener noreferrer\" target=\"_blank\">Bootstrap’s new LTS plan</a>. It provides a definitive guide to the development life cycle, helping those in the surrounding ecosystem make better decisions about which versions to support in their projects and how long. The LTS dates are not set in stone but Bootstrap’s development team said they are working on strengthening timeline assurances.</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, 03 Aug 2019 04:54:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Post Status: WooCommerce vs Shopify: A battle for ecommerce platform dominance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=66780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://poststatus.com/woocommerce-vs-shopify-a-battle-for-ecommerce-platform-dominance/\";s: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:9117:\"<p>This post is available below by text, and Jonathan and Brian talked about it for a podcast episode as well. They are additive to one another.</p>\n\n\n\n\n\n\n\n<p>Ben Thompson recently wrote about <a href=\"https://stratechery.com/2019/shopify-and-the-power-of-platforms/\">Shopify and the Power of Platforms</a>. He highlights the difference between an aggregator (e.g. Amazon’s Merchant Services) and a platform (Shopify) and makes a case for how Shopify can successfully compete against Amazon. If you’re new to Ben’s work, I highly recommend following the links he references in the opening paragraphs.</p>\n\n\n\n<h3>Aggregators vs Platforms</h3>\n\n\n\n<p>As Ben explains, Amazon is an aggregator that owns the users (i.e. customers, Amazon Prime subscribers) and aggregates the suppliers (i.e. merchants, manufacturers). Amazon succeeds by providing a great user experience (e.g. one click checkout, same day delivery) and by treating products and their suppliers as commodities, all available to the customer in a single, aggregated shopping experience. While aggregation can provide high value for customers, it minimizes the opportunity for merchants to differentiate and can ultimately hurt customers as competition and innovation are stifled. </p>\n\n\n\n<p>A competitor to Amazon might try becoming a larger aggregator. It’s a difficult endeavor. Walmart <a href=\"https://www.google.com/search?q=walmart+vs+amazon\">has been trying</a> for years. The larger an aggregator grows, the more entrenched their position, and the less likely a competitor can unseat them by utilizing the same strategy. </p>\n\n\n\n<p>There is another way to compete with an aggregator. Build a platform. </p>\n\n\n\n<p>While an aggregator owns the customer and commoditizes its suppliers, a platform empowers those who build on it, relying on its suppliers being differentiated and successful in their own right. </p>\n\n\n\n<p>As Ben details in the article, Shopify’s best shot at taking on Amazon is to double-down on their focus as a platform and, by all evidence, that seems to be their strategy. Shopify wants to be the platform that empowers its merchants to succeed. </p>\n\n\n\n<p>There are several problems I suggest with Shopify’s strategy, though.</p>\n\n\n\n<ol><li><strong>Data Control</strong> – Shopify has taken a strong stance on centralizing control of customer data and using their terms of service to enforce their policies. Their recent <a href=\"https://mailchimp.com/shopify-statement/\">clash with MailChimp</a> (who decided to leave the platform) may be indicative of more to come. It makes sense to have a centralized source of truth for your data. Shopify’s position, though, is an all or nothing approach that results in more lock-in to the platform and more data in their control. Actions that stifle or remove <em>choice </em>from the equation for end users and the suppliers who serve them is aggregator thinking more than platform thinking. </li><li><strong>Closed Source</strong> – Shopify is a proprietary platform with closed source code. While they make efforts to show <a href=\"http://shopify.github.io/\">open source friendliness</a>, the reality is that the platform code is <em>theirs</em>. If you stop paying Shopify, you lose it all and if you don’t like what they’re doing with the platform, you’re stuck unless you choose to leave. </li><li><strong>Growth Risks</strong> – Shopify is growing fast and as a publicly traded company, they are focused on accelerating growth. Products like Shopify Capital, and the emphasis on offline services through Point-of-Sale as well as the continued push into enterprise, deepen the risk of growing for growth’s sake, rather than doing what’s best for the merchants they serve. </li></ol>\n\n\n\n<p>Shopify is a good<em> </em>solution for independent merchants who want to be more than an aggregated commodity. There are problems, though, and while Shopify is likely continue to grow despite the problems I’ve suggested (they have no shortage of interested investors), there is a better approach. </p>\n\n\n\n<h3>WooCommerce on WordPressOS</h3>\n\n\n\n<p>In my writing on <a href=\"https://growinwp.com/ecosystem-plugins/\">Ecosystem Plugins</a>, I introduced the concept of WordPress as an Operating System for the Open Web and cited WooCommerce as an example of an Ecosystem Plugin. </p>\n\n\n\n<p>I believe strongly in the importance and value of WordPress as an Operating System, a <em>platform</em>, for the Open Web. </p>\n\n\n\n<p>With WooCommerce, I see potential for it to become <em>more </em>than an Ecosystem Plugin and serve as <em>the </em>platform for ecommerce on the Open Web. </p>\n\n\n\n<p>To do that, WooCommerce needs three things:</p>\n\n\n\n<ol><li><strong>A great core experience</strong> – Out-of-the-box, WooCommerce needs to have the essentials built-in and provide a great, user-focused onboarding and operating experience. It needs to be intuitive and accessible for non-technical, small business merchants, who should always be the core focus. Importantly, this is <em>not </em>about removing choices and dumbing interfaces down. This is about doing the <em>harder </em>work and teaching merchants how to make the right choices for them and use the power that WooCommerce provides. </li><li><strong>A vibrant partner ecosystem</strong> – Shopify has nearly 3000 apps in its “App Store” today. The WooCommerce marketplace has less than 300 extensions, and more than 30% are maintained by Automattic. For WooCommerce to succeed as a platform it needs to be trusted by its partners and seen as the <em>best </em>platform with clear short-term incentives and long-term value.</li><li><strong>A strong community</strong> – WordPress’ community is a <em>huge </em>key to its success. Meetups and WordCamps create a sense of belonging and shared ownership that drives a loyalty to WordPress that’s unparalleled. WooCommerce needs to create a similar community where merchants feel that they have each other’s<em> </em>backs and are able to share their love for the platform that makes it all possible.</li></ol>\n\n\n\n<p>By many standards, Shopify is a giant compared to WooCommerce. With 4000+ employees, a $35+ billion dollar market cap, and a marketing budget to match, they seem to be the dominate ecommerce platform and show no signs of slowing down their efforts. </p>\n\n\n\n<p>You can’t buy trust, vibrancy, and loyalty though. Deepening trust through a great core experience, investing in the partner ecosystem, and strengthening community loyalty is where I think WooCommerce has the opportunity to improve and succeed. </p>\n\n\n\n<p>Here are three ideas for WooCommerce to increase its value and strengthen its position as <em>the</em> platform for ecommerce on the Open Web:</p>\n\n\n\n<ol><li><strong>Introduce a WooCommerce Subscription</strong> – Provide access to non-SaaS extensions for a flat, monthly rate and easy bundling of SaaS billing for those who want it. Make it a clear win for all involved, including the merchants and marketplace partners. Position the subscription as an investment in the Open Web. The code is GPL – they could stop paying at any time and keep access. Paying, though, provides support and capital for reinvestment, ensuring the continued success of the platform. A subscription also offers opportunity to streamline the user experience for customers, reducing friction for developers.</li><li><strong>Invest in the Partner Ecosystem</strong> – Make building a healthy partner ecosystem a priority. Provide guidance, mentorship, and funding to help developers succeed on the WooCommerce platform. Build strong relationships with SaaS providers, including ecommerce focused companies like BigCommerce, and help streamline their integrations into the platform. </li><li><strong>Cultivate Community</strong> – Invest in and support ecommerce meetups and create more ecommerce focused events. Double-down on the Open Web narrative and encourage community members to support each other in improving and maintaining their freedom as merchants on the Open Web. </li></ol>\n\n\n\n<p>Shopify provides a valuable service that empowers merchants. Unfortunately, their approach to centralized data control, their closed source platform, and the risks of a growth focus pose the potential for more harm than good. </p>\n\n\n\n<p>I believe that WooCommerce, with data control in the hands of its users, an open source ecosystem, and a strong independent community give it the opportunity to become the <em>best </em>platform for ecommerce on the Open Web. </p>\n\n\n\n<p><em>Special thanks to <a href=\"https://www.embrin.com\">Caleb Johnson</a> for his epic illustration.</em></p>\n\n\n\n<p class=\"boxy\"><em>This is a guest post by Jonathan Wold. Jonathan has been living and breathing WordPress for 14 years and believes its best years are still to come. He writes about WordPress on </em><a href=\"https://growinwp.com\"><em>GrowInWP.com</em></a><em> and blogs about life and habits on </em><a href=\"https://jonathanwold.com\"><em>JonathanWold.com</em></a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2019 15:45:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jonathan Wold\";s: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:72:\"WPTavern: Gatsby Theme Jam Contest Inspires Two WordPress Starter Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/gatsby-theme-jam-contest-inspires-two-wordpress-starter-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4233:\"<p><a href=\"https://www.gatsbyjs.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Gatsby</a>, the open source app and website framework based on React, celebrated the <a href=\"https://www.gatsbyjs.org/blog/2019-07-03-announcing-stable-release-gatsby-themes/\" rel=\"noopener noreferrer\" target=\"_blank\">stable release of Gatsby themes</a> by launching a <a href=\"https://themejam.gatsbyjs.org/\" rel=\"noopener noreferrer\" target=\"_blank\">Theme Jam contest</a>. Participants were invited to create their own Gatsby Themes and submit them for an opportunity to win swag or the grand prize: an all-expenses-paid trip to the Gatsby Days event of their choosing. Submissions closed yesterday and winners will be announced on August 7, 2019.</p>\n<p>Gatsby themes include a site or app’s configuration as an installable package, which can then be versioned and managed as a dependency and easily updated. They were designed to make Gatsby-based projects more extensible, allowing developers to reuse site configurations, plugins, styles, and components across multiple sites.</p>\n<p>Looking through the contest’s <a href=\"https://themejam.gatsbyjs.org/showcase\" rel=\"noopener noreferrer\" target=\"_blank\">showcase</a> of submissions, I found two that were created for sites that are using WordPress. Both rely on the <a href=\"https://www.wpgraphql.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL</a> plugin to source WordPress content.</p>\n<p>Alexandra Spalato created a theme called <a href=\"https://github.com/alexadark/gatsby-theme-jam\" rel=\"noopener noreferrer\" target=\"_blank\">Gatsby Theme WordPress Starter</a> that allows developers to build a standard blog. It has styles for all the standard features, such as featured images, lists, categories, and pagination support. Setup instructions are on GitHub and a <a href=\"https://gatsby-theme-wordpress-blog.netlify.com/\" rel=\"noopener noreferrer\" target=\"_blank\">demo site</a> shows the theme in action.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/07/gatsby-wordpress-theme-screenshot.png?ssl=1\"><img /></a></p>\n<p>Spalato plans to create some video tutorials to demonstrate how to customize the theme. She also recommends using it with the <a href=\"https://wordpress.org/plugins/webhook-netlify-deploy/\" rel=\"noopener noreferrer\" target=\"_blank\">Deploy Netlify Webhook</a> plugin to automatically rebuild the site after publishing new posts.</p>\n<p>Andrey Shalashov created a theme called <a href=\"https://github.com/progital/gatsby-theme-wp-source-one\" rel=\"noopener noreferrer\" target=\"_blank\">WordPress source theme for Gastby</a> that he intends to be “a one-stop solution for a WordPress blog owner who wants to switch to Gatsby powered frontend.” For most simple sites, the only thing developers have to configure is the source url and the menu location slug.</p>\n<p>The theme supports using a WordPress menu from a defined location but only displays first level items. It also supports post categories. It automatically downloads images embedded in posts, pages, and custom post types and converts their tags to the Gatsby img component. Links embedded in posts that lead to other pages are converted to the Link component. Check out a <a href=\"https://gatsby-wp-theme.progital.dev/\" rel=\"noopener noreferrer\" target=\"_blank\">demo</a> to see it in action.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/07/gatsby-wp-source-theme.png?ssl=1\"><img /></a></p>\n<p>So far, the Theme Jam contest seems to have been a successful strategy for Gatsby to quickly expand developer’s knowledge of creating Gatsby themes, as well as multiple their availability in the ecosystem. The <a href=\"https://themejam.gatsbyjs.org/showcase\" rel=\"noopener noreferrer\" target=\"_blank\">showcase</a> displays 112 themes that have been submitted for the contest.</p>\n<p>Submissions are being judged on code quality, accessibility, performance, the availability of a live demo, documentation, and other criteria. They are also judged on having accurate metadata for showing up in searches, with certain keywords in the package.json file that enable the theme to show up in both the Gatsby showcase and npm searches.</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, 02 Aug 2019 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:70:\"WPTavern: Ninja Forms Parent Company Saturday Drive Acquires CalderaWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/ninja-forms-parent-company-saturday-drive-acquires-calderawp\";s: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:6890:\"<p><a href=\"https://saturdaydrive.io\" rel=\"noopener noreferrer\" target=\"_blank\">Saturday Drive</a>, makers of Ninja Forms, Ninja Shop, and SendWP, has acquired <a href=\"https://saturdaydrive.io/saturday-drive-acquires-caldera-forms/\" rel=\"noopener noreferrer\" target=\"_blank\">Caldera Forms</a>, a React-based, drag-and-drop forms builder plugin. In addition to the <a href=\"https://wordpress.org/plugins/caldera-forms/\" rel=\"noopener noreferrer\" target=\"_blank\">free plugin on WordPress.org</a>, which has more than 200,000 active installs, CalderaWP’s product line includes a <a href=\"https://calderaforms.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Pro version</a> and more than 30 free and commercial add-ons for things like payment processors and marketing integrations.</p>\n<p><a href=\"https://joshpress.net/\" rel=\"noopener noreferrer\" target=\"_blank\">Josh Pollock</a>, who co-founded CalderaWP in 2015 with <a href=\"http://christiechirinos.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Christie Chirinos</a>, will be <a href=\"https://calderaforms.com/2019/08/saturday-drive-acquires-caldera-forms/\" rel=\"noopener noreferrer\" target=\"_blank\">joining Saturday Drive</a> as VP of Engineer Experience, along with three other employees from the company, bringing Saturday Drive’s total crew number to 25. Chirinos began working as a product manager at <a href=\"https://www.liquidweb.com\" rel=\"noopener noreferrer\" target=\"_blank\">Liquid Web</a> earlier this year.</p>\n<p>Caldera Forms will still operate under the Saturday Drive umbrella and continue to be developed with more resources.</p>\n<p>“If it ever felt to you like Caldera Forms was a part time thing, that was true,” Pollock said. “It’s not true anymore.” Saturday Drive is aiming to speed up development and decrease support times.</p>\n<p>“Caldera Forms is not going anywhere,” Pollock said. “It’s going to get a lot more focus and attention now. I didn’t contribute any code to the last release, it was all Nico and community contributors. I reviewed the changes. Kevin (CTO at Saturday Drive) and I helped manage him, but he’s ready to take over Caldera Forms from me and has all of the support he needs.”</p>\n<p>Pollock will be focusing on improving the engineering process at Saturday Drive and working on some products, starting with SendWP. He also plans to continue writing tutorials about PHP and JavaScript development.</p>\n<p><a href=\"http://jameslaws.com/\" rel=\"noopener noreferrer\" target=\"_blank\">James Laws</a>, Saturday Drive co-founder and co-creator of Ninja Forms, said the attraction to CalderaWP was “a combination of acquiring the team and the profit potential.” With more resources at their disposal, he anticipates that Caldera will become even more profitable. Laws declined to share more specific details on the financial aspects of the arrangement but shared a few factors involved in considering what it costs to acquire a forms builder plugin in the WordPress space these days.</p>\n<p>“It really depends on the form builder,” he said. “It’s similar to any WordPress plugin – number of customers, active users, growth trend, support load, team makeup, and so much more all goes into the conversation. Some form builders might not be worth anything. Others are worth millions. Much of it depends on the objectives of the buyer.”</p>\n<h3>How Saturday Drive Plans to Market Two Different WordPress Forms Plugins Under one Umbrella</h3>\n<p>One of the more intriguing aspects of this acquisition is that Saturday Drive already has one of the most successful WordPress forms plugins in its arsenal. <a href=\"https://wordpress.org/plugins/ninja-forms/\" rel=\"noopener noreferrer\" target=\"_blank\">Ninja Forms</a> has more than a million active installs but is knee deep in competition with alternatives such as <a href=\"https://wordpress.org/plugins/contact-form-7/\" rel=\"noopener noreferrer\" target=\"_blank\">Contact Form 7</a> (5 million+ installs), WPForms (2 million+), and Gravity Forms. Although Caldera Forms is technically a competitor to Ninja Forms, both Laws and Pollock seem to be confident marketing them separately under the same company umbrella.</p>\n<p>“We’ve been really friendly competitors for years,” Pollock said. “Caldera Forms had always been a developer tool with a goal of being intuitive enough for everyone. I think this will allow us to focus Ninja Forms and Caldera Forms on serving different needs. Neither plugin can make everyone happy.”</p>\n<p>Laws said the plan is to keep Caldera Forms as a unique brand, since it has a different user base and primary message focused on developers.</p>\n<p>“We will focus on this difference in messaging,” Laws said. “Ninja Forms for a long time has been moving towards being more user centric with a focus towards simplicity and specific ways of accomplishing particular tasks. This direction has certainly alienated developers who want to do deeper customizations because that just isn’t our primary goals any longer.”</p>\n<p>For Saturday Drive’s co-founders, the decision to acquire CalderaWP seems to have been just as much about gaining Pollock’s leadership and his team as it was about gaining the product line.</p>\n<p>“Caldera Forms has always been the WordPress developers form builder,” Laws said. “Josh is, at his core, an extremely talented developer who loves helping developers. Caldera Forms is the product of this passion. We saw a great opportunity to have a tool under our umbrella that now focused on this exciting space of developers, agencies, and freelancers that needed a tool that could be truly modified to their hearts content.”</p>\n<p>Laws said Saturday Drive plans to slow down for a bit to ensure all four of the company’s products are where they want them to be. “I’m confident that all the products will be seeing some very cool updates over the next 6 months,” he said.</p>\n<p>Pollock, who has a strong interest in headless WordPress setups, said he has been experimenting with new ways to use the newer React-driven parts of Caldera Forms anywhere. He has a Gatsby + WordPress test site (<a href=\"https://futurecapable.dev/\" rel=\"noopener noreferrer\" target=\"_blank\">futurecapable.dev</a>) where he set up a first pass at this prior to getting distracted by acquisition negotiations and daily life.</p>\n<p>“Part of the new job is finding new ways to fill the same needs that Caldera Forms, Ninja Forms, and Ninja Shop fulfill today,” he said. “If the future is headless and static sites, which I think so, then contact forms, eCommerce, list building, etc. we need to make that easy. That’s the challenge I’m most interested in.”</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, 01 Aug 2019 20:15: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: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:53:\"WordPress.org blog: The Month in WordPress: July 2019\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/?p=7040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2019/08/the-month-in-wordpress-july-2019/\";s: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:6981:\"<p>This month has been characterized by exciting plans and big announcements – read on to find out what they are and what it all means for the future of the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordCamp Asia Announced</h2>\n\n\n\n<p>The inaugural WordCamp Asia will be in Bangkok, Thailand, on February 21-23, 2020. This will be the first regional WordCamp in Asia and it comes after many years of discussions and planning. You can find more information about the event <a href=\"https://2020.asia.wordcamp.org/\">on their website</a> and subscribe to stay up to date with the latest information.</p>\n\n\n\n<p>This is the latest flagship event in the WordCamp program, following WordCamps Europe and US. Tickets <a href=\"https://2020.asia.wordcamp.org/tickets/\">are now on sale</a> and the <a href=\"https://2020.asia.wordcamp.org/call-for-speakers/\">call for speakers</a> is open. Want to get involved in WordCamp Asia? Keep an eye out for volunteer applications, or buy a micro sponsor ticket. You can also join the #wcasia channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a> for updates.</p>\n\n\n\n<h2>WordCamp US Planning Continues</h2>\n\n\n\n<p>The WordCamp US organizing team is excited to announce some new additions to this year’s WCUS in St. Louis, Missouri, on November 1-3, 2019. The first is that there will be an onsite KidsCamp: child-friendly lessons that introduce your young one(s) to the wonderful world of WordPress. <a href=\"https://2019.us.wordcamp.org/kidscamp/\">You can register your child for KidsCamp here</a>. In addition, free, onsite childcare will be provided at this year’s event – <a href=\"https://2019.us.wordcamp.org/child-care/\">you can sign up here</a>.</p>\n\n\n\n<p>Looking for further ways to get involved? The <a href=\"https://2019.us.wordcamp.org/call-for-volunteers-form/\">call for volunteers is now open</a>. For more information on WordCamp US, <a href=\"https://2019.us.wordcamp.org/\">please visit the event website</a>.</p>\n\n\n\n<h2>Exploring Updates to the WordPress User & Developer Survey</h2>\n\n\n\n<p>To improve the annual WordPress User & Developer Survey, <a href=\"https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/\">a call has been made</a> for updates and additional questions that can help us all better understand how people use WordPress.</p>\n\n\n\n<p>To improve the survey, contributor teams are suggesting topics and information that should be gathered to inform contributor work in 2020. Please add your feedback <a href=\"https://make.wordpress.org/updates/2019/06/28/updates-to-the-wordpress-user-developer-survey/\">to the post</a>.</p>\n\n\n\n<h2>Gutenberg Usability Testing Continues</h2>\n\n\n\n<p>Usability tests for Gutenberg continued through June 2019, and <a href=\"https://make.wordpress.org/test/2019/07/10/gutenberg-usability-testing-for-june-2019/\">insights from three recent videos were published</a> last month. This month’s test was similar to WordCamp Europe’s usability tests, and you can read more about those in the <a href=\"https://make.wordpress.org/test/2019/07/05/wceu-usability-test-results-part-one/\">part one</a> and <a href=\"https://make.wordpress.org/test/2019/07/09/wceu-usability-test-results-part-two/\">part two</a> posts. Please help by watching these videos and sharing your observations as comments on the relevant post.</p>\n\n\n\n<p>If you want to help with usability testing, you can also join the #research channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>, or you can write a test script that can be usability tested for Gutenberg.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading:</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/updates/2019/07/23/proposal-a-wordpress-advisory-board/\">A proposal has been made</a> to put together a nominated WordPress Advisory Board – this is certainly an exciting development for the project.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2019/06/28/wceu-contribution-day-recap-design-team/\">reported on the work they did</a> at the WordCamp Europe Contributor Day.</li><li>The Theme Review Team <a href=\"https://make.wordpress.org/themes/2019/07/22/theme-sniffer-v1-1-0-and-wpthemereview-v0-2-0-release/\">has released updated versions</a> of their ThemeSniffer tool and coding standards.</li><li>The Security team <a href=\"https://make.wordpress.org/core/2019/07/29/should-security-fixes-continue-to-be-backported-to-very-old-versions-of-wordpress/\">is looking for feedback</a> on whether security fixes should continue to be backported to very old versions of WordPress. </li><li>The Design and Community teams have worked together to come up with <a href=\"https://make.wordpress.org/community/2019/07/29/proposal-clearer-wordcamp-and-wordpress-chapter-meetup-logo-guidelines/\">official guidelines for how WordCamp logos should be designed</a>.</li><li>The Core team has implemented <a href=\"https://make.wordpress.org/core/2019/07/12/php-coding-standards-changes/\">a few changes</a> to the PHP coding standards within WordPress Core.</li><li>The Community Team <a href=\"https://make.wordpress.org/community/2019/07/26/discussion-what-to-do-in-case-of-irreconcilable-differences/\">is looking for feedback</a> on a tough decision that needs to be made regarding the implementation of the licence expectations within the meetup program.</li><li>The Design team <a href=\"https://make.wordpress.org/design/2019/07/11/block-directory-in-wp-admin-concepts/\">has presented some designs</a> for a Block Directory within the WordPress dashboard.</li><li>A recent release of WordPress saw an increase in the minimum required version of PHP – the Core team is now looking at <a href=\"https://make.wordpress.org/core/2019/07/29/proposal-for-increasing-recommended-php-version-in-wordpress/\">increasing that minimum further</a>.</li><li>The Site Health feature was first introduced in the 5.1 release of WordPress, and at WordCamp Europe this year <a href=\"https://make.wordpress.org/core/2019/07/01/new-core-component-site-health/\">a new Core component for the feature was added to the project structure</a>.</li><li>The Community Team has posted some interesting data regarding <a href=\"https://make.wordpress.org/community/2019/07/29/numbers-in-the-netherlands/\">WordCamps in the Netherlands</a> over the last few years, as well as <a href=\"https://make.wordpress.org/community/2019/07/31/wordcamps-in-2018/\">WordCamps in 2018</a>.</li><li>The WordCamp Europe team <a href=\"https://2019.europe.wordcamp.org/2019/07/15/survey-results/\">released the results of the attendee survey</a> from this year’s event in Berlin.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></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, 01 Aug 2019 09:56:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:86:\"WPTavern: WPWeekly Episode 362 – Fitness, Freelancing, and More With Michelle Schulp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=92126&preview=true&preview_id=92126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wpweekly-episode-362-fitness-freelancing-and-more-with-michelle-schulp\";s: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:2062:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by Michelle Schulp, an <a href=\"https://marktimemedia.com/\">independent freelancer</a> and Director of Technology at<a href=\"http://aigaminnesota.org/\"> AIGA Minnesota</a>. We discussed the impacts speaking at multiple WordCamps had on her business early on, why she continues to be a freelance contractor as opposed to managing her own agency, and the role fitness has in her life. We also touch on what her personal experience has been like as a woman in the WordPress community.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-security-team-discusses-backporting-security-releases-to-fewer-versions\" rel=\"bookmark\">WordPress Security Team Discusses Backporting Security Releases to Fewer Versions</a></p>\n<p><a href=\"https://wptavern.com/wordsesh-emea-coming-september-25-a-new-virtual-wordpress-event-for-europe-middle-east-and-africa\" rel=\"bookmark\">WordSesh EMEA Coming September 25: A New Virtual WordPress Event for Europe, Middle East, and Africa</a></p>\n<p><a href=\"https://allienimmons.com/how-to-be-a-wordpress-ally/\">How to Be A WordPress Ally</a></p>\n<p><a href=\"https://fitnessandfreelance.com/\">Fitness and Freelance</a></p>\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/16662\"><span class=\"js-issue-title\">Add support for gradients in cover image</span></a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 7th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #362:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2019 00:41:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:83:\"WPTavern: Gutenberg 6.2 Adds Nesting Capabilities to Cover, Media & Text Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92063\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/gutenberg-6-2-adds-nesting-capabilities-to-cover-media-text-blocks\";s: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:2210:\"<p><a href=\"https://make.wordpress.org/core/2019/07/31/whats-new-in-gutenberg-31-july/\" rel=\"noopener noreferrer\" target=\"_blank\">Gutenberg 6.2</a> has two new user-facing features that were added based on community feedback. The Cover and Media & Text blocks now <a href=\"https://github.com/WordPress/gutenberg/pull/16751\" rel=\"noopener noreferrer\" target=\"_blank\">allow for nesting any type of block inside</a>.</p>\n<p>Previously, the Cover block only allowed users to add a heading, button, or paragraph block. Users had resorted to employing clunky solutions to get around the restrictions, such as using the group block with a custom class and using CSS to add backgrounds and overlay styling. The restrictions have now been removed to give users greater flexibility in styling these blocks.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/07/nesting-in-cover-block.png?ssl=1\"><img /></a></p>\n<p>Another new user-facing feature in 6.2 is the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/10128\" rel=\"noopener noreferrer\" target=\"_blank\">customize the link target</a> of the Button block, enabling users to designate the link to open in a new tab. Gutenberg Phase 2 lead Riad Benguella said this small improvement was a frequently requested feature.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2019/07/Screen-Shot-2019-07-31-at-5.38.50-PM.png?ssl=1\"><img /></a></p>\n<p>This release also introduces a <a href=\"https://github.com/WordPress/gutenberg/pull/16356\" rel=\"noopener noreferrer\" target=\"_blank\">new PHP API</a> to simplify the registration of block styles variations. It offers a simple way for plugin and theme developers to register block styles using only PHP function calls, instead of using JavaScript. This should make styling blocks more approachable for those who are more comfortable with PHP.</p>\n<p>Gutenberg 6.2 includes more than two dozen enhancements and bug fixes, along with many mobile and documentation improvements. Check out the changelog in the <a href=\"https://make.wordpress.org/core/2019/07/31/whats-new-in-gutenberg-31-july/\" rel=\"noopener noreferrer\" target=\"_blank\">release post</a> for more details.</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, 31 Jul 2019 23:34: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: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:96:\"WPTavern: Meta Box Plugin Introduces MB Blocks, a PHP-based Extension for Creating Custom Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=92065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/meta-box-plugin-introduces-mb-blocks-a-php-based-extension-for-creating-custom-blocks\";s: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:5875:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/07/Screen-Shot-2019-07-31-at-1.50.39-PM.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://metabox.io/\" rel=\"noopener noreferrer\" target=\"_blank\">Meta Box</a>, one of the most popular WordPress custom fields frameworks, has released a new extension for creating custom Gutenberg blocks using only PHP. <a href=\"https://metabox.io/plugins/mb-blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">MB Blocks</a> gives developers the ability to build blocks with various settings, using a similar syntax as creating a meta box, without having to know React, Webpack, or Babel.</p>\n<p>MB Blocks inherits many settings and field types from Meta Box to speed up development. Those who are experienced using Meta Box should be able to create a new Gutenberg block in under 10 minutes.</p>\n<p><a href=\"https://profiles.wordpress.org/rilwis/\" rel=\"noopener noreferrer\" target=\"_blank\">Tran Ngoc Tuan Anh</a> created the Meta Box framework in 2010, launched on WordPress.org in 2011, and began releasing commercial extensions in 2014. The plugin’s user base has grown to more than 400,000 active installs and Tran now leads a three-person team, including two developers and one marketer.</p>\n<p>“The revenue is not as good as other businesses, but it’s enough for us to run a small team,” Tran said. Learning React was new for his developers and it took them several months to get familiar with the framework before being able to create the MB Blocks extension.</p>\n<p>Following in the footsteps of Advanced Custom Fields (ACF), which offers ACF blocks as part of its <a href=\"https://www.advancedcustomfields.com/pro/\" rel=\"noopener noreferrer\" target=\"_blank\">Pro version</a>, Meta Box’s PHP-only block creation solution is only available as a commercial extension.</p>\n<p>“The MB Blocks extension is our strategy to attract users to Meta Box,” Tran said. “Since Gutenberg is becoming a huge thing, people really need a way to work with it. With this extension, we hope to bring more premium users to Meta Box.”</p>\n<p>With more than one million active installs, ACF is the market leader and Meta Box’s main competitor, but Tran said his team is also keeping an eye on other plugins like <a href=\"https://toolset.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Toolset</a>, <a href=\"https://wordpress.org/plugins/cmb2/\" rel=\"noopener noreferrer\" target=\"_blank\">CMB2</a> (200,000+ installs), and <a href=\"https://wordpress.org/plugins/pods/\" rel=\"noopener noreferrer\" target=\"_blank\">Pods</a> (80,000+ installs). He identified flexibility as Meta Box’s chief differentiator, since it is a code-based solution that he believes gives developers a greater level of customization in creating custom fields.</p>\n<p>“The main difference between Meta Box and ACF is Meta Box is more developer-focused. It’s mainly code-based, e.g. you define meta boxes and fields with code (it has the UI as a premium extension but code is still the main part),” Tran said. “Meta Box has some extra things like supporting custom table storage, making frontend forms, advanced conditional logic, and building user profiles on the frontend.”</p>\n<p>Tran said he is satisfied with Gutenberg’s support for meta boxes at the moment but would like to see it improved.</p>\n<p>“The way it works is kind of a ‘fake’ submission for post data via ajax,” he said. “Sometimes that makes users have to refresh the page to see the updated content. I mean for complex data, it still doesn’t have a good way to refresh the meta boxes when a post is saved. I wish there was was a way to do that.”</p>\n<p>This may not be a priority for the Gutenberg team, as the ideal is for meta boxes to be converted to blocks wherever possible to maintain a unified editing interface. The reality is that many plugins are still not block-enabled, which is why the WordPress Plugin Directory has a <a href=\"https://wordpress.org/plugins/browse/blocks/\" rel=\"noopener noreferrer\" target=\"_blank\">section</a> devoted to promoting those that are.</p>\n<p>“Many users still need custom meta boxes because of two reasons: building custom Gutenberg blocks is not easy enough, and a lot of plugins still require meta boxes to work,” Tran said.</p>\n<p>The availability of PHP-based solutions for creating custom Gutenberg blocks has been an important development for those who have been slow to take the deep dive into JavaScript and React. Tran said the feedback he has received from his userbase indicates that many have not prioritized gaining the skills necessary to become proficient at custom Gutenberg development.</p>\n<p>“Our main users are web creators who build websites on a daily basis,” Tran said. “Many of them have built a solid foundation for their work to speed up the workflow. Things such as a page builder, a custom fields framework, a powerful theme, are their daily tools. Putting Gutenberg into this toolset requires a lot of time learning and mastering it. Sometimes it’s not feasible, especially when Gutenberg is not powerful enough to build websites. Most of them still use a page builder to build websites, while they keep testing Gutenberg to see what’s new.”</p>\n<p>Tran said most of his customers are using page builders like Beaver Builder or Elementor. Some give access to their clients and others do not. This is where they often look to plugins like Meta Box to help them build settings for their websites.</p>\n<p>With MB Blocks released today, the Meta Box team is moving forward on its roadmap, working on integrations with other plugins like WP All Import, and improving the Meta Box Builder to support creating relationships and settings pages with a UI.</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, 31 Jul 2019 19:02:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:91:\"WPTavern: WordPress Security Team Discusses Backporting Security Releases to Fewer 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:29:\"https://wptavern.com/?p=92029\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-security-team-discusses-backporting-security-releases-to-fewer-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6181:\"<p>The WordPress Security Team is <a href=\"https://make.wordpress.org/core/2019/07/29/should-security-fixes-continue-to-be-backported-to-very-old-versions-of-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">exploring different approaches</a> to backporting security fixes to older versions of the software. The effort that goes into supporting versions back to <a href=\"https://wordpress.org/news/2013/10/basie/\" rel=\"noopener noreferrer\" target=\"_blank\">3.7</a> (the release that introduced automatic background updates) increases with each major version released.</p>\n<p>“For the Core Security team, that means when security updates need to be released, we have to take the testing and release process not just to the current version of WordPress, but we have to test the changes, create code patches, and then release to every major version all the way back to 3.7,” security team lead Jake Spurlock said. “With 5.3 around the corner that puts us at over fifteen major versions of WordPress to support long term.”</p>\n<p>Spurlock said 3.7 represents <a href=\"https://wordpress.org/about/stats/\" rel=\"noopener noreferrer\" target=\"_blank\">0.1% of all WordPress sites</a> but noted that supporting older versions requires “a large amount of time and energy and hurts the team’s ability to work effectively.”</p>\n<p>When asked how much of a time investment is in involved, Spurlock said it varies depending how many tickets/issues have to be ported. All patches are reviewed, tested, and committed by several team members. There are approximately 50 security experts on the team, many of which are employed by Automattic, although some are volunteers.</p>\n<p>“The problem with developing security releases for older versions of WordPress lies in the amount of testing and then reengineering that is specific to each older version of WordPress,” Spurlock said. “As an example. WordPress 4.2 received a fairly large refactor, and so taking a fix back before that time means extra testing, and ensuring that paths works for patches and more. Getting the testing suite to work on older versions has been difficult too with the code changes that accompany each version.”</p>\n<p>Spurlock called for feedback and ideas on how the security team can support fewer versions of WordPress while keeping users secure. An active discussion is underway and opinions range from enthusiastic support for the idea to opposition.</p>\n<p>Some who weighed in prefer to focus on urging users to update via emails to admins on older installs and/or a “please upgrade” widget ported back to older versions. As big version jumps can be intimidating for users, some recommended WordPress provide better ways to do incremental updates from older versions to the next most recent.</p>\n<p>“If the goal is to keep WordPress users secure against hackers and other rogue agents, you should continue supporting older versions with security releases,” WordPress core contributor Rami Yushuvaev said.</p>\n<p>“WordPress 3.7 represents 0.1% of all WordPress sites but WordPress 3.0 – 3.6 represents 1.6% of all WordPress sites. You don’t want to increase the number of sites using un-secure versions. With the current policy, ‘old version’ is not the same as ‘un-secure version.’</p>\n<p>“I think you should educate users to use updated software, not to stop releasing security releases for older versions.”</p>\n<p>Several commenters are in favor of limiting backporting security fixes to a set number of versions, as outlined by former WordPress security lead, Aaron Campbell:</p>\n<blockquote><p>I like the idea if supporting X versions back. That allows users to know that they don’t have to update to the latest version no matter what our release cycles are, and also makes sure we can eventually hone in on how many versions are actually tenable to support.</p>\n<p>Supporting X years back would allow users to know they can avoid upgrading for a certain amount of time, but it would also mean that the security team wouldn’t always be supporting the same number of versions and if a release ever took longer than our supported time then all users would be expected to upgrade to the latest version (exceptions could always be made, but it’s harder to rely on those).</p></blockquote>\n<p>Stephen Edgar, one of the maintainers of WordPress’ build tools component, suggested implementing automatic major version upgrades to keep moving users forward to supported versions in waves.</p>\n<p>“Maybe continue to ship them until ‘major’ updates are implemented,” Edgar said. “The current thinking is to add major updates to 3.7 first, bumping 3.7 to 3.8 via automatic updates. Once that’s completed then security updates would no longer be backported to the 3.7 branch.</p>\n<p>“And similarly, once 3.8 major updates are implemented, i.e. 3.8 gets bumped to x.x then again, backports to 3.8 would cease at the same time and so forth through the branches.”</p>\n<p>Edgar also noted that providing users a way to opt into automatic updates for major core releases is one of the <a href=\"https://make.wordpress.org/core/2018/12/08/9-priorities-for-2019/\" rel=\"noopener noreferrer\" target=\"_blank\">nine projects</a> that Matt Mullenweg had identified for working on in 2019.</p>\n<p>Several other commenters said they would like to see WordPress implement semantic versioning and adopt a long-term support (LTS) policy. WordPress would then clearly communicate the number of years those versions would be supported. Older sites could then be auto-updated to the LTS version.</p>\n<p>No decision has been made on the ideas proposed and the discussion is still ongoing. If you have experience maintaining older sites or have input on how WordPress can best keep users secure while decreasing the work load, leave a comment on the <a href=\"https://make.wordpress.org/core/2019/07/29/should-security-fixes-continue-to-be-backported-to-very-old-versions-of-wordpress/\" rel=\"noopener noreferrer\" target=\"_blank\">Make WordPress Core post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Jul 2019 00:17: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: WordSesh EMEA Coming September 25: A New Virtual WordPress Event for Europe, Middle East, and Africa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordsesh-emea-coming-september-25-a-new-virtual-wordpress-event-for-europe-middle-east-and-africa\";s: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:4160:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/07/wordsesh-emea.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://wordsesh.com\" rel=\"noopener noreferrer\" target=\"_blank\">WordSesh</a> is launching a new event aimed at WordPress enthusiasts living in the Middle East, Europe, and Africa. The 12-hour virtual event is scheduled for September 25, 2019, from 7:00-19:00 UTC. While the event has always been open to participants across the world, WordSesh “EMEA” will be the first to offer a schedule that is tailored to attendees living in the Eastern hemisphere.</p>\n<p>Organizer Brian Richards said that hosting an event for this region has been on his mind ever since he took the reins of WordSesh in 2018.</p>\n<p>“I switched to a 12-hour format to make the event easier to manage and attend, but I recognized immediately that I was alienating a huge portion of the audience by setting those 12 hours to track across my own timezone,” Richards said. “The primary goal here is to create an event that is more convenient to attend for people across Europe, Middle East, and Africa.”</p>\n<p>WordSesh EMEA sessions will be conducted in English this time around and will also be live captioned just like the previous two events. The schedule will include ten 50-minute sessions (including Q&A) and three 15-minute sessions. All sessions will be recorded and available on WPSessions after the live event has ended.</p>\n<p><a href=\"https://wordsesh.com/speak/\" rel=\"noopener noreferrer\" target=\"_blank\">Applications for speakers</a> are already open. Each speaker receives a free coaching session for their presentation and a $250 stipend. The deadline to apply is August 9, 2019.</p>\n<p>Richards said he has already had a few talks submitted on topics like image performance, mental health, and Gatsby.</p>\n<p>“I’d love to see talks that angle around a case study or ‘recipe,’ (e.g. Here’s a thing I built, how I did it, and how you can too.),” he said. “I would also love to see more talks around the area of design, front-end workflows, and things like that. I’m most excited to host presenters who themselves are excited about an idea.”</p>\n<p>With WordSesh officially going global in support of different timezones, Richards said he anticipates the next region will be Asia Pacific and is enthusiastic to organize it.</p>\n<p>“I don’t know how many personal relationships I currently have across APAC to make a WordSesh for that region a reality – in terms of sponsors, speakers, and attendees – but it’s a big region and community, and it’s on my radar for 2020,” Richards said.</p>\n<p>WordSesh EMEA will be the second WordSesh held this year. There were more than 1,000 attendees registered for the May 2019 event and 700 participated live throughout the day.</p>\n<p>“WordSesh is one of the best attended WordPress events, which is very humbling,” Richards said. “I’m excited to see how many people attend WordSesh EMEA, given how much larger WCEU is relative to WCUS. WCEU 2019 had more than 2X the participants of WCUS 2018.”</p>\n<p>He said he doesn’t anticipate that kind of disparity in attendance since it’s the first time for this event, but wouldn’t be surprised if the attendance at this event surpasses the May 2019 event.</p>\n<p>The first WordSesh was held in April 2013 and is now six years running, thanks in part to Richards’ contagious enthusiasm for hosting it and his willingness to try new things in an effort to best serve the community. WordSesh EMEA will mark the seventh event in the series.</p>\n<p>“I think the WordSesh events are popular because the broad WordPress community is a distributed-first body – not only the contributors, but also the majority of the agencies, product shops, and even client relationships,” Richards said.</p>\n<p>“Thus, an event that caters to a distributed audience – watch from anywhere, replay at any time – feels like a pretty natural extension of how we already work and interact.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jul 2019 22:47: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: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:88:\"WPTavern: WordPress Contributors Explore the Possibility of a Global Accessibility Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wordpress-contributors-explore-the-possibility-of-a-global-accessibility-event\";s: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:5112:\"<p>WordPress’ accessibility team is evaluating the possibility of organizing a virtual Global Accessibility Day, similar to the Polyglots’ Global Translation Day. This marathon-style contributor event has proven to be valuable for the Polyglots in terms of recruiting, onboarding, and <a href=\"https://wptavern.com/polyglots-team-experiences-record-annual-growth-expands-wordpress-reach-to-millions-with-new-translations\" rel=\"noopener noreferrer\" target=\"_blank\">fueling progress on translation projects</a>.</p>\n<p>Accessibility contributors proposed the idea at a meeting two weeks ago after discussing the team’s desire to have more representation at WordCamp contributor days. WordCamp Europe 2019 had a strong contingency of accessibility contributors, but being present on the ground in Berlin was not an option for the vast majority of the team.</p>\n<p>“I heard different people saying that this Contributor Day was extremely useful, because they had the opportunity to talk in person and exchange ideas with a lot of other people,” Stefano Minoia said. “This is really good: if we want to push forward a project like WordPress, it’s extremely important to have the opportunity of working together at least once a year in person.”</p>\n<p>Due to the relatively small size of the team and the expense associated with traveling to larger WordCamps, accessibility contributors do not often have the opportunity for in-person collaboration. A remote contributor day focused on accessibility was proposed as an alternative.</p>\n<p>“We’re a small group with very little sponsorship,” Joe Dolson said during the initial discussion. “I don’t go to most WordCamps anymore, because the time and expense is just too great for me. I’ll probably go to my local WordCamp only, this year, if I have the time.”</p>\n<p>Due to the nature of the work, Dolson anticipates the team may face some challenges in working around some of the constraints of collaborating through a virtual event.</p>\n<p>“There are some tasks that work really well as remote contributor days; others are harder,” he said. “I’ve personally found it difficult to do accessibility contributor sharing remotely.”</p>\n<p>A virtual contributor day could be helpful for some basic things like teaching new contributors how to use Trac, updating the handbook and documentation, and organizing sprints for jumpstarting larger tasks. There is no shortage of accessibility projects to work on, with the new block directory in the admin slated for this year, some major changes needed to <a href=\"https://docs.google.com/document/d/1KiTigFSgxKTTPTKZ43K7BUP50OSqrUUQ_OZYXdIB7oU/edit#heading=h.7pmszdlkigr5\" rel=\"noopener noreferrer\" target=\"_blank\">improve navigation to Gutenberg’s advanced settings block sidebar</a>, and more general Gutenberg issues.</p>\n<p>One development that is working in the team’s favor is that Slack has improved the screen reader experience in the <a href=\"https://slackhq.com/introducing-a-more-efficient-slack-desktop-experience\" rel=\"noopener noreferrer\" target=\"_blank\">most recent update</a>. Using threads was previously discouraged during accessibility team discussions due to their lack of navigability. Keyboard accessibility for getting around Slack should now be more streamlined than previous versions. This should help to improve remote collaboration for the accessibility team. Users can press CMD + ? to launch the list of <a href=\"http://The screen reader experience has been updated\" rel=\"noopener noreferrer\" target=\"_blank\">available keyboard shortcuts</a> in Slack.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">All you need to get around Slack now is:<br />• F6 to cycle through the UI<br />• TAB to navigate through focusable elements<br />• UP/DOWN to navigate through lists</p>\n<p>And if you feel adventurous LEFT/RIGHT keys to navigate between the message list & threads.<a href=\"https://t.co/ir2I52ZBFI\">https://t.co/ir2I52ZBFI</a> <a href=\"https://t.co/hNM1bHutfo\">https://t.co/hNM1bHutfo</a></p>\n<p>— George Zamfir (@georgezamfir) <a href=\"https://twitter.com/georgezamfir/status/1154367220321071104?ref_src=twsrc%5Etfw\">July 25, 2019</a></p></blockquote>\n<p></p>\n<p>As a first step towards organizing a 24-hour virtual event, WordPress’ accessibility team is working to put together a team of 10 or more people to lead the effort. Organizers will then determine the scope of the project, define the goals of the event, set a timeline, and begin the call for speakers and local meetups.</p>\n<p>“The scope of the day can change based on the team,” Dolson said. “If we can’t do 24 hours, that’s fine, but the team has to come first.”</p>\n<p>Anyone interested to help organize the event can sign up on the project’s public <a href=\"https://docs.google.com/spreadsheets/d/1xNbFKhGhTL3HNH7YkRVEtyI6e51QrJQIFgIPJkv2spM/edit?usp=sharing\" rel=\"noopener noreferrer\" target=\"_blank\">spreadsheet</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jul 2019 19:17: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: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:58:\"WPTavern: WordCamp US 2019 to Offer Free On-Site Childcare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordcamp-us-2019-to-offer-free-on-site-childcare\";s: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:2986:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/07/Screen-Shot-2019-07-26-at-7.23.15-PM.png?ssl=1\"><img /></a>photo credit: <a href=\"https://unsplash.com/photos/1zR3WNSTnvY\">Aaron Burden</a>\n<p>WordCamp US <a href=\"https://2019.us.wordcamp.org/child-care/\" rel=\"noopener noreferrer\" target=\"_blank\">announced</a> today that the event will be offering free on-site childcare for children aged 6 weeks to 12 years old. Organizers have contracted <a href=\"https://www.ahelpinghandevents.com/\" rel=\"noopener noreferrer\" target=\"_blank\">A Helping Hand</a>, a licensed conference childcare service company based in Virginia Beach, VA, to provide childcare for all three days, with flexible drop off and pick up throughout the day as necessary.</p>\n<p>When WCUS tickets went on sale in May, parents who registered had the option to indicate whether they would be interested in on-site childcare during the conference, as organizers considered different childcare options. This is the first time WordCamp US has offered it as part of the event. WordCamp Europe has included childcare for years and a handful of other camps have also had it available in a varying capacities, including WordCamp Nordic, WordCamp Pittsburgh, and WordCamp Vienna.</p>\n<p>Parents interested in using this service at WordCamp US will need to <a href=\"https://2019.us.wordcamp.org/tickets/\" rel=\"noopener noreferrer\" target=\"_blank\">pre-register</a> by selecting a “Parent with Kids ticket.” Registrants will receive an email with a pre-registration link to complete the signup process on the childcare provider’s website. Both lunch and snacks will be provided, so parents will not be required to pick their kids up for lunch.</p>\n<p>The availability of childcare makes it possible for single parents to attend and speak at events. It can also be helpful for parents with small children who are unable to be separated from their caregivers for long periods of time. With WordCamp US opting to provide childcare at this year’s event, it’s clear that this is a growing trend to help promote diversity at WordPress conferences.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">WordCamp is about diversity, this is not a catch phrase, it is not just a moment. It is about real people, doing real things, in the real world across gender, generation and culture. WordCamp embraces the world. <a href=\"https://twitter.com/hashtag/WordCamp?src=hash&ref_src=twsrc%5Etfw\">#WordCamp</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/wordcamp?ref_src=twsrc%5Etfw\">@WordCamp</a> <a href=\"https://twitter.com/hashtag/WCUS?src=hash&ref_src=twsrc%5Etfw\">#WCUS</a> <a href=\"https://t.co/GdcCDNJYed\">pic.twitter.com/GdcCDNJYed</a></p>\n<p>— WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/1124054159433584641?ref_src=twsrc%5Etfw\">May 2, 2019</a></p></blockquote>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Jul 2019 01:11: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: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:65:\"WPTavern: Sound Off! How Has ManagedWP Weathered the Acquisition?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91934\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/sound-off-how-has-managedwp-weathered-the-acquisition\";s: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:2821:\"<p>Back in September of 2016, <a href=\"https://wptavern.com/godaddy-acquires-wordpress-site-management-service-managewp\">GoDaddy acquired ManageWP</a>. What was odd about the acquisition was the <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1234125919982953/\">amount of backlash</a> that was generated by ManageWP customers. </p>\n\n\n\n<p>While most were happy for Vladimir Prelovac, founder of ManageWP, many customers worried about GoDaddy’s reputation, unsatisfactory service, and how such a great service would fit into GoDaddy without changing much in the process. </p>\n\n\n\n<p>Nearly three years later, Prelovac is no longer with the company as he quietly left soon after the acquisition. I reached out on Twitter to ManageWP customers who stayed with the service through the transition and asked if they’re pleased with their service and if it has improved. Here are a few of the responses I received.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I think it’s gotten a bit better (to my surprise). I run into failures less often.</p>— Benjamin Heller (@BenjamminHeller) <a href=\"https://twitter.com/BenjamminHeller/status/1154631493865463808?ref_src=twsrc%5Etfw\">July 26, 2019</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">No difference, still fantastic</p>— Richard Buff (@richardbuff) <a href=\"https://twitter.com/richardbuff/status/1154712831675252736?ref_src=twsrc%5Etfw\">July 26, 2019</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Haven\'t really noticed any difference</p>— Darren Pinder (@dmpinder) <a href=\"https://twitter.com/dmpinder/status/1154658228552294401?ref_src=twsrc%5Etfw\">July 26, 2019</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Personally it’s been about the same for me. No features really added that make my job as a developer/site maintainer easier but none have been taken away either and pricing hasn’t increased for no reason. <br /><br />I wish they would work on the web app more. It’s sluggish <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f615.png\" alt=\"?\" class=\"wp-smiley\" /></p>— Daron Spence <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f339.png\" alt=\"?\" class=\"wp-smiley\" /> (@DaronSpence) <a href=\"https://twitter.com/DaronSpence/status/1154559862447079424?ref_src=twsrc%5Etfw\">July 26, 2019</a></blockquote>\n</div>\n\n\n\n<p>If you use ManageWP and have been a customer since the acquisition, let us know in the comments about how the service has evolved. Have you noticed any significant changes? </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, 26 Jul 2019 21:30: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: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: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:99:\"WPTavern: WordCamp Central America Organizers Prepare Proposal for 2020 Event in Managua, Nicaragua\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=90739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/wordcamp-central-america-organizers-prepare-proposal-for-2020-event-in-managua-nicaragua\";s: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:4109:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/06/Managua-Nicaragua.png?ssl=1\"><img /></a>Managua, Nicaragua – image credit: <a href=\"https://costarica.org/nicaragua/managua/\">CostaRica.org</a></p>\n<p>WordCamp Europe’s continuing success has inspired other parts of the WordPress world to work towards getting their own regional camps off the ground. With a little help from WCEU mentors and inspiration from WordCamp Nordic’s proposal, WordCamp Asia is now officially on the schedule for <a href=\"https://wptavern.com/wordcamp-asia-set-for-february-21-23-2020-in-bangkok-thailand\" rel=\"noopener noreferrer\" target=\"_blank\">February 21-23, 2020, in Bangkok, Thailand</a>. WordCamp Central America is on deck to be the next new regional WordCamp with a proposal targeting 2020 for an inaugural event in Managua, Nicaragua.</p>\n<p>Members of the Central American community began discussing the possibility of a larger event at the most recent <a href=\"https://2019.managua.wordcamp.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Managua 2019</a>. For the past five years, Central America has been home to a growing number of local WordPress communities, with 12 meetups across five countries and a total of more than 4,000 participants as of July 2019. Meetup organizers have hosted more than 230 events since 2014, averaging four events per month.</p>\n<p>In the working <a href=\"https://docs.google.com/document/d/1qa_-bHMtTY1JTwHxxa28Xutg2vpaB4A7A2J9t4pXkDs/edit\" rel=\"noopener noreferrer\" target=\"_blank\">proposal</a>, a document that was forked from the Nordic and Asian WordCamp proposals, organizers outlined why the timing is right for a regional camp in Central America:</p>\n<blockquote><p>The local WordPress communities have also experienced an exponential growth. In the last five years the local WordPress Meetup groups have increased fivefold. Moreover, the collaboration between the Central American communities is more active than ever; sharing experiences and resources, members attending events in neighboring countries, giving talks and volunteering in WordCamps.</p>\n<p>This can be explained not only by the relative closeness of our countries, but also by the shared culture, values and identity of the Central American people.</p>\n<p>We believe that hosting a Central American WordCamp will further strengthen the bonds between the local communities and give birth to new initiatives and collaborations between the local WordPress Meetup groups.</p></blockquote>\n<p>San José, Costa Rica, has the largest local WordPress community with more than 2,000 meetup members and 750 attendees at recent WordCamps. Managua, Nicaragua, the second largest community, was selected as the first host city due to its central location, direct flights from all major cities in the region, and wide availability of bus services. It is also one of the most affordable capital cities in the region and does not require visas for citizens of other Central American countries.</p>\n<p>Organizers are planning a three-day event, beginning with Contributor Day, with four tracks during the main conference days. They are eyeing early October 2020 to avoid conflicts with other WordCamps that are frequently attended by the local community.</p>\n<p>WordCamp Central America’s proposal has not yet been officially submitted but if it is approved, the event would be a strong addition to the region’s growing technology sector. It also has the potential to expand and amalgamate the local communities through shared knowledge and experience.</p>\n<p>If you want to get involved, check out the <a href=\"https://docs.google.com/document/d/1qa_-bHMtTY1JTwHxxa28Xutg2vpaB4A7A2J9t4pXkDs/edit?usp=sharing\" rel=\"noopener noreferrer\" target=\"_blank\">proposal</a> in progress and <a href=\"https://join.slack.com/t/wpcentroamerica/shared_invite/enQtNjQ4MzYwMzEzNjAzLTA4NDk4NzE5ZDNiZjlkYmYyN2Q5ODczMjhlYzVkNjkzZTQ0OGMzOTdmYWZlYTgzNWJhMDlkY2M5MTAwZTg0MTk\" rel=\"noopener noreferrer\" target=\"_blank\">join the dedicated Slack workspace</a> to participate in discussions.</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, 26 Jul 2019 18:46: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: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:53:\"WPTavern: WP Super Cache 1.6.9 Patches Security Issue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/wp-super-cache-1-6-9-patches-security-issue\";s: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:1027:\"<p>There’s a new release of <a href=\"https://wordpress.org/plugins/wp-super-cache/#developers\">WP Super Cache (1.6.9) available</a> that <a href=\"https://odd.blog/2019/07/25/wp-super-cache-1-6-9-security-update/\">patches a security issue</a> discovered in the debug log. The vulnerability can only be exploited if users have debugging enabled. </p>\n\n\n\n<p>It’s highly recommended that all users upgrade to 1.6.9 to patch the security issue. Details of the vulnerability will be published after users have had time to upgrade. In addition to patching the security issue, this version also improves the debug log by hiding data such as the ABSPATH directory of the WordPress install and login cookies.</p>\n\n\n\n<p>“Unfortunately in the past users have copied the log file data into forum posts. A warning message has been added asking the site owner not to publish the debug log,” Donncha Ó Caoimh said. </p>\n\n\n\n<p>Also worth noting is that after updating to 1.6.9, existing debug logs will be deleted. </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, 26 Jul 2019 00:25:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: Learn How to Build a Headless WordPress App with WPCasts’ Free Crash Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/learn-how-to-build-a-headless-wordpress-app-with-wpcasts-free-crash-course\";s: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:4217:\"<p><a href=\"https://twitter.com/_WPCasts_tv_\" rel=\"noopener noreferrer\" target=\"_blank\">Alex Young</a>, creator of the <a href=\"https://wpcasts.tv/\" rel=\"noopener noreferrer\" target=\"_blank\">WPCasts</a> video tutorials site, has published a free crash course that offers a brief introduction to using WordPress as a headless CMS. The <a href=\"https://www.youtube.com/watch?v=9KGuI0UmpMw\" rel=\"noopener noreferrer\" target=\"_blank\">28-minute tutorial</a> covers the basics of setting up a bare bones React application that uses WPGraphQL to query ACF data.</p>\n<p>Young begins by installing four plugins: <a href=\"https://github.com/wp-graphql/wp-graphql\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL</a>, <a href=\"https://github.com/wp-graphql/wp-graphiql\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphiQL</a>, <a href=\"https://wordpress.org/plugins/advanced-custom-fields/\" rel=\"noopener noreferrer\" target=\"_blank\">Advanced Custom Fields</a>, and <a href=\"https://github.com/wp-graphql/wp-graphql-acf\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL for ACF</a>. He demonstrates how to use WPGraphiQL, which provides a GraphiQL IDE inside the WordPress admin, to test GraphQL queries before adding them to the app and check to ensure ACF data is being queried.</p>\n<p>Young gave a walkthrough of installing <a href=\"https://github.com/facebook/create-react-app\" rel=\"noopener noreferrer\" target=\"_blank\">Create React App</a> to quickly get a simple app up and running. When <a href=\"https://www.reddit.com/r/Wordpress/comments/chap8d/i_made_a_crash_course_on_headless_wordpress_with/eurfkrr/\" rel=\"noopener noreferrer\" target=\"_blank\">asked on Reddit</a> why he didn’t use Next.js or Gatsby, he said he just wanted to present the concept with something that might already be familiar to developers.</p>\n<p>“If I were going to launch this into production I would use Gatsby,” he said. “In this tutorial I used CRA since it’s a very simple install and I figured most people have used it before. I’ll eventually do a more in-depth and real-world example in the future. But I hope this video helps people understand the basic concept of using WP as a Headless CMS.”</p>\n<p>Young has produced 18 videos since launching <a href=\"https://www.youtube.com/channel/UC8eV_x9GaQhcoL4rexOJpXg\" rel=\"noopener noreferrer\" target=\"_blank\">WPCasts on YouTube</a> in March 2019. Although the channel has a corresponding website with more videos available for monthly and yearly subscribers, Young said he thinks it is important to release some introductory content for free.</p>\n<p>“I am a self-taught developer who relied heavily on YouTube, blogs, and individual developers creating free learning material (Chris Coyier, Wes Bos, etc.),” he said. “So by creating free content, I feel like I can help developers who are just starting out and need those resources just like I did.”</p>\n<p>Young’s day job at <a href=\"https://www.clearlink.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Clearlink</a> involves managing about approximately 20 WordPress sites with different purposes and features. He said he hopes to move these sites to a headless setup over the next few years.</p>\n<p>His WPCasts project is still very new but Young said he has received helpful feedback from the community that he is incorporating into future videos. The headless WordPress crash course tutorial seemed to hit at the right time when these setups are gaining popularity. His tutorial has been enthusiastically received, passing 600 views on YouTube in less than 24 hours.</p>\n<p>“I feel like Headless WordPress is the future of WP development,” Young said. “With powerful frameworks like Gatsby and Next, we have the best of both worlds – a fast and extendible frontend, and a CMS that has proven itself year after year.</p>\n<p>“With tools like WPGraphQL, ACF, and others, WordPress will be my tool of choice for the foreseeable future. I hope that the tutorials I’ve made and future tutorials will help others see the power of WordPress and break the misconception that WordPress is ‘just a blogging platform.\'”</p>\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jul 2019 20:07: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: WPWeekly Episode 361 – Introduction to the IndieWeb With David Shanske\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/?p=91889&preview=true&preview_id=91889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wptavern.com/wpweekly-episode-361-introduction-to-the-indieweb-with-david-shanske\";s: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:1793:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"https://david.shanske.com/\">David Shanske</a>. David introduces us to a set of philosophies known as the IndieWeb, explains how it’s different from the Open Web, and how he’s been involved in the community. We discuss tools that help people own their data while still being able to take advantage of the benefits that social networks offer. We also talk about WordPress’ role and how capable it is out-of-the-box for participating in the IndieWeb.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://brid.gy/\">Bridgy</a> connects individual sites with social networks</p>\n<p><a href=\"https://indieweb.org/\">IndieWeb Wiki</a></p>\n<p><a href=\"https://indieweb.org/IndieWebCamps\">IndieWebCamps</a></p>\n<p><a href=\"https://wordpress.org/plugins/indieweb/\">IndieWeb WordPress Plugin</a></p>\n<p><a href=\"https://codex.wordpress.org/Defining_Relationships_with_XFN\">WordPress XFN</a></p>\n<p><a href=\"https://archive.org/details/indieweb-summit-2019-wordpress\">IndieWebifying Your WordPress – IndieWeb Summit 2019</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, July 31st 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #361:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jul 2019 19:52:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:46:\"Donncha: WP Super Cache 1.6.9: security 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89502593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://odd.blog/2019/07/25/wp-super-cache-1-6-9-security-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1776:\"<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a> is a full page caching plugin for WordPress.</p>\n\n\n\n<p>Version 1.6.9 has just been released and is a required upgrade for all users as it resolves a security issue in the debug log. The issue can only be exploited if debugging is enabled in the plugin which will not be the case for almost all users.</p>\n\n\n\n<p>The debug log is usually only enabled temporarily if a site owner is debugging a caching problem and isn’t something that should be left on permanently as it will slow down a site.</p>\n\n\n\n<p>If there is an existing debug log it will be deleted after updating the plugin.</p>\n\n\n\n<p>This release also improves the debug log by hiding sensitive data such as the ABSPATH directory of the WordPress install and login cookies. Unfortunately in the past users have copied the log file data into forum posts. A warning message has been added asking the site owner not to publish the debug log.</p>\n\n\n\n<p>Details of the security issue will be added to this post in time to allow sites to update their plugin.</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2013/10/23/wp-super-cache-1-4/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 1.4\">WP Super Cache 1.4</a></li><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li></ul></p>\n<p><a href=\"https://odd.blog/2019/07/25/wp-super-cache-1-6-9-security-update/\" rel=\"nofollow\">Source</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jul 2019 12:57:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s: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:86:\"WPTavern: WPCampus 2019 to Livestream Sessions Thursday, July 25 – Saturday, July 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91843\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wpcampus-2019-to-livestream-sessions-thursday-july-25-saturday-july-27\";s: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:1674:\"<p><a href=\"https://2019.wpcampus.org/\" rel=\"noopener noreferrer\" target=\"_blank\">WPCampus 2019</a> kicks off tomorrow at Lewis & Clark College in Portland, Oregon, for its fourth year running. The niche WordPress conference is focused on accessibility and WordPress in higher education. All sessions, with the exception of the workshops, will be live streamed with captioning, beginning at 2PM PDT on Thursday, July 25.</p>\n<p>The event includes a mix of general development topics, such as building themes with WP Rig 2.0, managing custom plugin deployments, and building custom Gutenberg blocks with ACF. It also features a variety of sessions on using multisite in higher education, along with topics related to university website design and management, such as mobile accessibility, information security, and using WordPress for individual digital asset management. Check out the full <a href=\"https://2019.wpcampus.org/schedule/\" rel=\"noopener noreferrer\" target=\"_blank\">schedule</a> for more detailed descriptions of sessions.</p>\n<p>It’s important to note that the schedule references sessions in Pacific Daylight Time. However, a timezone selector on the schedule page will allow you to see the each session’s corresponding time for your location. Visit <a href=\"https://2019.wpcampus.org/watch/\" rel=\"noopener noreferrer\" target=\"_blank\">2019.wpcampus.org/watch</a> on July 25th to watch live for free. Those watching remotely can also jump in on the <a href=\"https://twitter.com/hashtag/WPCampus?src=hashtag_click\" rel=\"noopener noreferrer\" target=\"_blank\">#WPCampus</a> Twitter hashtag to engage with others attending and watching the event.</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, 25 Jul 2019 02:21:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:69:\"WPTavern: WPGraphQL for Advanced Custom Fields Now Available for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wpgraphql-for-advanced-custom-fields-now-available-for-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5684:\"<p>The <a href=\"https://www.wpgraphql.com/acf/\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL for Advanced Custom Fields</a> plugin is <a href=\"https://www.wpgraphql.com/2019/07/23/re-introducing-wpgraphql-for-acf/\" rel=\"noopener noreferrer\" target=\"_blank\">now available for free</a> on GitHub after a short time as a commercial product. Jason Bahl, creator and maintainer of the <a href=\"https://www.wpgraphql.com\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL</a> project, released the extension in April 2019 with a pricing tier ranging from $49/annually (for one site’s support) to lifetime subscription options.</p>\n<p>Bahl created the plugin with the hopes of generating enough revenue to one day fund his efforts working on WPGraphQL full-time. Now that he has <a href=\"https://wptavern.com/jason-bahl-joins-the-gatsby-team-to-work-on-wpgraphql-full-time\" rel=\"noopener noreferrer\" target=\"_blank\">joined the Gatsby team to work full time on WPGraphQL</a>, he has the time and resources to make the ACF extension available for free.</p>\n<p>The plugin allows developers to interact with their ACF data using GraphQL queries. It works with both the free and pro versions of <a href=\"https://www.advancedcustomfields.com/\" rel=\"noopener noreferrer\" target=\"_blank\">ACF</a> and WPGraphQL v0.3.2 or newer.</p>\n<p>“When I first started working on the core WPGraphQL plugin, I thought it would be awesome to have meta fields automatically exposed to the WPGraphQL Schema,” Bahl said.</p>\n<p>“Since WordPress core doesn’t have a fields API, developers turn to plugins such as Advanced Custom Fields, Metabox.io, CMB2, Carbon Fields, Field Manager, or one of the many other metabox solutions for WordPress.”</p>\n<p>ACF is by far the most popular among these solutions with more than a million active installs. (Metabox.io has roughly half the user base with 400,000+ installs and CMB2 is the next most popular at an estimated 200,000 installs). Bahl started working towards supporting ACF a few years ago but didn’t have a production use case for it and left it untouched until demand for the plugin increased.</p>\n<p>“In the latter half of 2018 and early 2019 I got many requests via Slack, Twitter, and Github for a quality ACF extension, and I also noticed the top search terms on the WPGraphQL website were ‘ACF’ and ‘Advanced Custom Fields,’ he said.</p>\n<p>“I initially wanted to release the plugin as a free plugin, but there’s only so much I can do for free. Maintaining WPGraphQL on the side of my full-time job was already time consuming and I thought if I was making income I could support it better.”</p>\n<p>Since the plugin’s initial release on April 19, Bahl reports there have been 85 licenses purchased, which enabled him to devote more time to the project. Now that he is no longer attempting to self-sustain his projects, he and the Gatsby team decided the best course of action would be to make it free so that more of the community can benefit from the project. He anticipates being able to provide the same level of support since the plugin’s launch with more of his time allocated to focusing on the WPGraphQL ecosystem.</p>\n<p>Performance is the most common reason that necessitates developers using ACF to implement WPGraphQL on their sites. It offers staggering performance gains over using the WP REST API to query ACF data, as shown in the example below:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Good call. . .I need to market the performance side better. . .here\'s an example of a REST API call using ACF to REST API and using WPGraphQL for ACF to select specific fields. </p>\n<p>*REST:* 24.8 KB, 1.22s<br />*GraphQL*: 1010 b, 377ms (not even 1kb payload!!!) <a href=\"https://t.co/0qS52bvlEY\">pic.twitter.com/0qS52bvlEY</a></p>\n<p>— GraphQL for WordPress (@wpgraphql) <a href=\"https://twitter.com/wpgraphql/status/1119309324646359040?ref_src=twsrc%5Etfw\">April 19, 2019</a></p></blockquote>\n<p></p>\n<p>“When developers try to build “headless” applications with WordPress, they often run into pain points with the WP REST API, and they turn to WPGraphQL to ease those pains,” Bahl said.</p>\n<p>“Many developers were registering ACF fields to their WPGraphQL Schema by hand, and that can be a tedious process if you have hundreds of fields. A plugin like WPGraphQL for Advanced Custom Fields saves developers a lot of development time, and allows them to take advantage of the features of GraphQL that make headless WordPress development a pleasant experience.”</p>\n<p>WPGraphQL for Advanced Custom Fields can be found on <a href=\"https://github.com/wp-graphql/wp-graphql-acf\" rel=\"noopener noreferrer\" target=\"_blank\">GitHub</a> and support and feature requests are handled through <a href=\"https://github.com/wp-graphql/wp-graphql-acf/issues\" rel=\"noopener noreferrer\" target=\"_blank\">Github issues</a>. The plugin is also <a href=\"https://packagist.org/packages/wp-graphql/wp-graphql-acf\" rel=\"noopener noreferrer\" target=\"_blank\">available on packagist.org</a> for those who want to include it in projects using Composer.</p>\n<p>Developers with general questions can join the <a href=\"https://wpgql-slack.herokuapp.com/\" rel=\"noopener noreferrer\" target=\"_blank\">WPGraphQL Slack workspace</a> or the project’s online community on <a href=\"https://spectrum.chat/wpgraphql\" rel=\"noopener noreferrer\" target=\"_blank\">Spectrum</a>. Bahl is active in both communities, helping developers find answers to their questions about using WPGraphQL to build headless applications.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2019 18:25: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: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:62:\"HeroPress: Becoming A Successful WordPress Freelancer In India\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2938\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://heropress.com/essays/becoming-a-successful-wordpress-freelancer-in-india/#utm_source=rss&utm_medium=rss&utm_campaign=becoming-a-successful-wordpress-freelancer-in-india\";s: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:11047:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/07/072419-min-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sometimes the best thing you can do is say no, even if it means that you have to lose money.\" /><h3>The Back Story</h3>\n<p>In the final year of my Engineering degree, my Head of Department summoned my friend and me to his office. Both of us were not the highest scoring students but we were the most active ones. For our major project rather than building just anything, he wanted us to build a PBX software that our college needed and was already paying for to an outside vendor.</p>\n<p>It was a difficult one, we didn’t know it was possible to make Phone calls from the browser. My friend and I spent the next 3 months researching and building the software. When we were about to deploy it, we realize that the software won’t talk to the driver of the PRI card. Only 15 days were left for the final exams and if we didn’t build the project on time, it would never see the light of the sun.</p>\n<p>We spend every waking hour on the software for the next 7 days and made it work. When it worked, our HOD used that software to call the Chairman of college, he congratulated us and we got the best project award for that. It was the moment when I said to myself, if I can pull this off, I can do anything and promised myself to do something significant in the world of computers.</p>\n<h3>Hello WordPress</h3>\n<p>It was 2012, the time when Web was taking over the World, desktop applications were being replaced by websites, and HTML, CSS and jQuery were becoming more and more powerful.</p>\n<p>I would spend hours and hours sitting in front of my desktop learning and playing with these technologies. My parents used to think that I was always wasting my time all day.</p>\n<blockquote><p>My dad was convinced that I’d join him in his business because I wasn’t good enough for anything else.</p></blockquote>\n<p>One day, I saw a post of my Facebook Friend. He wanted someone to build a website for him. I contacted him and gave him an estimate, he agreed and that was my first web project. The project was completed successfully and I got the payment. My confidence was in the sky.</p>\n<p>Fortunately, I got another project. This time it was a big one, an ecommerce website. I spent 4 months working on that and completed it successfully but I realized it was a lot of work and the pay was not good enough.</p>\n<p>I didn’t know WordPress back then but I knew there would be something that would make developing websites easier. A few months later when I checked WordPress, I was blown away to see the capabilities of this CMS. Adding features like Login with Facebook, Shopping cart, Contact Form, Captcha would only take a few minutes. The things which would take a day or even a week were as simple as installing a plugin and configuring the settings.</p>\n<p>I realized that the e-commerce project that I built on core PHP could have been done within 15 days if I had chosen WordPress. It was a win-win for me as my clients. Since then, WordPress is my de facto choice for all web projects.</p>\n<h3>About Today..</h3>\n<p>I’m an Independent WordPress contractor. I work on designing and implementing web pages, themes and plugins for WordPress, helping clients to troubleshoot and fix their WordPress websites, designing themes that are as functional as they are beautiful, working with startups to quickly set up their MVP, and developing websites for corporates which reflect their brand.</p>\n<blockquote><p>I’m leading a happy and balanced life. I’m content, I have a great set of customers. I have the liberty to change my working hours to manage time for my hobbies and family.</p></blockquote>\n<p>Sure I don’t make as much money as a CEO but I do have a balanced and happy life. And it does sound exciting but the path wasn’t all easy. In this article, I try to give my best advice which I learned the hard way and I so much wish someone had told me about all this when I was getting started.</p>\n<h3>1. Be a specialist</h3>\n<p>General Physicians don’t make as much money as specialists make. The world is huge, even a small field like Software Engineering is too big that you can’t master everything in it.</p>\n<p>You have to be the greatest in your field if you want to charge a premium amount. You need to be someone who has encountered and fixed every possible problem in that field. You should know your thing like the back of your hand. AND to be able to get there you need to find your thing and be very specific about it. You need to say NO to everything else.</p>\n<p>It sounds obvious and easy, right? It isn’t. I can bet that 90% of the people out there are not doing this. I’d say It is not their fault. We, humans, are curious creatures and we get bored easily, that is why when we see a new shiny technology we want to learn that.</p>\n<p>This is in our nature but our nature is keeping us from achieving greatness. You want to be great at something, be ready to embrace boredom and put in thousands of hours of practice.</p>\n<p>“Pick your niche and say no to everything else”</p>\n<h3>2. Understand that not every job is for you.</h3>\n<p>Someone on amazon is selling 1500 Live Ladybugs and what shocks me more is the fact that someone is even buying them. But, we shouldn’t be all judgemental because everything has a buyer and everything has a seller.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2020/07/ladybugs.png\"><img /></a></p>\n<p>When I had started freelancing on Upwork, I’d also get in the race-to-the-bottom along with the other freelancers who were willing to work for literally $3/h. I’d think that it will never be possible for me to get away from this race and making good money.</p>\n<p>It took me years, I had to work with many bad client projects for peanuts to realize that I’m a different product and I need a different buyer.</p>\n<p>I increased my rates 8 times and dedicated myself to give the best possible service I can to my clients. What happened next shook my whole belief system. Not only people were paying me the premium amount, I was getting more customers. As you go up there is lesser competition.</p>\n<h3>3. Not everyone who gives you money is your client. Some client might suck the joy out of work. Stay far away from them.</h3>\n<p>Let’s be honest, there are some people that we don’t like and there are some people who don’t like us. If you were in a job, there would be no choice but to bear with the irrational and arrogant boss of yours but thank god, you are a freelancer. You have the liberty to choose the people you want to work with.</p>\n<p>Sometimes the best thing you can do is say NO even if that means you have to lose money.</p>\n<h3>4. Know your worth and charge that much:</h3>\n<p>Imagine, if you are in a public place and a stranger comes up to you and asks you to buy his $5 bill for $1. What would you think? Most of us will not buy that $5 bill even if it is a great deal, you are getting an extra $4 in the exchange. Because we are hardwired to believe that all too-good-to-be-true deals are scams.</p>\n<p>While setting your hourly rates, it is important to make sure that you are charging a correct amount. Lowballing isn’t helpful for those clients which you want to work with. The right clients are the probably the businessmen who know that to get good work you have to spend good money and they are there to spend the money. Are you able to do the good work?</p>\n<h3>5. Experience what your client is experiencing; think what your client is thinking</h3>\n<p>I’m a web developer and I do need help from other freelancers at times to deliver my project. I hire the best freelancers on Upwork for my job and I notice everything that they do. I notice their way of sending the proposals, their way of presenting the work, their way of negotiation when I, as a client, ask for more free work.</p>\n<p>This activity will help you learn that there are so many things which you think are right in your head are so incorrect and can be so much better.</p>\n<h3>6. Don’t sell technologies, sell solutions</h3>\n<blockquote><p>“People don’t want to buy a quarter-inch drill, they want a quarter-inch hole.”<br />\nTheodore Levitt</p></blockquote>\n<p>Don’t be a React Developer, Photoshop Designer or Final Cut Pro Editor. Be a problem solver. Nobody hires a writer because he can use MS Word, a writer is hired because he can write persuasive writing. The copy that can convert visitors to customers. You need the ability to sell solutions, not technology.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Becoming A Successful WordPress Freelancer In India\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Becoming%20A%20Successful%20WordPress%20Freelancer%20In%20India&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-a-successful-wordpress-freelancer-in-india%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Becoming A Successful WordPress Freelancer In India\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-a-successful-wordpress-freelancer-in-india%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fbecoming-a-successful-wordpress-freelancer-in-india%2F&title=Becoming+A+Successful+WordPress+Freelancer+In+India\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Becoming A Successful WordPress Freelancer In India\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/becoming-a-successful-wordpress-freelancer-in-india/&media=https://heropress.com/wp-content/uploads/2020/07/072419-min-150x150.jpg&description=Becoming A Successful WordPress Freelancer In India\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Becoming A Successful WordPress Freelancer In India\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/becoming-a-successful-wordpress-freelancer-in-india/\" title=\"Becoming A Successful WordPress Freelancer In India\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/becoming-a-successful-wordpress-freelancer-in-india/\">Becoming A Successful WordPress Freelancer In India</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2019 17:29:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Pramod Jodhani\";s: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:74:\"WPTavern: WordCamp Asia Set for February 21-23, 2020, in Bangkok, Thailand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-asia-set-for-february-21-23-2020-in-bangkok-thailand\";s: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:2041:\"<p>The first ever <a href=\"https://2020.asia.wordcamp.org\" rel=\"noopener noreferrer\" target=\"_blank\">WordCamp Asia</a> has launched a teaser website and announced February 21-23, 2020, as the dates for the event. This will be the first regional WordCamp for the continent, which is home to 127 WordPress meetup chapters with 73,000 members across 23 countries, according to <a href=\"https://2020.asia.wordcamp.org/2019/07/19/welcome-to-wordcamp-asia/\" rel=\"noopener noreferrer\" target=\"_blank\">stats</a> from lead organizer <a href=\"https://profiles.wordpress.org/nao/\" rel=\"noopener noreferrer\" target=\"_blank\">Naoko Takano</a>. After four years in planning, and 137 WordCamps in 18 Asian countries and 52 cities, the region is finally ready to collaborate on a larger event that will bring its many diverse communities together.</p>\n<p>“We hope that this first flagship event in the region can help the WordPress and open source community to grow even further,” Takano said. “We are really excited to be working on creating a place where community members can learn from and get inspired by each other.”</p>\n<p>The organizing team has a vision to make the WordCamp welcoming, nurturing, and experimental. They are working to make it an inclusive, affordable, and interactive event. WordCamp Asia’s three-day program will begin with Contributor Day, followed by two days of presentations with an estimated 1,000 attendees.</p>\n<p>Organizers have already put out the <a href=\"https://2020.asia.wordcamp.org/2019/07/23/call-for-media-partners/\" rel=\"noopener noreferrer\" target=\"_blank\">call for media partners</a>, including magazines, newspapers, TV stations, radio stations, bloggers, influencers, WordPress enthusiasts and freelance journalists. The call for speakers will be open until mid-November 2019. Check out WordCamp Asia’s <a href=\"https://2020.asia.wordcamp.org/roadmap/\" rel=\"noopener noreferrer\" target=\"_blank\">roadmap</a> to get an idea of what to expect as the preparations continue.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2019 00:59:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: New Experimental Plugin Brings the Block Editor to WordPress Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/new-experimental-plugin-brings-the-block-editor-to-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4021:\"<p><a href=\"https://tomjn.com/2019/07/20/gutenberg-comments/\" rel=\"noopener noreferrer\" target=\"_blank\">Block Comments</a> is a new experimental plugin from <a href=\"https://tomjn.com\" rel=\"noopener noreferrer\" target=\"_blank\">Tom Nowell</a> that replaces WordPress’ default comment form with a trimmed down version of the block editor. Nowell gave a presentation at WordCamp Europe 2019 about <a href=\"https://2019.europe.wordcamp.org/session/using-blocks-outside-the-editor/\" rel=\"noopener noreferrer\" target=\"_blank\">using blocks outside the editor</a>, including on the frontend. Block Comments is one example he brought to life using the block list component along with some wrapper components.</p>\n<p>The result is a comment form that offers the same UI as the WordPress editor but with a limited set of blocks appropriate for commenting and no block sidebar panel. This includes text-based and embed blocks, along with image upload via URL. It defaults to the paragraph block when the commenter clicks inside the form. Here is an example of using the block editor for a reply on the Twenty Nineteen theme:</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2019/07/Screen-Shot-2019-07-23-at-12.39.28-PM.png?ssl=1\"><img /></a></p>\n<p>For the most part, Block Comments should fit in with the style of the active theme, as shown below with an example using the Astrid theme. Nowell recommends users watch out for occasional clashes between the editor UI CSS and the theme’s CSS, since it is still early beta software.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/07/Screen-Shot-2019-07-23-at-12.44.17-PM.png?ssl=1\"><img /></a></p>\n<p>Incorporating the block editor into commenting could make formatting easier for commenters with more options for expressing themselves. The plugin includes blocks for lists, quotes, code, embeds, headings, pre-formatted text, and other formats, all with Gutenberg’s built in preview. Commenters can immediately see how the comment will appear without having to struggle with using the correct format tags.</p>\n<p>“I see it as a much more flexible form of those Tiny MCE visual comment forms,” Nowell said. “Except instead of just putting a toolbar on top and showing you bold and italic in-line, you can do more.”</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2019/07/Screen-Shot-2019-07-23-at-1.00.12-PM.png?ssl=1\"><img /></a></p>\n<p>Nowell said replies and threading work exactly the same with Block Comments enabled. The UI for the comment form is the only thing that changes, but the commenting system remains the same.</p>\n<p>Bringing the block editor to comments is not yet on WordPress’ roadmap. The UI is different from the comment forms users have become accustomed to over the years of commenting on the internet. Some commenters may find it confusing if this is their first experience with WordPress’ block editor. For those who have used WordPress 5.0+ previously, the Gutenberg-powered comment form brings a little more unity to the front and backend posting experiences.</p>\n<p>“It’s certainly not for every comment form, but I can see it being very useful in some situations, such as P2 blogs,” Nowell said. “As Gutenberg itself improves, it will too.”</p>\n<p>Block Comments is currently <a href=\"https://github.com/tomjn/block-comments\" rel=\"noopener noreferrer\" target=\"_blank\">available on GitHub</a> where users can report any issues or conflicts. It is recommended to be used with the Gutenberg plugin installed for best results. It also doesn’t play well with the Classic Editor plugin, since that plugin removes the block editor hooks and styles.</p>\n<p>I would not be surprised to see this experiment further developed for P2-powered blogs or even Jetpack comments , if the idea catches on. These avenues would provide a good testing ground for such a feature before it might be considered for WordPress core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jul 2019 20:35:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"BuddyPress: BuddyPress 4.4.0 Security and Maintenance release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=307083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://buddypress.org/2019/07/buddypress-4-4-0-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1228:\"<p>BuddyPress 4.4.0 is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 4.4.0 release addresses two security issues:</p>\n\n\n\n<ul><li>A privilege escalation vulnerability was fixed that could allow user who is not a friend with another user to send him a group invite even though this “another user” has selected to restrict group invites from friends only (This is specific to the BP Nouveau template). Discovered by <a href=\"https://secasure.com/\">Yuvraj Dighe</a>.</li><li>An XSS vulnerability was fixed in the single Group’s RSS link meta for group names. Discovered by <a href=\"https://hackerone.com/wxy7174\">wxy7174</a>.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team, in accordance with <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporters for practicing coordinated disclosure.</p>\n\n\n\n<p>BuddyPress 4.4.0 also fixes 2 bugs. For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-4-4-0/\">4.4.0 changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jul 2019 07:45: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:5:\"imath\";s: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:34:\"Matt: Animated WordPress Wallpaper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=49859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://ma.tt/2019/07/animated-wordpress-wallpaper/\";s: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:\"<p>I didn’t realize this, but apparently macOS has a built-in ability to show really stunning animated wallpapers, like <a href=\"https://dynamicwallpaper.club/wallpaper/j82e55k6yds\">this one created by Folletto</a> that subtly changes colors throughout the day in an incredibly engaging well:</p>\n\n\n\n<a href=\"https://dynamicwallpaper.club/wallpaper/j82e55k6yds\" target=\"_blank\" rel=\"noreferrer noopener\"><img /></a>\n\n\n\n<p>Check out Folletto’s blog for <a href=\"https://intenseminimalism.com/2019/dynamic-wallpapers-for-macos/\">another dynamic wallpaper and some of process behind creating it</a>. This would be awesome to have for iPhones as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jul 2019 15:09: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: All-in-One WP Migration 7.0 Patches XSS Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=91751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/all-in-one-wp-migration-7-0-patches-xss-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1822:\"<p>Those who use the <a href=\"https://wordpress.org/plugins/all-in-one-wp-migration/\">All-in-One WP Migration</a> plugin are encouraged to update to version 7.0 as soon as possible as 6.97 contains an admin backend cross-site-scripting vulnerability. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>An attacker would already have to be able to either compromise the database or gain access to a user account with high enough privileges to view the backup history, so some damage has already been done, but such an attacker could then also insert some XSS in order to compromise other admin users. </p><p>When double-clicking the backup description on the backup history overview page, in order to edit the description text, the text is not sanitized/escaped via html entities when generating the input field.</p><cite><a href=\"https://wpvulndb.com/vulnerabilities/9461\">Vulnerability Report</a></cite></blockquote>\n\n\n\n<p>Version 7.0 was released on the plugin directory about a day ago and patches the vulnerability. According to the stats on the WordPress plugin directory, All-in-One WP Migration is actively installed on more than two million sites. </p>\n\n\n\n<p>A proof of concept will be published on July 24th which gives site owners about a week to update. Unfortunately, users who view the changelog prior to updating will not be able to determine it patches a security issue due to the patch being labeled as <a href=\"https://wordpress.org/plugins/all-in-one-wp-migration/#developers\">a general fix</a>. </p>\n\n\n\n<h2>Updated July 19th</h2>\n\n\n\n<p>All-in-One WP Migration has <a href=\"https://wordpress.org/plugins/all-in-one-wp-migration/#developers\">released a new update</a> that addresses a different security issue that was introduced in 7.0. Users are strongly encouraged to update to 7.1 as soon as possible. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2019 21:19:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Aug 2019 19:19:47 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 20 Aug 2019 19:00:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20190820181951\";}','no'),(1573568,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1566371987','no'),(1573569,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1566328787','no'),(1573570,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1566371987','no'),(1573571,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2019/08/people-of-wordpress-amanda-rush/\'>People of WordPress: Amanda Rush</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/fabrica-dashboard-plugin-brings-a-cms-overview-to-multi-user-editorial-sites\'>WPTavern: Fabrica Dashboard Plugin Brings a CMS Overview to Multi-User Editorial Sites</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-london-2020-organizing-team-eyes-september-dates-due-to-brexit-uncertainty\'>WPTavern: WordCamp London 2020 Organizing Team Eyes September Dates Due to Brexit Uncertainty</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/attend-the-great-wp-virtual-summit-for-free-august-19-23\'>WPTavern: Attend the Great WP Virtual Summit for Free: August 19-23</a></li></ul></div>','no'),(1573572,'can_compress_scripts','1','no'),(1573573,'akismet_comment_form_privacy_notice','hide','yes'),(1573575,'_transient_timeout_plugin_slugs','1566419172','no'),(1573576,'_transient_plugin_slugs','a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:22:\"cart66-lite/cart66.php\";i:2;s:28:\"category-posts/cat-posts.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:21:\"DDSlider/DDSlider.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:15:\"eshop/eshop.php\";i:7;s:45:\"gold_cart_files_plugin/gold_shopping_cart.php\";i:8;s:9:\"hello.php\";i:9;s:43:\"post-plugin-library/post-plugin-library.php\";i:10;s:36:\"recent-posts-plugin/recent-posts.php\";i:11;s:34:\"wp-e-commerce/wp-shopping-cart.php\";}','no'),(1573577,'sputnik_installed','a:0:{}','yes'),(1573578,'ftp_credentials','a:3:{s:8:\"hostname\";s:30:\"www.learningconnectionsweb.com\";s:8:\"username\";s:9:\"s_guenzel\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1573581,'_site_transient_timeout_available_translations','1566339977','no'),(1573582,'_site_transient_available_translations','a:117:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"5.0.4\";s:7:\"updated\";s:19:\"2019-05-16 12:52:45\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.4/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-16 22:21:56\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"???????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"????????\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"??????? ????????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"????????\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"???????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Az?rbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"????? ?????????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-05-14 14:59:20\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"?????????? ????\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.10/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"??????????\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-06-10 20:13:25\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"?????????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"??????\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"?????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.6/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"????? ??.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-13 03:24:43\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"???????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"???????????\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-24 05:22:45\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-26 14:27:28\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-02 05:01:03\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"?eština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokra?ovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 08:32:15\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-08 20:19:38\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-19 09:56:19\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/5.2.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-19 09:55:37\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-13 08:44:30\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-13 13:07:53\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"5.2\";s:7:\"updated\";s:19:\"2019-05-07 21:15:55\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"??????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-12 20:29:26\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"????????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"????????\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-25 07:12:29\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:31:40\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-06-06 15:48:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 23:50:40\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 16:48:55\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 20:46:03\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Da?rigi\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-01 01:18:38\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-22 16:47:50\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-07 18:38:30\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:19:\"2018-12-06 21:26:01\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.0/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-05-23 02:23:28\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.10/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-04 20:27:10\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-21 11:52:29\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:9:\"5.0-beta3\";s:7:\"updated\";s:19:\"2018-11-28 16:04:33\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.0-beta3/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2017-12-09 21:12:23\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-13 21:31:06\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"?????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"?????\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-30 17:08:47\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-20 19:29:21\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-06 06:39:46\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-01-31 11:16:06\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.6/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-29 15:57:31\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"???????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.8/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"???? ??????\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"????? ??\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"?????\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-09 17:11:32\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"????????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"????\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.9.7\";s:7:\"updated\";s:19:\"2018-06-17 09:33:44\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"??????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"????\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-20 13:48:04\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-19 14:36:40\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.1.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"???????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"??????????\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-07-28 13:16:13\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-12 15:50:35\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-24 13:42:24\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"???\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"???\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-24 13:53:29\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"5.1\";s:7:\"updated\";s:19:\"2019-02-21 08:17:32\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"???????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.1/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"??????????\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-09-21 14:15:57\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.8/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-12 08:08:32\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"????? ????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.9.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"??????????\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 07:34:10\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"?????????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.0.3/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"????\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:6:\"4.9.10\";s:7:\"updated\";s:19:\"2019-05-08 04:00:57\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"?????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.10/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"??????????\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-09 14:27:41\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"???\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"??\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.9.9\";s:7:\"updated\";s:19:\"2018-12-18 14:32:44\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"??????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.9/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"?????????? ???\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"???????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"??????\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-07 12:10:36\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvi? kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"T?sti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.7.13\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.13/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpin?t\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"?????????? ?????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"????????\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"??????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"??????\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"??????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"????????????\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.6\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"?????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.6/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"???? ????\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.9.8\";s:7:\"updated\";s:19:\"2018-08-30 20:27:25\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"?????\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"??????????????????\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-19 07:40:04\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-03-27 10:30:26\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"??????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"???? ??????????\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-30 14:24:29\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-15 14:36:38\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.2.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-16 11:16:09\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-20 11:47:07\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"??????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"???? ????\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-07 06:24:50\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"???? ?????\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-22 05:41:06\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-02 08:07:52\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-02 07:58:03\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.2.2/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-28 20:02:31\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-02 10:04:28\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Român?\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continu?\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-15 18:30:22\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"???????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"??????????\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"???????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"??????\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"?????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"????? ????? ????\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-10 14:50:59\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Sloven?ina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokra?ova?\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-26 11:40:37\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"???????\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"???? ????\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-04 13:33:13\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenš?ina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-04-02 15:10:17\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.2.1\";s:7:\"updated\";s:19:\"2019-05-21 18:58:08\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"?????? ?????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"???????\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-04 23:00:24\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"?l?nsk? g?dka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"K?ntynuowa?\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"?????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"????????\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"??????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"??????????\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-06-30 02:47:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"???\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"?????\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-08 09:22:35\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"????? ????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"????? ???\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.9.5\";s:7:\"updated\";s:19:\"2018-04-12 12:31:53\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"????????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"?????????????\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-07 20:33:07\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"??????????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"??????????\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.1.1\";s:7:\"updated\";s:19:\"2019-03-31 10:39:40\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"????\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.1.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"???? ?????\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"5.0.3\";s:7:\"updated\";s:19:\"2019-01-23 12:32:40\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.0.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-08 01:07:41\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Ti?ng Vi?t\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.2.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Ti?p t?c\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-07-29 00:33:56\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"??\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-17 06:28:29\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"????\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"??\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-05 12:58:25\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"????? \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"??\";}}}','no'),(1573583,'_site_transient_timeout_browser_cba3dc77456b982d75e61372686b8d3d','1566934060','no'),(1573584,'_site_transient_browser_cba3dc77456b982d75e61372686b8d3d','a:10:{s:4:\"name\";s:7:\"unknown\";s:7:\"version\";s:0:\"\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(1573585,'_transient_health-check-site-status-result','{\"good\":\"8\",\"recommended\":\"4\",\"critical\":\"4\"}','yes'),(1573587,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1566340099','no'),(1573588,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4605;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3588;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2635;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2508;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1931;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1748;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1743;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1471;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1446;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1446;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1435;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1380;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1339;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1294;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1151;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1130;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1103;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1073;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1030;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:944;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:857;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:845;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:841;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:809;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:750;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:743;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:732;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:725;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:718;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:703;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:701;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:687;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:680;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:665;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:664;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:654;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:634;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:629;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:623;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:621;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:602;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:595;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:573;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:572;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:560;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:559;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:550;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:546;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:536;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:528;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:528;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:522;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:517;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:516;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:512;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:506;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:496;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:478;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:478;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:477;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:477;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:475;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:459;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:456;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:447;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:438;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:431;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:422;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:417;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:415;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:415;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:411;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:404;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:402;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:394;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:394;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:387;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:386;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:385;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:380;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:378;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:370;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:369;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:362;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:359;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:357;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:357;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:353;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:350;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:347;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:343;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:334;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:326;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:324;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:323;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:320;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:319;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:316;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:312;}s:3:\"map\";a:3:{s:4:\"name\";s:3:\"map\";s:4:\"slug\";s:3:\"map\";s:5:\"count\";i:310;}}','no'),(1573590,'_transient_timeout_wpsc_path_wpsc-single_product.php','1566372600','no'),(1573591,'_transient_wpsc_path_wpsc-single_product.php','\\\\WDP\\DFS\\40\\9\\0\\5\\4078067509\\user\\sites\\981889.site\\www\\wp-content\\plugins\\wp-e-commerce\\wpsc-components\\theme-engine-v1/templates/wpsc-single_product.php','no'),(1573600,'_transient_timeout_feed_153369c7cd5619c720d338ee8609e778','1566373945','no'); INSERT INTO `wp_options` VALUES (1573601,'_transient_feed_153369c7cd5619c720d338ee8609e778','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"News – WP 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:23:\"https://wpecommerce.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:39:\"The original WordPress eCommerce 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, 25 Oct 2017 23:05: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:\"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:30:\"https://wordpress.org/?v=5.2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:67:\"\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:\"Introducing Braintree powered by PayPal gateway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wpecommerce.org/news/introducing-braintree-powered-by-paypal-gateway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wpecommerce.org/news/introducing-braintree-powered-by-paypal-gateway/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Sep 2017 22:00: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: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:16:\"Payment Gateways\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wpecommerce.org/?p=481763\";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:421:\"An all-in-one payments partner Braintree helps businesses of all sizes, both small and large enterprises, accept and process payments. Companies around the world benefit from the technology and service of Braintree coupled with the scale, backing,...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/introducing-braintree-powered-by-paypal-gateway/\">Continue reading →</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:15:\"Mihai Alexandru\";s: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:1344:\"<h2 class=\"heading--display layout--mbs\">An all-in-one payments partner</h2>\n<p class=\"text--large\">Braintree helps businesses of all sizes, both small and <a class=\"link link--inline\" href=\"https://www.braintreepayments.com/en-ro/braintree-for-enterprises\">large enterprises</a>, accept and process payments. Companies around the world benefit from the technology and service of Braintree coupled with the scale, backing, and confidence of the PayPal network.</p>\n<p>PayPal Powered by Braintree allows you to securely sell your products online by using Hosted Fields to help you meet security requirements…without losing flexibility and an integrated checkout process. Hosted Fields are little iFrames, hosted on PayPal’s servers, that fit inside the checkout form elements and provide a secure means for your customers to enter their card information.</p>\n<p>Checkout is seamless, whether customers and clients are using credit cards or PayPal.</p>\n<p> </p>\n<p>As of <strong>WP eCommerce version: 3.13.1, Braintree is available for FREE</strong> as long as your hosting provider is running on a PHP version of 5.4 or higher.</p>\n<p>So if you are running the latest WP eCommerce and you don’t see the gateway under Payments tab in the plugin settings then contact your hosting and make sure you are on PHP 5.4 or newer</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:82:\"https://wpecommerce.org/news/introducing-braintree-powered-by-paypal-gateway/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:\"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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:88:\"\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:64:\"WP eCommerce Partners with PayPal to Make Purchasing Even 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wpecommerce.org/news/wp-ecommerce-partners-with-paypal-to-make-purchasing-even-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wpecommerce.org/news/wp-ecommerce-partners-with-paypal-to-make-purchasing-even-easier/#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, 26 May 2017 19:07: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:10:{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:16:\"Payment Gateways\";s: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:19:\"WP eCommerce 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:\"3.12.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:5;a:5:{s:4:\"data\";s:6:\"PayPal\";s: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:13:\"PayPal Credit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:27:\"PayPal Credit 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:\"\";}i:8;a:5:{s:4:\"data\";s:13:\"WP e-Commerce\";s: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:12:\"WP 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://wpecommerce.org/?p=481727\";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:415:\"WP eCommerce 3.12.2 has officially been released! This release includes a particularly nice feature that makes it super simple for users to now use PayPal Credit when using the PayPal Express Checkout gateway. We’re excited...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/wp-ecommerce-partners-with-paypal-to-make-purchasing-even-easier/\">Continue reading →</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:4:\"Lizz\";s: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:1007:\"<p>WP eCommerce 3.12.2 has officially been released! This release includes a particularly nice feature that makes it super simple for users to now use PayPal Credit when using the PayPal Express Checkout gateway.</p>\n<p>We’re excited to partner with PayPal and offer this feature through WP eCommerce. We’re long-time fans of PayPal, and we know that making such a popular platform even easier to use on your WordPress sites will make your customers happy, too!</p>\n<p>If you aren’t familiar with PayPal Credit, check out these resources:</p>\n<ul>\n<li><a href=\"https://www.paypal.com/us/webapps/mpp/paypal-credit\">About PayPal Credit</a></li>\n<li><a href=\"https://www.paypal.com/us/webapps/mpp/paypal-credit/how-it-works\">How PayPal Credit works</a></li>\n<li><a href=\"https://www.paypal.com/us/webapps/mpp/paypal-credit/faq\">PayPal Credit FAQ</a></li>\n</ul>\n<p>Check out <a href=\"https://wpecommerce.org\">WP eCommerce 3.12.2</a> and make it even easier for your customers to purchase your goods.</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:99:\"https://wpecommerce.org/news/wp-ecommerce-partners-with-paypal-to-make-purchasing-even-easier/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:2;a:6:{s:4:\"data\";s:61:\"\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:\"WP eCommerce 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wpecommerce.org/news/wp-ecommerce-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wpecommerce.org/news/wp-ecommerce-support/#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, 24 Apr 2017 15:53: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: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:\"https://wpecommerce.org/?p=481715\";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:362:\"We’re making some changes to WP eCommerce Support! As always, users that only use the WP eCommerce core plugin, support will be provided via the WordPress.org forums.   For users that have purchased an add-on,...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/wp-ecommerce-support/\">Continue reading →</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:15:\"Mihai Alexandru\";s: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:2280:\"<p><span style=\"font-weight: 400;\">We’re making some changes to WP eCommerce Support!</span></p>\n<p><span style=\"font-weight: 400;\">As always, users that only use the WP eCommerce core plugin, support will be provided via the <a href=\"https://wordpress.org/support/plugin/wp-e-commerce\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress.org forums</a>.</span></p>\n<p> </p>\n<p><span style=\"font-weight: 400;\">For users that have purchased an add-on, support for the purchased extension is available at </span><a href=\"https://wpecommerce.org/support/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"font-weight: 400;\">https://wpecommerce.org/support/</span></a><span style=\"font-weight: 400;\">. All you have to do is fill in the information required on the page, and make sure to use the email address you used to purchase the add-on as well. You will also need to provide your license key! An active license key is required to be able to submit the form and receive support, and also select the add-on that you are having trouble with.</span></p>\n<p> </p>\n<p><span style=\"font-weight: 400;\">For those of you that want to receive Premium Support for the core plugin and also any of our addons, then we have good news: </span></p>\n<p> </p>\n<p><span style=\"font-weight: 400;\">We are introducing a <strong>Premium Support membership</strong>! You can find the details here </span><span style=\"font-weight: 400;\"><a href=\"https://wpecommerce.org/premium-support-pricing/\" target=\"_blank\" rel=\"noopener noreferrer\">https://wpecommerce.org/premium-support-pricing/</a>.</span></p>\n<p> </p>\n<p><span style=\"font-weight: 400;\">Users that have an active membership for Premium Support can request support on the same support page </span><span style=\"font-weight: 400;\"><a href=\"https://wpecommerce.org/support/\">https://wpecommerce.org/support/</a> </span><span style=\"font-weight: 400;\">without the need of an active license key, as well as to request support for any of our addons that you are using (and of course, the core plugin, too).</span></p>\n<p><span style=\"font-weight: 400;\">Plus when you are logged in on our website you can request support via chat when any of our staff is available and if you have an active support membership.</span></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:\"https://wpecommerce.org/news/wp-ecommerce-support/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:\"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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:82:\"\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:35:\"Introducing Square for WP 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:65:\"https://wpecommerce.org/news/introducing-square-for-wp-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wpecommerce.org/news/introducing-square-for-wp-ecommerce/#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, 22 Feb 2017 22:29: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:8:{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:16:\"Payment Gateways\";s: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:\"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:3;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:4;a:5:{s:4:\"data\";s:6:\"square\";s: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:23:\"square for WP 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:\"\";}i:6;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:7;a:5:{s:4:\"data\";s:12:\"WP 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://wpecommerce.org/?p=481566\";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:391:\"Square has changed the way so many merchants do business. According to a Mashable article from 2013, there are over three million users and 250,000 merchants and presumably the time that has passed since the article was written...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/introducing-square-for-wp-ecommerce/\">Continue reading →</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:15:\"Mihai Alexandru\";s: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:1689:\"<h1>Square has changed the way so many merchants do business.</h1>\n<p>According to a <a href=\"http://mashable.com/2013/02/17/square-jobs/#nu57SxHZWgqB\">Mashable</a> article from 2013, there are over three million users and 250,000 merchants and presumably the time that has passed since the article was written has led to even <em>higher</em> numbers.</p>\n<p>WP eCommerce is a popular WordPress plugin with over 40,000 active installs, but prior to today, folks who were using Square couldn’t accept payments through their WP eCommerce-powered store.</p>\n<p>Now, we’re changing the game.</p>\n<p>At the request of our audience, we’re introducing a new product:</p>\n<h3><a href=\"https://wpecommerce.org/store/product/square-payments/\">Square for WP eCommerce</a></h3>\n<ul>\n<li><strong>Accept every payment, everywhere</strong><br />\nThe new Square Reader lets you dip EMV chip cards and accept NFC payments like Apple Pay. You can also swipe magnetic-stripe cards with the included magstripe reader.</li>\n<li><strong>Fast deposits, clear pricing</strong><br />\nPay 2.65% per swipe for Visa, Mastercard, Discover and American Express. See deposits in your bank account in one to two business days.</li>\n</ul>\n<p>With the Square extensions you can accept payments on your WP eCommerce powered store from your customers.</p>\n<p>This is only the initial release! More will be added in future updates, including features like inventory, product sync between Square and WP eCommerce, and more.</p>\n<p>Download it, give it a try, and let us know what you think!</p>\n<p><em>Square eCommerce payments is only available in the U.S, Canada and Australia</em></p>\n<p> </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:70:\"https://wpecommerce.org/news/introducing-square-for-wp-ecommerce/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:\"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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\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.12.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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpecommerce.org/news/wp-ecommerce-3-12-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wpecommerce.org/news/wp-ecommerce-3-12-0/#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 Feb 2017 23:25: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://wpecommerce.org/?p=481581\";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:384:\"We’re pleased to announce the release of WP eCommerce 3.12.0! If you’ve been beta testing our new theme engine, you’ll see loads of improvements to that, which we’re incredibly excited about. The theme engine will...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/wp-ecommerce-3-12-0/\">Continue reading →</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: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:1931:\"<p>We’re pleased to announce the release of WP eCommerce 3.12.0!</p>\n<p>If you’ve been beta testing our new theme engine, you’ll see loads of improvements to that, which we’re incredibly excited about. The theme engine will launch with our upcoming 4.0 release, but it’s <a href=\"https://gist.github.com/JustinSainton/4d8f1a37b412efdfe0d745129b470c33\">quite simple to enable by default</a>. It has come along way, and we can’t wait for you to see it.</p>\n<p>Along with the theme engine improvements, we’re <em>incredibly excited </em>to announce a brand-new core payment gateway: <strong>ProPay (a TSYS company)</strong>. They’re a leading innovator in the payment gateway space in the United States, and we’re elated that they’ve become a key partner in WPEC’s future growth. If you are a US-based shop, we <em>highly </em>recommend <a href=\"https://www.propay.com/?refid=WPECOMM\">creating an account with them</a> – we think you’ll see increased conversions, decreased PCI-compliance costs, and improved customer experiences.</p>\n<p>In addition to the myriad theme engine improvements, we’ve also made several awesome enhancements:</p>\n<p>* Fix: When updating a pending order, ensure that the order object’s total price is updated as well.<br />\n* Fix: Update admin.js to not use deprecated size() method.<br />\n* Fix: Currency code was incorrectly cached.<br />\n* Fix: Express Checkout 3.0 JavaScript now properly enqueued.<br />\n* Enhancement: <a href=\"http://docs.wpecommerce.org/creating-a-payment-gateway/\">Payment Gateway API</a> now fully supports Auth/Capture workflows, in addition to refunds and partial refunds introduced in 3.11.5.</p>\n<p>We hope you enjoy using our latest release as much as we enjoyed developing it! <a href=\"https://wordpress.org/plugins/wp-e-commerce/\">Download it at WordPress.org</a> today!</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:\"https://wpecommerce.org/news/wp-ecommerce-3-12-0/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:5;a:6:{s:4:\"data\";s:61:\"\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:36:\"WP eCommerce 3.11.4: Security 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:65:\"https://wpecommerce.org/news/wp-ecommerce-3-11-4-security-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:74:\"https://wpecommerce.org/news/wp-ecommerce-3-11-4-security-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:\"Sat, 12 Nov 2016 18:14: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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://wpecommerce.org/?p=480222\";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:417:\"We’ve just released WP eCommerce 3.11.4. This is a highly recommended update. We were notified of a security vulnerability – a SQL injection vulnerability. It was responsibly disclosed by the plugins team at WordPress.org – we’re...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/wp-ecommerce-3-11-4-security-update/\">Continue reading →</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: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:892:\"<p>We’ve just released WP eCommerce 3.11.4. This is a <em>highly recommended update.</em></p>\n<p>We were notified of a security vulnerability – a SQL injection vulnerability. It was responsibly disclosed by the plugins team at WordPress.org – we’re grateful for their disclosure and discretion. We were notified yesterday, patched on GitHub within an hour of being notified, and pushed a release to WordPress.org this morning.</p>\n<p>This vulnerability only affects users who use eWay as their payment gateway, have Gold Cart activated, and are using the as-of-yet-unreleased Theme Engine 2.0. We believe the number of users affected is likely close to zero, due to these conditions – but still, we highly recommend updating.</p>\n<p>Thanks again to our wonderful user community, our developer team, and the great folks at WordPress.org (thanks Mika!)</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:70:\"https://wpecommerce.org/news/wp-ecommerce-3-11-4-security-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: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:6;a:6:{s:4:\"data\";s:61:\"\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:36:\"Changes in Product Licensing/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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wpecommerce.org/news/changes-in-products-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wpecommerce.org/news/changes-in-products-support/#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, 06 Nov 2015 02:48:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://wpecommerce.org/?p=479881\";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:\"As of today, we have implemented a new licensing system. Since the new licensing system has been enabled, old API Keys are no longer compatible with the new licenses. We recognize this is an inconvenience....</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/changes-in-products-support/\">Continue reading →</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:15:\"Mihai Alexandru\";s: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:3644:\"<p>As of today, we have implemented a new licensing system. Since the new licensing system has been enabled, old API Keys are no longer compatible with the new licenses. We recognize this is an inconvenience. However, we will do our best to make sure you still have access to past download files and access to our support system.</p>\n<p> </p>\n<p><em>What Has Changed?</em></p>\n<p>The new support system no longer requires what was known as a Support Token and will only validate the license. All new licenses are valid for 1 year from the time of purchase. In that time you get unrestricted access to support and to plugin updates. Old API keys that are expired (over 1 year old since purchase) can no longer be used and for that reason we will offer you a coupon so that you can purchase a new license key at a discounted price.</p>\n<p>From now on if you require Premium Support you can do that by going to the <a href=\"https://wpecommerce.org/store/your-account/\" target=\"_blank\">Your Account</a> page and using the Support tab. You will need to enter your License key when creating a new support request which will be validated. If it fits in the 1 Year free support time frame since the date of purchase then your support request will be sent to us.</p>\n<p>Also on the user account page you will be able to view all your current licenses and their status and expiration date. Each product (built by WP eCommerce) purchased from our website will receive 1 License key which you will need to post new support requests.</p>\n<p> </p>\n<p><em>Gold Cart and other plugins</em></p>\n<p>Until now we required users to enter an API Key and Name to register Gold Cart’s premium functions on your store. With the release of 2.9.10 for Gold Cart the features are enabled as soon as you activate the plugin.</p>\n<p>For the rest of the plugins which are made by WP eCommerce they will provide a License key during purchase which you can use for support and to receive plugin updates.</p>\n<p> </p>\n<p><em>WP eCommerce 3.11 changes. </em></p>\n<p>Under Dashboard we had a page called Store Upgrades. We have renamed that page to WPeC Licensing.</p>\n<p>This new page will only show a box where you can enter your License and register or reset it from the current URL. Once you register the license for each product that offers one you will receive automatic plugin updates via the Plugins page. Each license validates against the plugin it was generated for. For example you will not receive plugin updates for Plugin X if you registered on the WPeC Licensing page a license for Plugin Y. Each plugin checks for its own license and show updates if available.</p>\n<p>You will also be able to see some information about the License like Expiration date and product its linked for just like in the <a href=\"https://wpecommerce.org/store/your-account/\" target=\"_blank\">User Account</a> page on our website.</p>\n<p> </p>\n<p><em>What about old API Key users ?</em></p>\n<p>We have built a page on which you will be able to verify your current API status. <a href=\"https://wpecommerce.org/deprecating-api-keys/\" target=\"_blank\">Click Here</a></p>\n<p>If your API Key fits in the 1 Year since purchase it will allow you to download the latest Gold Cart version on that page and also you CAN use it to post Premium Support requests until its valid period is up. Since they are not compatible with the new Licenses after expiration you will have to purchase a product to receive a brand new License.</p>\n<p>If your API Key is expired already you will receive a coupon code for a discount in the purchase of a new product from our website.</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:62:\"https://wpecommerce.org/news/changes-in-products-support/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:\"39\";s: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:64:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Gold Cart 2.9.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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wpecommerce.org/news/gold-cart-2-9-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wpecommerce.org/news/gold-cart-2-9-10/#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, 06 Nov 2015 02:46: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gold Cart\";s: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:\"https://wpecommerce.org/?p=479880\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"Gold Cart version 2.9.10 is now available for download on Your Account page if you have an existing account. With this version and the introduction of License keys that replace our old API Key system Gold Cart...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/gold-cart-2-9-10/\">Continue reading →</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:15:\"Mihai Alexandru\";s: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:1120:\"<p>Gold Cart version 2.9.10 is now available for download on <a href=\"https://wpecommerce.org/store/your-account/\">Your Account</a> page if you have an existing account.</p>\n<p>With this version and the introduction of License keys that replace our old API Key system Gold Cart will be “registered” as soon as you activate it and if you do choose to enter your License key on your website under the WPeC Licensing menu it will allow you to receive automatic plugin updates via the Plugins menu as long as the License is not expired and not suspended.</p>\n<p> </p>\n<p>Below is the change log for the 2.9.10 version:</p>\n<pre>= 2.9.10 =\r\n* Feature: Automatic plugin updates now available only with License keys. Product License must be registered on your website under Dashobard -> WPeC Licensing menu.\r\n* Update: SagePay now supports Authenticate payment type\r\n* Update: Compatibility with WordPress 4.3\r\n* Fixed: Some grid view forced styles have been removed\r\n* Update: PayFlow Pro Card CVV length now accepts 4 characters\r\n* Update: Authorize.net Endpoints and Security Certificate Updates</pre>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wpecommerce.org/news/gold-cart-2-9-10/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:8;a:6:{s:4:\"data\";s:64:\"\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:55:\"WP eCommerce and the latest PayPal SHA 256 Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wpecommerce.org/news/wp-ecommerce-and-the-latest-paypal-sha-256-announcement/\";s: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:93:\"https://wpecommerce.org/news/wp-ecommerce-and-the-latest-paypal-sha-256-announcement/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2015 21:10: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: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: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:\"https://wpecommerce.org/?p=479899\";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:393:\"PayPal announced on it’s developer website, as well as via an email sent to all PayPal business customers who’ve used the PayPal IPN within the last year that it is moving to a new SSL certificate type for...</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/wp-ecommerce-and-the-latest-paypal-sha-256-announcement/\">Continue reading →</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:6:\"Edward\";s: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:1452:\"<p><a href=\"https://devblog.paypal.com/paypal-ssl-certificate-changes/\">PayPal announced</a> on it’s developer website, as well as via an email sent to all PayPal business customers who’ve used the PayPal IPN within the last year that it is moving to a new SSL certificate type for all of it’s API endpoints that use a bundled certificate.</p>\n<p><strong>WP eCommerce, and our official extensions, are 100% compatible with the changes, and will not require an update of any kind.</strong></p>\n<p>For your information we feel it’s important to provide additional information that may help.</p>\n<ul>\n<li>By and large this is a server related issue.</li>\n<li>Here is <a href=\"https://www.paypal-techsupport.com/ci/fattach/get/487025/1429638687/redirect/1/filename/2015%20Merchant%20Security%20System%20Upgrade%20Guide%20%28U.S.%20English%29.pdf\">PayPal’s official documentation on the topic</a>.</li>\n<li>You can check your SSL by copying and pasting the certificate or CSR file into <a href=\"https://certlogik.com/decoder/\" target=\"_blank\">https://certlogik.com/decoder/</a> this will give you many details about the security level of your SSL.</li>\n<li>If your server is running <strong>cPanel 11.46 or newer</strong> SHA-256 has been the default. Any SSLs you have generatd within the last year or so would be compliant.</li>\n<li>We strongly urge you to consult your hosting provider for additional information.</li>\n</ul>\n\";s: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:90:\"https://wpecommerce.org/news/wp-ecommerce-and-the-latest-paypal-sha-256-announcement/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:70:\"\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:23:\"WP eCommerce 4.0 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:53:\"https://wpecommerce.org/news/wp-ecommerce-4-0-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:62:\"https://wpecommerce.org/news/wp-ecommerce-4-0-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:\"Wed, 01 Jul 2015 21:04: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: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:19:\"WP eCommerce 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:33:\"https://wpecommerce.org/?p=479735\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"The 4.o release of WP eCommerce is quickly approaching! We’re now in our beta period, and we’re taking this opportunity to share with you about all of the major changes that are occurring in this release....</p><p class=\"continue-reading\"><a class=\"more-link\" href=\"https://wpecommerce.org/news/wp-ecommerce-4-0-beta-1/\">Continue reading →</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: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:5889:\"<p>The 4.o release of WP eCommerce is quickly approaching! We’re now in our beta period, and we’re taking this opportunity to share with you about all of the major changes that are occurring in this release. We’ll likely have 2-3 beta releases and 1-2 release candidates before we launch 4.0.</p>\n<p>There’s something for everything, and some parts of this release have been in active development for over two years! It’s the last of our monolithic releases, and it is going to position us to move forward with more regular major releases, which we’re ecstatic about.</p>\n<p>Without any further adieu, here’s an outline of some of the major changes to this release, along with specific areas to test in each area.</p>\n<h2>New Theme Engine</h2>\n<p><em>By far </em>the largest, most revolutionary change in the 4.0 release, we finally have an updated, modernized theme engine in WP eCommerce. It has taken literally thousands of man hours, being in development since 2013, exclusively by core contributors to WordPress – so you know it’s good. Built on an MVC approach at the development level, filled with helpful actions and filters, and crafted from the ground up according to the best usability research available – there isn’t a better default theme engine in the market today. We’re incredibly proud of the work done here and can’t wait for you to try it. With all of that said, our commitment to backwards compatibility is as strong as ever. This new theme engine is actually only activated if we think it <em>can be</em> activated. That means if you have any template files from the old (1.0) theme engine in your theme folder, it won’t activate. If you have any plugins (including Gold Cart) active that hook into the old theme engine, it won’t activate. If you don’t have permalinks enabled, it won’t activate.</p>\n<p>To be abundantly clear, this is the <em>biggest change </em>we have made to WP eCommerce in at least five years. We need <strong>a lot </strong>of help testing this out.</p>\n<h2>PayPal Gateways</h2>\n<p>We’re delighted to announce the inclusion of more PayPal gateways than ever before. With the launch of 4.0, we now include the Digital Goods API, an updated version of Express Checkout, and for the first time ever, PayPal Pro Hosted. With the addition of each of these new gateways, our users have more ways than ever before to accept PayPal on their websites. Please, if you use PayPal, be sure to test any of these and give us feedback.</p>\n<h2>Amazon Payments Gateway</h2>\n<p>For the first time in a <em>long time</em>, we’ve cleared another payment gateway vendor for inclusion in our core platform. We don’t make these decisions lightly – our highest priority is always ensuring that we’re creating as much value as possible for our users – so that in turn, they can take care of their customers. With Amazon, we’ve found the right candidate to make sure that all of these things can happen. Amazon is nearly synonymous with global eCommerce and there is nary a more trusted name in commerce. By accepting Amazon Payments on your website, you decrease friction in the checkout process for your customers (who, in all likelihood, already have their shipping and billing information in their Amazon account). By decreasing friction in the checkout process, you increase conversions. It’s a win-win for everyone!</p>\n<h2>Updated Checkout Form Data API</h2>\n<p>We’ve updated our Checkout Form Data (<code>WPSC_Checkout_Form_Data</code>) API. For a long time, we’ve had this API in place to allow developers to access the submitted checkout form data for a particular order. While this is really great and helpful, we had no way to <em>update</em> that information – which was pretty lame. Now, we do. By simply using very familiar conventions like <code>$form_data->set( \'billingfirstname\', \'John\' )->save();</code>, developers can update information dynamically.</p>\n<h2>Updated Purchase Log API</h2>\n<p>Our purchase log API (<code>WPSC_Purchase_Log</code>) is a really helpful API for accessing order information. It’s very mature, uses object caching, has filters and actions galore. However, setting and getting purchase meta hasn’t been the most elegant thing in the world to do. Now, it’s as simple as <code>$log->set( \'random_meta_key\', $random_meta_value )</code>. Taking cues from <code>WP_Post</code>, setting and getting keys that don’t exist in the database table for purchase logs will automatically fall back to the meta table. This should make developer’s lives easier when it comes to building integrations that touch purchase logs, allowing for more elegant, object-oriented code.</p>\n<h2>Known Issues</h2>\n<p>Though we’re in the ‘beta 1’ phase, that doesn’t mean we’re quite ready for release. There are a number of <a href=\"https://github.com/WP-e-Commerce/WP-e-Commerce/issues?q=is%3Aopen+is%3Aissue+milestone%3A4.0\">known issues</a> at this time, but none that we consider as blockers for the first beta. As always, take a look at the issues before reporting a bug. Be sure to test on a staging site, not on production. And always, always, <a href=\"http://ithemes.com/member/go.php?r=45982&i=l44\">always make a backup</a>.</p>\n<p>Lastly, and most importantly – thank you. Thank you to all of our users, customers, supporters, developer community, and everyone in between. You are the reason we keep on innovating, keep on moving, and keep on making a difference.</p>\n<p><a class=\"gocheckout\" href=\"https://github.com/wp-e-commerce/WP-e-Commerce/archive/4.0-beta-1.zip\"><strong>Download WPEC 4.0 Beta 1</strong></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:58:\"https://wpecommerce.org/news/wp-ecommerce-4-0-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:\"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:48:\"https://wpecommerce.org/feed/?category_name=news\";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:9:\"\n 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:4:\"\n 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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:13:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 20 Aug 2019 19:52:24 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:4:\"link\";s:60:\"<https://wpecommerce.org/wp-json/>; rel=\"https://api.w.org/\"\";s:10:\"set-cookie\";s:50:\"PHPSESSID=8e2e1fc668e15b07c4bed4474ba8c595; path=/\";s:13:\"last-modified\";s:29:\"Tue, 04 Jun 2019 19:42:22 GMT\";s:4:\"etag\";s:34:\"\"cc4cd7bec425a861dcfe668c0f024fcc\"\";s:11:\"host-header\";s:32:\"192fc2e7e50945beb8231a492d6a8024\";s:13:\"x-proxy-cache\";s:4:\"MISS\";s:7:\"alt-svc\";s:32:\"quic=\":443\"; ma=86400; v=\"43,39\"\";}}s:5:\"build\";s:14:\"20190820194935\";}','no'),(1573602,'_transient_timeout_feed_mod_153369c7cd5619c720d338ee8609e778','1566373945','no'),(1573603,'_transient_feed_mod_153369c7cd5619c720d338ee8609e778','1566330745','no'),(1573611,'_transient_timeout_wpsc_tables_intact','1566335997','no'),(1573612,'_transient_wpsc_tables_intact','1','no'),(1573619,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1566332784;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:28:\"category-posts/cat-posts.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/category-posts\";s:4:\"slug\";s:14:\"category-posts\";s:6:\"plugin\";s:28:\"category-posts/cat-posts.php\";s:11:\"new_version\";s:5:\"4.9.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/category-posts/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/category-posts.4.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/category-posts/assets/icon-256x256.png?rev=1419008\";s:2:\"1x\";s:67:\"https://ps.w.org/category-posts/assets/icon-128x128.png?rev=1419008\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/category-posts/assets/banner-772x250.png?rev=1810662\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";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:\"5.1.4\";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.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:107:\"<p>Fixes some bugs and incompatibilities with CF7, WPML, and custom post types with custom capabilities</p>\";s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"wp-e-commerce/wp-shopping-cart.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wp-e-commerce\";s:4:\"slug\";s:13:\"wp-e-commerce\";s:6:\"plugin\";s:34:\"wp-e-commerce/wp-shopping-cart.php\";s:11:\"new_version\";s:6:\"3.14.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wp-e-commerce/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-e-commerce.3.14.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-e-commerce/assets/icon-256x256.png?rev=979641\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-e-commerce/assets/icon-128x128.png?rev=979641\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-e-commerce/assets/banner-772x250.jpg?rev=480245\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:43:\"post-plugin-library/post-plugin-library.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/post-plugin-library\";s:4:\"slug\";s:19:\"post-plugin-library\";s:6:\"plugin\";s:43:\"post-plugin-library/post-plugin-library.php\";s:11:\"new_version\";s:7:\"2.6.2.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/post-plugin-library/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/post-plugin-library.2.6.2.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://s.w.org/plugins/geopattern-icon/post-plugin-library.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:36:\"recent-posts-plugin/recent-posts.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/recent-posts-plugin\";s:4:\"slug\";s:19:\"recent-posts-plugin\";s:6:\"plugin\";s:36:\"recent-posts-plugin/recent-posts.php\";s:11:\"new_version\";s:7:\"2.6.2.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/recent-posts-plugin/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/recent-posts-plugin.2.6.2.0.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://s.w.org/plugins/geopattern-icon/recent-posts-plugin.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(1573620,'_site_transient_timeout_theme_roots','1566334584','no'),(1573621,'_site_transient_theme_roots','a:3:{s:2:\"lc\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=4058 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(20,15,'_edit_last','2'),(21,15,'_wp_page_template','default'),(22,15,'_edit_lock','1472515665:2'),(23,17,'_edit_last','2'),(24,17,'_edit_lock','1536801779:2'),(25,17,'_wp_page_template','default'),(26,19,'_edit_last','2'),(27,19,'_edit_lock','1556758682:2'),(28,19,'_wp_page_template','default'),(38,22,'_menu_item_type','post_type'),(39,22,'_menu_item_menu_item_parent','0'),(40,22,'_menu_item_object_id','17'),(41,22,'_menu_item_object','page'),(42,22,'_menu_item_target',''),(43,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(44,22,'_menu_item_xfn',''),(45,22,'_menu_item_url',''),(47,23,'_menu_item_type','post_type'),(48,23,'_menu_item_menu_item_parent','0'),(49,23,'_menu_item_object_id','15'),(50,23,'_menu_item_object','page'),(51,23,'_menu_item_target',''),(52,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,23,'_menu_item_xfn',''),(54,23,'_menu_item_url',''),(83,2,'_edit_lock','1556758883:2'),(84,2,'_edit_last','2'),(85,41,'_wp_attached_file','2010/10/education.gif'),(86,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"299\";s:6:\"height\";s:3:\"167\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:21:\"2010/10/education.gif\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"education-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:20:\"education-120x67.gif\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"67\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:21:\"education-250x139.gif\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"139\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:19:\"education-38x38.gif\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:20:\"education-120x67.gif\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(88,44,'_edit_last','2'),(89,44,'_edit_lock','1540859511:2'),(92,44,'_wp_old_slug',''),(96,47,'_edit_last','1'),(97,47,'_edit_lock','1338326444:1'),(98,47,'_wp_page_template','default'),(99,49,'_menu_item_type','post_type'),(100,49,'_menu_item_menu_item_parent','0'),(101,49,'_menu_item_object_id','47'),(102,49,'_menu_item_object','page'),(103,49,'_menu_item_target',''),(104,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,49,'_menu_item_xfn',''),(106,49,'_menu_item_url',''),(118,55,'_wp_attached_file','2010/10/1145735_88559864.jpg'),(119,56,'_wp_attached_file','2010/10/1145735_885598641.jpg'),(120,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"778\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:29:\"2010/10/1145735_885598641.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"1145735_885598641-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"1145735_885598641-300x194.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"194\";}s:5:\"large\";a:3:{s:4:\"file\";s:30:\"1145735_885598641-1024x663.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"663\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:29:\"1145735_885598641-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:28:\"1145735_885598641-120x77.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"77\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:29:\"1145735_885598641-250x162.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"162\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"1145735_885598641-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"1145735_885598641-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:28:\"1145735_885598641-120x77.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"77\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:29:\"1145735_885598641-300x194.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"194\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(130,69,'_edit_last','2'),(131,69,'_edit_lock','1366151078:2'),(132,69,'_wp_page_template','default'),(133,71,'_menu_item_type','post_type'),(134,71,'_menu_item_menu_item_parent','0'),(135,71,'_menu_item_object_id','69'),(136,71,'_menu_item_object','page'),(137,71,'_menu_item_target',''),(138,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(139,71,'_menu_item_xfn',''),(140,71,'_menu_item_url',''),(142,72,'_menu_item_type','post_type'),(143,72,'_menu_item_menu_item_parent','0'),(144,72,'_menu_item_object_id','47'),(145,72,'_menu_item_object','page'),(146,72,'_menu_item_target',''),(147,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(148,72,'_menu_item_xfn',''),(149,72,'_menu_item_url',''),(151,73,'_menu_item_type','post_type'),(152,73,'_menu_item_menu_item_parent','0'),(153,73,'_menu_item_object_id','17'),(154,73,'_menu_item_object','page'),(155,73,'_menu_item_target',''),(156,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(157,73,'_menu_item_xfn',''),(158,73,'_menu_item_url',''),(160,74,'_menu_item_type','post_type'),(161,74,'_menu_item_menu_item_parent','0'),(162,74,'_menu_item_object_id','15'),(163,74,'_menu_item_object','page'),(164,74,'_menu_item_target',''),(165,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(166,74,'_menu_item_xfn',''),(167,74,'_menu_item_url',''),(196,78,'_menu_item_type','post_type'),(197,78,'_menu_item_menu_item_parent','0'),(198,78,'_menu_item_object_id','5'),(199,78,'_menu_item_object','page'),(200,78,'_menu_item_target',''),(201,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(202,78,'_menu_item_xfn',''),(203,78,'_menu_item_url',''),(205,79,'_menu_item_type','post_type'),(206,79,'_menu_item_menu_item_parent','0'),(207,79,'_menu_item_object_id','4'),(208,79,'_menu_item_object','page'),(209,79,'_menu_item_target',''),(210,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(211,79,'_menu_item_xfn',''),(212,79,'_menu_item_url',''),(214,80,'_wp_attached_file','2010/10/kid-reading.jpg'),(215,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"468\";s:6:\"height\";s:3:\"347\";s:14:\"hwstring_small\";s:23:\"height=\'94\' width=\'128\'\";s:4:\"file\";s:23:\"2010/10/kid-reading.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"kid-reading-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"kid-reading-300x222.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"222\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"kid-reading-468x250.jpg\";s:5:\"width\";s:3:\"468\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:22:\"kid-reading-120x88.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"88\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"kid-reading-250x185.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"185\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"kid-reading-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"kid-reading-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:22:\"kid-reading-120x88.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"88\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"kid-reading-283x210.jpg\";s:5:\"width\";s:3:\"283\";s:6:\"height\";s:3:\"210\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(216,4,'_edit_lock','1424746425:2'),(217,4,'_edit_last','1'),(218,4,'_wp_page_template','default'),(219,112,'_wp_attached_file','2010/10/rocke2.jpg'),(220,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"313\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:18:\"2010/10/rocke2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"rocke2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"rocke2-300x284.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"284\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:18:\"rocke2-330x250.jpg\";s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:18:\"rocke2-120x113.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:18:\"rocke2-250x237.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"237\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:16:\"rocke2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:18:\"rocke2-330x215.jpg\";s:5:\"width\";s:3:\"330\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:18:\"rocke2-120x113.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"113\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:18:\"rocke2-221x210.jpg\";s:5:\"width\";s:3:\"221\";s:6:\"height\";s:3:\"210\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(221,115,'_edit_last','1'),(222,115,'_edit_lock','1331007112:1'),(231,124,'_wp_attached_file','2010/11/main_seuss1.jpg'),(232,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:23:\"2010/11/main_seuss1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"main_seuss1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"main_seuss1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"main_seuss1-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_seuss1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_seuss1-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"main_seuss1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_seuss1-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:22:\"main_seuss1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"main_seuss1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(233,125,'_wp_attached_file','2010/11/main_click1.jpg'),(234,125,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:23:\"2010/11/main_click1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"main_click1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"main_click1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"main_click1-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_click1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_click1-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"main_click1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_click1-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:22:\"main_click1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"main_click1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(235,126,'_wp_attached_file','2010/11/main_bully1.jpg'),(236,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:23:\"2010/11/main_bully1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"main_bully1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"main_bully1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"main_bully1-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_bully1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_bully1-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"main_bully1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_bully1-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:22:\"main_bully1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"main_bully1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(237,127,'_wp_attached_file','2010/11/main_backpack1.jpg'),(238,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:26:\"2010/11/main_backpack1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"main_backpack1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"main_backpack1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:26:\"main_backpack1-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:25:\"main_backpack1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:26:\"main_backpack1-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"main_backpack1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"main_backpack1-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:25:\"main_backpack1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:26:\"main_backpack1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(239,128,'_wp_attached_file','2010/11/main_coruroy1.jpg'),(240,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:25:\"2010/11/main_coruroy1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:24:\"main_coruroy1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_coruroy1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:24:\"main_coruroy1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(247,134,'_wp_attached_file','2011/01/main_click.jpg'),(248,134,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:22:\"2011/01/main_click.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"main_click-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"main_click-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:22:\"main_click-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:21:\"main_click-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_click-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"main_click-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_click-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:21:\"main_click-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:22:\"main_click-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(249,135,'_wp_attached_file','2011/01/main_seuss.jpg'),(250,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:22:\"2011/01/main_seuss.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"main_seuss-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"main_seuss-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:22:\"main_seuss-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:21:\"main_seuss-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_seuss-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"main_seuss-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_seuss-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:21:\"main_seuss-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:22:\"main_seuss-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(251,136,'_wp_attached_file','2011/01/main_coruroy.jpg'),(252,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:24:\"2011/01/main_coruroy.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"main_coruroy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"main_coruroy-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:24:\"main_coruroy-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_coruroy-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:24:\"main_coruroy-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"main_coruroy-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"main_coruroy-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"main_coruroy-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:24:\"main_coruroy-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(253,137,'_wp_attached_file','2011/01/main_coruroy1.jpg'),(254,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"899\";s:6:\"height\";s:3:\"425\";s:14:\"hwstring_small\";s:23:\"height=\'60\' width=\'128\'\";s:4:\"file\";s:25:\"2011/01/main_coruroy1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:24:\"main_coruroy1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-250x118.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"118\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"main_coruroy1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:24:\"main_coruroy1-120x56.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"56\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:25:\"main_coruroy1-300x141.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"141\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(266,5,'_edit_lock','1360030484:2'),(267,154,'_wpsc_product_metadata','a:14:{s:16:\"is_stock_limited\";s:1:\"0\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:17:\"display_weight_as\";s:5:\"pound\";s:15:\"has_no_shipping\";s:1:\"0\";s:8:\"shipping\";a:2:{s:5:\"local\";s:4:\"0.00\";s:13:\"international\";s:4:\"0.00\";}s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:8:\"url_name\";s:8:\"jumprope\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:13:\"unpublish_oos\";s:1:\"0\";}'),(268,154,'_wpsc_original_id','1'),(269,154,'_wpsc_price','4'),(270,154,'_wpsc_special_price','4'),(271,154,'_wpsc_stock',''),(272,154,'_wpsc_is_donation','0'),(273,154,'_wpsc_sku',''),(274,155,'No.','114'),(275,155,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(276,155,'_wpsc_original_id','2'),(277,155,'_wpsc_price','39.95'),(278,155,'_wpsc_special_price','39.95'),(279,155,'_wpsc_stock',''),(280,155,'_wpsc_is_donation','0'),(281,155,'_wpsc_sku',''),(282,156,'_wp_attached_file','2011/06/BerensteinTooMuchJunkFood.jpg'),(283,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"270\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:37:\"2011/06/BerensteinTooMuchJunkFood.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:36:\"BerensteinTooMuchJunkFood-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:35:\"BerensteinTooMuchJunkFood-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-360x215.jpg\";s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:36:\"BerensteinTooMuchJunkFood-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-360x250.jpg\";s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:35:\"BerensteinTooMuchJunkFood-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:37:\"BerensteinTooMuchJunkFood-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(284,157,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(285,157,'_wpsc_original_id','4'),(286,157,'_wpsc_price','11.5'),(287,157,'_wpsc_special_price','11.5'),(288,157,'_wpsc_stock',''),(289,157,'_wpsc_is_donation','0'),(290,157,'_wpsc_sku',''),(291,158,'_wp_attached_file','2011/06/berensteinjunkfoodpp2.jpg'),(292,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:33:\"2011/06/berensteinjunkfoodpp2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:32:\"berensteinjunkfoodpp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"berensteinjunkfoodpp2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:32:\"berensteinjunkfoodpp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:31:\"berensteinjunkfoodpp2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:33:\"berensteinjunkfoodpp2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(293,159,'No.','115'),(294,159,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(295,159,'_wpsc_original_id','5'),(296,159,'_wpsc_price','44.95'),(297,159,'_wpsc_special_price','44.95'),(298,159,'_wpsc_stock',''),(299,159,'_wpsc_is_donation','0'),(300,159,'_wpsc_sku',''),(301,160,'_wp_attached_file','2011/06/beingactivepp2.jpg'),(302,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:26:\"2011/06/beingactivepp2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:25:\"beingactivepp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"beingactivepp2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:25:\"beingactivepp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:24:\"beingactivepp2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:26:\"beingactivepp2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(310,162,'_wp_attached_file','2011/06/HealthySnacks.JPG'),(311,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:25:\"2011/06/HealthySnacks.JPG\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"HealthySnacks-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"HealthySnacks-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:24:\"HealthySnacks-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:25:\"HealthySnacks-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"HealthySnacks-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"HealthySnacks-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:24:\"HealthySnacks-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:25:\"HealthySnacks-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:25:\"HealthySnacks-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:23:\"HealthySnacks-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(314,164,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(315,164,'_wpsc_original_id','9'),(316,164,'_wpsc_price','44.95'),(317,164,'_wpsc_special_price','44.95'),(318,164,'_wpsc_stock',''),(319,164,'_wpsc_is_donation','0'),(320,164,'_wpsc_sku',''),(321,165,'_wp_attached_file','2011/06/AlexanderHor_sm-2.jpg'),(322,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1229\";s:6:\"height\";s:3:\"922\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:29:\"2011/06/AlexanderHor_sm-2.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:30:\"AlexanderHor_sm-2-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:28:\"AlexanderHor_sm-2-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"AlexanderHor_sm-2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:28:\"AlexanderHor_sm-2-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-279x210.jpg\";s:5:\"width\";s:3:\"279\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:27:\"AlexanderHor_sm-2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:29:\"AlexanderHor_sm-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wpsc-50x50\";a:4:{s:4:\"file\";s:27:\"AlexanderHor_sm-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(323,166,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(324,166,'_wpsc_original_id','12'),(325,166,'_wpsc_price','39.95'),(326,166,'_wpsc_special_price','39.95'),(327,166,'_wpsc_stock',''),(328,166,'_wpsc_is_donation','0'),(329,166,'_wpsc_sku',''),(332,168,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(333,168,'_wpsc_original_id','13'),(334,168,'_wpsc_price','39.95'),(335,168,'_wpsc_special_price','39.95'),(336,168,'_wpsc_stock',''),(337,168,'_wpsc_is_donation','0'),(338,168,'_wpsc_sku',''),(339,169,'_wp_attached_file','2011/06/BullyBlockers.JPG'),(340,169,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"750\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:25:\"2011/06/BullyBlockers.JPG\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"BullyBlockers-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"BullyBlockers-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:24:\"BullyBlockers-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:25:\"BullyBlockers-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"BullyBlockers-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"BullyBlockers-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:24:\"BullyBlockers-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:25:\"BullyBlockers-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:25:\"BullyBlockers-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:25:\"BullyBlockers-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(341,170,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(342,170,'_wpsc_original_id','14'),(343,170,'_wpsc_price','44.95'),(344,170,'_wpsc_special_price','44.95'),(345,170,'_wpsc_stock',''),(346,170,'_wpsc_is_donation','0'),(347,170,'_wpsc_sku',''),(348,171,'_wp_attached_file','2011/06/catinhatbig.gif'),(349,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"724\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'69\'\";s:4:\"file\";s:23:\"2011/06/catinhatbig.gif\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"catinhatbig-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"catinhatbig-217x300.gif\";s:5:\"width\";s:3:\"217\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:22:\"catinhatbig-86x120.gif\";s:5:\"width\";s:2:\"86\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"catinhatbig-181x250.gif\";s:5:\"width\";s:3:\"181\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"catinhatbig-38x38.gif\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"catinhatbig-425x215.gif\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:22:\"catinhatbig-86x120.gif\";s:5:\"width\";s:2:\"86\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"catinhatbig-152x210.gif\";s:5:\"width\";s:3:\"152\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"catinhatbig-515x250.gif\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:23:\"catinhatbig-120x120.gif\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(350,172,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(351,172,'_wpsc_original_id','15'),(352,172,'_wpsc_price','44.95'),(353,172,'_wpsc_special_price','44.95'),(354,172,'_wpsc_stock',''),(355,172,'_wpsc_is_donation','0'),(356,172,'_wpsc_sku',''),(357,173,'_wp_attached_file','2011/06/catinhatdictionarybig.gif'),(358,173,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"750\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:33:\"2011/06/catinhatdictionarybig.gif\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"catinhatdictionarybig-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:33:\"catinhatdictionarybig-225x300.gif\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:32:\"catinhatdictionarybig-90x120.gif\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:33:\"catinhatdictionarybig-187x250.gif\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"catinhatdictionarybig-38x38.gif\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:33:\"catinhatdictionarybig-425x215.gif\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:32:\"catinhatdictionarybig-90x120.gif\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:33:\"catinhatdictionarybig-157x210.gif\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:33:\"catinhatdictionarybig-515x250.gif\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:33:\"catinhatdictionarybig-120x120.gif\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(359,174,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(360,174,'_wpsc_original_id','16'),(361,174,'_wpsc_price','44.95'),(362,174,'_wpsc_special_price','44.95'),(363,174,'_wpsc_stock',''),(364,174,'_wpsc_is_donation','0'),(365,174,'_wpsc_sku',''),(366,175,'_wp_attached_file','2011/06/CharlottesWeb_sm.jpg'),(367,175,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"750\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:28:\"2011/06/CharlottesWeb_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"CharlottesWeb_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"CharlottesWeb_sm-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"CharlottesWeb_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"CharlottesWeb_sm-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"CharlottesWeb_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"CharlottesWeb_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"CharlottesWeb_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"CharlottesWeb_sm-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"CharlottesWeb_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:26:\"CharlottesWeb_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:28:\"CharlottesWeb_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(368,176,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(369,176,'_wpsc_original_id','17'),(370,176,'_wpsc_price','44.95'),(371,176,'_wpsc_special_price','44.95'),(372,176,'_wpsc_stock',''),(373,176,'_wpsc_is_donation','0'),(374,176,'_wpsc_sku',''),(375,177,'_wp_attached_file','2011/06/Chrysanthemum_sm.jpg'),(376,177,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"270\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:28:\"2011/06/Chrysanthemum_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Chrysanthemum_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"Chrysanthemum_sm-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"Chrysanthemum_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"Chrysanthemum_sm-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"Chrysanthemum_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"Chrysanthemum_sm-360x215.jpg\";s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"Chrysanthemum_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"Chrysanthemum_sm-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"Chrysanthemum_sm-360x250.jpg\";s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:26:\"Chrysanthemum_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:28:\"Chrysanthemum_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(377,178,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(378,178,'_wpsc_original_id','18'),(379,178,'_wpsc_price','44.95'),(380,178,'_wpsc_special_price','44.95'),(381,178,'_wpsc_stock',''),(382,178,'_wpsc_is_donation','0'),(383,178,'_wpsc_sku',''),(384,179,'_wp_attached_file','2011/06/ClickClackMoo_sm.jpg'),(385,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"372\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:28:\"2011/06/ClickClackMoo_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"ClickClackMoo_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"ClickClackMoo_sm-237x300.jpg\";s:5:\"width\";s:3:\"237\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"ClickClackMoo_sm-94x120.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"ClickClackMoo_sm-197x250.jpg\";s:5:\"width\";s:3:\"197\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"ClickClackMoo_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"ClickClackMoo_sm-294x215.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"ClickClackMoo_sm-94x120.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"ClickClackMoo_sm-165x210.jpg\";s:5:\"width\";s:3:\"165\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"ClickClackMoo_sm-294x250.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:28:\"ClickClackMoo_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(386,180,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(387,180,'_wpsc_original_id','19'),(388,180,'_wpsc_price','44.95'),(389,180,'_wpsc_special_price','44.95'),(390,180,'_wpsc_stock',''),(391,180,'_wpsc_is_donation','0'),(392,180,'_wpsc_sku',''),(393,181,'_wp_attached_file','2011/06/Corduroy_sm.jpg'),(394,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"771\";s:6:\"height\";s:3:\"851\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:23:\"2011/06/Corduroy_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-271x300.jpg\";s:5:\"width\";s:3:\"271\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-108x120.jpg\";s:5:\"width\";s:3:\"108\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-226x250.jpg\";s:5:\"width\";s:3:\"226\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"Corduroy_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-108x120.jpg\";s:5:\"width\";s:3:\"108\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-190x210.jpg\";s:5:\"width\";s:3:\"190\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"Corduroy_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:23:\"Corduroy_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(395,182,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(396,182,'_wpsc_original_id','20'),(397,182,'_wpsc_price','44.95'),(398,182,'_wpsc_special_price','44.95'),(399,182,'_wpsc_stock',''),(400,182,'_wpsc_is_donation','0'),(401,182,'_wpsc_sku',''),(402,183,'_wp_attached_file','2011/06/GreenEggsAndHam_sm.jpg'),(403,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:30:\"2011/06/GreenEggsAndHam_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:29:\"GreenEggsAndHam_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"GreenEggsAndHam_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:29:\"GreenEggsAndHam_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:28:\"GreenEggsAndHam_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:30:\"GreenEggsAndHam_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(404,184,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(405,184,'_wpsc_original_id','21'),(406,184,'_wpsc_price','39.95'),(407,184,'_wpsc_special_price','39.95'),(408,184,'_wpsc_stock',''),(409,184,'_wpsc_is_donation','0'),(410,184,'_wpsc_sku',''),(411,185,'_wp_attached_file','2011/06/hat_sm.jpg'),(412,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"808\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'77\'\";s:4:\"file\";s:18:\"2011/06/hat_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"hat_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"hat_sm-242x300.jpg\";s:5:\"width\";s:3:\"242\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:17:\"hat_sm-96x120.jpg\";s:5:\"width\";s:2:\"96\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:18:\"hat_sm-202x250.jpg\";s:5:\"width\";s:3:\"202\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:16:\"hat_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:18:\"hat_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:17:\"hat_sm-96x120.jpg\";s:5:\"width\";s:2:\"96\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:18:\"hat_sm-169x210.jpg\";s:5:\"width\";s:3:\"169\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:18:\"hat_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:18:\"hat_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(413,186,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(414,186,'_wpsc_original_id','22'),(415,186,'_wpsc_price','44.95'),(416,186,'_wpsc_special_price','44.95'),(417,186,'_wpsc_stock',''),(418,186,'_wpsc_is_donation','0'),(419,186,'_wpsc_sku',''),(420,187,'_wp_attached_file','2011/06/HealthySnacks_sm.jpg'),(421,187,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:28:\"2011/06/HealthySnacks_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"HealthySnacks_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"HealthySnacks_sm-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"HealthySnacks_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"HealthySnacks_sm-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"HealthySnacks_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"HealthySnacks_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"HealthySnacks_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"HealthySnacks_sm-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"HealthySnacks_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:28:\"HealthySnacks_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(422,188,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(423,188,'_wpsc_original_id','23'),(424,188,'_wpsc_price','44.95'),(425,188,'_wpsc_special_price','44.95'),(426,188,'_wpsc_stock',''),(427,188,'_wpsc_is_donation','0'),(428,188,'_wpsc_sku',''),(429,189,'_wp_attached_file','2011/06/keepingquilt_sm.jpg'),(430,189,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"797\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'76\'\";s:4:\"file\";s:27:\"2011/06/keepingquilt_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"keepingquilt_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"keepingquilt_sm-239x300.jpg\";s:5:\"width\";s:3:\"239\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:26:\"keepingquilt_sm-95x120.jpg\";s:5:\"width\";s:2:\"95\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:27:\"keepingquilt_sm-199x250.jpg\";s:5:\"width\";s:3:\"199\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"keepingquilt_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"keepingquilt_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:26:\"keepingquilt_sm-95x120.jpg\";s:5:\"width\";s:2:\"95\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:27:\"keepingquilt_sm-167x210.jpg\";s:5:\"width\";s:3:\"167\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:27:\"keepingquilt_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:27:\"keepingquilt_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(431,190,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(432,190,'_wpsc_original_id','24'),(433,190,'_wpsc_price','44.95'),(434,190,'_wpsc_special_price','44.95'),(435,190,'_wpsc_stock',''),(436,190,'_wpsc_is_donation','0'),(437,190,'_wpsc_sku',''),(438,191,'_wp_attached_file','2011/06/SwimmyHor_sm.jpg'),(439,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"750\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:24:\"2011/06/SwimmyHor_sm.jpg\";s:5:\"sizes\";a:1:{s:12:\"wpsc-120x120\";b:0;}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(440,192,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(441,192,'_wpsc_original_id','25'),(442,192,'_wpsc_price','44.95'),(443,192,'_wpsc_special_price','44.95'),(444,192,'_wpsc_stock',''),(445,192,'_wpsc_is_donation','0'),(446,192,'_wpsc_sku',''),(447,193,'_wp_attached_file','2011/06/Tacky_sm.jpg'),(448,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"665\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:20:\"2011/06/Tacky_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-300x285.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"285\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-120x114.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"114\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-250x237.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"237\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:18:\"Tacky_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-120x114.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"114\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-221x210.jpg\";s:5:\"width\";s:3:\"221\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:20:\"Tacky_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:20:\"Tacky_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(449,194,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(450,194,'_wpsc_original_id','26'),(451,194,'_wpsc_price','44.95'),(452,194,'_wpsc_special_price','44.95'),(453,194,'_wpsc_stock',''),(454,194,'_wpsc_is_donation','0'),(455,194,'_wpsc_sku',''),(456,195,'_wp_attached_file','2011/06/TakingCareOfMyTeath.JPG'),(457,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"750\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:31:\"2011/06/TakingCareOfMyTeath.JPG\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:30:\"TakingCareOfMyTeath-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"TakingCareOfMyTeath-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:30:\"TakingCareOfMyTeath-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(458,196,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(459,196,'_wpsc_original_id','27'),(460,196,'_wpsc_price','39.95'),(461,196,'_wpsc_special_price','39.95'),(462,196,'_wpsc_stock',''),(463,196,'_wpsc_is_donation','0'),(464,196,'_wpsc_sku',''),(465,197,'_wp_attached_file','2011/06/UpDown.JPG'),(466,197,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"387\";s:6:\"height\";s:3:\"290\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:18:\"2011/06/UpDown.JPG\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"UpDown-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"UpDown-300x224.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"224\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:17:\"UpDown-120x89.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"89\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:18:\"UpDown-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:16:\"UpDown-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:18:\"UpDown-387x215.jpg\";s:5:\"width\";s:3:\"387\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:17:\"UpDown-120x89.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"89\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:18:\"UpDown-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:18:\"UpDown-387x250.jpg\";s:5:\"width\";s:3:\"387\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:18:\"UpDown-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(467,198,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(468,198,'_wpsc_original_id','28'),(469,198,'_wpsc_price','44.95'),(470,198,'_wpsc_special_price','44.95'),(471,198,'_wpsc_stock',''),(472,198,'_wpsc_is_donation','0'),(473,198,'_wpsc_sku',''),(474,199,'_wp_attached_file','2011/06/VegetableGroup_sm.jpg'),(475,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"392\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:29:\"2011/06/VegetableGroup_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"VegetableGroup_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"VegetableGroup_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:28:\"VegetableGroup_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:29:\"VegetableGroup_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"VegetableGroup_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"VegetableGroup_sm-294x215.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:28:\"VegetableGroup_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:29:\"VegetableGroup_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:29:\"VegetableGroup_sm-294x250.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:29:\"VegetableGroup_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(476,200,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(477,200,'_wpsc_original_id','29'),(478,200,'_wpsc_price','44.95'),(479,200,'_wpsc_special_price','44.95'),(480,200,'_wpsc_stock',''),(481,200,'_wpsc_is_donation','0'),(482,200,'_wpsc_sku',''),(483,201,'_wp_attached_file','2011/06/wherewildthings_sm.jpg'),(484,201,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"750\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:30:\"2011/06/wherewildthings_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"wherewildthings_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"wherewildthings_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:29:\"wherewildthings_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:30:\"wherewildthings_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"wherewildthings_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"wherewildthings_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:29:\"wherewildthings_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:30:\"wherewildthings_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:30:\"wherewildthings_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:28:\"wherewildthings_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:30:\"wherewildthings_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(485,202,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(486,202,'_wpsc_original_id','30'),(487,202,'_wpsc_price','44.95'),(488,202,'_wpsc_special_price','44.95'),(489,202,'_wpsc_stock',''),(490,202,'_wpsc_is_donation','0'),(491,202,'_wpsc_sku',''),(492,203,'_wp_attached_file','2011/06/Wiggle_sm.jpg'),(493,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"270\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:21:\"2011/06/Wiggle_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"Wiggle_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"Wiggle_sm-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:20:\"Wiggle_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:21:\"Wiggle_sm-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:19:\"Wiggle_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"Wiggle_sm-360x215.jpg\";s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:20:\"Wiggle_sm-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:21:\"Wiggle_sm-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:21:\"Wiggle_sm-360x250.jpg\";s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:19:\"Wiggle_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:21:\"Wiggle_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(494,204,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(495,204,'_wpsc_original_id','31'),(496,204,'_wpsc_price','39.95'),(497,204,'_wpsc_special_price','39.95'),(498,204,'_wpsc_stock',''),(499,204,'_wpsc_is_donation','0'),(500,204,'_wpsc_sku',''),(501,205,'_wp_attached_file','2011/06/Wilfred_sm.jpg'),(502,205,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"372\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:22:\"2011/06/Wilfred_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Wilfred_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Wilfred_sm-237x300.jpg\";s:5:\"width\";s:3:\"237\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:21:\"Wilfred_sm-94x120.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:22:\"Wilfred_sm-197x250.jpg\";s:5:\"width\";s:3:\"197\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"Wilfred_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"Wilfred_sm-294x215.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:21:\"Wilfred_sm-94x120.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:22:\"Wilfred_sm-165x210.jpg\";s:5:\"width\";s:3:\"165\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:22:\"Wilfred_sm-294x250.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:22:\"Wilfred_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(503,206,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:5:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(504,206,'_wpsc_original_id','32'),(505,206,'_wpsc_price','0'),(506,206,'_wpsc_special_price','0'),(507,206,'_wpsc_stock',''),(508,206,'_wpsc_is_donation','0'),(509,206,'_wpsc_sku',''),(510,207,'_wp_attached_file','2011/06/alexanderpp2.jpg'),(511,207,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:24:\"2011/06/alexanderpp2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"alexanderpp2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"alexanderpp2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"alexanderpp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:24:\"alexanderpp2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"alexanderpp2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"alexanderpp2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"alexanderpp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:24:\"alexanderpp2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:24:\"alexanderpp2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:22:\"alexanderpp2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:24:\"alexanderpp2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(512,208,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(513,208,'_wpsc_original_id','33'),(514,208,'_wpsc_price','11'),(515,208,'_wpsc_special_price','11'),(516,208,'_wpsc_stock',''),(517,208,'_wpsc_is_donation','0'),(518,208,'_wpsc_sku',''),(519,209,'_wp_attached_file','2011/06/beingactivepp2-2.jpg'),(520,209,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:28:\"2011/06/beingactivepp2-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"beingactivepp2-2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"beingactivepp2-2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"beingactivepp2-2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"beingactivepp2-2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"beingactivepp2-2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"beingactivepp2-2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"beingactivepp2-2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"beingactivepp2-2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:26:\"beingactivepp2-2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:28:\"beingactivepp2-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(521,210,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(522,210,'_wpsc_original_id','34'),(523,210,'_wpsc_price','11.5'),(524,210,'_wpsc_special_price','11.5'),(525,210,'_wpsc_stock',''),(526,210,'_wpsc_is_donation','0'),(527,210,'_wpsc_sku',''),(528,211,'_wp_attached_file','2011/06/berensteintvpp_sm.jpg'),(529,211,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:29:\"2011/06/berensteintvpp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"berensteintvpp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"berensteintvpp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:28:\"berensteintvpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:29:\"berensteintvpp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"berensteintvpp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"berensteintvpp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:28:\"berensteintvpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:29:\"berensteintvpp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:29:\"berensteintvpp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:27:\"berensteintvpp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:29:\"berensteintvpp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(530,212,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:7:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(531,212,'_wpsc_original_id','35'),(532,212,'_wpsc_price','16.5'),(533,212,'_wpsc_special_price','16.5'),(534,212,'_wpsc_stock',''),(535,212,'_wpsc_is_donation','0'),(536,212,'_wpsc_sku',''),(537,213,'_wp_attached_file','2011/06/bullyblockerspp2_sm.jpg'),(538,213,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:31:\"2011/06/bullyblockerspp2_sm.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"bullyblockerspp2_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"bullyblockerspp2_sm-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:30:\"bullyblockerspp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:31:\"bullyblockerspp2_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"bullyblockerspp2_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"bullyblockerspp2_sm-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:30:\"bullyblockerspp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:31:\"bullyblockerspp2_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:31:\"bullyblockerspp2_sm-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(539,214,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(540,214,'_wpsc_original_id','36'),(541,214,'_wpsc_price','14'),(542,214,'_wpsc_special_price','14'),(543,214,'_wpsc_stock',''),(544,214,'_wpsc_is_donation','0'),(545,214,'_wpsc_sku',''),(546,215,'_wp_attached_file','2011/06/catinthehatpp2_sm.jpg'),(547,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:29:\"2011/06/catinthehatpp2_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"catinthehatpp2_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"catinthehatpp2_sm-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:28:\"catinthehatpp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:29:\"catinthehatpp2_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"catinthehatpp2_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"catinthehatpp2_sm-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:28:\"catinthehatpp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:29:\"catinthehatpp2_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:29:\"catinthehatpp2_sm-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:27:\"catinthehatpp2_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:29:\"catinthehatpp2_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(548,216,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(549,216,'_wpsc_original_id','37'),(550,216,'_wpsc_price','20'),(551,216,'_wpsc_special_price','20'),(552,216,'_wpsc_stock',''),(553,216,'_wpsc_is_donation','0'),(554,216,'_wpsc_sku',''),(555,217,'_wp_attached_file','2011/06/catinyhehatdictionarypp_sm.jpg'),(556,217,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:38:\"2011/06/catinyhehatdictionarypp_sm.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:37:\"catinyhehatdictionarypp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:36:\"catinyhehatdictionarypp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:37:\"catinyhehatdictionarypp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:38:\"catinyhehatdictionarypp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(557,218,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(558,218,'_wpsc_original_id','38'),(559,218,'_wpsc_price','12'),(560,218,'_wpsc_special_price','12'),(561,218,'_wpsc_stock',''),(562,218,'_wpsc_is_donation','0'),(563,218,'_wpsc_sku',''),(564,219,'_wp_attached_file','2011/06/charlotteswebpp_sm.jpg'),(565,219,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:30:\"2011/06/charlotteswebpp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"charlotteswebpp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"charlotteswebpp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:29:\"charlotteswebpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:30:\"charlotteswebpp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"charlotteswebpp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"charlotteswebpp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:29:\"charlotteswebpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:30:\"charlotteswebpp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:30:\"charlotteswebpp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:28:\"charlotteswebpp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:30:\"charlotteswebpp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(566,220,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(567,220,'_wpsc_original_id','39'),(568,220,'_wpsc_price','11'),(569,220,'_wpsc_special_price','11'),(570,220,'_wpsc_stock',''),(571,220,'_wpsc_is_donation','0'),(572,220,'_wpsc_sku',''),(573,221,'_wp_attached_file','2011/06/chrysanthemumpp_sm.jpg'),(574,221,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:30:\"2011/06/chrysanthemumpp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:29:\"chrysanthemumpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"chrysanthemumpp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:29:\"chrysanthemumpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:28:\"chrysanthemumpp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:30:\"chrysanthemumpp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(575,222,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(576,222,'_wpsc_original_id','40'),(577,222,'_wpsc_price','0'),(578,222,'_wpsc_special_price','0'),(579,222,'_wpsc_stock',''),(580,222,'_wpsc_is_donation','0'),(581,222,'_wpsc_sku',''),(582,223,'_wp_attached_file','2011/06/clickclackmoopp_sm.jpg'),(583,223,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:30:\"2011/06/clickclackmoopp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"clickclackmoopp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"clickclackmoopp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:29:\"clickclackmoopp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:30:\"clickclackmoopp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"clickclackmoopp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"clickclackmoopp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:29:\"clickclackmoopp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:30:\"clickclackmoopp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:30:\"clickclackmoopp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:28:\"clickclackmoopp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:30:\"clickclackmoopp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(584,224,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(585,224,'_wpsc_original_id','41'),(586,224,'_wpsc_price','11'),(587,224,'_wpsc_special_price','11'),(588,224,'_wpsc_stock',''),(589,224,'_wpsc_is_donation','0'),(590,224,'_wpsc_sku',''),(591,225,'_wp_attached_file','2011/06/corduroypp_sm.jpg'),(592,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"772\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'83\'\";s:4:\"file\";s:25:\"2011/06/corduroypp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-262x300.jpg\";s:5:\"width\";s:3:\"262\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-104x120.jpg\";s:5:\"width\";s:3:\"104\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-218x250.jpg\";s:5:\"width\";s:3:\"218\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"corduroypp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-104x120.jpg\";s:5:\"width\";s:3:\"104\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-183x210.jpg\";s:5:\"width\";s:3:\"183\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:25:\"corduroypp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:23:\"corduroypp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:25:\"corduroypp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(593,226,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(594,226,'_wpsc_original_id','42'),(595,226,'_wpsc_price','14'),(596,226,'_wpsc_special_price','14'),(597,226,'_wpsc_stock',''),(598,226,'_wpsc_is_donation','0'),(599,226,'_wpsc_sku',''),(600,227,'_wp_attached_file','2011/06/greeneggspp_sm.jpg'),(601,227,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"750\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:26:\"2011/06/greeneggspp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"greeneggspp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"greeneggspp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:25:\"greeneggspp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:26:\"greeneggspp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"greeneggspp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"greeneggspp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:25:\"greeneggspp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:26:\"greeneggspp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:26:\"greeneggspp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:24:\"greeneggspp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:26:\"greeneggspp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(602,228,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(603,228,'_wpsc_original_id','43'),(604,228,'_wpsc_price','12'),(605,228,'_wpsc_special_price','12'),(606,228,'_wpsc_stock',''),(607,228,'_wpsc_is_donation','0'),(608,228,'_wpsc_sku',''),(609,229,'_wp_attached_file','2011/06/hatpp_sm.jpg'),(610,229,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"675\";s:6:\"height\";s:3:\"900\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:20:\"2011/06/hatpp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"hatpp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"hatpp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:19:\"hatpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:20:\"hatpp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:18:\"hatpp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"hatpp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:19:\"hatpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:20:\"hatpp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:20:\"hatpp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:18:\"hatpp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:20:\"hatpp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(611,230,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(612,230,'_wpsc_original_id','44'),(613,230,'_wpsc_price','11'),(614,230,'_wpsc_special_price','11'),(615,230,'_wpsc_stock',''),(616,230,'_wpsc_is_donation','0'),(617,230,'_wpsc_sku',''),(618,231,'_wp_attached_file','2011/06/keepingquiltpp2_sm.jpg'),(619,231,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:30:\"2011/06/keepingquiltpp2_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:29:\"keepingquiltpp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"keepingquiltpp2_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:29:\"keepingquiltpp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:28:\"keepingquiltpp2_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:30:\"keepingquiltpp2_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(620,232,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(621,232,'_wpsc_original_id','45'),(622,232,'_wpsc_price','11'),(623,232,'_wpsc_special_price','11'),(624,232,'_wpsc_stock',''),(625,232,'_wpsc_is_donation','0'),(626,232,'_wpsc_sku',''),(627,233,'_wp_attached_file','2011/06/swimmypp2_sm.jpg'),(628,233,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:24:\"2011/06/swimmypp2_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"swimmypp2_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"swimmypp2_sm-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"swimmypp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:24:\"swimmypp2_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"swimmypp2_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"swimmypp2_sm-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"swimmypp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:24:\"swimmypp2_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:24:\"swimmypp2_sm-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:22:\"swimmypp2_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:24:\"swimmypp2_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(629,234,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:7:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(630,234,'_wpsc_original_id','46'),(631,234,'_wpsc_price','11'),(632,234,'_wpsc_special_price','11'),(633,234,'_wpsc_stock',''),(634,234,'_wpsc_is_donation','0'),(635,234,'_wpsc_sku',''),(638,236,'_wp_attached_file','2011/06/tackypp2.jpg'),(639,236,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:20:\"2011/06/tackypp2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"tackypp2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"tackypp2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:19:\"tackypp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:20:\"tackypp2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:18:\"tackypp2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"tackypp2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:19:\"tackypp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:20:\"tackypp2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:20:\"tackypp2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:18:\"tackypp2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:20:\"tackypp2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(640,237,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(641,237,'_wpsc_original_id','47'),(642,237,'_wpsc_price','20'),(643,237,'_wpsc_special_price','20'),(644,237,'_wpsc_stock',''),(645,237,'_wpsc_is_donation','0'),(646,237,'_wpsc_sku',''),(647,238,'_wp_attached_file','2011/06/takingcareteethpp_sm.jpg'),(648,238,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"750\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:32:\"2011/06/takingcareteethpp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"takingcareteethpp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:32:\"takingcareteethpp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:31:\"takingcareteethpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:32:\"takingcareteethpp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"takingcareteethpp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:32:\"takingcareteethpp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:31:\"takingcareteethpp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:32:\"takingcareteethpp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:32:\"takingcareteethpp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:30:\"takingcareteethpp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:32:\"takingcareteethpp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(649,239,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:7:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(650,239,'_wpsc_original_id','48'),(651,239,'_wpsc_price','12.5'),(652,239,'_wpsc_special_price','12.5'),(653,239,'_wpsc_stock',''),(654,239,'_wpsc_is_donation','0'),(655,239,'_wpsc_sku',''),(656,240,'_wp_attached_file','2011/06/updownpp2_sm.jpg'),(657,240,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:24:\"2011/06/updownpp2_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"updownpp2_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"updownpp2_sm-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"updownpp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:24:\"updownpp2_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"updownpp2_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"updownpp2_sm-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"updownpp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:24:\"updownpp2_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:24:\"updownpp2_sm-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:22:\"updownpp2_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:24:\"updownpp2_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(658,241,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:8:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(659,241,'_wpsc_original_id','49'),(660,241,'_wpsc_price','20'),(661,241,'_wpsc_special_price','20'),(662,241,'_wpsc_stock',''),(663,241,'_wpsc_is_donation','0'),(664,241,'_wpsc_sku',''),(665,242,'_wp_attached_file','2011/06/vegetablegrouppp_sm.jpg'),(666,242,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"750\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:31:\"2011/06/vegetablegrouppp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:30:\"vegetablegrouppp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"vegetablegrouppp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:30:\"vegetablegrouppp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:29:\"vegetablegrouppp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:31:\"vegetablegrouppp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(667,243,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:8:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(668,243,'_wpsc_original_id','50'),(669,243,'_wpsc_price','13'),(670,243,'_wpsc_special_price','13'),(671,243,'_wpsc_stock',''),(672,243,'_wpsc_is_donation','0'),(673,243,'_wpsc_sku',''),(674,244,'_wp_attached_file','2011/06/wherewildthingsarepp_sm.jpg'),(675,244,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"750\";s:6:\"height\";s:4:\"1000\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:35:\"2011/06/wherewildthingsarepp_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:34:\"wherewildthingsarepp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:33:\"wherewildthingsarepp_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:34:\"wherewildthingsarepp_sm-90x120.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:33:\"wherewildthingsarepp_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:35:\"wherewildthingsarepp_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(676,245,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:9:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(677,245,'_wpsc_original_id','51'),(678,245,'_wpsc_price','18'),(679,245,'_wpsc_special_price','18'),(680,245,'_wpsc_stock',''),(681,245,'_wpsc_is_donation','0'),(682,245,'_wpsc_sku',''),(683,246,'_wp_attached_file','2011/06/wigglepp2_sm.jpg'),(684,246,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:24:\"2011/06/wigglepp2_sm.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"wigglepp2_sm-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"wigglepp2_sm-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"wigglepp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:24:\"wigglepp2_sm-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"wigglepp2_sm-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:24:\"wigglepp2_sm-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"wigglepp2_sm-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:24:\"wigglepp2_sm-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:24:\"wigglepp2_sm-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:22:\"wigglepp2_sm-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:24:\"wigglepp2_sm-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(685,247,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:14:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(686,247,'_wpsc_original_id','52'),(687,247,'_wpsc_price','12'),(688,247,'_wpsc_special_price','12'),(689,247,'_wpsc_stock',''),(690,247,'_wpsc_is_donation','0'),(691,247,'_wpsc_sku',''),(694,249,'_wpsc_price','12'),(695,249,'_wpsc_stock',''),(696,249,'_wpsc_original_variation_id','27'),(697,249,'_wpsc_product_metadata','a:3:{s:6:\"weight\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:11:\"weight_unit\";s:5:\"pound\";}'),(698,250,'_wpsc_price','20'),(699,250,'_wpsc_stock',''),(700,250,'_wpsc_original_variation_id','82'),(701,250,'_wpsc_product_metadata','a:3:{s:6:\"weight\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:11:\"weight_unit\";s:5:\"pound\";}'),(718,255,'_wpsc_price','14'),(719,255,'_wpsc_stock',''),(720,255,'_wpsc_original_variation_id','83'),(721,255,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(738,260,'_wpsc_price','11.5'),(739,260,'_wpsc_stock',''),(740,260,'_wpsc_original_variation_id','33'),(741,260,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(750,263,'_wpsc_price','15'),(751,263,'_wpsc_stock',''),(752,263,'_wpsc_original_variation_id','85'),(753,263,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(758,265,'_wpsc_price','11.5'),(759,265,'_wpsc_stock',''),(760,265,'_wpsc_original_variation_id','38'),(761,265,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(762,266,'_wpsc_price','11.5'),(763,266,'_wpsc_stock',''),(764,266,'_wpsc_original_variation_id','39'),(765,266,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(774,269,'_wpsc_price','11.5'),(775,269,'_wpsc_stock',''),(776,269,'_wpsc_original_variation_id','42'),(777,269,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(778,270,'_wpsc_price','11.5'),(779,270,'_wpsc_stock',''),(780,270,'_wpsc_original_variation_id','43'),(781,270,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(790,273,'_wpsc_price','11.5'),(791,273,'_wpsc_stock',''),(792,273,'_wpsc_original_variation_id','46'),(793,273,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(794,274,'_wpsc_price','13.75'),(795,274,'_wpsc_stock',''),(796,274,'_wpsc_original_variation_id','87'),(797,274,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(806,277,'_wpsc_price','16'),(807,277,'_wpsc_stock',''),(808,277,'_wpsc_original_variation_id','49'),(809,277,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(810,278,'_wpsc_price','11.5'),(811,278,'_wpsc_stock',''),(812,278,'_wpsc_original_variation_id','50'),(813,278,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(830,283,'_wpsc_price','12.5'),(831,283,'_wpsc_stock',''),(832,283,'_wpsc_original_variation_id','91'),(833,283,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(838,285,'_wpsc_price','12'),(839,285,'_wpsc_stock',''),(840,285,'_wpsc_original_variation_id','88'),(841,285,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(846,287,'_wpsc_price','11.5'),(847,287,'_wpsc_stock',''),(848,287,'_wpsc_original_variation_id','60'),(849,287,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(850,288,'_wpsc_price','13.75'),(851,288,'_wpsc_stock',''),(852,288,'_wpsc_original_variation_id','89'),(853,288,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(854,289,'_wpsc_price','13.75'),(855,289,'_wpsc_stock',''),(856,289,'_wpsc_original_variation_id','62'),(857,289,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(866,292,'_wpsc_price','11.5'),(867,292,'_wpsc_stock',''),(868,292,'_wpsc_original_variation_id','65'),(869,292,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(870,293,'_wpsc_price','15'),(871,293,'_wpsc_stock',''),(872,293,'_wpsc_original_variation_id','93'),(873,293,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(878,295,'_wpsc_price','20'),(879,295,'_wpsc_stock',''),(880,295,'_wpsc_original_variation_id','80'),(881,295,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(890,6,'_edit_lock','1308610275:2'),(895,247,'_edit_lock','1361754591:2'),(897,55,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"1145735_88559864-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"1145735_88559864-300x194.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"194\";}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"1145735_88559864-1024x664.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"664\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"1145735_88559864-120x77.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"77\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"1145735_88559864-250x162.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"162\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"1145735_88559864-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"1145735_88559864-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"1145735_88559864-120x77.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"77\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"1145735_88559864-300x194.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"194\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"1145735_88559864-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}}}'),(900,311,'_wp_attached_file','2010/11/wilfridpp2.jpg'),(901,311,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:22:\"2010/11/wilfridpp2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"wilfridpp2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"wilfridpp2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:21:\"wilfridpp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:22:\"wilfridpp2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:20:\"wilfridpp2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"wilfridpp2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:21:\"wilfridpp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:22:\"wilfridpp2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:22:\"wilfridpp2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}s:10:\"wpsc-31x31\";a:3:{s:4:\"file\";s:20:\"wilfridpp2-31x31.jpg\";s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"31\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:22:\"wilfridpp2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(902,247,'_thumbnail_id','311'),(903,247,'_edit_last','2'),(904,311,'_wpsc_custom_thumb_w',''),(905,311,'_wpsc_custom_thumb_h',''),(906,311,'_wpsc_selected_image_size','medium-single-product'),(911,245,'_edit_lock','1361754611:2'),(912,245,'_thumbnail_id','246'),(913,245,'_edit_last','2'),(914,243,'_edit_lock','1361754667:2'),(915,243,'_thumbnail_id','244'),(916,244,'_wpsc_custom_thumb_w',''),(917,244,'_wpsc_custom_thumb_h',''),(918,244,'_wpsc_selected_image_size','medium-single-product'),(919,243,'_edit_last','2'),(920,241,'_edit_lock','1361754688:2'),(921,242,'_wpsc_custom_thumb_w',''),(922,242,'_wpsc_custom_thumb_h',''),(923,242,'_wpsc_selected_image_size','medium-single-product'),(924,241,'_edit_last','2'),(925,228,'_edit_lock','1361754875:2'),(926,184,'_edit_lock','1361756852:2'),(927,184,'_edit_last','2'),(928,184,'_wpsc_currency','a:0:{}'),(929,228,'_edit_last','2'),(942,204,'_edit_lock','1361836153:2'),(958,328,'_edit_last','1'),(959,328,'_edit_lock','1327327325:1'),(961,328,'_wpsc_price','15'),(962,328,'_wpsc_special_price','0'),(963,328,'_wpsc_sku',''),(964,328,'_wpsc_stock','15'),(965,328,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:5:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(966,328,'_wpsc_is_donation','0'),(967,328,'_wpsc_currency','s:6:\"a:0:{}\";'),(968,329,'_edit_last','1'),(969,329,'_edit_lock','1327327456:1'),(971,329,'_wpsc_price','10'),(972,329,'_wpsc_special_price','0'),(973,329,'_wpsc_sku',''),(974,329,'_wpsc_stock',''),(975,329,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:6:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(976,329,'_wpsc_is_donation','0'),(977,329,'_wpsc_currency','s:6:\"a:0:{}\";'),(978,330,'_edit_last','2'),(979,330,'_edit_lock','1361805782:1'),(986,330,'_wpsc_price','18'),(987,330,'_wpsc_special_price','18'),(988,330,'_wpsc_sku',''),(989,330,'_wpsc_stock',''),(990,330,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:8:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(991,330,'_wpsc_is_donation','0'),(992,330,'_wpsc_currency','a:0:{}'),(995,212,'_edit_lock','1361755159:2'),(996,332,'_wp_attached_file','2010/11/Bully-Blocker-PP-with-Guide.jpg'),(997,332,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3072\";s:6:\"height\";s:4:\"2304\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:39:\"2010/11/Bully-Blocker-PP-with-Guide.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:40:\"Bully-Blocker-PP-with-Guide-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:38:\"Bully-Blocker-PP-with-Guide-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:37:\"Bully-Blocker-PP-with-Guide-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:38:\"Bully-Blocker-PP-with-Guide-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:39:\"Bully-Blocker-PP-with-Guide-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wpsc-31x31\";a:4:{s:4:\"file\";s:37:\"Bully-Blocker-PP-with-Guide-31x31.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(998,212,'_thumbnail_id','332'),(1017,212,'_edit_last','2'),(1050,370,'_edit_last','2'),(1051,370,'_edit_lock','1529974237:2'),(1052,370,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:67:\"Berenstain Bears and Too Much Junk Food Literacy Kit (English Only)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1054,370,'_wp_page_template','default'),(1060,375,'_edit_last','2'),(1061,375,'_edit_lock','1529974062:2'),(1062,375,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:68:\"Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1064,375,'_wp_page_template','default'),(1065,378,'_edit_last','2'),(1066,378,'_edit_lock','1529974806:2'),(1067,378,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:36:\"The Bully Blockers Club Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"1\";s:6:\"optset\";s:0:\"\";}'),(1069,378,'_wp_page_template','default'),(1070,381,'_edit_last','2'),(1071,381,'_edit_lock','1424744666:2'),(1073,381,'_wp_page_template','default'),(1077,375,'_thumbnail_id','1587'),(1080,391,'_edit_last','1'),(1081,391,'_edit_lock','1361972442:1'),(1082,391,'_eshop_product','a:8:{s:3:\"sku\";s:3:\"145\";s:8:\"products\";a:3:{i:1;a:4:{s:6:\"option\";s:17:\"English Paperback\";s:5:\"price\";s:5:\"44.95\";s:6:\"weight\";s:4:\"3.14\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:74:\"Order Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"1\";s:6:\"optset\";s:0:\"\";}'),(1083,391,'_eshop_stock','1'),(1104,391,'_thumbnail_id','165'),(1110,406,'_edit_last','2'),(1111,406,'_edit_lock','1529973040:2'),(1112,406,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:45:\"Berenstain Bears and Too Much TV Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1114,406,'_wp_page_template','default'),(1122,378,'_thumbnail_id','1591'),(1124,370,'_thumbnail_id','1588'),(1125,416,'_edit_last','2'),(1126,416,'_edit_lock','1529974884:2'),(1128,416,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:54:\"The Cat In the Hat Dictionary Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1130,416,'_wp_page_template','default'),(1131,418,'_edit_last','2'),(1132,418,'_edit_lock','1529974382:2'),(1133,418,'_thumbnail_id','1594'),(1134,418,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:28:\"Charlotte\'s Web Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1136,418,'_wp_page_template','default'),(1139,423,'_edit_last','2'),(1140,423,'_edit_lock','1529974453:2'),(1141,423,'_thumbnail_id','1595'),(1142,423,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"Chrysanthemum Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1144,423,'_wp_page_template','default'),(1145,425,'_edit_last','2'),(1146,425,'_edit_lock','1529974504:2'),(1147,425,'_thumbnail_id','1596'),(1148,425,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:44:\"Click Clack Moo: Cows That Type Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1150,425,'_wp_page_template','default'),(1151,427,'_edit_last','2'),(1152,427,'_edit_lock','1529974609:2'),(1153,427,'_thumbnail_id','1598'),(1156,427,'_wp_page_template','default'),(1157,429,'_edit_last','2'),(1158,429,'_edit_lock','1529974647:2'),(1159,429,'_thumbnail_id','1599'),(1162,429,'_wp_page_template','default'),(1163,431,'_edit_last','2'),(1164,431,'_edit_lock','1529975026:2'),(1166,431,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:20:\"The Hat Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1168,431,'_wp_page_template','default'),(1169,433,'_edit_last','2'),(1170,433,'_edit_lock','1536798617:2'),(1172,433,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:39:\"Healthy Snacks Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1174,433,'_wp_page_template','default'),(1175,436,'_edit_last','2'),(1176,436,'_edit_lock','1529975094:2'),(1177,436,'_thumbnail_id','1600'),(1178,436,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:30:\"The Keeping Quilt Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1180,436,'_wp_page_template','default'),(1181,438,'_edit_last','2'),(1182,438,'_edit_lock','1529974698:2'),(1183,438,'_thumbnail_id','1603'),(1184,438,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"Swimmy Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1186,438,'_wp_page_template','default'),(1199,444,'_edit_last','2'),(1200,444,'_edit_lock','1529975293:2'),(1201,444,'_thumbnail_id','1611'),(1202,444,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:32:\"Up, Down and Around Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1204,444,'_wp_page_template','default'),(1205,446,'_edit_last','2'),(1206,446,'_edit_lock','1424749601:2'),(1207,446,'_thumbnail_id','199'),(1208,446,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:44:\"The Vegetable Group Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1210,446,'_wp_page_template','default'),(1211,448,'_thumbnail_id','1612'),(1212,448,'_edit_last','2'),(1213,448,'_edit_lock','1529975341:2'),(1214,448,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:38:\"Where the Wild Things Are Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1216,448,'_wp_page_template','default'),(1217,450,'_edit_last','2'),(1218,450,'_edit_lock','1529975406:2'),(1219,450,'_thumbnail_id','1613'),(1220,450,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"Wiggle Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1222,450,'_wp_page_template','default'),(1223,453,'_edit_last','2'),(1224,453,'_edit_lock','1529975464:2'),(1226,453,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:46:\"Wilfrid Gordon McDonald Partridge Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1228,453,'_wp_page_template','default'),(1235,457,'_edit_last','2'),(1236,457,'_edit_lock','1529975525:2'),(1238,457,'_wp_page_template','default'),(1242,461,'_edit_last','2'),(1243,461,'_edit_lock','1424749840:2'),(1244,461,'_thumbnail_id','158'),(1245,461,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:51:\"Berenstain Bears and Too Much Junk Food Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1247,461,'_wp_page_template','default'),(1248,463,'_edit_last','2'),(1249,463,'_edit_lock','1424750046:2'),(1251,463,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"Healthy Snacks Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1253,463,'_wp_page_template','default'),(1254,465,'_edit_last','2'),(1255,465,'_edit_lock','1529975487:2'),(1256,465,'_thumbnail_id','207'),(1257,465,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:71:\"Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1259,465,'_wp_page_template','default'),(1260,467,'_edit_last','2'),(1261,467,'_edit_lock','1424749800:2'),(1262,467,'_thumbnail_id','209'),(1263,467,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:24:\"Being Active Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1265,467,'_wp_page_template','default'),(1266,469,'_thumbnail_id','211'),(1267,469,'_edit_last','2'),(1268,469,'_edit_lock','1424749871:2'),(1269,469,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:44:\"Berenstain Bears and Too Much TV Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1271,469,'_wp_page_template','default'),(1272,471,'_edit_last','2'),(1273,471,'_edit_lock','1424750205:2'),(1274,471,'_thumbnail_id','332'),(1275,471,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:35:\"The Bully Blockers Club Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1277,471,'_wp_page_template','default'),(1278,473,'_edit_last','2'),(1279,473,'_edit_lock','1472428048:2'),(1280,473,'_eshop_product','a:8:{s:3:\"sku\";s:3:\"375\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:54:\"Hardcover bilingual with English directions and cards \";s:5:\"price\";s:5:\"16.00\";s:6:\"weight\";s:4:\"0.98\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:53:\"Hardcover bilingual with Spanish directions and cards\";s:5:\"price\";s:5:\"16.00\";s:6:\"weight\";s:4:\"0.98\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:10:\"English CD\";s:5:\"price\";s:5:\"11.50\";s:6:\"weight\";s:4:\".0.7\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:32:\"The Cat in the Hat - Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1281,473,'_wp_page_template','default'),(1282,473,'_thumbnail_id','1471'),(1283,473,'_eshop_stock','1'),(1284,476,'_edit_last','2'),(1285,476,'_edit_lock','1424750264:2'),(1286,476,'_thumbnail_id','217'),(1287,476,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:41:\"The Cat In the Hat Dictionary Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1289,476,'_wp_page_template','default'),(1290,478,'_edit_last','2'),(1291,478,'_edit_lock','1424749899:2'),(1292,478,'_thumbnail_id','219'),(1293,478,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:27:\"Charlotte\'s Web Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1295,478,'_wp_page_template','default'),(1296,480,'_edit_last','2'),(1297,480,'_edit_lock','1424749936:2'),(1298,480,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:25:\"Chrysanthemum Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1299,480,'_wp_page_template','default'),(1300,480,'_thumbnail_id','221'),(1302,483,'_edit_last','2'),(1303,483,'_edit_lock','1424749969:2'),(1304,483,'_thumbnail_id','223'),(1305,483,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:46:\"Click, Clack, Moo: Cows that Type Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1307,483,'_wp_page_template','default'),(1308,485,'_edit_last','2'),(1309,485,'_edit_lock','1424749994:2'),(1310,485,'_thumbnail_id','225'),(1311,485,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:20:\"Corduroy Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1313,485,'_wp_page_template','default'),(1314,487,'_edit_last','2'),(1315,487,'_edit_lock','1424750020:2'),(1316,487,'_thumbnail_id','227'),(1317,487,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:30:\"Green Eggs and Ham Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1319,487,'_wp_page_template','default'),(1320,489,'_edit_last','2'),(1321,489,'_edit_lock','1424750310:2'),(1322,489,'_thumbnail_id','229'),(1323,489,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"The Hat Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1325,489,'_wp_page_template','default'),(1326,491,'_edit_last','2'),(1327,491,'_edit_lock','1424750332:2'),(1328,491,'_thumbnail_id','231'),(1329,491,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:29:\"The Keeping Quilt Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1331,491,'_wp_page_template','default'),(1332,493,'_edit_last','2'),(1333,493,'_edit_lock','1424750114:2'),(1334,493,'_thumbnail_id','233'),(1335,493,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:18:\"Swimmy Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1337,493,'_wp_page_template','default'),(1338,495,'_edit_last','2'),(1339,495,'_edit_lock','1424750140:2'),(1340,495,'_thumbnail_id','236'),(1341,495,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:29:\"Tacky the Penguin Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1343,495,'_wp_page_template','default'),(1344,497,'_edit_last','2'),(1345,497,'_edit_lock','1424750420:2'),(1346,497,'_thumbnail_id','240'),(1347,497,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:31:\"Up, Down and Around Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1349,497,'_wp_page_template','default'),(1350,499,'_edit_last','2'),(1351,499,'_edit_lock','1424750395:2'),(1352,499,'_thumbnail_id','242'),(1353,499,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:43:\"The Vegetable Group Parent Pack (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1355,499,'_wp_page_template','default'),(1356,501,'_edit_last','2'),(1357,501,'_edit_lock','1424750445:2'),(1358,501,'_thumbnail_id','244'),(1359,501,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:37:\"Where the Wild Things Are Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1361,501,'_wp_page_template','default'),(1362,503,'_edit_last','2'),(1363,503,'_edit_lock','1424750471:2'),(1364,503,'_thumbnail_id','246'),(1367,503,'_wp_page_template','default'),(1368,505,'_edit_last','2'),(1369,505,'_edit_lock','1424750505:2'),(1370,505,'_thumbnail_id','311'),(1371,505,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:45:\"Wilfrid Gordon McDonald Partridge Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1373,505,'_wp_page_template','default'),(1384,511,'_edit_last','2'),(1385,511,'_edit_lock','1409623940:2'),(1387,511,'_wp_page_template','default'),(1391,514,'_menu_item_type','post_type'),(1392,514,'_menu_item_menu_item_parent','0'),(1393,514,'_menu_item_object_id','381'),(1394,514,'_menu_item_object','page'),(1395,514,'_menu_item_target',''),(1396,514,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1397,514,'_menu_item_xfn',''),(1398,514,'_menu_item_url',''),(1400,515,'_menu_item_type','post_type'),(1401,515,'_menu_item_menu_item_parent','0'),(1402,515,'_menu_item_object_id','457'),(1403,515,'_menu_item_object','page'),(1404,515,'_menu_item_target',''),(1405,515,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1406,515,'_menu_item_xfn',''),(1407,515,'_menu_item_url',''),(1409,516,'_menu_item_type','post_type'),(1410,516,'_menu_item_menu_item_parent','0'),(1411,516,'_menu_item_object_id','511'),(1412,516,'_menu_item_object','page'),(1413,516,'_menu_item_target',''),(1414,516,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1415,516,'_menu_item_xfn',''),(1416,516,'_menu_item_url',''),(1418,520,'_edit_last','2'),(1419,520,'_edit_lock','1529972452:2'),(1421,520,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:52:\"Berenstain Bears and Too Much Junk Food Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1423,520,'_wp_page_template','default'),(1424,523,'_edit_last','2'),(1425,523,'_edit_lock','1529972867:2'),(1426,523,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:37:\"Being Active Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1428,523,'_wp_page_template','default'),(1430,523,'_dp_original','373'),(1438,527,'_edit_last','2'),(1439,527,'_edit_lock','1529973420:2'),(1441,527,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:39:\"Healthy Snacks Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1443,527,'_wp_page_template','default'),(1444,527,'_dp_original','433'),(1452,531,'_edit_last','2'),(1453,531,'_edit_lock','1424748954:2'),(1454,531,'_thumbnail_id','199'),(1455,531,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:44:\"The Vegetable Group Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1457,531,'_wp_page_template','default'),(1458,531,'_dp_original','446'),(1459,533,'_edit_last','2'),(1460,533,'_edit_lock','1529973930:2'),(1461,533,'_thumbnail_id','1613'),(1462,533,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"Wiggle Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1464,533,'_wp_page_template','default'),(1465,533,'_dp_original','450'),(1466,536,'_edit_last','2'),(1467,536,'_edit_lock','1424749004:2'),(1468,536,'_thumbnail_id','246'),(1469,536,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:18:\"Wiggle Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1471,536,'_wp_page_template','default'),(1472,536,'_dp_original','503'),(1473,538,'_edit_last','2'),(1474,538,'_edit_lock','1424748980:2'),(1475,538,'_thumbnail_id','242'),(1476,538,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:31:\"The Vegetable Group Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1478,538,'_wp_page_template','default'),(1479,538,'_dp_original','499'),(1480,562,'_wp_attached_file','2012/03/healthysnackspp2.jpg'),(1481,562,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"387\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:28:\"2012/03/healthysnackspp2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"healthysnackspp2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"healthysnackspp2-224x300.jpg\";s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:27:\"healthysnackspp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:28:\"healthysnackspp2-187x250.jpg\";s:5:\"width\";s:3:\"187\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:26:\"healthysnackspp2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:28:\"healthysnackspp2-290x215.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:27:\"healthysnackspp2-89x120.jpg\";s:5:\"width\";s:2:\"89\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:28:\"healthysnackspp2-157x210.jpg\";s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:28:\"healthysnackspp2-290x250.jpg\";s:5:\"width\";s:3:\"290\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1482,463,'_thumbnail_id','562'),(1492,567,'_wp_attached_file','2012/03/BeingActive.jpg'),(1493,567,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:23:\"2012/03/BeingActive.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"BeingActive-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"BeingActive-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:22:\"BeingActive-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:23:\"BeingActive-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"BeingActive-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:23:\"BeingActive-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:22:\"BeingActive-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:23:\"BeingActive-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:23:\"BeingActive-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1494,523,'_thumbnail_id','1590'),(1501,574,'_wp_attached_file','2012/03/TakingCareOfMyTeath.jpg'),(1502,574,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"750\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:31:\"2012/03/TakingCareOfMyTeath.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:30:\"TakingCareOfMyTeath-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:29:\"TakingCareOfMyTeath-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:30:\"TakingCareOfMyTeath-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:31:\"TakingCareOfMyTeath-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1508,578,'_edit_last','2'),(1509,578,'_edit_lock','1529974128:2'),(1510,578,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:37:\"Being Active Literacy Kit (Bilingual)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1512,578,'_wp_page_template','default'),(1514,578,'_thumbnail_id','1590'),(1515,578,'_dp_original','523'),(1533,584,'_wp_attached_file','2012/03/Wilfred.jpg'),(1534,584,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"372\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:19:\"2012/03/Wilfred.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"Wilfred-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"Wilfred-237x300.jpg\";s:5:\"width\";s:3:\"237\";s:6:\"height\";s:3:\"300\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:18:\"Wilfred-94x120.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"120\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:19:\"Wilfred-197x250.jpg\";s:5:\"width\";s:3:\"197\";s:6:\"height\";s:3:\"250\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:17:\"Wilfred-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:19:\"Wilfred-294x215.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:18:\"Wilfred-94x120.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"120\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:19:\"Wilfred-165x210.jpg\";s:5:\"width\";s:3:\"165\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:19:\"Wilfred-294x250.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1535,453,'_thumbnail_id','1586'),(1544,595,'_edit_last','2'),(1545,595,'_edit_lock','1424748877:2'),(1546,595,'_thumbnail_id','562'),(1547,595,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"Healthy Snacks Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1549,595,'_wp_page_template','default'),(1550,595,'_dp_original','463'),(1551,596,'_edit_last','2'),(1552,596,'_edit_lock','1424748557:2'),(1553,596,'_thumbnail_id','209'),(1554,596,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:24:\"Being Active Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1556,596,'_wp_page_template','default'),(1557,596,'_dp_original','467'),(1558,599,'_edit_last','2'),(1559,599,'_edit_lock','1424748737:2'),(1560,599,'_thumbnail_id','158'),(1561,599,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:51:\"Berenstain Bears and Too Much Junk Food Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1563,599,'_wp_page_template','default'),(1564,599,'_dp_original','461'),(1565,603,'_thumbnail_id','211'),(1566,603,'_edit_last','2'),(1567,603,'_edit_lock','1424748822:2'),(1568,603,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:38:\"Berenstain and Too Much TV Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1570,603,'_wp_page_template','default'),(1571,603,'_dp_original','469'),(1574,625,'_edit_last','1'),(1575,625,'_edit_lock','1360030289:2'),(1576,625,'_eshop_product','a:8:{s:3:\"sku\";s:7:\"3432342\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:11:\"test option\";s:5:\"price\";s:4:\"0.01\";s:6:\"weight\";s:3:\"0.1\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:23:\"Test Option Description\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1578,625,'_wp_page_template','default'),(1580,625,'_eshop_stock','1'),(1581,170,'_edit_lock','1361836674:2'),(1582,192,'_edit_lock','1361836395:2'),(1583,630,'_edit_last','2'),(1584,630,'_edit_lock','1529974744:2'),(1585,630,'_thumbnail_id','1604'),(1586,630,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:30:\"Tacky the Penguin Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1588,630,'_wp_page_template','default'),(1589,632,'_edit_last','2'),(1590,632,'_edit_lock','1529974963:2'),(1591,632,'_thumbnail_id','1593'),(1592,632,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:31:\"The Cat In the Hat Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1594,632,'_wp_page_template','default'),(1620,806,'_wp_attached_file','2012/03/BerensteinTooMuchTV2.jpg'),(1621,806,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3072\";s:6:\"height\";s:4:\"2304\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:32:\"2012/03/BerensteinTooMuchTV2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"BerensteinTooMuchTV2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:32:\"BerensteinTooMuchTV2-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:33:\"BerensteinTooMuchTV2-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:31:\"BerensteinTooMuchTV2-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:32:\"BerensteinTooMuchTV2-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:30:\"BerensteinTooMuchTV2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:32:\"BerensteinTooMuchTV2-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:31:\"BerensteinTooMuchTV2-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:32:\"BerensteinTooMuchTV2-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:32:\"BerensteinTooMuchTV2-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1642,7,'_edit_lock','1360030493:2'),(1643,339,'_edit_lock','1360287510:2'),(1644,340,'_edit_lock','1360030608:2'),(1645,316,'_edit_lock','1360287541:2'),(1656,820,'_edit_last','2'),(1657,820,'_edit_lock','1424750360:2'),(1659,820,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:43:\"The Scrambled States of America Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1661,820,'_wp_page_template','default'),(1663,820,'_dp_original','595'),(1666,822,'_wp_attached_file','2013/02/ScrambledPP1.jpg'),(1667,822,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:24:\"2013/02/ScrambledPP1.jpg\";s:5:\"sizes\";a:3:{s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:24:\"ScrambledPP1-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:22:\"ScrambledPP1-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:24:\"ScrambledPP1-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1668,825,'_edit_last','2'),(1669,825,'_edit_lock','1529975167:2'),(1670,825,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:44:\"The Scrambled States of America Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1672,825,'_wp_page_template','default'),(1674,825,'_dp_original','820'),(1675,820,'_thumbnail_id','822'),(1676,825,'_thumbnail_id','1602'),(1677,841,'_edit_last','2'),(1678,841,'_edit_lock','1529974321:2'),(1679,841,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:60:\"Berenstain Bears and Too Much TV Literacy Kit (English only)\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(1681,841,'_wp_page_template','default'),(1684,841,'_dp_original','525'),(1702,853,'_wp_attached_file','2013/02/Bullying2.jpg'),(1703,853,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:21:\"2013/02/Bullying2.jpg\";s:5:\"sizes\";a:3:{s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:21:\"Bullying2-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:19:\"Bullying2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:21:\"Bullying2-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1711,862,'_wp_attached_file','2012/03/Hat3.jpg'),(1712,862,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:16:\"2012/03/Hat3.jpg\";s:5:\"sizes\";a:3:{s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:16:\"Hat3-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:14:\"Hat3-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:16:\"Hat3-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1713,431,'_thumbnail_id','1605'),(1714,864,'_wp_attached_file','2012/03/CatInTheHatDicionary2.jpg'),(1715,864,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:33:\"2012/03/CatInTheHatDicionary2.jpg\";s:5:\"sizes\";a:3:{s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:33:\"CatInTheHatDicionary2-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:31:\"CatInTheHatDicionary2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:33:\"CatInTheHatDicionary2-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1716,416,'_thumbnail_id','1592'),(1717,866,'_wp_attached_file','2012/03/BullyingPP2.jpg'),(1718,866,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:23:\"2012/03/BullyingPP2.jpg\";s:5:\"sizes\";a:3:{s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:23:\"BullyingPP2-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"BullyingPP2-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:23:\"BullyingPP2-120x120.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"120\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1720,344,'_edit_lock','1556758430:2'),(1738,871,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:9:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1739,871,'_wpsc_original_id','52'),(1740,871,'_wpsc_price','11.5'),(1741,871,'_wpsc_special_price','0'),(1742,871,'_wpsc_stock',''),(1743,871,'_wpsc_is_donation','0'),(1744,871,'_wpsc_sku',''),(1745,871,'_edit_lock','1360289369:2'),(1746,871,'_thumbnail_id','311'),(1747,871,'_edit_last','2'),(1768,871,'_wpsc_currency','a:0:{}'),(1777,295,'_edit_lock','1361239695:2'),(1778,295,'_edit_last','2'),(1779,295,'_wpsc_special_price','20'),(1780,295,'_wpsc_sku',''),(1781,295,'_wpsc_is_donation','0'),(1782,295,'_wpsc_currency','a:0:{}'),(1789,292,'_edit_lock','1361239893:2'),(1790,292,'_edit_last','2'),(1791,292,'_wpsc_special_price','11.5'),(1792,292,'_wpsc_sku',''),(1793,292,'_wpsc_is_donation','0'),(1794,292,'_wpsc_currency','a:0:{}'),(1795,293,'_edit_lock','1361239922:2'),(1796,293,'_edit_last','2'),(1797,293,'_wpsc_special_price','15'),(1798,293,'_wpsc_sku',''),(1799,293,'_wpsc_is_donation','0'),(1800,293,'_wpsc_currency','a:0:{}'),(1801,289,'_edit_lock','1361240119:2'),(1802,289,'_edit_last','2'),(1803,289,'_wpsc_special_price','13.75'),(1804,289,'_wpsc_sku',''),(1805,289,'_wpsc_is_donation','0'),(1806,289,'_wpsc_currency','a:0:{}'),(1871,895,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:11:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1872,895,'_wpsc_original_id','52'),(1873,895,'_wpsc_price','13.75'),(1874,895,'_wpsc_special_price','13.75'),(1875,895,'_wpsc_stock',''),(1876,895,'_wpsc_is_donation','0'),(1877,895,'_wpsc_sku',''),(1878,895,'_edit_lock','1361239444:2'),(1879,895,'_thumbnail_id','311'),(1880,895,'_edit_last','2'),(1881,896,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:11:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1882,896,'_wpsc_original_id','52'),(1883,896,'_wpsc_price','16'),(1884,896,'_wpsc_special_price','16'),(1885,896,'_wpsc_stock',''),(1886,896,'_wpsc_is_donation','0'),(1887,896,'_wpsc_sku',''),(1888,896,'_edit_lock','1361239464:2'),(1889,896,'_thumbnail_id','311'),(1890,896,'_edit_last','2'),(1891,895,'_wpsc_currency','a:0:{}'),(1892,896,'_wpsc_currency','a:0:{}'),(1893,897,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:5:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1894,897,'_wpsc_original_id','51'),(1895,897,'_wpsc_price','20'),(1896,897,'_wpsc_special_price','20'),(1897,897,'_wpsc_stock',''),(1898,897,'_wpsc_is_donation','0'),(1899,897,'_wpsc_sku',''),(1900,897,'_edit_lock','1361239712:2'),(1901,897,'_thumbnail_id','246'),(1902,897,'_edit_last','2'),(1903,897,'_wpsc_currency','a:0:{}'),(1904,898,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1905,898,'_wpsc_original_id','50'),(1906,898,'_wpsc_price','15'),(1907,898,'_wpsc_special_price','15'),(1908,898,'_wpsc_stock',''),(1909,898,'_wpsc_is_donation','0'),(1910,898,'_wpsc_sku',''),(1911,898,'_edit_lock','1361239942:2'),(1912,898,'_thumbnail_id','244'),(1913,898,'_edit_last','2'),(1914,898,'_wpsc_currency','a:0:{}'),(1915,899,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:4:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1916,899,'_wpsc_original_id','49'),(1917,899,'_wpsc_price','23'),(1918,899,'_wpsc_special_price','23'),(1919,899,'_wpsc_stock',''),(1920,899,'_wpsc_is_donation','0'),(1921,899,'_wpsc_sku',''),(1922,899,'_edit_lock','1361240373:2'),(1923,899,'_edit_last','2'),(1924,900,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1925,900,'_wpsc_original_id','49'),(1926,900,'_wpsc_price','20'),(1927,900,'_wpsc_special_price','20'),(1928,900,'_wpsc_stock',''),(1929,900,'_wpsc_is_donation','0'),(1930,900,'_wpsc_sku',''),(1931,900,'_edit_lock','1361240168:2'),(1932,900,'_edit_last','2'),(1933,899,'_wpsc_currency','a:0:{}'),(1934,239,'_edit_lock','1361754708:2'),(1935,239,'_edit_last','2'),(1936,239,'_wpsc_currency','a:0:{}'),(1937,237,'_edit_lock','1361754734:2'),(1938,237,'_edit_last','2'),(1939,237,'_wpsc_currency','a:0:{}'),(1940,903,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1941,903,'_wpsc_original_id','47'),(1942,903,'_wpsc_price','23'),(1943,903,'_wpsc_special_price','23'),(1944,903,'_wpsc_stock',''),(1945,903,'_wpsc_is_donation','0'),(1946,903,'_wpsc_sku',''),(1947,903,'_wpsc_currency','0:0:{}'),(1948,903,'_edit_last','2'),(1949,903,'_edit_lock','1361240891:2'),(1950,904,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1951,904,'_wpsc_original_id','47'),(1952,904,'_wpsc_price','23'),(1953,904,'_wpsc_special_price','23'),(1954,904,'_wpsc_stock',''),(1955,904,'_wpsc_is_donation','0'),(1956,904,'_wpsc_sku',''),(1957,904,'_wpsc_currency','0:0:{}'),(1958,904,'_edit_last','2'),(1959,904,'_edit_lock','1361240925:2'),(1960,234,'_edit_lock','1361754755:2'),(1961,905,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1962,905,'_wpsc_original_id','46'),(1963,905,'_wpsc_price','13.75'),(1964,905,'_wpsc_special_price','13.75'),(1965,905,'_wpsc_stock',''),(1966,905,'_wpsc_is_donation','0'),(1967,905,'_wpsc_sku',''),(1968,905,'_edit_lock','1361241241:2'),(1969,234,'_edit_last','2'),(1970,287,'_edit_lock','1361241175:2'),(1971,287,'_edit_last','2'),(1972,287,'_wpsc_special_price','11.5'),(1973,287,'_wpsc_sku',''),(1974,287,'_wpsc_is_donation','0'),(1975,287,'_wpsc_currency','a:0:{}'),(1976,288,'_edit_lock','1361241212:2'),(1977,288,'_edit_last','2'),(1978,288,'_wpsc_special_price','13.75'),(1979,288,'_wpsc_sku',''),(1980,288,'_wpsc_is_donation','0'),(1981,288,'_wpsc_currency','a:0:{}'),(1982,905,'_edit_last','2'),(1983,905,'_wpsc_currency','a:0:{}'),(1984,236,'_wpsc_custom_thumb_w',''),(1985,236,'_wpsc_custom_thumb_h',''),(1986,236,'_wpsc_selected_image_size','medium-single-product'),(1990,232,'_edit_lock','1361754803:2'),(1991,907,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(1992,907,'_wpsc_original_id','45'),(1993,907,'_wpsc_price','12'),(1994,907,'_wpsc_special_price','12'),(1995,907,'_wpsc_stock',''),(1996,907,'_wpsc_is_donation','0'),(1997,907,'_wpsc_sku',''),(1998,907,'_edit_lock','1361241835:2'),(1999,907,'_edit_last','2'),(2000,907,'_wpsc_currency','a:0:{}'),(2001,285,'_edit_lock','1361241865:2'),(2002,285,'_edit_last','2'),(2003,285,'_wpsc_special_price','12'),(2004,285,'_wpsc_sku',''),(2005,285,'_wpsc_is_donation','0'),(2006,285,'_wpsc_currency','a:0:{}'),(2007,230,'_edit_lock','1361754841:2'),(2008,909,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2009,909,'_wpsc_original_id','44'),(2010,909,'_wpsc_price','12.5'),(2011,909,'_wpsc_special_price','12.5'),(2012,909,'_wpsc_stock',''),(2013,909,'_wpsc_is_donation','0'),(2014,909,'_wpsc_sku',''),(2015,909,'_edit_lock','1361241934:2'),(2016,909,'_edit_last','2'),(2017,909,'_wpsc_currency','a:0:{}'),(2018,283,'_edit_lock','1361241956:2'),(2019,283,'_edit_last','2'),(2020,283,'_wpsc_special_price','12.5'),(2021,283,'_wpsc_sku',''),(2022,283,'_wpsc_is_donation','0'),(2023,283,'_wpsc_currency','a:0:{}'),(2024,230,'_edit_last','2'),(2025,911,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2026,911,'_wpsc_original_id','43'),(2027,911,'_wpsc_price','20.75'),(2028,911,'_wpsc_special_price','20.75'),(2029,911,'_wpsc_stock',''),(2030,911,'_wpsc_is_donation','0'),(2031,911,'_wpsc_sku',''),(2032,911,'_edit_last','2'),(2033,911,'_edit_lock','1361242024:2'),(2034,912,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2035,912,'_wpsc_original_id','43'),(2036,912,'_wpsc_price','13.75'),(2037,912,'_wpsc_special_price','13.75'),(2038,912,'_wpsc_stock',''),(2039,912,'_wpsc_is_donation','0'),(2040,912,'_wpsc_sku',''),(2041,912,'_edit_last','2'),(2042,912,'_edit_lock','1361242040:2'),(2043,911,'_wpsc_currency','a:0:{}'),(2044,912,'_wpsc_currency','a:0:{}'),(2045,226,'_edit_lock','1361754906:2'),(2046,913,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2047,913,'_wpsc_original_id','42'),(2048,913,'_wpsc_price','15'),(2049,913,'_wpsc_special_price','15'),(2050,913,'_wpsc_stock',''),(2051,913,'_wpsc_is_donation','0'),(2052,913,'_wpsc_sku',''),(2053,913,'_edit_lock','1361242127:2'),(2054,913,'_edit_last','2'),(2055,913,'_wpsc_currency','a:0:{}'),(2056,277,'_edit_lock','1361242166:2'),(2057,277,'_edit_last','2'),(2058,277,'_wpsc_special_price','16'),(2059,277,'_wpsc_sku',''),(2060,277,'_wpsc_is_donation','0'),(2061,277,'_wpsc_currency','a:0:{}'),(2062,278,'_edit_lock','1361242209:2'),(2063,278,'_edit_last','2'),(2064,278,'_wpsc_special_price','11.5'),(2065,278,'_wpsc_sku',''),(2066,278,'_wpsc_is_donation','0'),(2067,278,'_wpsc_currency','a:0:{}'),(2068,224,'_edit_lock','1361754939:2'),(2069,915,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2070,915,'_wpsc_original_id','41'),(2071,915,'_wpsc_price','13.75'),(2072,915,'_wpsc_special_price','13.75'),(2073,915,'_wpsc_stock',''),(2074,915,'_wpsc_is_donation','0'),(2075,915,'_wpsc_sku',''),(2076,915,'_edit_lock','1361242276:2'),(2077,915,'_edit_last','2'),(2078,915,'_wpsc_currency','a:0:{}'),(2079,273,'_edit_lock','1361242296:2'),(2080,273,'_edit_last','2'),(2081,273,'_wpsc_special_price','11.5'),(2082,273,'_wpsc_sku',''),(2083,273,'_wpsc_is_donation','0'),(2084,273,'_wpsc_currency','a:0:{}'),(2085,274,'_edit_lock','1361242332:2'),(2086,274,'_edit_last','2'),(2087,274,'_wpsc_special_price','13.75'),(2088,274,'_wpsc_sku',''),(2089,274,'_wpsc_is_donation','0'),(2090,274,'_wpsc_currency','a:0:{}'),(2091,222,'_edit_lock','1361754974:2'),(2092,916,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2093,916,'_wpsc_original_id','40'),(2094,916,'_wpsc_price','15'),(2095,916,'_wpsc_special_price','15'),(2096,916,'_wpsc_stock',''),(2097,916,'_wpsc_is_donation','0'),(2098,916,'_wpsc_sku',''),(2099,916,'_edit_lock','1361242445:2'),(2100,917,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2101,917,'_wpsc_original_id','40'),(2102,917,'_wpsc_price','15'),(2103,917,'_wpsc_special_price','15'),(2104,917,'_wpsc_stock',''),(2105,917,'_wpsc_is_donation','0'),(2106,917,'_wpsc_sku',''),(2107,917,'_edit_lock','1361242389:2'),(2108,917,'_edit_last','2'),(2109,917,'_wpsc_currency','a:0:{}'),(2110,269,'_edit_lock','1361242407:2'),(2111,269,'_edit_last','2'),(2112,269,'_wpsc_special_price','11.5'),(2113,269,'_wpsc_sku',''),(2114,269,'_wpsc_is_donation','0'),(2115,269,'_wpsc_currency','a:0:{}'),(2116,270,'_edit_lock','1361242426:2'),(2117,270,'_edit_last','2'),(2118,270,'_wpsc_special_price','11.5'),(2119,270,'_wpsc_sku',''),(2120,270,'_wpsc_is_donation','0'),(2121,270,'_wpsc_currency','a:0:{}'),(2122,916,'_edit_last','2'),(2123,916,'_wpsc_currency','a:0:{}'),(2124,220,'_edit_lock','1361755009:2'),(2125,918,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2126,918,'_wpsc_original_id','39'),(2127,918,'_wpsc_price','12.5'),(2128,918,'_wpsc_special_price','12.5'),(2129,918,'_wpsc_stock',''),(2130,918,'_wpsc_is_donation','0'),(2131,918,'_wpsc_sku',''),(2132,918,'_edit_lock','1361242520:2'),(2133,919,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2134,919,'_wpsc_original_id','39'),(2135,919,'_wpsc_price','14.5'),(2136,919,'_wpsc_special_price','14.5'),(2137,919,'_wpsc_stock',''),(2138,919,'_wpsc_is_donation','0'),(2139,919,'_wpsc_sku',''),(2140,919,'_edit_lock','1361242574:2'),(2141,918,'_edit_last','2'),(2142,918,'_wpsc_currency','a:0:{}'),(2143,265,'_edit_lock','1361242537:2'),(2144,265,'_edit_last','2'),(2145,265,'_wpsc_special_price','11.5'),(2146,265,'_wpsc_sku',''),(2147,265,'_wpsc_is_donation','0'),(2148,265,'_wpsc_currency','a:0:{}'),(2149,266,'_edit_lock','1361242553:2'),(2150,266,'_edit_last','2'),(2151,266,'_wpsc_special_price','11.5'),(2152,266,'_wpsc_sku',''),(2153,266,'_wpsc_is_donation','0'),(2154,266,'_wpsc_currency','a:0:{}'),(2155,919,'_edit_last','2'),(2156,919,'_wpsc_currency','a:0:{}'),(2157,220,'_edit_last','2'),(2158,218,'_edit_lock','1361755041:2'),(2159,920,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2160,920,'_wpsc_original_id','38'),(2161,920,'_wpsc_price','15'),(2162,920,'_wpsc_special_price','15'),(2163,920,'_wpsc_stock',''),(2164,920,'_wpsc_is_donation','0'),(2165,920,'_wpsc_sku',''),(2166,920,'_edit_lock','1361242621:2'),(2167,920,'_edit_last','2'),(2168,920,'_wpsc_currency','a:0:{}'),(2169,263,'_edit_lock','1361242647:2'),(2170,263,'_edit_last','2'),(2171,263,'_wpsc_special_price','15'),(2172,263,'_wpsc_sku',''),(2173,263,'_wpsc_is_donation','0'),(2174,263,'_wpsc_currency','a:0:{}'),(2175,218,'_edit_last','2'),(2176,216,'_edit_lock','1361755063:2'),(2177,921,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2178,921,'_wpsc_original_id','37'),(2179,921,'_wpsc_price','23'),(2180,921,'_wpsc_special_price','23'),(2181,921,'_wpsc_stock',''),(2182,921,'_wpsc_is_donation','0'),(2183,921,'_wpsc_sku',''),(2184,921,'_edit_lock','1361242731:2'),(2185,922,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2186,922,'_wpsc_original_id','37'),(2187,922,'_wpsc_price','23'),(2188,922,'_wpsc_special_price','23'),(2189,922,'_wpsc_stock',''),(2190,922,'_wpsc_is_donation','0'),(2191,922,'_wpsc_sku',''),(2192,922,'_edit_lock','1361242753:2'),(2193,921,'_edit_last','2'),(2194,921,'_wpsc_currency','a:0:{}'),(2195,922,'_edit_last','2'),(2196,922,'_wpsc_currency','a:0:{}'),(2197,216,'_edit_last','2'),(2198,214,'_edit_lock','1361755090:2'),(2199,923,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2200,923,'_wpsc_original_id','36'),(2201,923,'_wpsc_price','16'),(2202,923,'_wpsc_special_price','16'),(2203,923,'_wpsc_stock',''),(2204,923,'_wpsc_is_donation','0'),(2205,923,'_wpsc_sku',''),(2206,923,'_edit_lock','1361242808:2'),(2207,924,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2208,924,'_wpsc_original_id','36'),(2209,924,'_wpsc_price','16'),(2210,924,'_wpsc_special_price','16'),(2211,924,'_wpsc_stock',''),(2212,924,'_wpsc_is_donation','0'),(2213,924,'_wpsc_sku',''),(2214,924,'_edit_lock','1361242850:2'),(2215,923,'_edit_last','2'),(2216,923,'_wpsc_currency','a:0:{}'),(2217,260,'_edit_lock','1361242827:2'),(2218,260,'_edit_last','2'),(2219,260,'_wpsc_special_price','11.5'),(2220,260,'_wpsc_sku',''),(2221,260,'_wpsc_is_donation','0'),(2222,260,'_wpsc_currency','a:0:{}'),(2223,924,'_edit_last','2'),(2224,924,'_wpsc_currency','a:0:{}'),(2225,214,'_edit_last','2'),(2226,232,'_edit_last','2'),(2227,226,'_edit_last','2'),(2228,224,'_edit_last','2'),(2229,222,'_edit_last','2'),(2230,212,'_wpsc_currency','a:0:{}'),(2231,210,'_edit_lock','1361755236:2'),(2232,210,'_edit_last','2'),(2233,210,'_wpsc_currency','a:0:{}'),(2234,208,'_edit_lock','1361755506:2'),(2235,208,'_edit_last','2'),(2236,925,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2237,925,'_wpsc_original_id','33'),(2238,925,'_wpsc_price','23'),(2239,925,'_wpsc_special_price','23'),(2240,925,'_wpsc_stock',''),(2241,925,'_wpsc_is_donation','0'),(2242,925,'_wpsc_sku',''),(2243,925,'_edit_lock','1361755565:2'),(2244,925,'_edit_last','2'),(2245,926,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2246,926,'_wpsc_original_id','33'),(2247,926,'_wpsc_price','23'),(2248,926,'_wpsc_special_price','23'),(2249,926,'_wpsc_stock',''),(2250,926,'_wpsc_is_donation','0'),(2251,926,'_wpsc_sku',''),(2252,926,'_edit_lock','1361755580:2'),(2253,926,'_edit_last','2'),(2263,928,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2264,928,'_wpsc_original_id','33'),(2265,928,'_wpsc_price','13'),(2266,928,'_wpsc_special_price','13'),(2267,928,'_wpsc_stock',''),(2268,928,'_wpsc_is_donation','0'),(2269,928,'_wpsc_sku',''),(2270,928,'_edit_lock','1361755545:2'),(2271,928,'_edit_last','2'),(2272,928,'_wpsc_currency','a:0:{}'),(2273,925,'_wpsc_currency','a:0:{}'),(2274,926,'_wpsc_currency','a:0:{}'),(2275,206,'_edit_lock','1361755656:2'),(2276,206,'_edit_last','2'),(2277,929,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2278,929,'_wpsc_original_id','32'),(2279,929,'_wpsc_price','11.5'),(2280,929,'_wpsc_special_price','11.5'),(2281,929,'_wpsc_stock',''),(2282,929,'_wpsc_is_donation','0'),(2283,929,'_wpsc_sku',''),(2284,929,'_edit_lock','1361755764:2'),(2285,929,'_edit_last','2'),(2286,930,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2287,930,'_wpsc_original_id','32'),(2288,930,'_wpsc_price','12'),(2289,930,'_wpsc_special_price','12'),(2290,930,'_wpsc_stock',''),(2291,930,'_wpsc_is_donation','0'),(2292,930,'_wpsc_sku',''),(2293,930,'_edit_lock','1361755713:2'),(2294,930,'_edit_last','2'),(2295,930,'_wpsc_currency','a:0:{}'),(2296,255,'_edit_lock','1361755745:2'),(2297,255,'_edit_last','2'),(2298,255,'_wpsc_special_price','14'),(2299,255,'_wpsc_sku',''),(2300,255,'_wpsc_is_donation','0'),(2301,255,'_wpsc_currency','a:0:{}'),(2302,929,'_wpsc_currency','a:0:{}'),(2311,932,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2312,932,'_wpsc_original_id','31'),(2313,932,'_wpsc_price','11.5'),(2314,932,'_wpsc_special_price','11.5'),(2315,932,'_wpsc_stock',''),(2316,932,'_wpsc_is_donation','0'),(2317,932,'_wpsc_sku',''),(2318,932,'_edit_lock','1361756031:2'),(2431,204,'_edit_last','2'),(2434,932,'_edit_last','2'),(2435,932,'_wpsc_currency','a:0:{}'),(2436,202,'_edit_lock','1361756324:2'),(2437,202,'_edit_last','2'),(2444,200,'_edit_lock','1361836347:2'),(2453,949,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2454,949,'_wpsc_original_id','29'),(2455,949,'_wpsc_price','11.5'),(2456,949,'_wpsc_special_price','11.5'),(2457,949,'_wpsc_stock',''),(2458,949,'_wpsc_is_donation','0'),(2459,949,'_wpsc_sku',''),(2460,949,'_edit_lock','1361756450:2'),(2461,949,'_edit_last','2'),(2462,949,'_wpsc_currency','a:0:{}'),(2463,200,'_edit_last','2'),(2464,198,'_edit_lock','1361756397:2'),(2465,198,'_edit_last','2'),(2466,198,'_wpsc_currency','a:0:{}'),(2467,196,'_edit_lock','1361758052:2'),(2468,196,'_edit_last','2'),(2469,196,'_wpsc_currency','a:0:{}'),(2470,194,'_edit_lock','1361756610:2'),(2471,194,'_edit_last','2'),(2472,194,'_wpsc_currency','a:0:{}'),(2473,192,'_edit_last','2'),(2474,192,'_wpsc_currency','a:0:{}'),(2485,952,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2486,952,'_wpsc_original_id','25'),(2487,952,'_wpsc_price','11.5'),(2488,952,'_wpsc_special_price','11.5'),(2489,952,'_wpsc_stock',''),(2490,952,'_wpsc_is_donation','0'),(2491,952,'_wpsc_sku',''),(2492,952,'_edit_lock','1361756750:2'),(2493,952,'_edit_last','2'),(2494,952,'_wpsc_currency','0:0:{}'),(2495,190,'_edit_lock','1361823919:1'),(2496,190,'_edit_last','2'),(2497,190,'_wpsc_currency','a:0:{}'),(2498,188,'_edit_lock','1361756763:2'),(2499,188,'_edit_last','2'),(2500,188,'_wpsc_currency','a:0:{}'),(2501,186,'_edit_lock','1361756799:2'),(2502,186,'_edit_last','2'),(2503,186,'_wpsc_currency','a:0:{}'),(2504,182,'_edit_lock','1361836465:2'),(2505,182,'_edit_last','2'),(2506,182,'_wpsc_currency','a:0:{}'),(2517,955,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2518,955,'_wpsc_original_id','20'),(2519,955,'_wpsc_price','11.5'),(2520,955,'_wpsc_special_price','11.5'),(2521,955,'_wpsc_stock',''),(2522,955,'_wpsc_is_donation','0'),(2523,955,'_wpsc_sku',''),(2524,955,'_wpsc_currency','0:0:{}'),(2525,955,'_edit_last','2'),(2526,955,'_edit_lock','1361757028:2'),(2527,180,'_edit_lock','1361836511:2'),(2528,180,'_edit_last','2'),(2529,180,'_wpsc_currency','a:0:{}'),(2540,957,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2541,957,'_wpsc_original_id','19'),(2542,957,'_wpsc_price','11.5'),(2543,957,'_wpsc_special_price','11.5'),(2544,957,'_wpsc_stock',''),(2545,957,'_wpsc_is_donation','0'),(2546,957,'_wpsc_sku',''),(2547,957,'_wpsc_currency','0:0:{}'),(2548,957,'_edit_last','2'),(2549,957,'_edit_lock','1361757103:2'),(2550,178,'_edit_lock','1361836548:2'),(2551,178,'_edit_last','2'),(2552,178,'_wpsc_currency','a:0:{}'),(2563,959,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2564,959,'_wpsc_original_id','18'),(2565,959,'_wpsc_price','11.5'),(2566,959,'_wpsc_special_price','11.5'),(2567,959,'_wpsc_stock',''),(2568,959,'_wpsc_is_donation','0'),(2569,959,'_wpsc_sku',''),(2570,959,'_wpsc_currency','0:0:{}'),(2571,959,'_edit_lock','1361757186:2'),(2572,959,'_edit_last','2'),(2573,960,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2574,960,'_wpsc_original_id','18'),(2575,960,'_wpsc_price','11.5'),(2576,960,'_wpsc_special_price','11.5'),(2577,960,'_wpsc_stock',''),(2578,960,'_wpsc_is_donation','0'),(2579,960,'_wpsc_sku',''),(2580,960,'_wpsc_currency','0:0:{}'),(2581,960,'_edit_lock','1361757168:2'),(2582,960,'_edit_last','2'),(2583,176,'_edit_lock','1361836591:2'),(2584,176,'_edit_last','2'),(2585,176,'_wpsc_currency','a:0:{}'),(2596,962,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2597,962,'_wpsc_original_id','17'),(2598,962,'_wpsc_price','11.5'),(2599,962,'_wpsc_special_price','11.5'),(2600,962,'_wpsc_stock',''),(2601,962,'_wpsc_is_donation','0'),(2602,962,'_wpsc_sku',''),(2603,962,'_edit_lock','1361757249:2'),(2604,962,'_edit_last','2'),(2605,962,'_wpsc_currency','0:0:{}'),(2606,963,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2607,963,'_wpsc_original_id','17'),(2608,963,'_wpsc_price','11.5'),(2609,963,'_wpsc_special_price','11.5'),(2610,963,'_wpsc_stock',''),(2611,963,'_wpsc_is_donation','0'),(2612,963,'_wpsc_sku',''),(2613,963,'_edit_lock','1361757263:2'),(2614,963,'_edit_last','2'),(2615,963,'_wpsc_currency','0:0:{}'),(2616,174,'_edit_lock','1361757179:2'),(2617,174,'_edit_last','2'),(2618,174,'_wpsc_currency','a:0:{}'),(2619,172,'_edit_lock','1361757209:2'),(2620,172,'_edit_last','2'),(2621,172,'_wpsc_currency','a:0:{}'),(2622,170,'_edit_last','2'),(2623,170,'_wpsc_currency','a:0:{}'),(2634,965,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2635,965,'_wpsc_original_id','14'),(2636,965,'_wpsc_price','11.5'),(2637,965,'_wpsc_special_price','11.5'),(2638,965,'_wpsc_stock',''),(2639,965,'_wpsc_is_donation','0'),(2640,965,'_wpsc_sku',''),(2641,965,'_edit_lock','1361757503:2'),(2642,965,'_edit_last','2'),(2643,965,'_wpsc_currency','0:0:{}'),(2644,168,'_edit_lock','1361757447:2'),(2645,168,'_edit_last','2'),(2646,168,'_wpsc_currency','a:0:{}'),(2647,166,'_edit_lock','1361757481:2'),(2648,166,'_edit_last','2'),(2649,166,'_wpsc_currency','a:0:{}'),(2650,164,'_edit_lock','1411663473:1'),(2651,164,'_edit_last','2'),(2652,164,'_wpsc_currency','a:0:{}'),(2663,968,'_wpsc_product_metadata','a:16:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2664,968,'_wpsc_original_id','9'),(2665,968,'_wpsc_price','11.5'),(2666,968,'_wpsc_special_price','11.5'),(2667,968,'_wpsc_stock',''),(2668,968,'_wpsc_is_donation','0'),(2669,968,'_wpsc_sku',''),(2670,968,'_edit_lock','1361757657:2'),(2671,968,'_edit_last','2'),(2672,968,'_wpsc_currency','0:0:{}'),(2675,159,'_edit_lock','1361757657:2'),(2676,159,'_edit_last','2'),(2677,159,'_wpsc_currency','a:0:{}'),(2678,157,'_edit_lock','1361836742:2'),(2679,157,'_edit_last','2'),(2680,157,'_wpsc_currency','a:0:{}'),(2681,155,'_edit_lock','1361757952:2'),(2682,155,'_edit_last','2'),(2683,155,'_wpsc_currency','a:0:{}'),(2684,969,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:7:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2685,969,'_wpsc_original_id','24'),(2686,969,'_wpsc_price','39.95'),(2687,969,'_wpsc_special_price','39.95'),(2688,969,'_wpsc_stock',''),(2689,969,'_wpsc_is_donation','0'),(2690,969,'_wpsc_sku',''),(2691,969,'_wpsc_currency','a:0:{}'),(2692,969,'_edit_lock','1361823885:1'),(2693,969,'_edit_last','2'),(2696,971,'_wp_attached_file','2013/02/ScrambledStates.jpg'),(2697,971,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3072\";s:6:\"height\";s:4:\"2304\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:27:\"2013/02/ScrambledStates.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"ScrambledStates-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"ScrambledStates-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"ScrambledStates-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:26:\"ScrambledStates-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:27:\"ScrambledStates-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:25:\"ScrambledStates-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:27:\"ScrambledStates-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:26:\"ScrambledStates-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:27:\"ScrambledStates-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:27:\"ScrambledStates-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";b:0;}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2698,971,'_wpsc_custom_thumb_w',''),(2699,971,'_wpsc_custom_thumb_h',''),(2700,971,'_wpsc_selected_image_size','medium-single-product'),(2703,973,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:9:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2704,973,'_wpsc_original_id','24'),(2705,973,'_wpsc_price','16'),(2706,973,'_wpsc_special_price','16'),(2707,973,'_wpsc_stock',''),(2708,973,'_wpsc_is_donation','0'),(2709,973,'_wpsc_sku',''),(2710,973,'_wpsc_currency','a:0:{}'),(2711,973,'_edit_lock','1361823577:1'),(2712,973,'_edit_last','2'),(2718,976,'_wp_attached_file','2013/02/Scrambled.jpg'),(2719,976,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3072\";s:6:\"height\";s:4:\"2304\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:21:\"2013/02/Scrambled.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"Scrambled-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"Scrambled-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:22:\"Scrambled-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}s:18:\"product-thumbnails\";a:3:{s:4:\"file\";s:20:\"Scrambled-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:15:\"gold-thumbnails\";a:3:{s:4:\"file\";s:21:\"Scrambled-250x187.jpg\";s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"187\";}s:24:\"admin-product-thumbnails\";a:3:{s:4:\"file\";s:19:\"Scrambled-38x38.jpg\";s:5:\"width\";s:2:\"38\";s:6:\"height\";s:2:\"38\";}s:27:\"featured-product-thumbnails\";a:3:{s:4:\"file\";s:21:\"Scrambled-425x215.jpg\";s:5:\"width\";s:3:\"425\";s:6:\"height\";s:3:\"215\";}s:23:\"small-product-thumbnail\";a:3:{s:4:\"file\";s:20:\"Scrambled-120x90.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:2:\"90\";}s:21:\"medium-single-product\";a:3:{s:4:\"file\";s:21:\"Scrambled-280x210.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"210\";}s:9:\"postThumb\";a:3:{s:4:\"file\";s:21:\"Scrambled-515x250.jpg\";s:5:\"width\";s:3:\"515\";s:6:\"height\";s:3:\"250\";}s:12:\"wpsc-120x120\";a:4:{s:4:\"file\";s:21:\"Scrambled-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wpsc-31x31\";a:4:{s:4:\"file\";s:19:\"Scrambled-31x31.jpg\";s:5:\"width\";i:31;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2720,976,'_wpsc_custom_thumb_w',''),(2721,976,'_wpsc_custom_thumb_h',''),(2722,976,'_wpsc_selected_image_size','medium-single-product'),(2723,977,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2724,977,'_wpsc_original_id','31'),(2725,977,'_wpsc_price','39.95'),(2726,977,'_wpsc_special_price','39.95'),(2727,977,'_wpsc_stock',''),(2728,977,'_wpsc_is_donation','0'),(2729,977,'_wpsc_sku',''),(2730,977,'_edit_lock','1361836291:2'),(2731,977,'_edit_last','2'),(2732,979,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2733,979,'_wpsc_original_id','29'),(2734,979,'_wpsc_price','44.95'),(2735,979,'_wpsc_special_price','44.95'),(2736,979,'_wpsc_stock',''),(2737,979,'_wpsc_is_donation','0'),(2738,979,'_wpsc_sku',''),(2739,979,'_edit_last','2'),(2740,979,'_edit_lock','1361836436:2'),(2741,980,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:3:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:11:\"table_price\";a:0:{}s:8:\"quantity\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2742,980,'_wpsc_original_id','25'),(2743,980,'_wpsc_price','44.95'),(2744,980,'_wpsc_special_price','44.95'),(2745,980,'_wpsc_stock',''),(2746,980,'_wpsc_is_donation','0'),(2747,980,'_wpsc_sku',''),(2748,980,'_edit_lock','1361836483:2'),(2749,980,'_edit_last','2'),(2750,980,'_wpsc_currency','s:6:\"a:0:{}\";'),(2751,981,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2752,981,'_wpsc_original_id','20'),(2753,981,'_wpsc_price','44.95'),(2754,981,'_wpsc_special_price','44.95'),(2755,981,'_wpsc_stock',''),(2756,981,'_wpsc_is_donation','0'),(2757,981,'_wpsc_sku',''),(2758,981,'_wpsc_currency','s:6:\"a:0:{}\";'),(2759,981,'_edit_last','2'),(2760,981,'_edit_lock','1361836542:2'),(2761,982,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2762,982,'_wpsc_original_id','19'),(2763,982,'_wpsc_price','44.95'),(2764,982,'_wpsc_special_price','44.95'),(2765,982,'_wpsc_stock',''),(2766,982,'_wpsc_is_donation','0'),(2767,982,'_wpsc_sku',''),(2768,982,'_wpsc_currency','s:6:\"a:0:{}\";'),(2769,982,'_edit_last','2'),(2770,982,'_edit_lock','1361836599:2'),(2771,983,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2772,983,'_wpsc_original_id','18'),(2773,983,'_wpsc_price','44.95'),(2774,983,'_wpsc_special_price','44.95'),(2775,983,'_wpsc_stock',''),(2776,983,'_wpsc_is_donation','0'),(2777,983,'_wpsc_sku',''),(2778,983,'_wpsc_currency','s:6:\"a:0:{}\";'),(2779,983,'_edit_lock','1361836637:2'),(2780,983,'_edit_last','2'),(2781,984,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2782,984,'_wpsc_original_id','17'),(2783,984,'_wpsc_price','44.95'),(2784,984,'_wpsc_special_price','44.95'),(2785,984,'_wpsc_stock',''),(2786,984,'_wpsc_is_donation','0'),(2787,984,'_wpsc_sku',''),(2788,984,'_edit_lock','1361836682:2'),(2789,984,'_edit_last','2'),(2790,984,'_wpsc_currency','s:6:\"a:0:{}\";'),(2791,985,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2792,985,'_wpsc_original_id','14'),(2793,985,'_wpsc_price','44.95'),(2794,985,'_wpsc_special_price','44.95'),(2795,985,'_wpsc_stock',''),(2796,985,'_wpsc_is_donation','0'),(2797,985,'_wpsc_sku',''),(2798,985,'_edit_lock','1361836740:2'),(2799,985,'_edit_last','2'),(2800,985,'_wpsc_currency','s:6:\"a:0:{}\";'),(2801,986,'_wpsc_product_metadata','a:19:{s:25:\"wpec_taxes_taxable_amount\";s:0:\"\";s:13:\"external_link\";s:0:\"\";s:18:\"external_link_text\";s:0:\"\";s:20:\"external_link_target\";s:0:\"\";s:6:\"weight\";s:1:\"0\";s:11:\"weight_unit\";s:5:\"pound\";s:10:\"dimensions\";a:6:{s:6:\"height\";s:1:\"0\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:2:\"0 \";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:1:\"0\";s:11:\"length_unit\";s:2:\"in\";}s:8:\"shipping\";a:2:{s:5:\"local\";s:1:\"0\";s:13:\"international\";s:1:\"0\";}s:14:\"merchant_notes\";s:0:\"\";s:8:\"engraved\";s:1:\"0\";s:23:\"can_have_uploaded_image\";s:1:\"0\";s:15:\"enable_comments\";s:0:\"\";s:24:\"unpublish_when_none_left\";s:1:\"0\";s:11:\"no_shipping\";s:1:\"0\";s:16:\"quantity_limited\";s:1:\"0\";s:7:\"special\";s:1:\"0\";s:17:\"display_weight_as\";s:5:\"pound\";s:16:\"table_rate_price\";a:2:{s:8:\"quantity\";a:0:{}s:11:\"table_price\";a:0:{}}s:17:\"google_prohibited\";s:1:\"0\";}'),(2802,986,'_wpsc_original_id','9'),(2803,986,'_wpsc_price','44.95'),(2804,986,'_wpsc_special_price','44.95'),(2805,986,'_wpsc_stock',''),(2806,986,'_wpsc_is_donation','0'),(2807,986,'_wpsc_sku',''),(2808,986,'_edit_lock','1361836797:2'),(2809,986,'_edit_last','2'),(2810,986,'_wpsc_currency','s:6:\"a:0:{}\";'),(2880,841,'_thumbnail_id','1589'),(2881,527,'_thumbnail_id','187'),(2882,433,'_thumbnail_id','187'),(2885,1011,'_menu_item_type','post_type'),(2886,1011,'_menu_item_menu_item_parent','0'),(2887,1011,'_menu_item_object_id','511'),(2888,1011,'_menu_item_object','page'),(2889,1011,'_menu_item_target',''),(2890,1011,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2891,1011,'_menu_item_xfn',''),(2892,1011,'_menu_item_url',''),(2894,1012,'_menu_item_type','post_type'),(2895,1012,'_menu_item_menu_item_parent','0'),(2896,1012,'_menu_item_object_id','381'),(2897,1012,'_menu_item_object','page'),(2898,1012,'_menu_item_target',''),(2899,1012,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2900,1012,'_menu_item_xfn',''),(2901,1012,'_menu_item_url',''),(2903,1013,'_menu_item_type','post_type'),(2904,1013,'_menu_item_menu_item_parent','0'),(2905,1013,'_menu_item_object_id','457'),(2906,1013,'_menu_item_object','page'),(2907,1013,'_menu_item_target',''),(2908,1013,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2909,1013,'_menu_item_xfn',''),(2910,1013,'_menu_item_url',''),(2952,1023,'_old_cf7_unit_id','1'),(2953,1023,'_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>'),(2954,1023,'_mail',''),(2955,1023,'_mail_2',''),(2956,1023,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(2957,1023,'_additional_settings',''),(2958,1024,'_old_cf7_unit_id','2'),(2959,1024,'_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>Workshop Details<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(2960,1024,'_mail',''),(2961,1024,'_mail_2',''),(2962,1024,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(2963,1024,'_additional_settings',''),(2980,1031,'_edit_last','2'),(2981,1031,'_edit_lock','1385947337:2'),(3004,1044,'_edit_last','2'),(3005,1044,'_edit_lock','1424750087:2'),(3007,1044,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:36:\"Making Friends Is An Art Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3009,1044,'_wp_page_template','default'),(3010,1044,'_dp_original','463'),(3011,1046,'_wp_attached_file','2014/07/Making-Friends.jpg'),(3012,1046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:813;s:6:\"height\";i:609;s:4:\"file\";s:26:\"2014/07/Making-Friends.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Making-Friends-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Making-Friends-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Making-Friends-120x89.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Making-Friends-250x187.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Making-Friends-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:26:\"Making-Friends-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Making-Friends-120x89.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Making-Friends-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Making-Friends-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1404416268;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(3013,1044,'_thumbnail_id','1046'),(3036,1078,'_edit_last','2'),(3037,1078,'_edit_lock','1529973798:2'),(3038,1078,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:36:\"The Bully Blockers Club Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"1\";s:6:\"optset\";s:0:\"\";}'),(3040,1078,'_wp_page_template','default'),(3042,1078,'_dp_original','378'),(3043,1081,'_edit_last','2'),(3044,1081,'_edit_lock','1424748934:2'),(3045,1081,'_thumbnail_id','332'),(3046,1081,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:31:\"Bully Blockers Club Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3048,1081,'_wp_page_template','default'),(3049,1081,'_dp_original','471'),(3077,1123,'_edit_last','2'),(3078,1123,'_edit_lock','1427582428:2'),(3227,343,'_edit_lock','1424748324:2'),(3228,427,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:21:\"Corduroy Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3229,429,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:31:\"Green Eggs and Ham Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3231,503,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:18:\"Wiggle Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3232,1261,'_edit_last','2'),(3233,1261,'_edit_lock','1536802603:2'),(3235,1261,'_wp_page_template','default'),(3238,1261,'_dp_original','523'),(3239,1263,'_wp_attached_file','2015/02/Photo-Coming.jpg'),(3240,1263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/02/Photo-Coming.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Photo-Coming-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Photo-Coming-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Photo-Coming-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Photo-Coming-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:24:\"Photo-Coming-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Photo-Coming-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Photo-Coming-210x210.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Photo-Coming-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(3244,1261,'_thumbnail_id','1382'),(3245,1267,'_edit_last','2'),(3246,1267,'_edit_lock','1500341879:2'),(3247,1267,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:16:\"Body Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3248,1267,'_wp_page_template','default'),(3250,1267,'_thumbnail_id','1366'),(3251,1267,'_dp_original','1261'),(3252,1269,'_edit_last','2'),(3253,1269,'_edit_lock','1536802660:2'),(3255,1269,'_wp_page_template','default'),(3256,1269,'_thumbnail_id','1296'),(3258,1269,'_dp_original','1267'),(3259,1271,'_edit_last','2'),(3260,1271,'_edit_lock','1536802685:2'),(3262,1271,'_wp_page_template','default'),(3263,1271,'_thumbnail_id','1461'),(3265,1271,'_dp_original','1269'),(3266,1273,'_edit_last','2'),(3267,1273,'_edit_lock','1536802727:2'),(3269,1273,'_wp_page_template','default'),(3270,1273,'_thumbnail_id','1384'),(3272,1273,'_dp_original','1271'),(3273,1275,'_edit_last','2'),(3274,1275,'_edit_lock','1556757765:2'),(3276,1275,'_wp_page_template','default'),(3277,1275,'_thumbnail_id','1734'),(3279,1275,'_dp_original','1273'),(3280,1277,'_edit_last','2'),(3281,1277,'_edit_lock','1536802819:2'),(3283,1277,'_wp_page_template','default'),(3284,1277,'_thumbnail_id','1299'),(3286,1277,'_dp_original','1275'),(3287,1279,'_edit_last','2'),(3288,1279,'_edit_lock','1536802845:2'),(3290,1279,'_wp_page_template','default'),(3291,1279,'_thumbnail_id','1300'),(3293,1279,'_dp_original','1277'),(3294,1281,'_edit_last','2'),(3295,1281,'_edit_lock','1536802866:2'),(3297,1281,'_wp_page_template','default'),(3298,1281,'_thumbnail_id','1301'),(3300,1281,'_dp_original','1279'),(3301,1283,'_edit_last','2'),(3302,1283,'_edit_lock','1536802909:2'),(3304,1283,'_wp_page_template','default'),(3305,1283,'_thumbnail_id','1294'),(3307,1283,'_dp_original','1281'),(3308,1285,'_wp_attached_file','2015/02/Playtime-PP-small.jpg'),(3309,1285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:29:\"2015/02/Playtime-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Playtime-PP-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Playtime-PP-small-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:28:\"Playtime-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:29:\"Playtime-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Playtime-PP-small-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:29:\"Playtime-PP-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"Playtime-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:29:\"Playtime-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:29:\"Playtime-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015969;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3310,1286,'_wp_attached_file','2015/02/Bedtime-PP-small.jpg'),(3311,1286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:28:\"2015/02/Bedtime-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Bedtime-PP-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Bedtime-PP-small-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:\"Bedtime-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Bedtime-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Bedtime-PP-small-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:28:\"Bedtime-PP-small-346x215.jpg\";s:5:\"width\";i:346;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:\"Bedtime-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Bedtime-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Bedtime-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015424;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3312,1287,'_wp_attached_file','2015/02/Body-PP-small.jpg'),(3313,1287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2015/02/Body-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Body-PP-small-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:25:\"Body-PP-small-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:24:\"Body-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Body-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Body-PP-small-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:25:\"Body-PP-small-360x215.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Body-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Body-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Body-PP-small-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015307;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3314,1288,'_wp_attached_file','2015/02/Colors-PP-small.jpg'),(3315,1288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:27:\"2015/02/Colors-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Colors-PP-small-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:\"Colors-PP-small-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:26:\"Colors-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Colors-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Colors-PP-small-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:\"Colors-PP-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Colors-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Colors-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Colors-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015226;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3316,1289,'_wp_attached_file','2015/02/Farm-PP-small.jpg'),(3317,1289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:25:\"2015/02/Farm-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Farm-PP-small-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:25:\"Farm-PP-small-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:24:\"Farm-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Farm-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Farm-PP-small-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:25:\"Farm-PP-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Farm-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Farm-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Farm-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015653;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3318,1290,'_wp_attached_file','2015/02/Movement-PP-small.jpg'),(3319,1290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2015/02/Movement-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Movement-PP-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Movement-PP-small-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:28:\"Movement-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:29:\"Movement-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-PP-small-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:29:\"Movement-PP-small-360x215.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:29:\"Movement-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:29:\"Movement-PP-small-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015799;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3320,1291,'_wp_attached_file','2015/02/Music-PP-small.jpg'),(3321,1291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/02/Music-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Music-PP-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Music-PP-small-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:25:\"Music-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Music-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Music-PP-small-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:26:\"Music-PP-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Music-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Music-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Music-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015703;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3322,1292,'_wp_attached_file','2015/02/Nursery-R-PP-small.jpg'),(3323,1292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:30:\"2015/02/Nursery-R-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Nursery-R-PP-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Nursery-R-PP-small-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:29:\"Nursery-R-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:30:\"Nursery-R-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:28:\"Nursery-R-PP-small-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:30:\"Nursery-R-PP-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:29:\"Nursery-R-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:30:\"Nursery-R-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:30:\"Nursery-R-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015567;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3324,1293,'_wp_attached_file','2015/02/Outdoor-PP-small.jpg'),(3325,1293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:28:\"2015/02/Outdoor-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Outdoor-PP-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Outdoor-PP-small-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:\"Outdoor-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Outdoor-PP-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Outdoor-PP-small-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:28:\"Outdoor-PP-small-346x215.jpg\";s:5:\"width\";i:346;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:\"Outdoor-PP-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Outdoor-PP-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Outdoor-PP-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1412015916;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3326,1294,'_wp_attached_file','2015/02/Playtime-small.jpg'),(3327,1294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/02/Playtime-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Playtime-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Playtime-small-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:25:\"Playtime-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Playtime-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Playtime-small-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:26:\"Playtime-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Playtime-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Playtime-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Playtime-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410896356;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3328,1295,'_wp_attached_file','2015/02/Body-small.jpg'),(3329,1295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:22:\"2015/02/Body-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Body-small-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:\"Body-small-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:21:\"Body-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:22:\"Body-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"Body-small-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:22:\"Body-small-346x215.jpg\";s:5:\"width\";i:346;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:\"Body-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"Body-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:22:\"Body-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410896589;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3330,1296,'_wp_attached_file','2015/02/Colors-small.jpg'),(3331,1296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/02/Colors-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Colors-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Colors-small-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:23:\"Colors-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Colors-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Colors-small-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:24:\"Colors-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Colors-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Colors-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Colors-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410896465;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3332,1297,'_wp_attached_file','2015/02/Farm-Kit-small.jpg'),(3333,1297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:336;s:4:\"file\";s:26:\"2015/02/Farm-Kit-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-120x112.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-250x233.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Farm-Kit-small-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:26:\"Farm-Kit-small-360x215.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-120x112.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-225x210.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Farm-Kit-small-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(3334,1298,'_wp_attached_file','2015/02/Movement-small.jpg'),(3335,1298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/02/Movement-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Movement-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Movement-small-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:25:\"Movement-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Movement-small-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:26:\"Movement-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Movement-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Movement-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Movement-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410895921;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3336,1299,'_wp_attached_file','2015/02/Music-small.jpg'),(3337,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:23:\"2015/02/Music-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Music-small-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:\"Music-small-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:22:\"Music-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:23:\"Music-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"Music-small-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:23:\"Music-small-346x215.jpg\";s:5:\"width\";i:346;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:\"Music-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:23:\"Music-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:23:\"Music-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410896121;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3338,1300,'_wp_attached_file','2015/02/Nursery-R-small.jpg'),(3339,1300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:27:\"2015/02/Nursery-R-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nursery-R-small-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:\"Nursery-R-small-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:26:\"Nursery-R-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Nursery-R-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Nursery-R-small-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:\"Nursery-R-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nursery-R-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Nursery-R-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Nursery-R-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410896003;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3340,1301,'_wp_attached_file','2015/02/Outdoor-small.jpg'),(3341,1301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:25:\"2015/02/Outdoor-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Outdoor-small-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:25:\"Outdoor-small-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:24:\"Outdoor-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Outdoor-small-187x250.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Outdoor-small-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:25:\"Outdoor-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Outdoor-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Outdoor-small-157x210.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Outdoor-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1410896188;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3342,1313,'_edit_last','2'),(3343,1313,'_edit_lock','1472516196:2'),(3344,1313,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"Bedtime Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3345,1313,'_wp_page_template','default'),(3347,1313,'_thumbnail_id','1363'),(3348,1313,'_dp_original','1261'),(3349,1318,'_edit_last','2'),(3350,1318,'_edit_lock','1536802633:2'),(3352,1318,'_wp_page_template','default'),(3353,1318,'_thumbnail_id','1295'),(3355,1318,'_dp_original','1267'),(3356,1322,'_edit_last','2'),(3357,1322,'_edit_lock','1472517318:2'),(3358,1322,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:18:\"Colors Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3359,1322,'_wp_page_template','default'),(3360,1322,'_thumbnail_id','1367'),(3362,1322,'_dp_original','1269'),(3363,1324,'_edit_last','2'),(3364,1324,'_edit_lock','1472520550:2'),(3365,1324,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:16:\"Farm Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3366,1324,'_wp_page_template','default'),(3367,1324,'_thumbnail_id','1468'),(3369,1324,'_dp_original','1271'),(3370,1327,'_edit_last','2'),(3371,1327,'_edit_lock','1472520356:2'),(3372,1327,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:23:\"First Words Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3373,1327,'_wp_page_template','default'),(3374,1327,'_thumbnail_id','1374'),(3376,1327,'_dp_original','1273'),(3377,1332,'_edit_last','2'),(3378,1332,'_edit_lock','1556758233:2'),(3379,1332,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:20:\"Movement Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3380,1332,'_wp_page_template','default'),(3383,1332,'_dp_original','1275'),(3384,1334,'_edit_last','2'),(3385,1334,'_edit_lock','1429147556:2'),(3386,1334,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:17:\"Music Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3387,1334,'_wp_page_template','default'),(3388,1334,'_thumbnail_id','1381'),(3390,1334,'_dp_original','1277'),(3391,1336,'_edit_last','2'),(3392,1336,'_edit_lock','1429147647:2'),(3393,1336,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"Nursery Rhymes Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3394,1336,'_wp_page_template','default'),(3395,1336,'_thumbnail_id','1353'),(3397,1336,'_dp_original','1279'),(3398,1338,'_edit_last','2'),(3399,1338,'_edit_lock','1429147792:2'),(3400,1338,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"Outdoor Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3401,1338,'_wp_page_template','default'),(3402,1338,'_thumbnail_id','1356'),(3404,1338,'_dp_original','1281'),(3405,1340,'_edit_last','2'),(3406,1340,'_edit_lock','1429147892:2'),(3407,1340,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:20:\"Playtime Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3408,1340,'_wp_page_template','default'),(3409,1340,'_thumbnail_id','1360'),(3411,1340,'_dp_original','1283'),(3429,1352,'_wp_attached_file','2015/04/Nursery-1-small.jpg'),(3430,1352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Nursery-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nursery-1-small-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:\"Nursery-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Nursery-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Nursery-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Nursery-1-small-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:\"Nursery-1-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nursery-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Nursery-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Nursery-1-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041601;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3431,1353,'_wp_attached_file','2015/04/Nursery-2-small.jpg'),(3432,1353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Nursery-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nursery-2-small-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:\"Nursery-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Nursery-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Nursery-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Nursery-2-small-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:\"Nursery-2-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nursery-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Nursery-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Nursery-2-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041639;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),(3433,1354,'_wp_attached_file','2015/04/Nursery-3-small.jpg'),(3434,1354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Nursery-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Nursery-3-small-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:\"Nursery-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Nursery-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Nursery-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Nursery-3-small-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:\"Nursery-3-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nursery-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Nursery-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Nursery-3-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041651;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),(3435,1355,'_wp_attached_file','2015/04/Outdoor-1-small.jpg'),(3436,1355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Outdoor-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Outdoor-1-small-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:\"Outdoor-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Outdoor-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Outdoor-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Outdoor-1-small-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:\"Outdoor-1-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Outdoor-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Outdoor-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Outdoor-1-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041696;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3437,1356,'_wp_attached_file','2015/04/Outdoor-2-small.jpg'),(3438,1356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Outdoor-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Outdoor-2-small-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:\"Outdoor-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Outdoor-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Outdoor-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Outdoor-2-small-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:\"Outdoor-2-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Outdoor-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Outdoor-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Outdoor-2-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041724;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3439,1357,'_wp_attached_file','2015/04/Outdoor-3-small.jpg'),(3440,1357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Outdoor-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Outdoor-3-small-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:\"Outdoor-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Outdoor-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Outdoor-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Outdoor-3-small-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:\"Outdoor-3-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Outdoor-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Outdoor-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Outdoor-3-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041735;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:6;}}'),(3441,1358,'_wp_attached_file','2015/04/Play-1-small.jpg'),(3442,1358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/04/Play-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Play-1-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Play-1-small-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:23:\"Play-1-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Play-1-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Play-1-small-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:24:\"Play-1-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Play-1-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Play-1-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Play-1-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041823;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3443,1359,'_wp_attached_file','2015/04/Play-2-small.jpg'),(3444,1359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/04/Play-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Play-2-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Play-2-small-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:23:\"Play-2-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Play-2-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Play-2-small-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:24:\"Play-2-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Play-2-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Play-2-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Play-2-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041832;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3445,1360,'_wp_attached_file','2015/04/Play-3-small.jpg'),(3446,1360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/04/Play-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Play-3-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Play-3-small-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:23:\"Play-3-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Play-3-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Play-3-small-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:24:\"Play-3-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Play-3-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Play-3-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Play-3-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041841;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3447,1361,'_wp_attached_file','2015/04/Bedtime-1-small.jpg'),(3448,1361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Bedtime-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bedtime-1-small-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:\"Bedtime-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Bedtime-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Bedtime-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Bedtime-1-small-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:\"Bedtime-1-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Bedtime-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Bedtime-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Bedtime-1-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039478;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3449,1362,'_wp_attached_file','2015/04/Bedtime-2-small.jpg'),(3450,1362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Bedtime-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bedtime-2-small-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:\"Bedtime-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Bedtime-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Bedtime-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Bedtime-2-small-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:\"Bedtime-2-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Bedtime-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Bedtime-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Bedtime-2-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039494;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3451,1363,'_wp_attached_file','2015/04/Bedtime-3-small.jpg'),(3452,1363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:27:\"2015/04/Bedtime-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bedtime-3-small-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:\"Bedtime-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Bedtime-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Bedtime-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Bedtime-3-small-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:\"Bedtime-3-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Bedtime-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Bedtime-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Bedtime-3-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039509;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3453,1364,'_wp_attached_file','2015/04/Body-1-small.jpg'),(3454,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/04/Body-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Body-1-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Body-1-small-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:23:\"Body-1-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Body-1-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Body-1-small-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:24:\"Body-1-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Body-1-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Body-1-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Body-1-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040802;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3455,1365,'_wp_attached_file','2015/04/Body-2-small.jpg'),(3456,1365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/04/Body-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Body-2-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Body-2-small-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:23:\"Body-2-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Body-2-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Body-2-small-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:24:\"Body-2-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Body-2-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Body-2-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Body-2-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040812;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3457,1366,'_wp_attached_file','2015/04/Body-3-small.jpg'),(3458,1366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2015/04/Body-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Body-3-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Body-3-small-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:23:\"Body-3-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Body-3-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Body-3-small-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:24:\"Body-3-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Body-3-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Body-3-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Body-3-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040828;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3459,1367,'_wp_attached_file','2015/04/Colors-1-small.jpg'),(3460,1367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/04/Colors-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Colors-1-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Colors-1-small-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:25:\"Colors-1-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Colors-1-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Colors-1-small-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:26:\"Colors-1-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Colors-1-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Colors-1-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Colors-1-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040901;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3461,1368,'_wp_attached_file','2015/04/Colors-2-small.jpg'),(3462,1368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/04/Colors-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Colors-2-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Colors-2-small-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:25:\"Colors-2-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Colors-2-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Colors-2-small-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:26:\"Colors-2-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Colors-2-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Colors-2-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Colors-2-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040926;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3463,1369,'_wp_attached_file','2015/04/Colors-3-small.jpg'),(3464,1369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2015/04/Colors-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Colors-3-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Colors-3-small-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:25:\"Colors-3-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Colors-3-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Colors-3-small-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:26:\"Colors-3-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Colors-3-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Colors-3-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Colors-3-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041039;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3465,1370,'_wp_attached_file','2015/04/Farm-1-small.jpg'),(3466,1370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:24:\"2015/04/Farm-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Farm-1-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Farm-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Farm-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Farm-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Farm-1-small-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:24:\"Farm-1-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Farm-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Farm-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Farm-1-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041238;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3467,1371,'_wp_attached_file','2015/04/Farm-2-small.jpg'),(3468,1371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:24:\"2015/04/Farm-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Farm-2-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Farm-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Farm-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Farm-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Farm-2-small-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:24:\"Farm-2-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Farm-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Farm-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Farm-2-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041263;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3469,1372,'_wp_attached_file','2015/04/Farm-3-small.jpg'),(3470,1372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:24:\"2015/04/Farm-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Farm-3-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Farm-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Farm-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Farm-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Farm-3-small-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:24:\"Farm-3-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Farm-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Farm-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Farm-3-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041252;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3471,1373,'_wp_attached_file','2015/04/First-Words-1-small.jpg'),(3472,1373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:31:\"2015/04/First-Words-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"First-Words-1-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"First-Words-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:30:\"First-Words-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:31:\"First-Words-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:29:\"First-Words-1-small-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:31:\"First-Words-1-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:30:\"First-Words-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:31:\"First-Words-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:31:\"First-Words-1-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039921;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3473,1374,'_wp_attached_file','2015/04/First-Words-2-small.jpg'),(3474,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:31:\"2015/04/First-Words-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"First-Words-2-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"First-Words-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:30:\"First-Words-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:31:\"First-Words-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:29:\"First-Words-2-small-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:31:\"First-Words-2-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:30:\"First-Words-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:31:\"First-Words-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:31:\"First-Words-2-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039938;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3475,1375,'_wp_attached_file','2015/04/First-Words-3-small.jpg'),(3476,1375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:31:\"2015/04/First-Words-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"First-Words-3-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"First-Words-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:30:\"First-Words-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:31:\"First-Words-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:29:\"First-Words-3-small-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:31:\"First-Words-3-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:30:\"First-Words-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:31:\"First-Words-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:31:\"First-Words-3-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039948;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3483,1379,'_wp_attached_file','2015/04/Music-1-small.jpg'),(3484,1379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:25:\"2015/04/Music-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Music-1-small-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:25:\"Music-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Music-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Music-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Music-1-small-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:25:\"Music-1-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Music-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Music-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Music-1-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041511;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3485,1380,'_wp_attached_file','2015/04/Music-2-small.jpg'),(3486,1380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:25:\"2015/04/Music-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Music-2-small-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:25:\"Music-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Music-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Music-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Music-2-small-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:25:\"Music-2-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Music-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Music-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Music-2-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041523;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3487,1381,'_wp_attached_file','2015/04/Music-3-small.jpg'),(3488,1381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:25:\"2015/04/Music-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Music-3-small-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:25:\"Music-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Music-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Music-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Music-3-small-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:25:\"Music-3-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Music-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Music-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Music-3-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429041541;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3489,1382,'_wp_attached_file','2015/04/Bedtime-small.jpg'),(3490,1382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:25:\"2015/04/Bedtime-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Bedtime-small-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:25:\"Bedtime-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Bedtime-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Bedtime-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Bedtime-small-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:25:\"Bedtime-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Bedtime-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Bedtime-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Bedtime-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040141;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3494,1384,'_wp_attached_file','2015/04/First-Words-small.jpg'),(3495,1384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:29:\"2015/04/First-Words-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"First-Words-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"First-Words-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:28:\"First-Words-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:29:\"First-Words-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"First-Words-small-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:29:\"First-Words-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"First-Words-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:29:\"First-Words-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:29:\"First-Words-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429039868;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3496,1385,'_wp_attached_file','2015/04/Confessions-small.jpg'),(3497,1385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:29:\"2015/04/Confessions-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Confessions-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Confessions-small-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:28:\"Confessions-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:29:\"Confessions-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Confessions-small-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:29:\"Confessions-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"Confessions-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:29:\"Confessions-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:29:\"Confessions-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040433;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3498,1386,'_wp_attached_file','2015/04/Swimmy-small.jpg'),(3499,1386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:389;s:4:\"file\";s:24:\"2015/04/Swimmy-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Swimmy-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Swimmy-small-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:23:\"Swimmy-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Swimmy-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Swimmy-small-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:24:\"Swimmy-small-292x215.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Swimmy-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Swimmy-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Swimmy-small-292x250.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon PowerShot S500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1159826216;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:7:\"7.40625\";s:3:\"iso\";i:0;s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3512,1421,'_edit_last','2'),(3513,1421,'_edit_lock','1529974559:2'),(3514,1421,'_thumbnail_id','1597'),(3515,1421,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:42:\"Confessions of a Former Bully Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3516,1421,'_wp_page_template','default'),(3517,1421,'_dp_original','425'),(3518,1423,'_edit_last','2'),(3519,1423,'_edit_lock','1529973365:2'),(3520,1423,'_thumbnail_id','1597'),(3521,1423,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:42:\"Confessions of a Former Bully Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3522,1423,'_wp_page_template','default'),(3524,1423,'_dp_original','1421'),(3525,1425,'_edit_last','2'),(3526,1425,'_edit_lock','1429238710:2'),(3528,1425,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:41:\"Confessions of a Former Bully Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3529,1425,'_wp_page_template','default'),(3530,1425,'_dp_original','485'),(3534,1431,'_wp_attached_file','2015/04/Confessions-small1.jpg'),(3535,1431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:30:\"2015/04/Confessions-small1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Confessions-small1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Confessions-small1-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:29:\"Confessions-small1-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:30:\"Confessions-small1-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:28:\"Confessions-small1-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:30:\"Confessions-small1-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:29:\"Confessions-small1-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:30:\"Confessions-small1-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:30:\"Confessions-small1-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429040490;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(3536,1425,'_thumbnail_id','1431'),(3567,1450,'_edit_lock','1500340580:2'),(3568,1450,'_edit_last','2'),(3569,1451,'_wp_attached_file','2016/02/Milestones.pdf'),(3570,1452,'_wp_attached_file','2016/02/Milestones-pages-17-and-18.pdf'),(3590,1461,'_wp_attached_file','2016/08/Farm-Small.jpg'),(3591,1461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:22:\"2016/08/Farm-Small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Farm-Small-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:\"Farm-Small-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:21:\"Farm-Small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:22:\"Farm-Small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"Farm-Small-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:22:\"Farm-Small-346x215.jpg\";s:5:\"width\";i:346;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:\"Farm-Small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"Farm-Small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:22:\"Farm-Small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400776\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3592,1462,'_wp_attached_file','2016/08/Doctor-Small.jpg'),(3593,1462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:24:\"2016/08/Doctor-Small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Doctor-Small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Doctor-Small-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:23:\"Doctor-Small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Doctor-Small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Doctor-Small-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:24:\"Doctor-Small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Doctor-Small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Doctor-Small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Doctor-Small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472401049\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3594,1463,'_wp_attached_file','2016/08/DoctorIfIWere-small.jpg'),(3595,1463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:31:\"2016/08/DoctorIfIWere-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DoctorIfIWere-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DoctorIfIWere-small-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:30:\"DoctorIfIWere-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:31:\"DoctorIfIWere-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:29:\"DoctorIfIWere-small-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:31:\"DoctorIfIWere-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:30:\"DoctorIfIWere-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:31:\"DoctorIfIWere-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:31:\"DoctorIfIWere-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472401118\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3596,1464,'_wp_attached_file','2016/08/DoctorCaillou-small.jpg'),(3597,1464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:31:\"2016/08/DoctorCaillou-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DoctorCaillou-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DoctorCaillou-small-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:30:\"DoctorCaillou-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:31:\"DoctorCaillou-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:29:\"DoctorCaillou-small-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:31:\"DoctorCaillou-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:30:\"DoctorCaillou-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:31:\"DoctorCaillou-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:31:\"DoctorCaillou-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472401093\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3598,1465,'_wp_attached_file','2016/08/DoctorCorduroy-small.jpg'),(3599,1465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:32:\"2016/08/DoctorCorduroy-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DoctorCorduroy-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DoctorCorduroy-small-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:31:\"DoctorCorduroy-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:32:\"DoctorCorduroy-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:30:\"DoctorCorduroy-small-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:32:\"DoctorCorduroy-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:31:\"DoctorCorduroy-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:32:\"DoctorCorduroy-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:32:\"DoctorCorduroy-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472401105\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3600,1466,'_wp_attached_file','2016/08/FarmLittleBlueTruck-small.jpg'),(3601,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:37:\"2016/08/FarmLittleBlueTruck-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"FarmLittleBlueTruck-small-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:37:\"FarmLittleBlueTruck-small-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:36:\"FarmLittleBlueTruck-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:37:\"FarmLittleBlueTruck-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:35:\"FarmLittleBlueTruck-small-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:37:\"FarmLittleBlueTruck-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:36:\"FarmLittleBlueTruck-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:37:\"FarmLittleBlueTruck-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:37:\"FarmLittleBlueTruck-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400842\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3602,1467,'_wp_attached_file','2016/08/FarmBabyBaaBaa-small.jpg'),(3603,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:32:\"2016/08/FarmBabyBaaBaa-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"FarmBabyBaaBaa-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FarmBabyBaaBaa-small-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:31:\"FarmBabyBaaBaa-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:32:\"FarmBabyBaaBaa-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:30:\"FarmBabyBaaBaa-small-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:32:\"FarmBabyBaaBaa-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:31:\"FarmBabyBaaBaa-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:32:\"FarmBabyBaaBaa-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:32:\"FarmBabyBaaBaa-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400828\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3604,1468,'_wp_attached_file','2016/08/FarmFarm-small.jpg'),(3605,1468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:26:\"2016/08/FarmFarm-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FarmFarm-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FarmFarm-small-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:25:\"FarmFarm-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"FarmFarm-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"FarmFarm-small-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:26:\"FarmFarm-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"FarmFarm-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"FarmFarm-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"FarmFarm-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400816\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3606,1469,'_wp_attached_file','2016/08/CatInTheHatEnglish-small.jpg'),(3607,1469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:36:\"2016/08/CatInTheHatEnglish-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"CatInTheHatEnglish-small-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:36:\"CatInTheHatEnglish-small-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:35:\"CatInTheHatEnglish-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:36:\"CatInTheHatEnglish-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:34:\"CatInTheHatEnglish-small-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:36:\"CatInTheHatEnglish-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:35:\"CatInTheHatEnglish-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:36:\"CatInTheHatEnglish-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:36:\"CatInTheHatEnglish-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400198\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3608,1470,'_wp_attached_file','2016/08/ToothBook-small.jpg'),(3609,1470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:27:\"2016/08/ToothBook-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ToothBook-small-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:\"ToothBook-small-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:26:\"ToothBook-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"ToothBook-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"ToothBook-small-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:\"ToothBook-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"ToothBook-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"ToothBook-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"ToothBook-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400541\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3610,1471,'_wp_attached_file','2016/08/CatInTheHatEnglish-small-1.jpg'),(3611,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:38:\"2016/08/CatInTheHatEnglish-small-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"CatInTheHatEnglish-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"CatInTheHatEnglish-small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:37:\"CatInTheHatEnglish-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:38:\"CatInTheHatEnglish-small-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:36:\"CatInTheHatEnglish-small-1-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:38:\"CatInTheHatEnglish-small-1-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:37:\"CatInTheHatEnglish-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:38:\"CatInTheHatEnglish-small-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:38:\"CatInTheHatEnglish-small-1-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400317\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3612,1472,'_wp_attached_file','2016/08/ToothBook-small-1.jpg'),(3613,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:29:\"2016/08/ToothBook-small-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ToothBook-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ToothBook-small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:28:\"ToothBook-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:29:\"ToothBook-small-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"ToothBook-small-1-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:29:\"ToothBook-small-1-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"ToothBook-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:29:\"ToothBook-small-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:29:\"ToothBook-small-1-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472400582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3614,1477,'_edit_last','2'),(3615,1477,'_edit_lock','1529973828:2'),(3616,1477,'_thumbnail_id','1470'),(3617,1477,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:27:\"The Tooth Book Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3618,1477,'_wp_page_template','default'),(3620,1477,'_dp_original','592'),(3621,1479,'_edit_last','2'),(3622,1479,'_edit_lock','1472428729:2'),(3623,1479,'_thumbnail_id','1472'),(3624,1479,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:35:\"Taking Care of My Teeth Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3625,1479,'_wp_page_template','default'),(3627,1479,'_dp_original','592'),(3628,1482,'_edit_last','2'),(3629,1482,'_edit_lock','1536802766:2'),(3631,1482,'_wp_page_template','default'),(3633,1482,'_thumbnail_id','1462'),(3634,1482,'_dp_original','1261'),(3665,1493,'_edit_last','2'),(3666,1493,'_edit_lock','1472520868:2'),(3667,1493,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:31:\"Going To The Doctor Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3668,1493,'_wp_page_template','default'),(3669,1493,'_thumbnail_id','1465'),(3671,1493,'_dp_original','1336'),(3674,1512,'_edit_last','2'),(3675,1512,'_edit_lock','1529975221:2'),(3676,1512,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:27:\"The Tooth Book Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3677,1512,'_wp_page_template','default'),(3678,1512,'_thumbnail_id','1610'),(3679,1512,'_dp_original','375'),(3680,1514,'_edit_last','2'),(3681,1514,'_edit_lock','1472508710:2'),(3682,1514,'_thumbnail_id','1472'),(3683,1514,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"The Tooth Book Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3684,1514,'_wp_page_template','default'),(3685,1514,'_dp_original','465'),(3706,1529,'_wp_attached_file','2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf'),(3757,1576,'_wp_attached_file','2017/07/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf'),(3772,973,'_wpsc_stats','a:2:{s:5:\"sales\";i:2;s:8:\"earnings\";i:16;}'),(3773,212,'_wpsc_stats','a:2:{s:5:\"sales\";i:4;s:8:\"earnings\";i:32;}'),(3774,895,'_wpsc_stats','a:2:{s:5:\"sales\";s:1:\"1\";s:8:\"earnings\";s:5:\"13.75\";}'),(3775,247,'_wpsc_stats','a:2:{s:5:\"sales\";i:2;s:8:\"earnings\";i:13;}'),(3776,289,'_wpsc_stats','a:2:{s:5:\"sales\";s:1:\"1\";s:8:\"earnings\";s:5:\"13.75\";}'),(3777,241,'_wpsc_stats','a:2:{s:5:\"sales\";i:2;s:8:\"earnings\";i:13;}'),(3784,1586,'_wp_attached_file','2018/06/Wilfred.jpg'),(3785,1586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:19:\"2018/06/Wilfred.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Wilfred-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Wilfred-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Wilfred-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Wilfred-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:18:\"Wilfred-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"Wilfred-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:17:\"Wilfred-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:19:\"Wilfred-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:18:\"Wilfred-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:19:\"Wilfred-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:19:\"Wilfred-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529867212\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3786,1587,'_wp_attached_file','2018/06/Alexander.jpg'),(3787,1587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:21:\"2018/06/Alexander.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Alexander-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:\"Alexander-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Alexander-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Alexander-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:20:\"Alexander-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:21:\"Alexander-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:19:\"Alexander-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:21:\"Alexander-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:20:\"Alexander-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:21:\"Alexander-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:21:\"Alexander-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865058\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3788,1588,'_wp_attached_file','2018/06/BB-Junk-Food.jpg'),(3789,1588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:24:\"2018/06/BB-Junk-Food.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BB-Junk-Food-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"BB-Junk-Food-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"BB-Junk-Food-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"BB-Junk-Food-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"BB-Junk-Food-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"BB-Junk-Food-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"BB-Junk-Food-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:24:\"BB-Junk-Food-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"BB-Junk-Food-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"BB-Junk-Food-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"BB-Junk-Food-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865361\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3790,1589,'_wp_attached_file','2018/06/BB-TV.jpg'),(3791,1589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:17:\"2018/06/BB-TV.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"BB-TV-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"BB-TV-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"BB-TV-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"BB-TV-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:16:\"BB-TV-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:17:\"BB-TV-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:15:\"BB-TV-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:17:\"BB-TV-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:16:\"BB-TV-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:17:\"BB-TV-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:17:\"BB-TV-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865484\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3792,1590,'_wp_attached_file','2018/06/Being-Active.jpg'),(3793,1590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:24:\"2018/06/Being-Active.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Being-Active-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Being-Active-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Being-Active-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Being-Active-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Being-Active-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Being-Active-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Being-Active-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:24:\"Being-Active-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Being-Active-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Being-Active-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Being-Active-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865119\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3794,1591,'_wp_attached_file','2018/06/Bully-Blockers.jpg'),(3795,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:26:\"2018/06/Bully-Blockers.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bully-Blockers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Bully-Blockers-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Bully-Blockers-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Bully-Blockers-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Bully-Blockers-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Bully-Blockers-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Bully-Blockers-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:26:\"Bully-Blockers-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Bully-Blockers-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Bully-Blockers-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Bully-Blockers-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865576\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3796,1592,'_wp_attached_file','2018/06/Cat-Dictinary.jpg'),(3797,1592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:25:\"2018/06/Cat-Dictinary.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Cat-Dictinary-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:25:\"Cat-Dictinary-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Cat-Dictinary-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Cat-Dictinary-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Cat-Dictinary-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Cat-Dictinary-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Cat-Dictinary-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:25:\"Cat-Dictinary-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Cat-Dictinary-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Cat-Dictinary-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Cat-Dictinary-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865863\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3798,1593,'_wp_attached_file','2018/06/Cat-in-the-Hat.jpg'),(3799,1593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:26:\"2018/06/Cat-in-the-Hat.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Cat-in-the-Hat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Cat-in-the-Hat-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Cat-in-the-Hat-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Cat-in-the-Hat-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Cat-in-the-Hat-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Cat-in-the-Hat-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Cat-in-the-Hat-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:26:\"Cat-in-the-Hat-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Cat-in-the-Hat-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Cat-in-the-Hat-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Cat-in-the-Hat-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865782\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3800,1594,'_wp_attached_file','2018/06/Charlottes.jpg'),(3801,1594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:22:\"2018/06/Charlottes.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Charlottes-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:\"Charlottes-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Charlottes-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Charlottes-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"Charlottes-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:22:\"Charlottes-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"Charlottes-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:22:\"Charlottes-425x215.jpg\";s:5:\"width\";i:425;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:\"Charlottes-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"Charlottes-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:22:\"Charlottes-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529865966\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3802,1595,'_wp_attached_file','2018/06/Chrysanthimum.jpg'),(3803,1595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:25:\"2018/06/Chrysanthimum.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Chrysanthimum-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:25:\"Chrysanthimum-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Chrysanthimum-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Chrysanthimum-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Chrysanthimum-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Chrysanthimum-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Chrysanthimum-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:25:\"Chrysanthimum-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Chrysanthimum-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Chrysanthimum-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Chrysanthimum-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866057\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3804,1596,'_wp_attached_file','2018/06/Click-Clack.jpg'),(3805,1596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:23:\"2018/06/Click-Clack.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Click-Clack-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:\"Click-Clack-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Click-Clack-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Click-Clack-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Click-Clack-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:23:\"Click-Clack-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"Click-Clack-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:23:\"Click-Clack-425x215.jpg\";s:5:\"width\";i:425;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:\"Click-Clack-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:23:\"Click-Clack-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:23:\"Click-Clack-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866127\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3806,1597,'_wp_attached_file','2018/06/Confessions.jpg'),(3807,1597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:23:\"2018/06/Confessions.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Confessions-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:\"Confessions-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Confessions-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Confessions-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Confessions-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:23:\"Confessions-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:21:\"Confessions-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:23:\"Confessions-425x215.jpg\";s:5:\"width\";i:425;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:\"Confessions-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:23:\"Confessions-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:23:\"Confessions-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866192\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3808,1598,'_wp_attached_file','2018/06/Corduroy.jpg'),(3809,1598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:20:\"2018/06/Corduroy.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Corduroy-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:\"Corduroy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Corduroy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Corduroy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:19:\"Corduroy-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"Corduroy-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:18:\"Corduroy-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:20:\"Corduroy-425x215.jpg\";s:5:\"width\";i:425;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:\"Corduroy-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:20:\"Corduroy-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:20:\"Corduroy-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866260\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3810,1599,'_wp_attached_file','2018/06/Green-Eggs.jpg'),(3811,1599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:22:\"2018/06/Green-Eggs.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Green-Eggs-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:\"Green-Eggs-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Green-Eggs-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Green-Eggs-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"Green-Eggs-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:22:\"Green-Eggs-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"Green-Eggs-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:22:\"Green-Eggs-425x215.jpg\";s:5:\"width\";i:425;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:\"Green-Eggs-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"Green-Eggs-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:22:\"Green-Eggs-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866323\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3812,1600,'_wp_attached_file','2018/06/Keeping-Quilt.jpg'),(3813,1600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:25:\"2018/06/Keeping-Quilt.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Keeping-Quilt-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:25:\"Keeping-Quilt-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Keeping-Quilt-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Keeping-Quilt-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Keeping-Quilt-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:25:\"Keeping-Quilt-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Keeping-Quilt-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:25:\"Keeping-Quilt-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:24:\"Keeping-Quilt-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:25:\"Keeping-Quilt-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:25:\"Keeping-Quilt-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866509\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3814,1601,'_wp_attached_file','2018/06/Making-Friends.jpg'),(3815,1601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:26:\"2018/06/Making-Friends.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Making-Friends-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Making-Friends-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Making-Friends-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Making-Friends-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Making-Friends-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Making-Friends-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Making-Friends-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:26:\"Making-Friends-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Making-Friends-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Making-Friends-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Making-Friends-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866607\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3816,1602,'_wp_attached_file','2018/06/Scrambles-States.jpg'),(3817,1602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:28:\"2018/06/Scrambles-States.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Scrambles-States-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Scrambles-States-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Scrambles-States-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Scrambles-States-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Scrambles-States-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Scrambles-States-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Scrambles-States-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:28:\"Scrambles-States-425x215.jpg\";s:5:\"width\";i:425;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:\"Scrambles-States-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Scrambles-States-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Scrambles-States-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3818,1603,'_wp_attached_file','2018/06/Swimmy.jpg'),(3819,1603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:18:\"2018/06/Swimmy.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Swimmy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Swimmy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Swimmy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Swimmy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:17:\"Swimmy-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:18:\"Swimmy-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:16:\"Swimmy-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:18:\"Swimmy-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:17:\"Swimmy-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:18:\"Swimmy-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:18:\"Swimmy-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866724\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3820,1604,'_wp_attached_file','2018/06/Tacky.jpg'),(3821,1604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:17:\"2018/06/Tacky.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Tacky-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Tacky-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Tacky-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Tacky-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:16:\"Tacky-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:17:\"Tacky-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:15:\"Tacky-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:17:\"Tacky-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:16:\"Tacky-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:17:\"Tacky-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:17:\"Tacky-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866776\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3822,1605,'_wp_attached_file','2018/06/The-Hat.jpg'),(3823,1605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:19:\"2018/06/The-Hat.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"The-Hat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"The-Hat-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"The-Hat-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"The-Hat-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:18:\"The-Hat-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"The-Hat-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:17:\"The-Hat-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:19:\"The-Hat-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:18:\"The-Hat-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:19:\"The-Hat-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:19:\"The-Hat-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866419\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3824,1606,'_wp_attached_file','2018/06/Things-that-Go-1.jpg'),(3825,1606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:28:\"2018/06/Things-that-Go-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Things-that-Go-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Things-that-Go-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Things-that-Go-1-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:28:\"Things-that-Go-1-425x215.jpg\";s:5:\"width\";i:425;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:\"Things-that-Go-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-1-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529948458\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3826,1607,'_wp_attached_file','2018/06/Things-that-Go-3.jpg'),(3827,1607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:28:\"2018/06/Things-that-Go-3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Things-that-Go-3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Things-that-Go-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-3-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Things-that-Go-3-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:28:\"Things-that-Go-3-425x215.jpg\";s:5:\"width\";i:425;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:\"Things-that-Go-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-3-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-3-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529948469\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3828,1608,'_wp_attached_file','2018/06/Things-that-Go-Kit.jpg'),(3829,1608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:30:\"2018/06/Things-that-Go-Kit.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Things-that-Go-Kit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Things-that-Go-Kit-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Things-that-Go-Kit-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Things-that-Go-Kit-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:29:\"Things-that-Go-Kit-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:30:\"Things-that-Go-Kit-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:28:\"Things-that-Go-Kit-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:30:\"Things-that-Go-Kit-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:29:\"Things-that-Go-Kit-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:30:\"Things-that-Go-Kit-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:30:\"Things-that-Go-Kit-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529948384\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3830,1609,'_wp_attached_file','2018/06/Thngs-that-Go-2.jpg'),(3831,1609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:27:\"2018/06/Thngs-that-Go-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Thngs-that-Go-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Thngs-that-Go-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Thngs-that-Go-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Thngs-that-Go-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Thngs-that-Go-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:27:\"Thngs-that-Go-2-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Thngs-that-Go-2-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:\"Thngs-that-Go-2-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:26:\"Thngs-that-Go-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:27:\"Thngs-that-Go-2-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:27:\"Thngs-that-Go-2-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529948425\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3832,1610,'_wp_attached_file','2018/06/Tooth-Book.jpg'),(3833,1610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:22:\"2018/06/Tooth-Book.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Tooth-Book-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:\"Tooth-Book-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Tooth-Book-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Tooth-Book-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:21:\"Tooth-Book-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:22:\"Tooth-Book-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:20:\"Tooth-Book-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:22:\"Tooth-Book-425x215.jpg\";s:5:\"width\";i:425;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:\"Tooth-Book-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:22:\"Tooth-Book-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:22:\"Tooth-Book-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529866910\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3834,1611,'_wp_attached_file','2018/06/Up-Down.jpg'),(3835,1611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:19:\"2018/06/Up-Down.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Up-Down-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Up-Down-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Up-Down-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Up-Down-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:18:\"Up-Down-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:19:\"Up-Down-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:17:\"Up-Down-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:19:\"Up-Down-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:18:\"Up-Down-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:19:\"Up-Down-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:19:\"Up-Down-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529867024\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3836,1612,'_wp_attached_file','2018/06/Where-the-Wild-Things-Are.jpg'),(3837,1612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:37:\"2018/06/Where-the-Wild-Things-Are.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Where-the-Wild-Things-Are-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:37:\"Where-the-Wild-Things-Are-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Where-the-Wild-Things-Are-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Where-the-Wild-Things-Are-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:36:\"Where-the-Wild-Things-Are-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:37:\"Where-the-Wild-Things-Are-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:35:\"Where-the-Wild-Things-Are-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:37:\"Where-the-Wild-Things-Are-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:36:\"Where-the-Wild-Things-Are-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:37:\"Where-the-Wild-Things-Are-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:37:\"Where-the-Wild-Things-Are-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529867087\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3838,1613,'_wp_attached_file','2018/06/Wiggle.jpg'),(3839,1613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:18:\"2018/06/Wiggle.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Wiggle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Wiggle-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Wiggle-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Wiggle-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:17:\"Wiggle-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:18:\"Wiggle-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:16:\"Wiggle-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:18:\"Wiggle-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:17:\"Wiggle-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:18:\"Wiggle-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:18:\"Wiggle-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1529867163\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3840,520,'_thumbnail_id','1588'),(3841,406,'_thumbnail_id','1589'),(3842,1078,'_thumbnail_id','1591'),(3843,1647,'_edit_last','2'),(3844,1647,'_edit_lock','1536802921:2'),(3846,1647,'_wp_page_template','default'),(3848,1647,'_thumbnail_id','1608'),(3849,1647,'_dp_original','1261'),(3850,1649,'_edit_last','2'),(3851,1649,'_edit_lock','1530066568:2'),(3852,1649,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"Bedtime Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3853,1649,'_wp_page_template','default'),(3854,1649,'_thumbnail_id','1607'),(3856,1649,'_dp_original','1313'),(3857,1656,'_wp_attached_file','2018/09/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf'),(3858,1657,'_wp_attached_file','2018/09/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf'),(3862,1659,'_edit_last','2'),(3863,1659,'_edit_lock','1536802052:2'),(3865,1659,'_wp_page_template','default'),(3867,1659,'_dp_original','433'),(3870,1663,'_wp_attached_file','2018/09/Judgmental-1.jpg'),(3871,1663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:922;s:6:\"height\";i:692;s:4:\"file\";s:24:\"2018/09/Judgmental-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Judgmental-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Judgmental-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Judgmental-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Judgmental-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Judgmental-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Judgmental-1-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:24:\"Judgmental-1-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Judgmental-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Judgmental-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Judgmental-1-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536777008\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3876,1666,'_wp_attached_file','2018/09/Judgmental-4.jpg'),(3877,1666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:922;s:6:\"height\";i:692;s:4:\"file\";s:24:\"2018/09/Judgmental-4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Judgmental-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Judgmental-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Judgmental-4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:23:\"Judgmental-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:24:\"Judgmental-4-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:22:\"Judgmental-4-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:24:\"Judgmental-4-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:23:\"Judgmental-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:24:\"Judgmental-4-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:24:\"Judgmental-4-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1536777067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3878,1659,'_thumbnail_id','1663'),(3882,1672,'_edit_last','2'),(3883,1672,'_edit_lock','1536801516:2'),(3885,1672,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:19:\"The Hat Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3886,1672,'_wp_page_template','default'),(3887,1672,'_dp_original','489'),(3888,1672,'_thumbnail_id','1666'),(3894,1679,'_edit_last','2'),(3895,1679,'_edit_lock','1536802122:2'),(3896,1679,'_wp_page_template','default'),(3898,1679,'_thumbnail_id','1663'),(3900,1679,'_dp_original','1659'),(3901,1681,'_edit_last','2'),(3902,1681,'_edit_lock','1536802016:2'),(3904,1681,'_wp_page_template','default'),(3906,1681,'_thumbnail_id','1666'),(3907,1681,'_dp_original','1672'),(3955,1712,'_wp_attached_file','2018/09/Flyer-53-1.pdf'),(3956,1713,'_wp_attached_file','2018/09/B-to-3-Flyer-10-1.pdf'),(3977,1718,'_wp_attached_file','2018/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf'),(3978,1719,'_wp_attached_file','2018/10/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf'),(3979,1720,'_wp_attached_file','2018/10/Manipulatives-Order-Form.pdf'),(3982,1722,'_wp_attached_file','2018/10/Confessions-small.jpg'),(3983,1722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:461;s:4:\"file\";s:29:\"2018/10/Confessions-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Confessions-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Confessions-small-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:28:\"Confessions-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:29:\"Confessions-small-188x250.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Confessions-small-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:29:\"Confessions-small-346x215.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:28:\"Confessions-small-90x120.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:29:\"Confessions-small-158x210.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:29:\"Confessions-small-346x250.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1429040490\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3984,1723,'_edit_last','2'),(3985,1723,'_edit_lock','1540860274:2'),(3987,1723,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:42:\"Confessions of a Former Bully Literacy Kit\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(3988,1723,'_wp_page_template','default'),(3990,1723,'_dp_original','1423'),(3991,1723,'_thumbnail_id','1722'),(3992,1023,'_config_errors','a:4:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:102;s:14:\"mail.recipient\";i:102;s:9:\"mail.body\";i:101;}'),(3993,1024,'_config_errors','a:4:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:102;s:14:\"mail.recipient\";i:102;s:9:\"mail.body\";i:101;}'),(3994,1727,'_wp_attached_file','2019/05/Movement-small.jpg'),(3995,1727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:26:\"2019/05/Movement-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Movement-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Movement-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:25:\"Movement-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:24:\"Movement-small-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:26:\"Movement-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:25:\"Movement-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:26:\"Movement-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:26:\"Movement-small-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3996,1728,'_wp_attached_file','2019/05/Movement.jpg'),(3997,1728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:20:\"2019/05/Movement.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Movement-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:\"Movement-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Movement-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Movement-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:19:\"Movement-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:20:\"Movement-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:18:\"Movement-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:20:\"Movement-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:20:\"Movement-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:20:\"Movement-515x250.jpg\";s:5:\"width\";i:515;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3998,1729,'_wp_attached_file','2019/05/Movement-small-1.jpg'),(3999,1729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-small-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-small-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-small-1-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:28:\"Movement-small-1-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-small-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-small-1-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4000,1730,'_wp_attached_file','2019/05/Movement-1-small.jpg'),(4001,1730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-1-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-1-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-1-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-1-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-1-small-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:28:\"Movement-1-small-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-1-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-1-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-1-small-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4002,1731,'_wp_attached_file','2019/05/Movement-2-small.jpg'),(4003,1731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-2-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-2-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-2-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-2-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-2-small-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:28:\"Movement-2-small-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-2-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-2-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-2-small-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4004,1732,'_wp_attached_file','2019/05/Movement-3-small.jpg'),(4005,1732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-3-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-3-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-3-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-3-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-3-small-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:28:\"Movement-3-small-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-3-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-3-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-3-small-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4006,1733,'_wp_attached_file','2019/05/Movement-small-2.jpg'),(4007,1733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-small-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-small-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-small-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-small-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-small-2-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-small-2-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:28:\"Movement-small-2-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-small-2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-small-2-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-small-2-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4008,1734,'_wp_attached_file','2019/05/Movement-small-3.jpg'),(4009,1734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-small-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-small-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-small-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-small-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-small-3-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-small-3-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:28:\"Movement-small-3-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-small-3-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-small-3-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-small-3-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4010,1735,'_wp_attached_file','2019/05/Movement-small-4.jpg'),(4011,1735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:28:\"2019/05/Movement-small-4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Movement-small-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Movement-small-4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:27:\"Movement-small-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-small-4-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:26:\"Movement-small-4-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:28:\"Movement-small-4-425x215.jpg\";s:5:\"width\";i:425;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:\"Movement-small-4-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:28:\"Movement-small-4-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:28:\"Movement-small-4-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4012,1736,'_wp_attached_file','2019/05/Movement-1-small-1.jpg'),(4013,1736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:30:\"2019/05/Movement-1-small-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Movement-1-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Movement-1-small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:29:\"Movement-1-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:30:\"Movement-1-small-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-1-small-1-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:30:\"Movement-1-small-1-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:29:\"Movement-1-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:30:\"Movement-1-small-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:30:\"Movement-1-small-1-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731613\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4014,1737,'_wp_attached_file','2019/05/Movement-2-small-1.jpg'),(4015,1737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:30:\"2019/05/Movement-2-small-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Movement-2-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Movement-2-small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:29:\"Movement-2-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:30:\"Movement-2-small-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-2-small-1-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:30:\"Movement-2-small-1-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:29:\"Movement-2-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:30:\"Movement-2-small-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:30:\"Movement-2-small-1-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731631\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4016,1738,'_wp_attached_file','2019/05/Movement-3-small-1.jpg'),(4017,1738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:30:\"2019/05/Movement-3-small-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Movement-3-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Movement-3-small-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:29:\"Movement-3-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:30:\"Movement-3-small-1-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:28:\"Movement-3-small-1-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:30:\"Movement-3-small-1-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:29:\"Movement-3-small-1-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:30:\"Movement-3-small-1-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:30:\"Movement-3-small-1-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4018,1739,'_wp_attached_file','2019/05/Put-Porn-in-its-Place-small.jpg'),(4019,1739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:492;s:6:\"height\";i:369;s:4:\"file\";s:39:\"2019/05/Put-Porn-in-its-Place-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Put-Porn-in-its-Place-small-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:39:\"Put-Porn-in-its-Place-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:38:\"Put-Porn-in-its-Place-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:39:\"Put-Porn-in-its-Place-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:37:\"Put-Porn-in-its-Place-small-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:39:\"Put-Porn-in-its-Place-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:38:\"Put-Porn-in-its-Place-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:39:\"Put-Porn-in-its-Place-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:39:\"Put-Porn-in-its-Place-small-492x250.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4020,1740,'_wp_attached_file','2019/05/Put-Porn-in-its-Place-PP-small.jpg'),(4021,1740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:461;s:6:\"height\";i:346;s:4:\"file\";s:42:\"2019/05/Put-Porn-in-its-Place-PP-small.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Put-Porn-in-its-Place-PP-small-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:42:\"Put-Porn-in-its-Place-PP-small-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"product-thumbnails\";a:4:{s:4:\"file\";s:41:\"Put-Porn-in-its-Place-PP-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"gold-thumbnails\";a:4:{s:4:\"file\";s:42:\"Put-Porn-in-its-Place-PP-small-250x188.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"admin-product-thumbnails\";a:4:{s:4:\"file\";s:40:\"Put-Porn-in-its-Place-PP-small-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:42:\"Put-Porn-in-its-Place-PP-small-425x215.jpg\";s:5:\"width\";i:425;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"small-product-thumbnail\";a:4:{s:4:\"file\";s:41:\"Put-Porn-in-its-Place-PP-small-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"medium-single-product\";a:4:{s:4:\"file\";s:42:\"Put-Porn-in-its-Place-PP-small-280x210.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"postThumb\";a:4:{s:4:\"file\";s:42:\"Put-Porn-in-its-Place-PP-small-461x250.jpg\";s:5:\"width\";i:461;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon PowerShot SD1000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1556731891\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.8\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4024,1744,'_thumbnail_id','1739'),(4025,1744,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"Healthy Snacks Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(4026,1744,'_wp_page_template','default'),(4028,1744,'_dp_original','595'),(4029,1744,'_edit_lock','1556757732:2'),(4030,1744,'_edit_last','2'),(4031,1746,'_thumbnail_id','1740'),(4032,1746,'_eshop_product','a:8:{s:3:\"sku\";s:0:\"\";s:8:\"products\";a:4:{i:1;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:2;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:3;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}i:4;a:4:{s:6:\"option\";s:0:\"\";s:5:\"price\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:9:\"saleprice\";s:0:\"\";}}s:11:\"description\";s:26:\"Healthy Snacks Parent Pack\";s:8:\"shiprate\";s:1:\"F\";s:8:\"featured\";s:2:\"no\";s:4:\"sale\";s:2:\"no\";s:10:\"cart_radio\";s:1:\"0\";s:6:\"optset\";s:0:\"\";}'),(4033,1746,'_wp_page_template','default'),(4035,1746,'_dp_original','1744'),(4036,1746,'_edit_lock','1556757710:2'),(4037,1746,'_edit_last','2'),(4039,1332,'_thumbnail_id','1736'),(4045,1753,'_wp_attached_file','2019/05/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf'),(4048,1756,'_wp_attached_file','2019/05/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1766 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2010-10-18 08:37:07','2010-10-18 12:37:07','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains one or two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 25,000 kits in forty-five states and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','publish','closed','open','','about','','','2019-05-02 01:01:47','2019-05-02 01:01:47','',0,'http://learningconnectionsweb.com/?page_id=2',0,'page','',0),(4,1,'2010-10-18 12:42:42','2010-10-18 12:42:42','[productspage]','Learning Connections Shop','','publish','closed','closed','','products-page','','','2010-10-24 03:41:54','2010-10-24 03:41:54','',0,'http://learningconnectionsweb.com/?page_id=4',0,'page','',0),(5,1,'2010-10-18 12:42:42','2010-10-18 12:42:42','[shoppingcart]','Checkout','','publish','closed','closed','','checkout','','','2010-10-18 12:42:42','2010-10-18 12:42:42','',4,'http://learningconnectionsweb.com/?page_id=5',0,'page','',0),(6,1,'2010-10-18 12:42:42','2010-10-18 12:42:42','[transactionresults]','Transaction Results','','publish','closed','closed','','transaction-results','','','2010-10-18 12:42:42','2010-10-18 12:42:42','',4,'http://learningconnectionsweb.com/?page_id=6',0,'page','',0),(7,1,'2010-10-18 12:42:42','2010-10-18 12:42:42','[userlog]','Your Account','','publish','closed','closed','','your-account','','','2010-10-18 12:42:42','2010-10-18 12:42:42','',4,'http://learningconnectionsweb.com/?page_id=7',0,'page','',0),(15,1,'2010-10-20 15:55:54','2010-10-20 15:55:54','We have created a new line of parent packs for infants and toddlers, from birth to age three. Each parent pack comes in the same zippered plastic bag as our Pre-K to Fifth Grade parent packs. They are written around specific themes and each contains one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Prices vary depending on the book selected.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','publish','closed','open','','educational-tools','','','2016-08-30 00:10:06','2016-08-30 00:10:06','',0,'http://learningconnectionsweb.com/?page_id=15',0,'page','',0),(16,1,'2010-10-20 15:55:42','2010-10-20 15:55:42','','Auto Draft','','inherit','open','open','','15-revision-v1','','','2010-10-20 15:55:42','2010-10-20 15:55:42','',15,'http://learningconnectionsweb.com/?p=16',0,'revision','',0),(17,1,'2010-10-20 15:56:08','2010-10-20 15:56:08','<strong>Keeping Kids Healthy and Social Issue Literacy Kits and Parent Packs</strong>\r\n<p style=\"text-align: justify;\"><strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.</p>\r\n<strong>Social Issue Kits:</strong> Two literacy kits (and parent packs), <em>The Bully Blockers Club </em>and <em>Confessions of a Former Bully</em>, have been written to address bullying for Kindergarten through Second Grades. <em>Making Friends is an Art</em> is a related topic. <em>The Judgmental Flower</em> addresses the problem of discrimination.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Social Issues Kits','','publish','closed','open','','workshop-booking','','','2018-09-13 01:25:16','2018-09-13 01:25:16','',0,'http://learningconnectionsweb.com/?page_id=17',0,'page','',0),(18,1,'2010-10-20 15:56:05','2010-10-20 15:56:05','','Workshop Booking','','inherit','open','open','','17-revision-v1','','','2010-10-20 15:56:05','2010-10-20 15:56:05','',17,'http://learningconnectionsweb.com/?p=18',0,'revision','',0),(19,1,'2010-10-20 15:56:19','2010-10-20 15:56:19','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Manipulatives-Order-Form.pdf\">Manipulatives Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\nPre-K to 5th Grade Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53-1.pdf\">Pre-K to Fifth Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\nBirth to Age 3 Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10-1.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>','Order Forms and Flyers','','publish','open','open','','order-forms','','','2019-05-02 01:00:23','2019-05-02 01:00:23','',0,'http://learningconnectionsweb.com/?page_id=19',0,'page','',1),(20,1,'2010-10-20 15:56:18','2010-10-20 15:56:18','','Order Forms','','inherit','open','open','','19-revision-v1','','','2010-10-20 15:56:18','2010-10-20 15:56:18','',19,'http://learningconnectionsweb.com/?p=20',0,'revision','',0),(22,1,'2010-10-20 15:57:47','2010-10-20 15:57:47','Coming Soon','','','publish','open','open','','22','','','2015-01-19 13:33:24','2015-01-19 13:33:24','',0,'http://learningconnectionsweb.com/?p=22',5,'nav_menu_item','',0),(23,1,'2010-10-20 15:57:47','2010-10-20 15:57:47','Coming Soon','Birth to Age 3 Parent Packs','','publish','open','open','','23','','','2015-01-19 13:33:24','2015-01-19 13:33:24','',0,'http://learningconnectionsweb.com/?p=23',4,'nav_menu_item','',0),(27,1,'2010-10-18 08:37:07','2010-10-18 08:37:07','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About','','inherit','closed','open','','2-revision-v1','','','2010-10-18 08:37:07','2010-10-18 08:37:07','',2,'http://learningconnectionsweb.com/?p=27',0,'revision','',0),(32,1,'2010-10-20 16:11:41','2010-10-20 16:11:41','<span> </span>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. The kits contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on activity. An example is shown in the photo to the right. The kit is designed for parents to use with their child to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their child. </span><span>It is a proven tool to connect learning from school to home. Other products include Parent Packs, which are similar to Literacy Kits but are available for purchase by parents, and Listening Literacy Kits, which use the same backpack but which contain an English or Spanish book with a CD on which an actor has read the book. Please click on the link above for more information.</span> <span>\r\nLearning Connections services include workshops specially designed for the attendees\' specific objectives. The workshop could assist teachers, daycare providers, or others bring parents into the learning process in many ways, integrate reading into other curriculum areas, such as science and math, or meet other specific needs. The link above will provide more detailed information.</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-20 16:11:41','2010-10-20 16:11:41','',2,'http://learningconnectionsweb.com/?p=32',0,'revision','',0),(33,2,'2016-08-29 22:06:02','2016-08-29 22:06:02','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\n\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\n\nSince its \'birth\' in 2006, Learning Connections has sold over 23,000 kits in forty-one of the fifty United States and Canada.\n\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\n\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','open','','2-autosave-v1','','','2016-08-29 22:06:02','2016-08-29 22:06:02','',2,'http://learningconnectionsweb.com/?p=33',0,'revision','',0),(34,1,'2010-10-20 15:56:08','2010-10-20 15:56:08','Coming Soon','Workshop Booking','','inherit','closed','open','','17-revision-v1','','','2010-10-20 15:56:08','2010-10-20 15:56:08','',17,'http://learningconnectionsweb.com/?p=34',0,'revision','',0),(35,1,'2010-10-20 21:19:31','2010-10-20 21:19:31','Throughout the four years that Judy Guenzel, founder of Learning Connections, Inc., was an educational consultant with Reading Rainbow, she created and presented workshops in the states of California, Ohio, Missouri, and Kansas. Judy is able to offer hands-on in-service workshops for teachers and/or families that are tailor-made for your school community. Workshops can be specially designed to meet the federal mandates for providing school-to-home connections that will help students succeed. She is able to customize workshops that meet the needs of any audience. Target audiences include teachers, parents, daycare providers, and anyone who works with children. Past workshops have emphasized parent involvement, integrating language arts with math and science, literacy in the home, and home-to-school connections, as well as specific topics for teachers.','Workshop Booking','','inherit','closed','open','','17-autosave-v1','','','2010-10-20 21:19:31','2010-10-20 21:19:31','',17,'http://learningconnectionsweb.com/?p=35',0,'revision','',0),(36,1,'2010-10-20 21:18:26','2010-10-20 21:18:26','Throughout the four years that Judy Guenzel, founder of Learning Connections, Inc., was an educational consultant with Reading Rainbow, she created and presented workshops in the states of California, Ohio, Missouri, and Kansas. Judy is able to offer hands-on in-service workshops for teachers and/or families that are tailor-made for your school community. Workshops can be specially designed to meet the federal mandates for providing school-to-home connections that will help students succeed. She is able to customize workshops that meet the needs of any audience. Target audiences include teachers, parents, daycare providers, and anyone who works with children. Past workshops have emphasized parent involvement, integrating language arts with math and science, literacy in the home, and home-to-school connections, as well as specific topics for teachers.','Workshop Booking','','inherit','closed','open','','17-revision-v1','','','2010-10-20 21:18:26','2010-10-20 21:18:26','',17,'http://learningconnectionsweb.com/?p=36',0,'revision','',0),(40,1,'2010-10-20 15:55:54','2010-10-20 15:55:54','Coming Soon','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-20 15:55:54','2010-10-20 15:55:54','',15,'http://learningconnectionsweb.com/?p=40',0,'revision','',0),(41,1,'2010-10-21 02:57:03','2010-10-21 02:57:03','','education','','inherit','closed','open','','education','','','2010-10-21 02:57:03','2010-10-21 02:57:03','',15,'http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif',0,'attachment','image/gif',0),(42,2,'2015-04-18 01:45:59','2015-04-18 01:45:59','We have created a new line of parent packs for infants and toddlers, from birth to age three. Each parent pack comes in the same zippered plastic bag as our Pre-K to Fifth Grade parent packs. They are written around specific themes and each contains one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','open','','15-autosave-v1','','','2015-04-18 01:45:59','2015-04-18 01:45:59','',15,'http://learningconnectionsweb.com/?p=42',0,'revision','',0),(43,1,'2010-10-21 02:56:10','2010-10-21 02:56:10','Judy Guenzel, founder of Learning Connections, Inc., created 47 similar literacy kits for Reading Rainbow, where she worked as an educational consultant for four years. In the last three years, Reading Rainbow has sold over 12,000 of the literacy kits she wrote. The literacy kits written for Learning Connections are somewhat different, as they are all written in both English and Spanish. They are all centered around a work of great children’s literature.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-21 02:56:10','2010-10-21 02:56:10','',15,'http://learningconnectionsweb.com/?p=43',0,'revision','',0),(44,2,'2013-02-06 20:58:50','2013-02-06 20:58:50','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>February, 2019:</strong> Nebraska State Reading Conference, Kearney, NE\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>October 8-11, 2018:</strong> National Parents As Teachers Conference, Phoenix, AZ\r\n\r\n<strong>October 3-5, 2018:</strong> Zero to Three Conference, Denver, CO\r\n\r\n<strong>June 26-27, 2018:</strong> Iowa Reading Association Conference, Ames, Iowa\r\n\r\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\r\n\r\n<strong>March 4-7, 2018:</strong> National Youth At Risk Conference, Savannah, GA\r\n\r\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','publish','closed','open','','conference-in-vegas','','','2018-10-30 00:34:05','2018-10-30 00:34:05','',0,'http://learningconnectionsweb.com/?p=44',0,'post','',0),(45,1,'2010-10-21 02:58:16','2010-10-21 02:58:16','','Conference in Vegas','','inherit','closed','open','','44-revision-v1','','','2010-10-21 02:58:16','2010-10-21 02:58:16','',44,'http://learningconnectionsweb.com/?p=45',0,'revision','',0),(47,1,'2010-10-21 03:02:14','2010-10-21 03:02:14','We would love to hear from you. If you have a question or comment just fill out the form below, call us at 402-423-6941, or email me at <a href=\"mailto: judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>. You can also reach us by fax at 402-423-0050.\r\n\r\nOur mailing address is:\r\nLearning Connections, Inc.\r\n3520 Hanson Dr.\r\nLincoln, NE 68502\r\n\r\n[contact-form 1 \"Contact form 1\"]\r\n\r\n<strong><a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Literacy-Kit-Order-Form.pdf\'>Literacy Kit Order Form</a></strong>\r\n\r\n<strong><a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Parent-Pack-Order-Form.pdf\'>Parent Pack Order Form</a></strong>','Contact Us','','publish','closed','open','','contact-us','','','2012-05-29 21:21:49','2012-05-29 21:21:49','',0,'http://learningconnectionsweb.com/?page_id=47',0,'page','',0),(48,1,'2010-10-21 03:02:10','2010-10-21 03:02:10','','Contact Us','','inherit','closed','open','','47-revision','','','2010-10-21 03:02:10','2010-10-21 03:02:10','',47,'http://learningconnectionsweb.com/?p=48',0,'revision','',0),(49,1,'2010-10-21 03:02:53','2010-10-21 03:02:53','[contact-form 1 “Contact form 1?]','','','publish','closed','open','','49','','','2015-01-19 13:33:24','2015-01-19 13:33:24','',0,'http://learningconnectionsweb.com/?p=49',6,'nav_menu_item','',0),(55,1,'2010-10-21 03:12:46','2010-10-21 03:12:46','','1145735_88559864','','inherit','closed','open','','1145735_88559864','','','2010-10-21 03:12:46','2010-10-21 03:12:46','',2,'http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_88559864.jpg',0,'attachment','image/jpeg',0),(56,1,'2010-10-21 03:13:32','2010-10-21 03:13:32','','1145735_88559864','','inherit','closed','open','','1145735_88559864-2','','','2010-10-21 03:13:32','2010-10-21 03:13:32','',2,'http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641.jpg',0,'attachment','image/jpeg',0),(57,1,'2010-10-20 20:46:58','2010-10-20 20:46:58','<span> </span>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. The kits contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on activity. An example is shown in the photo to the right. The kit is designed for parents to use with their child to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their child. </span><span>It is a proven tool to connect learning from school to home. Other products include Parent Packs, which are similar to Literacy Kits but are available for purchase by parents, and Listening Literacy Kits, which use the same backpack but which contain an English or Spanish book with a CD on which an actor has read the book. Please click on the link above for more information.</span> <span>\r\nLearning Connections services include workshops specially designed for the attendees\' specific objectives. The workshop could assist teachers, daycare providers, or others bring parents into the learning process in many ways, integrate reading into other curriculum areas, such as science and math, or meet other specific needs. The link above will provide more detailed information.</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-20 20:46:58','2010-10-20 20:46:58','',2,'http://learningconnectionsweb.com/?p=57',0,'revision','',0),(58,1,'2010-10-21 03:13:46','2010-10-21 03:13:46','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641.jpg\"><img class=\"size-medium wp-image-56 alignright\" title=\"1145735_88559864\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. The kits contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on activity. An example is shown in the photo to the right. The kit is designed for parents to use with their child to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their child. </span><span>It is a proven tool to connect learning from school to home. Other products include Parent Packs, which are similar to Literacy Kits but are available for purchase by parents, and Listening Literacy Kits, which use the same backpack but which contain an English or Spanish book with a CD on which an actor has read the book. Please click on the link above for more information.</span> <span>\r\nLearning Connections services include workshops specially designed for the attendees\' specific objectives. The workshop could assist teachers, daycare providers, or others bring parents into the learning process in many ways, integrate reading into other curriculum areas, such as science and math, or meet other specific needs. The link above will provide more detailed information.</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-21 03:13:46','2010-10-21 03:13:46','',2,'http://learningconnectionsweb.com/?p=58',0,'revision','',0),(59,1,'2010-10-21 03:14:21','2010-10-21 03:14:21','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641.jpg\"><img class=\"size-medium wp-image-56 alignright\" title=\"1145735_88559864\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. The kits contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on activity. An example is shown in the photo to the right. </span>\r\n\r\n<span>The kit is designed for parents to use with their child to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their child. </span><span>It is a proven tool to connect learning from school to home. Other products include Parent Packs, which are similar to Literacy Kits but are available for purchase by parents, and Listening Literacy Kits, which use the same backpack but which contain an English or Spanish book with a CD on which an actor has read the book. Please click on the link above for more information.</span> <span>\r\nLearning Connections services include workshops specially designed for the attendees\' specific objectives. The workshop could assist teachers, daycare providers, or others bring parents into the learning process in many ways, integrate reading into other curriculum areas, such as science and math, or meet other specific needs. The link above will provide more detailed information.</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-21 03:14:21','2010-10-21 03:14:21','',2,'http://learningconnectionsweb.com/?p=59',0,'revision','',0),(66,1,'2010-10-20 21:24:00','2010-10-20 21:24:00','Throughout the four years that Judy Guenzel, founder of Learning Connections, Inc., was an educational consultant with Reading Rainbow, she created and presented workshops in the states of California, Ohio, Missouri, and Kansas. Judy is able to offer hands-on in-service workshops for teachers and/or families that are tailor-made for your school community. Workshops can be specially designed to meet the federal mandates for providing school-to-home connections that will help students succeed. She is able to customize workshops that meet the needs of any audience. Target audiences include teachers, parents, daycare providers, and anyone who works with children. Past workshops have emphasized parent involvement, integrating language arts with math and science, literacy in the home, and home-to-school connections, as well as specific topics for teachers.','Workshop Booking','','inherit','closed','open','','17-revision-v1','','','2010-10-20 21:24:00','2010-10-20 21:24:00','',17,'http://learningconnectionsweb.com/?p=66',0,'revision','',0),(67,1,'2012-03-09 19:32:02','2012-03-09 19:32:02','We would love to hear from you. If you have a question or comment just fill out the form below, call us at 402-423-6941, or email me at <a href=\"mailto: judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>. You can also reach us by fax at 402-423-0050.\n\nOur mailing address is:\nLearning Connections, Inc.\n3520 Hanson Dr.\nLincoln, NE 68502\n\n[contact-form 1 \"Contact form 1\"]','Contact Us','','inherit','closed','open','','47-autosave','','','2012-03-09 19:32:02','2012-03-09 19:32:02','',47,'http://learningconnectionsweb.com/?p=67',0,'revision','',0),(68,1,'2010-10-21 03:02:14','2010-10-21 03:02:14','[contact-form 1 \"Contact form 1\"]','Contact Us','','inherit','closed','open','','47-revision-2','','','2010-10-21 03:02:14','2010-10-21 03:02:14','',47,'http://learningconnectionsweb.com/?p=68',0,'revision','',0),(69,1,'2010-10-21 12:40:41','2010-10-21 12:40:41','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program Reading Rainbow and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit The Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 20,000 in forty states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n\r\nOther vital contributors to the literacy kits include:\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who worked for Great Plains National, the creators of Reading Rainbow, and for Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of the Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a Parent Educator with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is an elementary teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','publish','closed','open','','about-us','','','2013-04-16 22:26:13','2013-04-16 22:26:13','',0,'http://learningconnectionsweb.com/?page_id=69',0,'page','',0),(70,1,'2010-10-21 12:40:27','2010-10-21 12:40:27','Learning Connections, Inc., was started by Judy Guenzel. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program, Reading Rainbow, to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\n\nJudy wrote the literacy kit Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\n\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, translator, and illustrator, and with medical consultants for healthy living kits, she has created twenty-two literacy kits and parent packs to date and has sold over 10,000 in twenty states. Most of the literacy kits and parent packs are available in both English and Spanish.\n<ul>\n <li> Diane Miller, who has worked for Great Plains National and is now employed by Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\n <li>Lori Pierce is a freelance artist who creates all of Learning Connections artwork.</li>\n <li>Josie Filipi, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\n <li>Carol Abele, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\n <li>January Otto is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teath.\"</li>\n <li>Karen Ricker is a physical education consultant who was given the prestigious STARS award.</li>\n</ul>','About Us','','inherit','closed','open','','69-revision','','','2010-10-21 12:40:27','2010-10-21 12:40:27','',69,'http://learningconnectionsweb.com/?p=70',0,'revision','',0),(71,1,'2010-10-21 12:42:51','2010-10-21 12:42:51','Learning Connections, Inc., was started by Judy Guenzel. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program, Reading Rainbow, to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas. Judy wrote the literacy kit Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers. After Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, translator, and illustrator, and with medical consultants for healthy living kits, she has created twenty-two literacy…','','','publish','closed','open','','71','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://learningconnectionsweb.com/?p=71',1,'nav_menu_item','',0),(72,1,'2010-10-21 12:42:51','2010-10-21 12:42:51','We would love to hear from you. If you have a question or comment just fill out the form below or call us at 402-423-6941. You can also reach us by fax at 402-423-0050. Our mailing address is: Learning Connections, Inc. 3520 Hanson Dr. Lincoln, NE 68502 [contact-form 1 \"Contact form 1\"]','','','publish','closed','open','','72','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://learningconnectionsweb.com/?p=72',9,'nav_menu_item','',0),(73,1,'2010-10-21 12:42:51','2010-10-21 12:42:51','Throughout the four years that Judy Guenzel, founder of Learning Connections, Inc., was an educational consultant with Reading Rainbow, she created and presented workshops in the states of California, Ohio, Missouri, and Kansas. Judy is able to offer hands-on in-service workshops for teachers and/or families that are tailor-made for your school community. Workshops can be specially designed to meet the federal mandates for providing school-to-home connections that will help students succeed. She is able to customize workshops that meet the needs of any audience. Target audiences include teachers, parents, daycare providers, and anyone who works with children. Past workshops have emphasized parent involvement, integrating language arts with math and science, literacy in the home, and home-to-school connections, as well as specific topics for teachers. [contact-form 2 \"Workshop Form\"]','','','publish','closed','open','','73','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://learningconnectionsweb.com/?p=73',8,'nav_menu_item','',0),(74,1,'2010-10-21 12:42:51','2010-10-21 12:42:51','Judy Guenzel, founder of Learning Connections, Inc., created 47 similar literacy kits for Reading Rainbow, where she worked as an educational consultant for four years. In the last three years, Reading Rainbow has sold over 12,000 of the literacy kits she wrote. The literacy kits written for Learning Connections are somewhat different, as they are all written in both English and Spanish. They are all centered around a work of great children’s literature.','','','publish','closed','open','','74','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://learningconnectionsweb.com/?p=74',6,'nav_menu_item','',0),(78,1,'2010-10-21 12:42:51','2010-10-21 12:42:51','[shoppingcart]','','','publish','closed','open','','78','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',4,'http://learningconnectionsweb.com/?p=78',7,'nav_menu_item','',0),(79,1,'2010-10-21 12:42:51','2010-10-21 12:42:51','[productspage]','All Products','','publish','closed','open','','all-products','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://learningconnectionsweb.com/?p=79',5,'nav_menu_item','',0),(80,1,'2010-10-21 13:09:54','2010-10-21 13:09:54','','kid-reading','','inherit','closed','open','','kid-reading','','','2010-10-21 13:09:54','2010-10-21 13:09:54','',2,'http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg',0,'attachment','image/jpeg',0),(81,1,'2010-10-21 03:36:53','2010-10-21 03:36:53','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641.jpg\"><img class=\"size-medium wp-image-56 alignright\" title=\"1145735_88559864\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/1145735_885598641-300x194.jpg\" alt=\"\" width=\"300\" height=\"194\" /></a>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. The kits contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on activity. An example is shown in the photo to the right. </span>\r\n\r\n<span>The kit is designed for parents to use with their child to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their child. </span><span>It is a proven tool to connect learning from school to home. Other products include Parent Packs, which are similar to Literacy Kits but are available for purchase by parents, and Listening Literacy Kits, which use the same backpack but which contain an English or Spanish book with a CD on which an actor has read the book. Please click on the link above for more information.</span> <span>\r\nLearning Connections services include workshops specially designed for the attendees\' specific objectives. The workshop could assist teachers, daycare providers, or others bring parents into the learning process in many ways, integrate reading into other curriculum areas, such as science and math, or meet other specific needs.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-21 03:36:53','2010-10-21 03:36:53','',2,'http://learningconnectionsweb.com/?p=81',0,'revision','',0),(83,1,'2010-10-18 12:42:42','2010-10-18 12:42:42','[productspage]','Products Page','','inherit','closed','open','','4-revision','','','2010-10-18 12:42:42','2010-10-18 12:42:42','',4,'http://learningconnectionsweb.com/?p=83',0,'revision','',0),(85,1,'2010-10-21 13:10:20','2010-10-21 13:10:20','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. The kits contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on activity. An example is shown in the photo to the right. </span>\r\n\r\n<span>The kit is designed for parents to use with their child to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their child. </span><span>It is a proven tool to connect learning from school to home. Other products include Parent Packs, which are similar to Literacy Kits but are available for purchase by parents, and Listening Literacy Kits, which use the same backpack but which contain an English or Spanish book with a CD on which an actor has read the book. Please click on the link above for more information.</span> <span>\r\nLearning Connections services include workshops specially designed for the attendees\' specific objectives. The workshop could assist teachers, daycare providers, or others bring parents into the learning process in many ways, integrate reading into other curriculum areas, such as science and math, or meet other specific needs.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-21 13:10:20','2010-10-21 13:10:20','',2,'http://learningconnectionsweb.com/?p=85',0,'revision','',0),(86,2,'2010-10-21 12:40:41','2010-10-21 12:40:41','Learning Connections, Inc., was started by Judy Guenzel. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program, Reading Rainbow, to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, translator, and illustrator, and with medical consultants for healthy living kits, she has created twenty-two literacy kits and parent packs to date and has sold over 10,000 in twenty states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n<ul>\r\n <li> Diane Miller, who has worked for Great Plains National and is now employed by Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li>Lori Pierce is a freelance artist who creates all of Learning Connections artwork.</li>\r\n <li>Josie Filipi, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li>Carol Abele, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li>January Otto is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teath.\"</li>\r\n <li>Karen Ricker is a physical education consultant who was given the prestigious STARS award.</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-2','','','2010-10-21 12:40:41','2010-10-21 12:40:41','',69,'http://learningconnectionsweb.com/?p=86',0,'revision','',0),(87,2,'2010-10-25 12:20:21','2010-10-25 12:20:21','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program, Reading Rainbow, and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who has worked for Great Plains National and Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is a teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-3','','','2010-10-25 12:20:21','2010-10-25 12:20:21','',69,'http://learningconnectionsweb.com/?p=87',0,'revision','',0),(88,2,'2010-10-28 22:27:32','2010-10-28 22:27:32','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program Reading Rainbow and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\n\nJudy wrote the literacy kit The Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\n\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\n\nOther vital contributors to the literacy kits include:\n<ul>\n <li><strong> Diane Miller</strong>, who worked for Great Plains National, the creators of Reading Rainbow, and for Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of the Learning Connections artwork.</li>\n <li><strong>Josie Filipi</strong>, a Parent Educator with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\n <li><strong>Alycia Fox</strong> is an elementary teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\n</ul>','About Us','','inherit','closed','open','','69-autosave','','','2010-10-28 22:27:32','2010-10-28 22:27:32','',69,'http://learningconnectionsweb.com/?p=88',0,'revision','',0),(89,2,'2010-10-25 14:32:27','2010-10-25 14:32:27','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program, Reading Rainbow, and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who has worked for Great Plains National and Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is a teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-4','','','2010-10-25 14:32:27','2010-10-25 14:32:27','',69,'http://learningconnectionsweb.com/?p=89',0,'revision','',0),(94,1,'2010-10-21 02:57:14','2010-10-21 02:57:14','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Judy Guenzel, founder of Learning Connections, Inc., created 47 similar literacy kits for Reading Rainbow, where she worked as an educational consultant for four years. In the last three years, Reading Rainbow has sold over 12,000 of the literacy kits she wrote. The literacy kits written for Learning Connections are somewhat different, as they are all written in both English and Spanish. They are all centered around a work of great children’s literature.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-21 02:57:14','2010-10-21 02:57:14','',15,'http://learningconnectionsweb.com/?p=94',0,'revision','',0),(95,2,'2010-10-25 11:56:40','2010-10-25 11:56:40','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is devoted to connecting learning from school to home with its products and services. Its \'flagship\' product is the Literacy Kit, which <span>is a colorful child’s backpack that is purchased by a school or other organization </span><span>and then checked out to a student and sent home. Each kit contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on educational activity, and a response journal. An example is shown in the photo to the right. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children. </span><span>It is a proven tool to connect learning from school to home. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Two such workshops show teachers and administrators to how to create a successful family literacy night, and teachers, daycare providers, or parents with activities to integrate reading into math and science. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-25 11:56:40','2010-10-25 11:56:40','',2,'http://learningconnectionsweb.com/?p=95',0,'revision','',0),(96,2,'2010-10-27 13:16:20','2010-10-27 13:16:20','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to connecting learning from school to home by enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by a school or other organization </span><span>and then checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on educational activity, and a response journal. An example is shown in the photo to the right. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children.</span><span> Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Two such workshops show teachers and administrators to how to create a successful family literacy night, and teachers, daycare providers, or parents with activities to integrate reading into math and science. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-27 13:16:20','2010-10-27 13:16:20','',2,'http://learningconnectionsweb.com/?p=96',0,'revision','',0),(97,2,'2010-10-27 13:18:44','2010-10-27 13:18:44','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to connecting learning from school to home by enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by a school or other organization </span><span>and then checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children.</span><span> Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Two such workshops show teachers and administrators to how to create a successful family literacy night, and teachers, daycare providers, or parents with activities to integrate reading into math and science. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-27 13:18:44','2010-10-27 13:18:44','',2,'http://learningconnectionsweb.com/?p=97',0,'revision','',0),(98,2,'2010-10-27 13:23:37','2010-10-27 13:23:37','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to connecting learning from school to home by enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by a school or other organization </span><span>and then checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children.</span><span> Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Examples of two such workshops show teachers and administrators to how to create a successful family literacy night; and another workshop for teachers, daycare providers, or parents that teaches how to integrate reading into math and science. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-27 13:23:37','2010-10-27 13:23:37','',2,'http://learningconnectionsweb.com/?p=98',0,'revision','',0),(99,2,'2010-10-27 13:24:07','2010-10-27 13:24:07','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to connecting learning from school to home by enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by a school or other organization </span><span>and then checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, and a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children.</span><span> Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Examples of two such workshops show teachers and administrators to how to create a successful family literacy night; and another workshop for teachers, daycare providers, or parents that teaches how to integrate reading into math and science. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-27 13:24:07','2010-10-27 13:24:07','',2,'http://learningconnectionsweb.com/?p=99',0,'revision','',0),(100,2,'2010-10-28 13:58:46','2010-10-28 13:58:46','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span> Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-28 13:58:46','2010-10-28 13:58:46','',2,'http://learningconnectionsweb.com/?p=100',0,'revision','',0),(101,2,'2010-10-28 14:02:27','2010-10-28 14:02:27','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span> Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-28 14:02:27','2010-10-28 14:02:27','',2,'http://learningconnectionsweb.com/?p=101',0,'revision','',0),(102,2,'2010-10-25 15:56:07','2010-10-25 15:56:07','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program, Reading Rainbow, and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who has worked for Great Plains National and Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is an elementary teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-5','','','2010-10-25 15:56:07','2010-10-25 15:56:07','',69,'http://learningconnectionsweb.com/?p=102',0,'revision','',0),(103,2,'2010-10-28 14:21:12','2010-10-28 14:21:12','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program Reading Rainbow and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit The Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n\r\nOther important contributors to the literacy kits include:\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who worked for Great Plains National, the creators of Reading Rainbow, and for Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of the Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is an elementary teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-6','','','2010-10-28 14:21:12','2010-10-28 14:21:12','',69,'http://learningconnectionsweb.com/?p=103',0,'revision','',0),(104,2,'2010-10-25 20:59:06','2010-10-25 20:59:06','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available to enhance the education of children. The Whispy Phone is a phonics phones unlike any other. It works by whispering into the phone and is excellent for helping practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Other product include decks of cards written by Learning Connections and produced by a professional card company. These decks include Tooth Sleuth (a card game written in both English and Spanish with information about dental health), Go to the Store (a card game like Go Fish with fruits and vegetables), and Rhyme Time (a card game written in both English and Spanish with rhyming words in both languages).','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-25 20:59:06','2010-10-25 20:59:06','',15,'http://learningconnectionsweb.com/?p=104',0,'revision','',0),(105,2,'2010-10-28 14:50:57','2010-10-28 14:50:57','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available to enhance the education of children.\r\n\r\n--The Whispy Phone is a phonics phones unlike any other. It works by whispering into the phone and is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--Decks of cards written by Learning Connections and produced by a professional card company. The price of each deck is $5.00 and include:\r\n\r\n--Tooth Sleuth--a card game written in both English and Spanish with information about dental health.\r\n\r\n--Go to the Store--a card game like Go Fish with fruits and vegetables.\r\n\r\n--Rhyme Time--a card game written in both English and Spanish with rhyming words in both languages.\r\n\r\n--Juggling scarves--This is a most amazing brain development activity because each time the scarf is tossed, the midline of the body is crossed and synapes are connected. Creating new synapses helps the brain learn new materials and has been proven to raise reading scores, just to name one benefit. Juggling directions are always incuded. Price--$1.25 for individual scarves and $12.00 for a dozen.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-28 14:50:57','2010-10-28 14:50:57','',15,'http://learningconnectionsweb.com/?p=105',0,'revision','',0),(106,2,'2010-10-28 14:51:31','2010-10-28 14:51:31','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the education of children.\r\n\r\n--The Whispy Phone is a phonics phones unlike any other. It works by whispering into the phone and is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--Decks of cards written by Learning Connections and produced by a professional card company. The price of each deck is $5.00 and include:\r\n\r\n--Tooth Sleuth--a card game written in both English and Spanish with information about dental health.\r\n\r\n--Go to the Store--a card game like Go Fish with fruits and vegetables.\r\n\r\n--Rhyme Time--a card game written in both English and Spanish with rhyming words in both languages.\r\n\r\n--Juggling scarves--This is a most amazing brain development activity because each time the scarf is tossed, the midline of the body is crossed and synapes are connected. Creating new synapses helps the brain learn new materials and has been proven to raise reading scores, just to name one benefit. Juggling directions are always incuded. Price--$1.25 for individual scarves and $12.00 for a dozen.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-28 14:51:31','2010-10-28 14:51:31','',15,'http://learningconnectionsweb.com/?p=106',0,'revision','',0),(107,2,'2010-10-28 14:55:41','2010-10-28 14:55:41','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the education of children.\r\n\r\n--The Whispy Phone is a phonics phones unlike any other. It works by whispering into the phone and is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--Decks of cards are created by Learning Connections and produced by a professional card company. The price of each deck is $5.00 and include:\r\n\r\n--Tooth Sleuth is a card game written in both English and Spanish with lots of information about dental health.\r\n\r\n--Go to the Store is a card game similar to \"Go Fish\" with pictures of fruits and vegetables.\r\n\r\n--Rhyme Time is a card game written in both English and Spanish with rhyming words in both languages. The English rhyming cards have Spanish translations and the Spanish rhyming cards have English translations.\r\n\r\n--Juggling scarves. This is a most amazing brain development activity because each time the scarf is tossed, the midline of the body is crossed and synapes are connected. Creating new synapses helps the brain learn new materials and has been proven to raise reading scores, just to name one benefit. Juggling directions are always incuded. Price--$1.25 for individual scarves and $12.00 for a dozen.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-28 14:55:41','2010-10-28 14:55:41','',15,'http://learningconnectionsweb.com/?p=107',0,'revision','',0),(108,2,'2010-10-28 18:18:42','2010-10-28 18:18:42','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the education of children.\r\n\r\n--The Whispy Phone is a phonics phone unlike any other. It works by having the child whisper into one end of the phone with the other end to his or her ear. The phone is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--Decks of cards are created by Learning Connections and produced by a professional card company. The price of each deck is $5.00.\r\n\r\n--Tooth Sleuth is a card game written in both English and Spanish with lots of information about dental health.\r\n\r\n--Go to the Store is a card game similar to \"Go Fish\" with pictures of fruits and vegetables.\r\n\r\n--Rhyme Time is a card game written in both English and Spanish with rhyming words in both languages. The English rhyming cards have Spanish translations and the Spanish rhyming cards have English translations.\r\n\r\n--Juggling scarves. This is a most amazing brain development activity because each time the scarf is tossed, the mid-line of the body is crossed and synapses are connected. Creating new synapses helps the brain learn and has been proven to raise reading scores, just to name one benefit. Juggling directions are always incuded. Price--$1.25 for individual scarves and $12.00 for a dozen.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-28 18:18:42','2010-10-28 18:18:42','',15,'http://learningconnectionsweb.com/?p=108',0,'revision','',0),(109,2,'2010-10-28 18:21:13','2010-10-28 18:21:13','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the education of children.\r\n\r\n--<strong>The Whispy Phone</strong> is a phonics phone unlike any other. It works by having the child whisper into one end of the phone with the other end to his or her ear. The phone is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--<strong>Decks of cards</strong> are created by Learning Connections and produced by a professional card company. The price of each deck is $5.00.\r\n\r\n--<strong>Tooth Sleuth</strong> is a card game written in both English and Spanish with lots of information about dental health.\r\n\r\n--<strong>Go to the Store</strong> is a card game similar to \"Go Fish\" with pictures of fruits and vegetables.\r\n\r\n--<strong>Rhyme Time</strong> is a card game written in both English and Spanish with rhyming words in both languages. The English rhyming cards have Spanish translations and the Spanish rhyming cards have English translations.\r\n\r\n--<strong>Juggling scarves</strong> is a most amazing brain development activity because each time the scarf is tossed, the mid-line of the body is crossed and synapses are connected. Creating new synapses helps the brain learn and has been proven to raise reading scores, just to name one benefit. Juggling directions are always included. Price--$1.25 for individual scarves and $12.00 for a dozen.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-28 18:21:13','2010-10-28 18:21:13','',15,'http://learningconnectionsweb.com/?p=109',0,'revision','',0),(110,2,'2010-10-28 14:22:35','2010-10-28 14:22:35','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program Reading Rainbow and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit The Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n\r\nOther vital contributors to the literacy kits include:\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who worked for Great Plains National, the creators of Reading Rainbow, and for Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of the Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a teacher with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is an elementary teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-7','','','2010-10-28 14:22:35','2010-10-28 14:22:35','',69,'http://learningconnectionsweb.com/?p=110',0,'revision','',0),(112,1,'2010-11-01 16:17:09','2010-11-01 16:17:09','','rocke2','','inherit','closed','open','','rocke2','','','2010-11-01 16:17:09','2010-11-01 16:17:09','',0,'http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2.jpg',0,'attachment','image/jpeg',0),(115,1,'2012-03-06 04:13:43','2012-03-06 04:13:43','','The Cat in the Hat Dictionary','','publish','closed','open','','the-cat-in-the-hat-dictionary','','','2012-03-06 04:13:43','2012-03-06 04:13:43','',0,'http://learningconnectionsweb.com/?p=115',0,'post','',0),(117,2,'2018-10-30 00:33:42','2018-10-30 00:33:42','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\n\n<strong>Fe</strong>\n\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\n\n<strong>October 8-11, 2018:</strong> National Parents As Teachers Conference, Phoenix, AZ\n\n<strong>October 3-5, 2018:</strong> Zero to Three Conference, Denver, CO\n\n<strong>June 26-27, 2018:</strong> Iowa Reading Association Conference, Ames, Iowa\n\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\n\n<strong>March 4-7, 2018:</strong> National Youth At Risk Conference, Savannah, GA\n\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\n\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\n\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\n\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\n\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\n\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\n\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\n\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\n\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\n\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\n\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\n\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\n\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\n\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\n\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\n\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\n\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\n\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\n\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\n\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\n\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\n\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\n\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\n\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\n\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\n\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\n\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\n\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\n\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\n\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\n\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\n\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\n\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\n\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\n\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\n\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\n\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\n\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\n\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\n\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\n\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\n\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\n\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\n\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\n\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\n\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\n\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\n\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\n\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\n\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\n\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\n\n \n\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-autosave-v1','','','2018-10-30 00:33:42','2018-10-30 00:33:42','',44,'http://learningconnectionsweb.com/?p=117',0,'revision','',0),(118,1,'2010-10-21 02:58:50','2010-10-21 02:58:50','We are headed to Las Vegas for the 2010 Teachers\' Convention. We will be in booth 2000. Come see us there!','Conference in Vegas','','inherit','closed','open','','44-revision-v1','','','2010-10-21 02:58:50','2010-10-21 02:58:50','',44,'http://learningconnectionsweb.com/?p=118',0,'revision','',0),(119,1,'2010-11-02 16:34:35','2010-11-02 16:34:35','We are headed to Corpus Christi for the 2010 <span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Texas Statewide NCLB Parental Involvement Conference on November 4-6</span></span>. Come see us there if you happen to be at this conference. We will also be at these conferences over the next few months:\r\n<ul>\r\n <li><strong><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">November 18-19</span></span></strong></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Arkansas Reading Association Conference at Little Rock, Arkansas</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>February 24-26</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Nebraska State Reading Association Conference at Kearney, NE</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>March 17-18, 2011</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Illinois Reading Council Conference at Springfield, Illinois</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>April 3-5</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">National Conference on Family Literacy at Louisville, KY</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>April 8-9</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Midwest Parent Educator Conference at Kansas City, MO</span></span></li>\r\n</ul>','Conference in Texas','','inherit','closed','open','','44-revision-v1','','','2010-11-02 16:34:35','2010-11-02 16:34:35','',44,'http://learningconnectionsweb.com/?p=119',0,'revision','',0),(124,1,'2010-11-15 13:58:51','2010-11-15 13:58:51','','main_seuss','','inherit','closed','open','','main_seuss','','','2010-11-15 13:58:51','2010-11-15 13:58:51','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/main_seuss1.jpg',0,'attachment','image/jpeg',0),(125,1,'2010-11-15 13:58:54','2010-11-15 13:58:54','','main_click','','inherit','closed','open','','main_click','','','2010-11-15 13:58:54','2010-11-15 13:58:54','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/main_click1.jpg',0,'attachment','image/jpeg',0),(126,1,'2010-11-15 13:58:58','2010-11-15 13:58:58','','main_bully','','inherit','closed','open','','main_bully','','','2010-11-15 13:58:58','2010-11-15 13:58:58','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/main_bully1.jpg',0,'attachment','image/jpeg',0),(127,1,'2010-11-15 13:59:02','2010-11-15 13:59:02','','main_backpack','','inherit','closed','open','','main_backpack','','','2010-11-15 13:59:02','2010-11-15 13:59:02','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/main_backpack1.jpg',0,'attachment','image/jpeg',0),(128,1,'2010-11-15 13:59:06','2010-11-15 13:59:06','','main_coruroy','','inherit','closed','open','','main_coruroy','','','2010-11-15 13:59:06','2010-11-15 13:59:06','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/main_coruroy1.jpg',0,'attachment','image/jpeg',0),(130,1,'2010-11-02 16:35:05','2010-11-02 16:35:05','We are headed to Corpus Christi for the 2010 Texas Statewide NCLB Parental Involvement Conference on November 4-6. Come see us there if you happen to be at this conference. We will also be at these conferences over the next few months:\r\n<ul>\r\n <li><strong><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">November 18-19</span></span></strong></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Arkansas Reading Association Conference at Little Rock, Arkansas</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>February 24-26</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Nebraska State Reading Association Conference at Kearney, NE</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>March 17-18, 2011</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Illinois Reading Council Conference at Springfield, Illinois</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>April 3-5</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">National Conference on Family Literacy at Louisville, KY</span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n<strong>April 8-9</strong></span></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">Midwest Parent Educator Conference at Kansas City, MO</span></span></li>\r\n</ul>','Conference in Texas','','inherit','closed','open','','44-revision-v1','','','2010-11-02 16:35:05','2010-11-02 16:35:05','',44,'http://www.learningconnectionsweb.com/?p=130',0,'revision','',0),(131,2,'2010-12-02 14:29:05','2010-12-02 14:29:05','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul></ul>\r\n<ul>\r\n <li><strong>January 31-February 2</strong></li>\r\n</ul>\r\nNational Title 1 Conference in Tampa, Florida\r\n<ul>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"></span><strong>February 24-26</strong></li>\r\n <li>Nebraska State Reading Association Conference in Kearney, Nebraska<span style=\"font-family: Verdana; font-size: xx-small;\"></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>March 17-18</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois<span style=\"font-family: Verdana; font-size: xx-small;\"></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 3-5</strong></li>\r\n <li>National Conference on Family Literacy in Louisville, Kentucky<span style=\"font-family: Verdana; font-size: xx-small;\"></span></li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 8-9</strong></li>\r\n <li>Midwest Parent Educator Conference in Kansas City, Missouri<span style=\"font-family: Verdana; font-size: xx-small;\"></span></li>\r\n</ul>','Conference in Texas','','inherit','closed','open','','44-revision-v1','','','2010-12-02 14:29:05','2010-12-02 14:29:05','',44,'http://www.learningconnectionsweb.com/?p=131',0,'revision','',0),(132,2,'2010-12-02 14:29:57','2010-12-02 14:29:57','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>January 31-February 2</strong></li>\r\n</ul>\r\nNational Title 1 Conference in Tampa, Florida\r\n<ul>\r\n <li><strong>February 24-26</strong></li>\r\n <li>Nebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>March 17-18</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 3-5</strong></li>\r\n <li>National Conference on Family Literacy in Louisville, Kentucky</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 8-9</strong></li>\r\n <li>Midwest Parent Educator Conference in Kansas City, Missouri</li>\r\n</ul>','Conference in Texas','','inherit','closed','open','','44-revision-v1','','','2010-12-02 14:29:57','2010-12-02 14:29:57','',44,'http://www.learningconnectionsweb.com/?p=132',0,'revision','',0),(134,1,'2011-01-10 17:18:04','2011-01-10 17:18:04','','main_click','','inherit','closed','open','','main_click-2','','','2011-01-10 17:18:04','2011-01-10 17:18:04','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_click.jpg',0,'attachment','image/jpeg',0),(135,1,'2011-01-10 17:18:06','2011-01-10 17:18:06','','main_seuss','','inherit','closed','open','','main_seuss-2','','','2011-01-10 17:18:06','2011-01-10 17:18:06','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_seuss.jpg',0,'attachment','image/jpeg',0),(136,1,'2011-01-24 23:45:50','2011-01-24 23:45:50','','main_coruroy','','inherit','closed','open','','main_coruroy-2','','','2011-01-24 23:45:50','2011-01-24 23:45:50','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_coruroy.jpg',0,'attachment','image/jpeg',0),(137,1,'2011-01-24 23:48:49','2011-01-24 23:48:49','','main_coruroy','','inherit','closed','open','','main_coruroy-3','','','2011-01-24 23:48:49','2011-01-24 23:48:49','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2011/01/main_coruroy1.jpg',0,'attachment','image/jpeg',0),(138,1,'2010-12-06 14:25:52','2010-12-06 14:25:52','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>January 31-February 2</strong></li>\r\n</ul>\r\nNational Title 1 Conference in Tampa, Florida\r\n<ul>\r\n <li><strong>February 24-26</strong></li>\r\n <li>Nebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>March 17-18</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 3-5</strong></li>\r\n <li>National Conference on Family Literacy in Louisville, Kentucky</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 8-9</strong></li>\r\n <li>Midwest Parent Educator Conference in Kansas City, Missouri</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2010-12-06 14:25:52','2010-12-06 14:25:52','',44,'http://www.learningconnectionsweb.com/?p=138',0,'revision','',0),(139,1,'2011-02-21 14:21:54','2011-02-21 14:21:54','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>February 24-26</strong></li>\r\n <li>Nebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>March 17-18</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 3-5</strong></li>\r\n <li>National Conference on Family Literacy in Louisville, Kentucky</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 8-9</strong></li>\r\n <li>Midwest Parent Educator Conference in Kansas City, Missouri</li>\r\n</ul>\r\n<ul>\r\n <li></li>\r\n <li><strong>May 2-5\r\n</strong></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\">National Migrant Education Conference in New Orleans, LA</span>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-02-21 14:21:54','2011-02-21 14:21:54','',44,'http://www.learningconnectionsweb.com/?p=139',0,'revision','',0),(140,1,'2011-02-21 14:22:03','2011-02-21 14:22:03','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>February 24-26</strong></li>\r\n <li>Nebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>March 17-18</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 3-5</strong></li>\r\n <li>National Conference on Family Literacy in Louisville, Kentucky</li>\r\n <li><span style=\"font-family: Verdana; font-size: xx-small;\"><span style=\"font-size: x-small;\">\r\n</span></span><strong>April 8-9</strong></li>\r\n <li>Midwest Parent Educator Conference in Kansas City, Missouri</li>\r\n</ul>\r\n<ul>\r\n <li></li>\r\n <li><strong>May 2-5\r\n</strong></li>\r\n</ul>\r\n<span style=\"font-size: x-small;\">National Migrant Education Conference in New Orleans, LA</span>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-02-21 14:22:03','2011-02-21 14:22:03','',44,'http://www.learningconnectionsweb.com/?p=140',0,'revision','',0),(154,1,'2010-10-20 11:48:30','2010-10-20 11:48:30','Text about the jumprope','Jumprope','','publish','open','open','','jumprope','','','2010-10-20 11:48:30','2010-10-20 11:48:30','',0,'http://www.learningconnectionsweb.com/?wpsc-product=jumprope',0,'wpsc-product','',0),(155,1,'2010-10-20 14:38:57','2010-10-20 14:38:57','<span>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise. (English only.)</span>\r\n\r\n<span> Activity— Fruits and vegetables card game (similar to \"Go Fish\" game).</span>','Berenstain Bears and Too Much Junk Food by Stan & Jan Berenstain Literacy Kit','','publish','closed','closed','','berenstain-bears-and-too-much-junk-food-literacy-kit-english-only','','','2013-02-25 02:07:24','2013-02-25 02:07:24','',0,'http://www.learningconnectionsweb.com/?wpsc-product=berenstain-bears-and-too-much-junk-food-literacy-kit-english-only',0,'wpsc-product','',0),(156,1,'2010-10-20 14:38:57','2010-10-20 14:38:57','BerensteinTooMuchJunkFood','BerensteinTooMuchJunkFood','','inherit','closed','open','','berensteintoomuchjunkfood','','','2010-10-20 14:38:57','2010-10-20 14:38:57','',155,'/home/learning/public_html/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg',0,'attachment','image/jpeg',0),(157,1,'2010-10-20 14:44:42','2010-10-20 14:44:42','<span>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise. (English only.)</span>\r\n<div><span> Activity— Fruits and vegetables card game (similar to \"Go Fish\" game).</span></div>','Berenstain Bears and Too Much Junk Food by Stan & Jan Berenstain Parent Pack','','publish','closed','closed','','berenstain-bears-and-too-much-junk-food-parent-pack-by-stan-jan-berenstain-english-only','','','2013-02-25 02:05:22','2013-02-25 02:05:22','',0,'http://www.learningconnectionsweb.com/?wpsc-product=berenstain-bears-and-too-much-junk-food-parent-pack-by-stan-jan-berenstain-english-only',0,'wpsc-product','',0),(158,1,'2010-10-20 14:44:42','2010-10-20 14:44:42','berensteinjunkfoodpp2','berensteinjunkfoodpp2','','inherit','closed','open','','berensteinjunkfoodpp2','','','2010-10-20 14:44:42','2010-10-20 14:44:42','',157,'/home/learning/public_html/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg',0,'attachment','image/jpeg',0),(159,1,'2010-10-20 22:54:02','2010-10-20 22:54:02','<div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.Activity: jump rope with many suggested activities\r\n\r\n</div>','Being Active by Mari C. Schuh Literacy Kit','','publish','closed','closed','','being-active-literacy-kit','','','2013-02-25 02:02:48','2013-02-25 02:02:48','',0,'http://www.learningconnectionsweb.com/?wpsc-product=being-active-literacy-kit',0,'wpsc-product','',0),(160,1,'2010-10-20 22:54:02','2010-10-20 22:54:02','beingactivepp2','beingactivepp2','','inherit','closed','open','','beingactivepp2','','','2010-10-20 22:54:02','2010-10-20 22:54:02','',159,'/home/learning/public_html/wp-content/uploads/2011/06/beingactivepp2.jpg',0,'attachment','image/jpeg',0),(162,1,'2010-10-25 17:04:02','2010-10-25 17:04:02','HealthySnacks','HealthySnacks','','inherit','closed','open','','healthysnacks','','','2010-10-25 17:04:02','2010-10-25 17:04:02','',0,'/home/learning/public_html/wp-content/uploads/2011/06/HealthySnacks.JPG',0,'attachment','image/jpeg',0),(164,1,'2010-11-01 12:20:42','2010-11-01 12:20:42','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Literacy Kit','','publish','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst','','','2013-02-25 02:00:15','2013-02-25 02:00:15','',0,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst',0,'wpsc-product','',0),(165,1,'2010-11-01 12:20:42','2010-11-01 12:20:42','AlexanderHor_sm-2','AlexanderHor_sm-2','','inherit','closed','open','','alexanderhor_sm-2','','','2010-11-01 12:20:42','2010-11-01 12:20:42','',164,'/home/learning/public_html/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg',0,'attachment','image/jpeg',0),(166,1,'2010-11-01 12:37:11','2010-11-01 12:37:11','<div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it. (English only.)</div>\r\n<div></div>\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV by Stan and Jan Berenstain Literacy Kit','','publish','closed','closed','','berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-english-only','','','2013-02-25 01:59:52','2013-02-25 01:59:52','',0,'http://www.learningconnectionsweb.com/?wpsc-product=berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-english-only',0,'wpsc-product','',0),(168,1,'2010-11-01 12:40:57','2010-11-01 12:40:57','On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults. (English only.)\r\n\r\nActivity: Game in which bullying situations are discussed','The Bully Blockers Club by Teresa Bateman Literacy Kit','','publish','closed','closed','','the-bully-blockers-club-by-teresa-bateman-english-only','','','2013-02-25 01:59:17','2013-02-25 01:59:17','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-bully-blockers-club-by-teresa-bateman-english-only',0,'wpsc-product','',0),(169,1,'2010-11-01 12:40:57','2010-11-01 12:40:57','BullyBlockers','BullyBlockers','','inherit','closed','open','','bullyblockers','','','2010-11-01 12:40:57','2010-11-01 12:40:57','',168,'/home/learning/public_html/wp-content/uploads/2011/06/BullyBlockers.JPG',0,'attachment','image/jpeg',0),(170,1,'2010-11-01 15:12:59','2010-11-01 15:12:59','<div>Poor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.</div>\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat by Dr. Seuss Literacy Kit','','publish','closed','closed','','the-cat-in-the-hat-by-dr-seuss','','','2013-02-25 01:56:52','2013-02-25 01:56:52','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss',0,'wpsc-product','',0),(171,1,'2010-11-01 15:12:59','2010-11-01 15:12:59','catinhatbig','catinhatbig','','inherit','closed','open','','catinhatbig','','','2010-11-01 15:12:59','2010-11-01 15:12:59','',170,'/home/learning/public_html/wp-content/uploads/2011/06/catinhatbig.gif',0,'attachment','image/gif',0),(172,1,'2010-11-01 15:15:34','2010-11-01 15:15:34','<div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.</div>\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.','The Cat in the Hat Dictionary Literacy Kit','','publish','closed','closed','','the-cat-in-the-hat-dictionary','','','2013-02-25 01:55:10','2013-02-25 01:55:10','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-dictionary',0,'wpsc-product','',0),(173,1,'2010-11-01 15:15:34','2010-11-01 15:15:34','catinhatdictionarybig','catinhatdictionarybig','','inherit','closed','open','','catinhatdictionarybig','','','2010-11-01 15:15:34','2010-11-01 15:15:34','',172,'/home/learning/public_html/wp-content/uploads/2011/06/catinhatdictionarybig.gif',0,'attachment','image/gif',0),(174,1,'2010-11-01 15:17:46','2010-11-01 15:17:46','An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.','Charlotte\'s Web by E.B. White Literacy Kit','','publish','closed','closed','','charlottes-web-by-e-b-white','','','2013-02-25 01:54:47','2013-02-25 01:54:47','',0,'http://www.learningconnectionsweb.com/?wpsc-product=charlottes-web-by-e-b-white',0,'wpsc-product','',0),(175,1,'2010-11-01 15:17:46','2010-11-01 15:17:46','CharlottesWeb_sm','CharlottesWeb_sm','','inherit','closed','open','','charlottesweb_sm','','','2010-11-01 15:17:46','2010-11-01 15:17:46','',174,'/home/learning/public_html/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg',0,'attachment','image/jpeg',0),(176,1,'2010-11-01 15:21:24','2010-11-01 15:21:24','<div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.</div>\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.','Chrysanthemum by Kevin Henkes Literacy Kit','','publish','closed','closed','','chrysanthemum-by-kevin-henkes','','','2013-02-25 01:53:32','2013-02-25 01:53:32','',0,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes',0,'wpsc-product','',0),(177,1,'2010-11-01 15:21:24','2010-11-01 15:21:24','Chrysanthemum_sm','Chrysanthemum_sm','','inherit','closed','open','','chrysanthemum_sm','','','2010-11-01 15:21:24','2010-11-01 15:21:24','',176,'/home/learning/public_html/wp-content/uploads/2011/06/Chrysanthemum_sm.jpg',0,'attachment','image/jpeg',0),(178,1,'2010-11-01 15:24:19','2010-11-01 15:24:19','<div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.Activity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.</div>','Click, Clack, Moo: Cows That Type by Doreen Cronin Literacy Kit','','publish','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin','','','2013-02-25 23:57:39','2013-02-25 23:57:39','',0,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin',0,'wpsc-product','',0),(179,1,'2010-11-01 15:24:19','2010-11-01 15:24:19','ClickClackMoo_sm','ClickClackMoo_sm','','inherit','closed','open','','clickclackmoo_sm','','','2010-11-01 15:24:19','2010-11-01 15:24:19','',178,'/home/learning/public_html/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg',0,'attachment','image/jpeg',0),(180,1,'2010-11-01 15:33:09','2010-11-01 15:33:09','Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n<div>Activity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.</div>','Corduroy by Don Freeman Literacy Kit','','publish','closed','closed','','corduroy-by-don-freeman','','','2013-02-25 23:56:54','2013-02-25 23:56:54','',0,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman',0,'wpsc-product','',0),(181,1,'2010-11-01 15:33:09','2010-11-01 15:33:09','Corduroy_sm','Corduroy_sm','','inherit','closed','open','','corduroy_sm','','','2010-11-01 15:33:09','2010-11-01 15:33:09','',180,'/home/learning/public_html/wp-content/uploads/2011/06/Corduroy_sm.jpg',0,'attachment','image/jpeg',0),(182,1,'2010-11-01 15:35:24','2010-11-01 15:35:24','Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n<div>Activity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</div>','Green Eggs and Ham by Dr. Seuss Literacy Kit','','publish','closed','closed','','green-eggs-and-ham-by-dr-seuss','','','2013-02-25 23:56:01','2013-02-25 23:56:01','',0,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss',0,'wpsc-product','',0),(183,1,'2010-11-01 15:35:24','2010-11-01 15:35:24','GreenEggsAndHam_sm','GreenEggsAndHam_sm','','inherit','closed','open','','greeneggsandham_sm','','','2010-11-01 15:35:24','2010-11-01 15:35:24','',182,'/home/learning/public_html/wp-content/uploads/2011/06/GreenEggsAndHam_sm.jpg',0,'attachment','image/jpeg',0),(184,1,'2010-11-01 15:37:02','2010-11-01 15:37:02','Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing. (English only.)','The Hat by Jan Brett Literacy Kit','','publish','closed','closed','','the-hat-by-jan-brett','','','2013-02-25 01:49:23','2013-02-25 01:49:23','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-hat-by-jan-brett',0,'wpsc-product','',0),(185,1,'2010-11-01 15:37:02','2010-11-01 15:37:02','hat_sm','hat_sm','','inherit','closed','open','','hat_sm','','','2010-11-01 15:37:02','2010-11-01 15:37:02','',184,'/home/learning/public_html/wp-content/uploads/2011/06/hat_sm.jpg',0,'attachment','image/jpeg',0),(186,1,'2010-11-01 15:38:37','2010-11-01 15:38:37','Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\n<div>Activity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.</div>','Healthy Snacks by Mari C. Schuh Literacy Kit','','publish','closed','closed','','healthy-snacks-bilingual','','','2013-02-25 01:48:28','2013-02-25 01:48:28','',0,'http://www.learningconnectionsweb.com/?wpsc-product=healthy-snacks-bilingual',0,'wpsc-product','',0),(187,1,'2010-11-01 15:38:37','2010-11-01 15:38:37','HealthySnacks_sm','HealthySnacks_sm','','inherit','closed','open','','healthysnacks_sm','','','2010-11-01 15:38:37','2010-11-01 15:38:37','',186,'/home/learning/public_html/wp-content/uploads/2011/06/HealthySnacks_sm.jpg',0,'attachment','image/jpeg',0),(188,1,'2010-11-01 15:40:49','2010-11-01 15:40:49','In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.','The Keeping Quilt by Patricia Polacco Literacy Kit','','publish','closed','closed','','the-keeping-quilt-by-patricia-polacco','','','2013-02-25 01:47:49','2013-02-25 01:47:49','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-keeping-quilt-by-patricia-polacco',0,'wpsc-product','',0),(189,1,'2010-11-01 15:40:49','2010-11-01 15:40:49','keepingquilt_sm','keepingquilt_sm','','inherit','closed','open','','keepingquilt_sm','','','2010-11-01 15:40:49','2010-11-01 15:40:49','',188,'/home/learning/public_html/wp-content/uploads/2011/06/keepingquilt_sm.jpg',0,'attachment','image/jpeg',0),(190,1,'2010-11-01 15:44:49','2010-11-01 15:44:49','Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n<div>Activity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.</div>','Swimmy by Leo Lionni Literacy Kit','','publish','closed','closed','','swimmy-by-leo-lionni','','','2013-02-25 01:46:25','2013-02-25 01:46:25','',0,'http://www.learningconnectionsweb.com/?wpsc-product=swimmy-by-leo-lionni',0,'wpsc-product','',0),(191,1,'2010-11-01 15:44:49','2010-11-01 15:44:49','SwimmyHor_sm','SwimmyHor_sm','','inherit','closed','open','','swimmyhor_sm','','','2010-11-01 15:44:49','2010-11-01 15:44:49','',190,'/home/learning/public_html/wp-content/uploads/2011/06/SwimmyHor_sm.jpg',0,'attachment','image/jpeg',0),(192,1,'2010-11-01 15:58:14','2010-11-01 15:58:14','<div>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.</div>\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>','Tacky the Penguin by Helen Lester Literacy Kit','','publish','closed','closed','','tacky-the-penguin-by-helen-lester','','','2013-02-25 23:55:06','2013-02-25 23:55:06','',0,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester',0,'wpsc-product','',0),(193,1,'2010-11-01 15:58:14','2010-11-01 15:58:14','Tacky_sm','Tacky_sm','','inherit','closed','open','','tacky_sm','','','2010-11-01 15:58:14','2010-11-01 15:58:14','',192,'/home/learning/public_html/wp-content/uploads/2011/06/Tacky_sm.jpg',0,'attachment','image/jpeg',0),(194,1,'2010-11-01 16:01:30','2010-11-01 16:01:30',' \r\n\r\nTaking Care of My Teeth has text and real photographs that introduce families to proper dental care. The guide was written with dental health professionals to give families information on how to keep their teeth healthy. Good dental health is a vital part of overall health. Learn what you can do to keep your teeth and gums healthy. The guide and game are full of valuable information about dental health.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.<strong> </strong>','Taking Care of My Teeth by Terri DeGezelle Literacy Kit','','publish','closed','closed','','taking-care-of-my-teeth-bilingual','','','2013-02-25 01:43:26','2013-02-25 01:43:26','',0,'http://www.learningconnectionsweb.com/?wpsc-product=taking-care-of-my-teeth-bilingual',0,'wpsc-product','',0),(195,1,'2010-11-01 16:01:30','2010-11-01 16:01:30','TakingCareOfMyTeath','TakingCareOfMyTeath','','inherit','closed','open','','takingcareofmyteath','','','2010-11-01 16:01:30','2010-11-01 16:01:30','',194,'/home/learning/public_html/wp-content/uploads/2011/06/TakingCareOfMyTeath.JPG',0,'attachment','image/jpeg',0),(196,1,'2010-11-01 16:03:39','2010-11-01 16:03:39','This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\" (Book and guide in English only.)\r\n<div>Activity: Board game with vegetables to \"plant\" in a garden.</div>','Up, Down and Around by Katherine Ayres Literacy Kit','','publish','closed','closed','','up-down-and-around-by-katherine-ayres-english-only','','','2013-02-25 01:42:52','2013-02-25 01:42:52','',0,'http://www.learningconnectionsweb.com/?wpsc-product=up-down-and-around-by-katherine-ayres-english-only',0,'wpsc-product','',0),(197,1,'2010-11-01 16:03:39','2010-11-01 16:03:39','UpDown','UpDown','','inherit','closed','open','','updown','','','2010-11-01 16:03:39','2010-11-01 16:03:39','',196,'/home/learning/public_html/wp-content/uploads/2011/06/UpDown.JPG',0,'attachment','image/jpeg',0),(198,1,'2010-11-01 16:06:28','2010-11-01 16:06:28','The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n<div>Activity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.</div>','The Vegetable Group by Marci C. Schuh Literacy Kit','','publish','closed','closed','','the-vegetable-group-bilingual','','','2013-02-25 01:41:47','2013-02-25 01:41:47','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-vegetable-group-bilingual',0,'wpsc-product','',0),(199,1,'2010-11-01 16:06:28','2010-11-01 16:06:28','VegetableGroup_sm','VegetableGroup_sm','','inherit','closed','open','','vegetablegroup_sm','','','2010-11-01 16:06:28','2010-11-01 16:06:28','',198,'/home/learning/public_html/wp-content/uploads/2011/06/VegetableGroup_sm.jpg',0,'attachment','image/jpeg',0),(200,1,'2010-11-01 16:08:17','2010-11-01 16:08:17','This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n<div></div>\r\n<div>\r\n<div>Activity—A memory matching game with number recognition as an additional teaching tool.</div>\r\n</div>','Where the Wild Things Are by Maurice Sendak Literacy Kit','','publish','closed','closed','','where-the-wild-things-are-by-maurice-sendak','','','2013-02-25 23:54:17','2013-02-25 23:54:17','',0,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak',0,'wpsc-product','',0),(201,1,'2010-11-01 16:08:17','2010-11-01 16:08:17','wherewildthings_sm','wherewildthings_sm','','inherit','closed','open','','wherewildthings_sm','','','2010-11-01 16:08:17','2010-11-01 16:08:17','',200,'/home/learning/public_html/wp-content/uploads/2011/06/wherewildthings_sm.jpg',0,'attachment','image/jpeg',0),(202,1,'2010-11-01 16:09:52','2010-11-01 16:09:52','Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren’t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin’s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle by Doreen Cronin Literacy Kit','','publish','closed','closed','','wiggle-by-doreen-cronin','','','2013-02-25 01:38:44','2013-02-25 01:38:44','',0,'http://www.learningconnectionsweb.com/?wpsc-product=wiggle-by-doreen-cronin',0,'wpsc-product','',0),(203,1,'2010-11-01 16:09:52','2010-11-01 16:09:52','Wiggle_sm','Wiggle_sm','','inherit','closed','open','','wiggle_sm','','','2010-11-01 16:09:52','2010-11-01 16:09:52','',202,'/home/learning/public_html/wp-content/uploads/2011/06/Wiggle_sm.jpg',0,'attachment','image/jpeg',0),(204,1,'2010-11-01 16:10:54','2010-11-01 16:10:54','<div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.Activity— A memory game.\r\n\r\n</div>','Wilfrid Gordon McDonald Partridge by Mem Fox Literacy Kit','','publish','closed','closed','','wilfrid-gordon-mcdonald-partridge-by-mem-fox-english-only','','','2013-02-25 01:29:59','2013-02-25 01:29:59','',0,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox-english-only',0,'wpsc-product','',0),(205,1,'2010-11-01 16:10:54','2010-11-01 16:10:54','Wilfred_sm','Wilfred_sm','','inherit','closed','open','','wilfred_sm','','','2010-11-01 16:10:54','2010-11-01 16:10:54','',204,'/home/learning/public_html/wp-content/uploads/2011/06/Wilfred_sm.jpg',0,'attachment','image/jpeg',0),(206,1,'2010-11-01 16:51:42','2010-11-01 16:51:42','<div><span> “I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.</span>','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Parent Pack','','publish','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-2','','','2013-02-25 01:29:27','2013-02-25 01:29:27','',0,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-2',0,'wpsc-product','',0),(207,1,'2010-11-01 16:51:42','2010-11-01 16:51:42','alexanderpp2','alexanderpp2','','inherit','closed','open','','alexanderpp2','','','2010-11-01 16:51:42','2010-11-01 16:51:42','',206,'/home/learning/public_html/wp-content/uploads/2011/06/alexanderpp2.jpg',0,'attachment','image/jpeg',0),(208,1,'2010-11-01 16:58:56','2010-11-01 16:58:56','<div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n<span>\r\n</span></div>\r\nActivity: jump rope with many suggested activities.','Being Active by Mari C. Schuh Parent Pack','','publish','closed','closed','','being-active-parent-pack','','','2013-02-25 01:26:57','2013-02-25 01:26:57','',0,'http://www.learningconnectionsweb.com/?wpsc-product=being-active-parent-pack',0,'wpsc-product','',0),(209,1,'2010-11-01 16:58:56','2010-11-01 16:58:56','beingactivepp2-2','beingactivepp2-2','','inherit','closed','open','','beingactivepp2-2','','','2010-11-01 16:58:56','2010-11-01 16:58:56','',208,'/home/learning/public_html/wp-content/uploads/2011/06/beingactivepp2-2.jpg',0,'attachment','image/jpeg',0),(210,1,'2010-11-01 17:01:26','2010-11-01 17:01:26',' \r\n<div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it. (English only.)</div>\r\n<div>Activity: Three juggling scarves.</div>','Berenstain Bears and Too Much TV by Stan and Jan Berenstain Parent Pack','','publish','closed','closed','','berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-english-only-2','','','2013-02-25 01:22:25','2013-02-25 01:22:25','',0,'http://www.learningconnectionsweb.com/?wpsc-product=berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-english-only-2',0,'wpsc-product','',0),(211,1,'2010-11-01 17:01:26','2010-11-01 17:01:26','berensteintvpp_sm','berensteintvpp_sm','','inherit','closed','open','','berensteintvpp_sm','','','2010-11-01 17:01:26','2010-11-01 17:01:26','',210,'/home/learning/public_html/wp-content/uploads/2011/06/berensteintvpp_sm.jpg',0,'attachment','image/jpeg',0),(212,1,'2010-11-01 17:02:43','2010-11-01 17:02:43','<div>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.</div>\r\n<div>Activity: Game in which bullying situations are discussed.</div>','Bully Blockers Club by Teresa Bateman Parent Pack','','publish','closed','closed','','the-bully-blockers-club-by-teresa-bateman','','','2013-02-25 01:21:09','2013-02-25 01:21:09','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-bully-blockers-club-by-teresa-bateman',0,'wpsc-product','',0),(213,1,'2010-11-01 17:02:43','2010-11-01 17:02:43','bullyblockerspp2_sm','bullyblockerspp2_sm','','inherit','closed','open','','bullyblockerspp2_sm','','','2010-11-01 17:02:43','2010-11-01 17:02:43','',212,'/home/learning/public_html/wp-content/uploads/2011/06/bullyblockerspp2_sm.jpg',0,'attachment','image/jpeg',0),(214,1,'2010-11-01 17:04:14','2010-11-01 17:04:14','<div><span> Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n</span></div>\r\n<span>\r\n</span>\r\n<div><span>Activity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.</span></div>','The Cat in the Hat by Dr. Seuss Parent Pack','','publish','closed','closed','','the-cat-in-the-hat-by-dr-seuss-2','','','2013-02-25 01:19:52','2013-02-25 01:19:52','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss-2',0,'wpsc-product','',0),(215,1,'2010-11-01 17:04:14','2010-11-01 17:04:14','catinthehatpp2_sm','catinthehatpp2_sm','','inherit','closed','open','','catinthehatpp2_sm','','','2010-11-01 17:04:14','2010-11-01 17:04:14','',214,'/home/learning/public_html/wp-content/uploads/2011/06/catinthehatpp2_sm.jpg',0,'attachment','image/jpeg',0),(216,1,'2010-11-01 17:05:31','2010-11-01 17:05:31','<div><span> For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.</span>','The Cat in the Hat Dictionary by Dr. Seuss Parent Pack','','publish','closed','closed','','the-cat-in-the-hat-dictionary-by-dr-seuss','','','2013-02-25 01:19:28','2013-02-25 01:19:28','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-dictionary-by-dr-seuss',0,'wpsc-product','',0),(217,1,'2010-11-01 17:05:31','2010-11-01 17:05:31','catinyhehatdictionarypp_sm','catinyhehatdictionarypp_sm','','inherit','closed','open','','catinyhehatdictionarypp_sm','','','2010-11-01 17:05:31','2010-11-01 17:05:31','',216,'/home/learning/public_html/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg',0,'attachment','image/jpeg',0),(218,1,'2010-11-01 17:06:50','2010-11-01 17:06:50','<div><span>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things. </span></div>\r\n<span>\r\nActivity— Adjective card game.</span>','Charlotte\'s Web by E.B. White Parent Pack','','publish','closed','closed','','charlottes-web-by-e-b-white-2','','','2013-02-25 01:19:01','2013-02-25 01:19:01','',0,'http://www.learningconnectionsweb.com/?wpsc-product=charlottes-web-by-e-b-white-2',0,'wpsc-product','',0),(219,1,'2010-11-01 17:06:50','2010-11-01 17:06:50','charlotteswebpp_sm','charlotteswebpp_sm','','inherit','closed','open','','charlotteswebpp_sm','','','2010-11-01 17:06:50','2010-11-01 17:06:50','',218,'/home/learning/public_html/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg',0,'attachment','image/jpeg',0),(220,1,'2010-11-01 17:09:14','2010-11-01 17:09:14','<div><span><span>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.</span></span></div>\r\n<span>Activity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.</span>','Chrysanthemum by Kevin Henkes Parent Pack','','publish','closed','closed','','chrysanthemum-by-kevin-henkes-2','','','2013-02-25 01:18:24','2013-02-25 01:18:24','',0,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-2',0,'wpsc-product','',0),(221,1,'2010-11-01 17:09:14','2010-11-01 17:09:14','chrysanthemumpp_sm','chrysanthemumpp_sm','','inherit','closed','open','','chrysanthemumpp_sm','','','2010-11-01 17:09:14','2010-11-01 17:09:14','',220,'/home/learning/public_html/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg',0,'attachment','image/jpeg',0),(222,1,'2010-11-01 17:11:01','2010-11-01 17:11:01','<div><span>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights. </span></div>\r\n<span>\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.</span>','Click, Clack, Moo Cows That Type by Doreen Cronin Parent Pack','','publish','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-2','','','2013-02-25 01:17:55','2013-02-25 01:17:55','',0,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-2',0,'wpsc-product','',0),(223,1,'2010-11-01 17:11:01','2010-11-01 17:11:01','clickclackmoopp_sm','clickclackmoopp_sm','','inherit','closed','open','','clickclackmoopp_sm','','','2010-11-01 17:11:01','2010-11-01 17:11:01','',222,'/home/learning/public_html/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg',0,'attachment','image/jpeg',0),(224,1,'2010-11-01 17:13:41','2010-11-01 17:13:41','<div><span><span>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.</span></span> \r\n\r\n</div>\r\n<span>Activity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.</span>','Corduroy by Don Freeman Parent Pack','','publish','closed','closed','','corduroy-by-don-freeman-2','','','2013-02-25 01:17:16','2013-02-25 01:17:16','',0,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman-2',0,'wpsc-product','',0),(225,1,'2010-11-01 17:13:41','2010-11-01 17:13:41','corduroypp_sm','corduroypp_sm','','inherit','closed','open','','corduroypp_sm','','','2010-11-01 17:13:41','2010-11-01 17:13:41','',224,'/home/learning/public_html/wp-content/uploads/2011/06/corduroypp_sm.jpg',0,'attachment','image/jpeg',0),(226,1,'2010-11-01 17:15:28','2010-11-01 17:15:28','<div><span> Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</span>','Green Eggs and Ham by Dr. Seuss Parent Pack','','publish','closed','closed','','green-eggs-and-ham-by-dr-seuss-2','','','2013-02-25 01:16:46','2013-02-25 01:16:46','',0,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss-2',0,'wpsc-product','',0),(227,1,'2010-11-01 17:15:28','2010-11-01 17:15:28','greeneggspp_sm','greeneggspp_sm','','inherit','closed','open','','greeneggspp_sm','','','2010-11-01 17:15:28','2010-11-01 17:15:28','',226,'/home/learning/public_html/wp-content/uploads/2011/06/greeneggspp_sm.jpg',0,'attachment','image/jpeg',0),(228,1,'2010-11-01 17:17:29','2010-11-01 17:17:29','<div><span> Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.</span>','The Hat by Jan Brett Parent Pack','','publish','closed','closed','','the-hat-by-jan-brett-2','','','2013-02-25 01:16:17','2013-02-25 01:16:17','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-hat-by-jan-brett-2',0,'wpsc-product','',0),(229,1,'2010-11-01 17:17:29','2010-11-01 17:17:29','hatpp_sm','hatpp_sm','','inherit','closed','open','','hatpp_sm','','','2010-11-01 17:17:29','2010-11-01 17:17:29','',228,'/home/learning/public_html/wp-content/uploads/2011/06/hatpp_sm.jpg',0,'attachment','image/jpeg',0),(230,1,'2010-11-01 17:18:39','2010-11-01 17:18:39','<div><span>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n</span></div>\r\n<span>\r\nActivity—A memory game using beautiful designs.</span>','The Keeping Quilt by Patricia Polacco Parent Pack','','publish','closed','closed','','the-keeping-quilt-by-patricia-polacco-2','','','2013-02-25 01:15:37','2013-02-25 01:15:37','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-keeping-quilt-by-patricia-polacco-2',0,'wpsc-product','',0),(231,1,'2010-11-01 17:18:39','2010-11-01 17:18:39','keepingquiltpp2_sm','keepingquiltpp2_sm','','inherit','closed','open','','keepingquiltpp2_sm','','','2010-11-01 17:18:39','2010-11-01 17:18:39','',230,'/home/learning/public_html/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg',0,'attachment','image/jpeg',0),(232,1,'2010-11-01 17:19:55','2010-11-01 17:19:55','<div><span><span>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.</span></span> \r\n\r\n</div>\r\n<div><span>Activity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.</span></div>','Swimmy by Leo Lionni Parent Pack','','publish','closed','closed','','swimmy-by-leo-lionni-2','','','2013-02-25 01:14:44','2013-02-25 01:14:44','',0,'http://www.learningconnectionsweb.com/?wpsc-product=swimmy-by-leo-lionni-2',0,'wpsc-product','',0),(233,1,'2010-11-01 17:19:55','2010-11-01 17:19:55','swimmypp2_sm','swimmypp2_sm','','inherit','closed','open','','swimmypp2_sm','','','2010-11-01 17:19:55','2010-11-01 17:19:55','',232,'/home/learning/public_html/wp-content/uploads/2011/06/swimmypp2_sm.jpg',0,'attachment','image/jpeg',0),(234,1,'2010-11-01 17:21:20','2010-11-01 17:21:20','<div><span><span>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.</span></span></div>\r\n<span>Activity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.</span>','Tacky the Penguin by Helen Lester Parent Pack','','publish','closed','closed','','tacky-the-penguin-by-helen-lester-2','','','2013-02-25 01:14:23','2013-02-25 01:14:23','',0,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester-2',0,'wpsc-product','',0),(236,1,'2010-11-01 17:21:20','2010-11-01 17:21:20','tackypp2','tackypp2','','inherit','closed','open','','tackypp2','','','2010-11-01 17:21:20','2010-11-01 17:21:20','',234,'/home/learning/public_html/wp-content/uploads/2011/06/tackypp2.jpg',1,'attachment','image/jpeg',0),(237,1,'2010-11-01 17:22:37','2010-11-01 17:22:37','<div>Taking Care of My Teeth was written with dental health professionals to give families information on how to keep their teeth healthy. good dental health is a vital part of overall health. Learn what you can do to keep your teeth and gums healthy. The guide and game are full of valuable information about dental health.</div>\r\nActivity--a game of fifty cards (twenty-five in one set in English and twenty-five in a second set in Spanish) with questions about teeth and dental health on one side and the correct answers on the other.','Taking Care of My Teeth by Terri DeGezelle Parent Pack','','publish','closed','closed','','taking-care-of-my-teeth-bilingual-2','','','2013-02-25 01:14:03','2013-02-25 01:14:03','',0,'http://www.learningconnectionsweb.com/?wpsc-product=taking-care-of-my-teeth-bilingual-2',0,'wpsc-product','',0),(238,1,'2010-11-01 17:22:37','2010-11-01 17:22:37','takingcareteethpp_sm','takingcareteethpp_sm','','inherit','closed','open','','takingcareteethpp_sm','','','2010-11-01 17:22:37','2010-11-01 17:22:37','',237,'/home/learning/public_html/wp-content/uploads/2011/06/takingcareteethpp_sm.jpg',0,'attachment','image/jpeg',0),(239,1,'2010-11-02 00:29:00','2010-11-02 00:29:00','<div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"</div>\r\n<div>Activity: Board game with vegetables to \"plant\" in a garden.</div>','Up, Down and Around by Katherine Ayres Parent Pack','','publish','closed','closed','','up-down-and-around-by-katherine-ayres-english-only-2','','','2013-02-25 01:13:39','2013-02-25 01:13:39','',0,'http://www.learningconnectionsweb.com/?wpsc-product=up-down-and-around-by-katherine-ayres-english-only-2',0,'wpsc-product','',0),(240,1,'2010-11-02 00:29:00','2010-11-02 00:29:00','updownpp2_sm','updownpp2_sm','','inherit','closed','open','','updownpp2_sm','','','2010-11-02 00:29:00','2010-11-02 00:29:00','',239,'/home/learning/public_html/wp-content/uploads/2011/06/updownpp2_sm.jpg',0,'attachment','image/jpeg',0),(241,1,'2010-11-02 00:30:47','2010-11-02 00:30:47','The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group by Marci C. Schuh Parent Pack','','publish','closed','closed','','the-vegetable-group','','','2013-02-25 01:13:20','2013-02-25 01:13:20','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-vegetable-group',0,'wpsc-product','',0),(242,1,'2010-11-02 00:30:47','2010-11-02 00:30:47','vegetablegrouppp_sm','vegetablegrouppp_sm','','inherit','closed','open','','vegetablegrouppp_sm','','','2010-11-02 00:30:47','2010-11-02 00:30:47','',241,'/home/learning/public_html/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg',0,'attachment','image/jpeg',0),(243,1,'2010-11-02 00:32:37','2010-11-02 00:32:37','<div><span> This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n</span></div>\r\n<span>\r\nActivity—A memory matching game with number recognition as an additional teaching tool.</span>','Where the Wild Things Are by Maurice Sendak Parent Pack','','publish','closed','closed','','where-the-wild-things-are-by-maurice-sendak-2','','','2013-02-25 01:12:56','2013-02-25 01:12:56','',0,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak-2',0,'wpsc-product','',1),(244,1,'2010-11-02 00:32:37','2010-11-02 00:32:37','wherewildthingsarepp_sm','wherewildthingsarepp_sm','','inherit','closed','open','','wherewildthingsarepp_sm','','','2010-11-02 00:32:37','2010-11-02 00:32:37','',243,'/home/learning/public_html/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg',0,'attachment','image/jpeg',0),(245,1,'2010-11-02 00:35:07','2010-11-02 00:35:07','Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who <em>aren\'t?</em>), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle by Doreen Cronin Parent Pack','','publish','closed','closed','','wiggle-by-doreen-cronin-2','','','2013-02-25 01:12:01','2013-02-25 01:12:01','',0,'http://www.learningconnectionsweb.com/?wpsc-product=wiggle-by-doreen-cronin-2',0,'wpsc-product','',0),(246,1,'2010-11-02 00:35:07','2010-11-02 00:35:07','wigglepp2_sm','wigglepp2_sm','','inherit','closed','open','','wigglepp2_sm','','','2010-11-02 00:35:07','2010-11-02 00:35:07','',245,'/home/learning/public_html/wp-content/uploads/2011/06/wigglepp2_sm.jpg',0,'attachment','image/jpeg',0),(247,1,'2010-11-02 00:36:49','2010-11-02 00:36:49','<div><span>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.</span></div>\r\n<span>\r\nActivity— A memory game.</span>','Wilfrid Gordon McDonald Partridge by Mem Fox Parent Pack','','publish','closed','closed','','wilfrid-gordon-mcdonald-partridge-by-mem-fox','','','2013-02-25 01:11:41','2013-02-25 01:11:41','',0,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox',0,'wpsc-product','',0),(249,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks (Paperback English)','','inherit','open','open','','healthy-snacks-paperback-english','','','2011-06-13 02:16:10','2011-06-13 02:16:10','',161,'http://www.learningconnectionsweb.com/?wpsc-product=healthy-snacks-paperback-english',0,'wpsc-product','',0),(250,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks (Hardcover Billingual (Add $8.00))','','inherit','open','open','','healthy-snacks-hardcover-billingual-add-8-00','','','2011-06-13 02:16:10','2011-06-13 02:16:10','',161,'http://www.learningconnectionsweb.com/?wpsc-product=healthy-snacks-hardcover-billingual-add-8-00',0,'wpsc-product','',0),(255,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span> “I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.</span>','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback Spanish)','','inherit','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-paperback-spanish','','','2013-02-25 01:29:05','2013-02-25 01:29:05','',206,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-paperback-spanish',0,'wpsc-product','',0),(260,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span> Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n</span></div>\r\n<span>\r\n</span>\r\n<div><span>Activity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.</span></div>','The Cat in the Hat by Dr. Seuss (English CD)','','inherit','closed','closed','','the-cat-in-the-hat-by-dr-seuss-english-cd','','','2013-02-19 03:00:27','2013-02-19 03:00:27','',214,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss-english-cd',0,'wpsc-product','',0),(263,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things. </span></div>\r\n<span>\r\nActivity— Adjective card game.</span>','Charlotte\'s Web by E.B. White (Spanish Paperback)','','inherit','closed','closed','','charlottes-web-by-e-b-white-paperback-spanish','','','2013-02-19 02:57:27','2013-02-19 02:57:27','',218,'http://www.learningconnectionsweb.com/?wpsc-product=charlottes-web-by-e-b-white-paperback-spanish',0,'wpsc-product','',0),(265,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.</span></span> \r\n\r\n</div>\r\n<span>Activity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.</span>','Chrysanthemum by Kevin Henkes (English CD)','','inherit','closed','closed','','chrysanthemum-by-kevin-henkes-english-cd','','','2013-02-19 02:55:37','2013-02-19 02:55:37','',220,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-english-cd',0,'wpsc-product','',0),(266,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.</span></span> \r\n\r\n</div>\r\n<span>Activity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.</span>','Chrysanthemum by Kevin Henkes (Spanish CD)','','inherit','closed','closed','','chrysanthemum-by-kevin-henkes-spanish-cd','','','2013-02-19 02:55:53','2013-02-19 02:55:53','',220,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-spanish-cd',0,'wpsc-product','',0),(269,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights. </span></div>\r\n<span>\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.</span>','Click, Clack, Moo: Cows That Type by Doreen Cronin (English CD)','','inherit','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-english-cd','','','2013-02-19 02:53:27','2013-02-19 02:53:27','',222,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-english-cd',0,'wpsc-product','',0),(270,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights. </span></div>\r\n<span>\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.</span>','Click, Clack, Moo: Cows That Type by Doreen Cronin (Spanish CD)','','inherit','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-spanish-cd','','','2013-02-19 02:53:46','2013-02-19 02:53:46','',222,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-spanish-cd',0,'wpsc-product','',0),(273,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.</span></span> \r\n\r\n</div>\r\n<span>Activity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.</span>','Corduroy by Don Freeman (English CD)','','inherit','closed','closed','','corduroy-by-don-freeman-english-cd','','','2013-02-19 02:51:36','2013-02-19 02:51:36','',224,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman-english-cd',0,'wpsc-product','',0),(274,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.</span></span> \r\n\r\n</div>\r\n<span>Activity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.</span>','Corduroy by Don Freeman (Spanish Paperback)','','inherit','closed','closed','','corduroy-by-don-freeman-paperback-spanish','','','2013-02-19 02:52:12','2013-02-19 02:52:12','',224,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman-paperback-spanish',0,'wpsc-product','',0),(277,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span> Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</span>','Green Eggs and Ham by Dr. Seuss (Spanish Hardcover)','','inherit','closed','closed','','green-eggs-and-ham-by-dr-seuss-hardcover-spanish','','','2013-02-19 02:49:26','2013-02-19 02:49:26','',226,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss-hardcover-spanish',0,'wpsc-product','',0),(278,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span> Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</span>','Green Eggs and Ham by Dr. Seuss (English CD)','','inherit','closed','closed','','green-eggs-and-ham-by-dr-seuss-english-cd','','','2013-02-19 02:50:09','2013-02-19 02:50:09','',226,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss-english-cd',0,'wpsc-product','',0),(283,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n</span></div>\r\n<span>\r\nActivity—A memory game using beautiful designs.</span>','The Keeping Quilt by Patricia Polacco (Paperback Spanish)','','inherit','closed','closed','','the-keeping-quilt-by-patricia-polacco-paperback-spanish','','','2013-02-19 02:45:56','2013-02-19 02:45:56','',230,'http://www.learningconnectionsweb.com/?wpsc-product=the-keeping-quilt-by-patricia-polacco-paperback-spanish',0,'wpsc-product','',0),(285,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.</span></span> \r\n\r\n</div>\r\n<div><span>Activity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.</span></div>','Swimmy by Leo Lionni (Spanish Paperback)','','inherit','closed','closed','','swimmy-by-leo-lionni-paperback-spanish','','','2013-02-19 02:44:25','2013-02-19 02:44:25','',232,'http://www.learningconnectionsweb.com/?wpsc-product=swimmy-by-leo-lionni-paperback-spanish',0,'wpsc-product','',0),(287,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.</span></span> \r\n\r\n</div>\r\n<span>Activity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.</span>','Tacky the Penguin by Helen Lester (English CD)','','inherit','closed','closed','','tacky-the-penguin-by-helen-lester-english-cd','','','2013-02-19 02:32:55','2013-02-19 02:32:55','',234,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester-english-cd',0,'wpsc-product','',0),(288,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span><span>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.</span></span> \r\n\r\n</div>\r\n<span>Activity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.</span>','Tacky the Penguin by Helen Lester (Spanish Paperback)','','inherit','closed','closed','','tacky-the-penguin-by-helen-lester-paperback-spanish','','','2013-02-19 02:33:32','2013-02-19 02:33:32','',234,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester-paperback-spanish',0,'wpsc-product','',0),(289,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group (English Paperback)','','inherit','closed','closed','','the-vegetable-group-paperback-english','','','2013-02-19 02:15:19','2013-02-19 02:15:19','',241,'http://www.learningconnectionsweb.com/?wpsc-product=the-vegetable-group-paperback-english',0,'wpsc-product','',0),(292,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span> This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n</span></div>\r\n<span>\r\nActivity—A memory matching game with number recognition as an additional teaching tool.</span>','Where the Wild Things Are by Maurice Sendak (English CD)','','inherit','closed','closed','','where-the-wild-things-are-by-maurice-sendak-english-cd','','','2013-02-19 02:11:33','2013-02-19 02:11:33','',243,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak-english-cd',0,'wpsc-product','',0),(293,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','<div><span> This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n</span></div>\r\n<span>\r\nActivity—A memory matching game with number recognition as an additional teaching tool.</span>','Where the Wild Things Are by Maurice Sendak (Spanish Paperback)','','inherit','closed','closed','','where-the-wild-things-are-by-maurice-sendak-paperback-spanish','','','2013-02-19 02:12:02','2013-02-19 02:12:02','',243,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak-paperback-spanish',0,'wpsc-product','',0),(295,1,'2011-06-13 02:16:10','2011-06-13 02:16:10','Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who <em>aren\'t?</em>), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle by Doreen Cronin (Spanish Hardcover)','','inherit','closed','closed','','wiggle-by-doreen-cronin-hardcover-spanish','','','2013-02-19 02:08:15','2013-02-19 02:08:15','',245,'http://www.learningconnectionsweb.com/?wpsc-product=wiggle-by-doreen-cronin-hardcover-spanish',0,'wpsc-product','',0),(300,2,'2011-06-13 22:10:42','2011-06-13 22:10:42','[transactionresults]','Transaction Results','','inherit','closed','open','','6-autosave','','','2011-06-13 22:10:42','2011-06-13 22:10:42','',6,'http://www.learningconnectionsweb.com/?p=300',0,'revision','',0),(301,2,'2019-05-02 01:00:04','2019-05-02 01:00:04','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\n\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\n\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\n\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\n\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\n\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\n\n \n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Manipulatives-Order-Form.pdf\">Manipulatives Order Form</a>\n\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\n\n \n\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\n\nPre-K to 5th Grade Literacy Kits and Parent Packs Flyer\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53-1.pdf\">Pre-K to Fifth Grade Literacy Kits and Parent Packs Flyer</a>\n\nBirth to Age 3 Literacy Kits and Parent Packs Flyer\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10-1.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>','Order Forms and Flyers','','inherit','closed','open','','19-autosave-v1','','','2019-05-02 01:00:04','2019-05-02 01:00:04','',19,'http://www.learningconnectionsweb.com/?p=301',0,'revision','',0),(305,1,'2011-02-21 14:24:26','2011-02-21 14:24:26','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>February 24-26</strong><br>\r\n Nebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n<li><strong>March 17-18</strong><br>\r\n Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><strong>April 3-5</strong><br>\r\n National Conference on Family Literacy in Louisville, Kentucky</li>\r\n <li><strong>April 8-9</strong><br>\r\n Midwest Parent Educator Conference in Kansas City, Missouri</li>\r\n <li><strong>May 2-5</strong><br>\r\nNational Migrant Education Conference in New Orleans, LA</li></ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-02-21 14:24:26','2011-02-21 14:24:26','',44,'http://www.learningconnectionsweb.com/?p=305',0,'revision','',0),(307,2,'2011-10-12 01:55:21','2011-10-12 01:55:21','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>Nove</strong><strong>mber 3-4, 2011</strong></li>\r\n <li>Nebraska Head Start Association Conference, Grand Island, Nebraska</li>\r\n <li></li>\r\n <li><strong>November 17-18, 2011</strong></li>\r\n <li>Arkansas Reading Association Conference, Little Rock, Arkansas</li>\r\n <li></li>\r\n <li><strong>December 8-10, 2011</strong></li>\r\n <li>Texas Statewide Parental Involvement Conference, Dallas, Texas</li>\r\n <li></li>\r\n <li><strong>January 21-24, 2012</strong></li>\r\n <li>National Title I Conference, Seattle, Washington</li>\r\n <li></li>\r\n <li><strong>February 23-25, 2012</strong></li>\r\n <li>Nebraska State Reading Association, Kearney, Nebraska</li>\r\n <li></li>\r\n <li><strong>March 15-17, 2012</strong></li>\r\n <li>Illinois Reading Council Conference, Springfield, Illinois</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-10-12 01:55:21','2011-10-12 01:55:21','',44,'http://www.learningconnectionsweb.com/?p=307',0,'revision','',0),(311,1,'2011-10-12 11:59:43','2011-10-12 11:59:43','','wilfridpp2','','inherit','closed','open','','wilfridpp2','','','2011-10-12 11:59:43','2011-10-12 11:59:43','',247,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg',0,'attachment','image/jpeg',0),(312,2,'2011-10-12 01:58:29','2011-10-12 01:58:29','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>Nove</strong><strong>mber 3-4, 2011</strong></li>\r\n <li>Nebraska Head Start Association Conference, Grand Island, Nebraska</li>\r\n <li><strong>November 17-18, 2011</strong></li>\r\n <li>Arkansas Reading Association Conference, Little Rock, Arkansas</li>\r\n <li><strong>December 8-10, 2011</strong></li>\r\n <li>Texas Statewide Parental Involvement Conference, Dallas, Texas</li>\r\n <li><strong>January 21-24, 2012</strong></li>\r\n <li>National Title I Conference, Seattle, Washington</li>\r\n <li><strong>February 23-25, 2012</strong></li>\r\n <li>Nebraska State Reading Association, Kearney, Nebraska</li>\r\n <li><strong>March 15-17, 2012</strong></li>\r\n <li>Illinois Reading Council Conference, Springfield, Illinois</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-10-12 01:58:29','2011-10-12 01:58:29','',44,'http://www.learningconnectionsweb.com/?p=312',0,'revision','',0),(313,2,'2011-10-12 12:04:09','2011-10-12 12:04:09','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>Nove</strong><strong>mber 3-4, 2011</strong></li>\r\n <li>Nebraska Head Start Association Conference, Grand Island, Nebraska</li>\r\n <li><strong>November 17-18, 2011</strong></li>\r\n <li>Arkansas Reading Association Conference, Little Rock, Arkansas</li>\r\n <li><strong>December 8-10, 2011</strong></li>\r\n <li>Texas Statewide Parental Involvement Conference, Dallas, Texas</li>\r\n <li><strong>January 21-24, 2012</strong></li>\r\n <li>National Title I Conference, Seattle, Washington</li>\r\n <li><strong>February 23-25, 2012</strong></li>\r\n <li>Nebraska State Reading Association, Kearney, Nebraska</li>\r\n <li><strong>March 15-17, 2012</strong></li>\r\n <li>Illinois Reading Council Conference, Springfield, Illinois</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-10-12 12:04:09','2011-10-12 12:04:09','',44,'http://www.learningconnectionsweb.com/?p=313',0,'revision','',0),(314,2,'2013-02-19 02:13:44','2013-02-19 02:13:44','<div><span> This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n</span></div>\r\n<span>\r\nActivity—A memory matching game with number recognition as an additional teaching tool.</span>','Where the Wild Things Are by Maurice Sendak Parent Pack','','inherit','closed','open','','243-autosave','','','2013-02-19 02:13:44','2013-02-19 02:13:44','',243,'http://www.learningconnectionsweb.com/?p=314',0,'revision','',0),(315,2,'2013-02-19 02:18:22','2013-02-19 02:18:22','The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group','','inherit','closed','open','','241-autosave','','','2013-02-19 02:18:22','2013-02-19 02:18:22','',241,'http://www.learningconnectionsweb.com/?p=315',0,'revision','',0),(316,1,'2011-10-31 15:54:24','2011-10-31 15:54:24','','Store','','publish','closed','closed','','store','','','2011-10-31 15:54:24','2011-10-31 15:54:24','',0,'http://www.learningconnectionsweb.com/?page_id=316',0,'page','',0),(317,1,'2011-10-31 15:54:24','2011-10-31 15:54:24','<h1>Your Shopping Cart</h1> \n[cart]','Cart','','publish','closed','closed','','cart','','','2011-10-31 15:54:24','2011-10-31 15:54:24','',316,'http://www.learningconnectionsweb.com/?page_id=317',0,'page','',0),(318,1,'2011-10-31 15:54:24','2011-10-31 15:54:24','<h1>Checkout</h1>\n[cart mode=\"read\"]\n[checkout_paypal_express]','Checkout','','publish','closed','closed','','checkout','','','2011-10-31 15:54:24','2011-10-31 15:54:24','',316,'http://www.learningconnectionsweb.com/?page_id=318',0,'page','',0),(319,1,'2011-10-31 15:54:24','2011-10-31 15:54:24','[ipn]','IPN','','publish','closed','closed','','ipn','','','2011-10-31 15:54:24','2011-10-31 15:54:24','',316,'http://www.learningconnectionsweb.com/?page_id=319',0,'page','',0),(320,1,'2011-10-31 15:54:24','2011-10-31 15:54:24','<h1>Your Receipt</h1>\n[receipt]','Receipt','','publish','closed','closed','','receipt','','','2011-10-31 15:54:24','2011-10-31 15:54:24','',316,'http://www.learningconnectionsweb.com/?page_id=320',0,'page','',0),(321,1,'2011-10-31 15:54:24','2011-10-31 15:54:24','[express]','Express','','publish','closed','closed','','express','','','2011-10-31 15:54:24','2011-10-31 15:54:24','',316,'http://www.learningconnectionsweb.com/?page_id=321',0,'page','',0),(323,2,'2013-02-19 02:47:27','2013-02-19 02:47:27','<div><span> Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.</span>','The Hat by Jan Brett','','inherit','closed','open','','228-autosave','','','2013-02-19 02:47:27','2013-02-19 02:47:27','',228,'http://www.learningconnectionsweb.com/?p=323',0,'revision','',0),(324,2,'2013-02-25 01:55:37','2013-02-25 01:55:37','<div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.Activity— A memory game.</div>','Wilfrid Gordon McDonald Partridge by Mem Fox Literacy Kit','','inherit','closed','open','','204-autosave','','','2013-02-25 01:55:37','2013-02-25 01:55:37','',204,'http://www.learningconnectionsweb.com/?p=324',0,'revision','',0),(328,1,'2012-01-23 14:02:23','2012-01-23 14:02:23','<p>Why Would You Want To Do That? ','Bully Blocker (With Full Guide (Add $5))','','inherit','open','open','','bully-blocker-with-full-guide-add-5','','','2012-01-23 14:03:19','2012-01-23 14:03:19','',325,'http://www.learningconnectionsweb.com/?wpsc-product=bully-blocker-with-full-guide-add-5',0,'wpsc-product','',0),(329,1,'2012-01-23 14:04:23','2012-01-23 14:04:23','<p>Why Would You Want To Do That? ','Bully Blocker (With One-Page Guide)','','inherit','open','open','','bully-blocker-with-one-page-guide','','','2012-01-23 14:04:23','2012-01-23 14:04:23','',325,'http://www.learningconnectionsweb.com/?wpsc-product=bully-blocker-with-one-page-guide',0,'wpsc-product','',0),(330,1,'2012-01-23 14:06:46','2012-01-23 14:06:46','<img class=\"alignnone size-medium wp-image-866\" title=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BullyingPP2.jpg\" alt=\"\" width=\"150\" height=\"150\" />Bullying Why Would You Want To Do That? How many times have you asked a child that question? This book is designed for third, fourth, and fifth graders to discuss a variety of social situations that children deal with daily. By presenting different situations with contemporary, edgy illustrations in vibrant colors, the children may recognize themselves or their friends and feel comfortable to relate their own personal experiences. The format also enhances the communication between children and their parents or guardians.','Bullying Why Would You Want To Do That Parent Pack','','publish','closed','closed','','bullying-why-would-you-do-that-pp','','','2013-02-08 01:56:30','2013-02-08 01:56:30','',0,'http://www.learningconnectionsweb.com/?post_type=wpsc-product&p=330',0,'wpsc-product','',0),(332,1,'2012-01-23 14:08:40','2012-01-23 14:08:40','','Bully Blocker PP with Guide','','inherit','closed','open','','bully-blocker-pp-with-guide-2','','','2012-01-23 14:08:40','2012-01-23 14:08:40','',212,'http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg',0,'attachment','image/jpeg',0),(338,2,'2012-02-08 21:54:40','2012-02-08 21:54:40','[shoppingcart]','Checkout','','inherit','closed','open','','5-autosave','','','2012-02-08 21:54:40','2012-02-08 21:54:40','',5,'http://www.learningconnectionsweb.com/?p=338',0,'revision','',0),(339,1,'2012-02-08 23:36:26','2012-02-08 23:36:26','[eshop_show_cart]','Shopping Cart','','publish','closed','closed','','shopping-cart','','','2012-02-08 23:36:26','2012-02-08 23:36:26','',0,'http://www.learningconnectionsweb.com/?page_id=339',0,'page','',0),(340,1,'2012-02-08 23:36:26','2012-02-08 23:36:26','[eshop_show_checkout]','Checkout','','publish','closed','closed','','checkout','','','2012-02-08 23:36:26','2012-02-08 23:36:26','',339,'http://www.learningconnectionsweb.com/?page_id=340',0,'page','',0),(341,1,'2012-02-08 23:36:26','2012-02-08 23:36:26','[eshop_show_success]','Thank You for your order','','publish','closed','closed','','thank-you','','','2012-02-08 23:36:26','2012-02-08 23:36:26','',339,'http://www.learningconnectionsweb.com/?page_id=341',0,'page','',0),(342,1,'2012-02-08 23:36:26','2012-02-08 23:36:26','[eshop_show_cancel]','Cancelled Order','','publish','closed','closed','','cancelled-order','','','2012-02-08 23:36:26','2012-02-08 23:36:26','',339,'http://www.learningconnectionsweb.com/?page_id=342',0,'page','',0),(343,1,'2012-02-08 23:36:26','2012-02-08 23:36:26','[eshop_show_shipping]','Shipping Rates','','publish','closed','closed','','shipping-rates','','','2012-02-08 23:36:26','2012-02-08 23:36:26','',0,'http://www.learningconnectionsweb.com/?page_id=343',0,'page','',0),(344,1,'2012-02-08 23:36:26','2012-02-08 23:36:26','[eshop_show_downloads]','Downloads','','publish','closed','closed','','downloads','','','2012-02-08 23:36:26','2012-02-08 23:36:26','',0,'http://www.learningconnectionsweb.com/?page_id=344',0,'page','',0),(370,1,'2012-03-05 23:30:27','2012-03-05 23:30:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg\"><img class=\"size-medium wp-image-1588 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food-300x225.jpg\" alt=\"BB Junk Food\" width=\"300\" height=\"225\" /></a>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</div>\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Literacy Kit','','publish','closed','open','','berenstain-bears-and-too-much-junk-food-literacy-kit-english-only-2','','','2018-06-26 00:52:57','2018-06-26 00:52:57','',381,'http://www.learningconnectionsweb.com/?page_id=370',0,'page','',0),(371,1,'2012-03-05 23:29:25','2012-03-05 23:29:25','Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\n\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\n','Berenstain Bears and Too Much Junk Food Literacy Kit (English Only)','','inherit','closed','open','','370-revision-v1','','','2012-03-05 23:29:25','2012-03-05 23:29:25','',370,'http://www.learningconnectionsweb.com/?p=371',0,'revision','',0),(372,1,'2012-03-05 23:30:27','2012-03-05 23:30:27','Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Literacy Kit (English Only)','','inherit','closed','open','','370-revision-v1','','','2012-03-05 23:30:27','2012-03-05 23:30:27','',370,'http://www.learningconnectionsweb.com/?p=372',0,'revision','',0),(375,1,'2012-03-05 23:35:00','2012-03-05 23:35:00','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander.jpg\"><img class=\"size-medium wp-image-1587 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander-300x225.jpg\" alt=\"Alexander\" width=\"300\" height=\"225\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Literacy Kit','','publish','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-3','','','2018-06-26 00:49:57','2018-06-26 00:49:57','',381,'http://www.learningconnectionsweb.com/?page_id=375',0,'page','',0),(376,1,'2012-03-05 23:34:43','2012-03-05 23:34:43','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\n\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','','inherit','closed','open','','375-revision-v1','','','2012-03-05 23:34:43','2012-03-05 23:34:43','',375,'http://www.learningconnectionsweb.com/?p=376',0,'revision','',0),(377,1,'2012-03-05 23:35:00','2012-03-05 23:35:00','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','','inherit','closed','open','','375-revision-v1','','','2012-03-05 23:35:00','2012-03-05 23:35:00','',375,'http://www.learningconnectionsweb.com/?p=377',0,'revision','',0),(378,1,'2012-03-05 23:38:02','2012-03-05 23:38:02','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers.jpg\"><img class=\"size-medium wp-image-1591 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers-300x225.jpg\" alt=\"Bully Blockers\" width=\"300\" height=\"225\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Literacy Kit','','publish','closed','closed','','the-bully-blockers-club-by-teresa-bateman-2','','','2018-06-26 01:02:28','2018-06-26 01:02:28','',381,'http://www.learningconnectionsweb.com/?page_id=378',0,'page','',0),(379,1,'2012-03-05 23:37:27','2012-03-05 23:37:27','On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\nActivity: Game in which bullying situations are discussed.\n','The Bully Blockers Club by Teresa Bateman','','inherit','closed','open','','378-revision-v1','','','2012-03-05 23:37:27','2012-03-05 23:37:27','',378,'http://www.learningconnectionsweb.com/?p=379',0,'revision','',0),(380,1,'2012-03-05 23:38:02','2012-03-05 23:38:02','On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club by Teresa Bateman','','inherit','closed','open','','378-revision-v1','','','2012-03-05 23:38:02','2012-03-05 23:38:02','',378,'http://www.learningconnectionsweb.com/?p=380',0,'revision','',0),(381,1,'2012-03-06 04:01:25','2012-03-06 04:01:25','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2.jpg\"><img class=\"size-medium wp-image-112 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"rocke2\" alt=\"\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2-300x284.jpg\" width=\"300\" height=\"284\" /></a>What is a Literacy Kit?\r\n\r\nA literacy kit is designed to enhance children’s literacy skills and appreciation for literature, and to encourage parent involvement in this effort. The kits are checked out by schools or organizations to students, much like a library book. The student takes the kit home to read the book and do the activities with his or her parents. The books selected as the basis for the Learning Connections literacy kits are all great, award-winning children’s literature.\r\n\r\nEighteen of the 23 literacy kits contain both an English and a Spanish copy of the book, a literacy guide written in both English and Spanish, an educational activity, and a Response Journal for parents to communicate with the teacher. (Five of the literacy kits are available only in English because the books are not published in Spanish.) The first page of the guide suggests questions for parents to ask their child as they are reading the book together, as well as discussion questions after they have finished. The second page describes in detail how to do the activity that is included in the kit; the third page offers an additional activity for parents to do at home with their child; and the last page is a bibliography of related books to look for on their next visit to the library. The hands-on activity is always educational and can be used at the level of the child. All of these items are housed in a colorful, durable children’s backpack.\r\n\r\nLearning Connections literacy kits provide unique, motivating, hands-on learning opportunities for children pre-school through third grade.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Pre-K to Fifth Grade Literacy Kits','','publish','closed','open','','literacy-kits-2','','','2014-09-02 01:35:13','2014-09-02 01:35:13','',0,'http://www.learningconnectionsweb.com/?page_id=381',0,'page','',0),(382,1,'2012-03-06 04:01:23','2012-03-06 04:01:23','[eshop_list_alpha]','Literacy Kits','','inherit','closed','open','','381-revision','','','2012-03-06 04:01:23','2012-03-06 04:01:23','',381,'http://www.learningconnectionsweb.com/?p=382',0,'revision','',0),(383,1,'2012-03-05 23:38:44','2012-03-05 23:38:44','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club by Teresa Bateman','','inherit','closed','open','','378-revision-v1','','','2012-03-05 23:38:44','2012-03-05 23:38:44','',378,'http://www.learningconnectionsweb.com/?p=383',0,'revision','',0),(385,1,'2012-03-06 04:01:25','2012-03-06 04:01:25','[eshop_list_alpha]','Literacy Kits','','inherit','closed','open','','381-revision-2','','','2012-03-06 04:01:25','2012-03-06 04:01:25','',381,'http://www.learningconnectionsweb.com/?p=385',0,'revision','',0),(388,1,'2012-03-05 23:35:38','2012-03-05 23:35:38','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2-300x225.jpg\" alt=\"\" title=\"AlexanderHor_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-165\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','','inherit','closed','open','','375-revision-v1','','','2012-03-05 23:35:38','2012-03-05 23:35:38','',375,'http://www.learningconnectionsweb.com/?p=388',0,'revision','',0),(389,1,'2012-03-06 04:07:45','2012-03-06 04:07:45','[eshop_show_product]','Literacy Kits','','inherit','closed','open','','381-revision-3','','','2012-03-06 04:07:45','2012-03-06 04:07:45','',381,'http://www.learningconnectionsweb.com/?p=389',0,'revision','',0),(391,1,'2012-03-06 04:12:50','2012-03-06 04:12:50','“I went to sleep with gum in my mouth and now there’s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.” So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander’s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist’s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child’s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nDescription\r\n Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit ','Alexander and the Terrible, Horrible, No Good, Very Bad Day','','publish','closed','open','','alexander-and-the-terrible-horrible-no-good-very-bad-day','','','2012-03-06 04:22:54','2012-03-06 04:22:54','',0,'http://www.learningconnectionsweb.com/?p=391',0,'post','',0),(392,1,'2012-03-06 04:12:32','2012-03-06 04:12:32','“I went to sleep with gum in my mouth and now there’s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.” So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander’s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist’s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child’s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\n\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\n\nDescription\n Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit ','Alexander and the Terrible, Horrible, No Good, Very Bad Day','','inherit','closed','open','','391-revision','','','2012-03-06 04:12:32','2012-03-06 04:12:32','',391,'http://www.learningconnectionsweb.com/?p=392',0,'revision','',0),(393,1,'2012-03-06 04:12:50','2012-03-06 04:12:50','“I went to sleep with gum in my mouth and now there’s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.” So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander’s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist’s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child’s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nDescription\r\n Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit ','Alexander and the Terrible, Horrible, No Good, Very Bad Day','','inherit','closed','open','','391-revision-2','','','2012-03-06 04:12:50','2012-03-06 04:12:50','',391,'http://www.learningconnectionsweb.com/?p=393',0,'revision','',0),(394,2,'2011-10-12 12:04:26','2011-10-12 12:04:26','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>Nove</strong><strong>mber 3-4, 2011</strong></li>\r\n <li>Nebraska Head Start Association Conference, Grand Island, Nebraska</li>\r\n <li><strong>November 17-18, 2011</strong></li>\r\n <li>Arkansas Reading Association Conference, Little Rock, Arkansas</li>\r\n <li><strong>December 8-10, 2011</strong></li>\r\n <li>Texas Statewide Parental Involvement Conference, Dallas, Texas</li>\r\n <li><strong>January 21-24, 2012</strong></li>\r\n <li>National Title I Conference, Seattle, Washington</li>\r\n <li><strong>February 23-25, 2012</strong></li>\r\n <li>Nebraska State Reading Association, Kearney, Nebraska</li>\r\n <li><strong>March 15-17, 2012</strong></li>\r\n <li>Illinois Reading Council Conference, Springfield, Illinois</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2011-10-12 12:04:26','2011-10-12 12:04:26','',44,'http://www.learningconnectionsweb.com/?p=394',0,'revision','',0),(395,1,'2010-11-01 19:13:30','2010-11-01 19:13:30','','The Cat in the Hat Dictionary','','inherit','closed','open','','115-revision','','','2010-11-01 19:13:30','2010-11-01 19:13:30','',115,'http://www.learningconnectionsweb.com/?p=395',0,'revision','',0),(398,1,'2012-03-06 04:10:32','2012-03-06 04:10:32','[eshop_list_alpha]','Literacy Kits','','inherit','closed','open','','381-revision-4','','','2012-03-06 04:10:32','2012-03-06 04:10:32','',381,'http://www.learningconnectionsweb.com/?p=398',0,'revision','',0),(399,1,'2012-03-06 04:19:51','2012-03-06 04:19:51','[eshop_list_cat_tags type=\"literacy_kits\"]','Literacy Kits','','inherit','closed','open','','381-revision-5','','','2012-03-06 04:19:51','2012-03-06 04:19:51','',381,'http://www.learningconnectionsweb.com/?p=399',0,'revision','',0),(400,1,'2012-03-06 04:13:00','2012-03-06 04:13:00','“I went to sleep with gum in my mouth and now there’s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.” So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander’s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist’s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child’s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nDescription\r\n Alexander and Terrible, Horrible, No Good, Very Bad Day Literacy Kit ','Alexander and the Terrible, Horrible, No Good, Very Bad Day','','inherit','closed','open','','391-revision-3','','','2012-03-06 04:13:00','2012-03-06 04:13:00','',391,'http://www.learningconnectionsweb.com/?p=400',0,'revision','',0),(401,1,'2012-03-06 04:10:01','2012-03-06 04:10:01','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2-300x225.jpg\" alt=\"\" title=\"AlexanderHor_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-165\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','','inherit','closed','open','','375-revision-v1','','','2012-03-06 04:10:01','2012-03-06 04:10:01','',375,'http://www.learningconnectionsweb.com/?p=401',0,'revision','',0),(402,1,'2012-03-06 04:22:01','2012-03-06 04:22:01','[eshop_list_cat_tags type=\"category_name\" find=\"literacy kits\"]','Literacy Kits','','inherit','closed','open','','381-revision-6','','','2012-03-06 04:22:01','2012-03-06 04:22:01','',381,'http://www.learningconnectionsweb.com/?p=402',0,'revision','',0),(404,1,'2012-03-06 04:03:59','2012-03-06 04:03:59','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club by Teresa Bateman','','inherit','closed','open','','378-revision-v1','','','2012-03-06 04:03:59','2012-03-06 04:03:59','',378,'http://www.learningconnectionsweb.com/?p=404',0,'revision','',0),(406,1,'2012-03-06 04:27:32','2012-03-06 04:27:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV.jpg\"><img class=\"alignnone size-medium wp-image-1589 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV-300x225.jpg\" alt=\"BB TV\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n ','Berenstain Bears and Too Much TV Literacy Kit','','publish','closed','closed','','berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-2','','','2018-06-26 00:32:59','2018-06-26 00:32:59','',17,'http://www.learningconnectionsweb.com/?page_id=406',0,'page','',0),(407,1,'2012-03-06 04:27:26','2012-03-06 04:27:26','In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\n\nActivity: Three juggling scarves, which is an excellent activity for brain development.\n','Berenstain Bears and Too Much TV by Stan and Jan Berenstain','','inherit','closed','open','','406-revision-v1','','','2012-03-06 04:27:26','2012-03-06 04:27:26','',406,'http://www.learningconnectionsweb.com/?p=407',0,'revision','',0),(408,1,'2012-03-06 04:27:32','2012-03-06 04:27:32','In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n','Berenstain Bears and Too Much TV by Stan and Jan Berenstain','','inherit','closed','open','','406-revision-v1','','','2012-03-06 04:27:32','2012-03-06 04:27:32','',406,'http://www.learningconnectionsweb.com/?p=408',0,'revision','',0),(411,1,'2012-03-06 04:27:57','2012-03-06 04:27:57','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm-241x300.jpg\" alt=\"\" title=\"BerensteinTooMuchTV_sm\" width=\"241\" height=\"300\" class=\"alignnone size-medium wp-image-167\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n','Berenstain Bears and Too Much TV by Stan and Jan Berenstain','','inherit','closed','open','','406-revision-v1','','','2012-03-06 04:27:57','2012-03-06 04:27:57','',406,'http://www.learningconnectionsweb.com/?p=411',0,'revision','',0),(412,1,'2012-03-06 04:25:29','2012-03-06 04:25:29','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club by Teresa Bateman','','inherit','closed','open','','378-revision-v1','','','2012-03-06 04:25:29','2012-03-06 04:25:29','',378,'http://www.learningconnectionsweb.com/?p=412',0,'revision','',0),(413,1,'2012-03-05 23:30:45','2012-03-05 23:30:45','Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Literacy Kit (English Only)','','inherit','closed','open','','370-revision-v1','','','2012-03-05 23:30:45','2012-03-05 23:30:45','',370,'http://www.learningconnectionsweb.com/?p=413',0,'revision','',0),(414,1,'2012-03-06 04:32:07','2012-03-06 04:32:07','Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Literacy Kit (English Only)','','inherit','closed','open','','370-revision-v1','','','2012-03-06 04:32:07','2012-03-06 04:32:07','',370,'http://www.learningconnectionsweb.com/?p=414',0,'revision','',0),(415,1,'2012-03-06 04:33:31','2012-03-06 04:33:31','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" title=\"BerensteinTooMuchJunkFood\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-156\" /></a>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','370-revision-v1','','','2012-03-06 04:33:31','2012-03-06 04:33:31','',370,'http://www.learningconnectionsweb.com/?p=415',0,'revision','',0),(416,1,'2012-03-06 04:36:47','2012-03-06 04:36:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-Dictinary.jpg\"><img class=\"size-medium wp-image-1592 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-Dictinary-300x225.jpg\" alt=\"Cat Dictinary\" width=\"300\" height=\"225\" /></a>\r\n\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Dictionary Literacy Kit (Bilingual)','','publish','closed','closed','','the-cat-in-the-hat-dictionary','','','2018-06-26 01:03:14','2018-06-26 01:03:14','',381,'http://www.learningconnectionsweb.com/?page_id=416',0,'page','',0),(417,1,'2012-03-06 04:36:33','2012-03-06 04:36:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" title=\"catinhatdictionarybig\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-173\" /></a></div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\n\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\n','The Cat in the Hat Dictionary','','inherit','closed','open','','416-revision-v1','','','2012-03-06 04:36:33','2012-03-06 04:36:33','',416,'http://www.learningconnectionsweb.com/?p=417',0,'revision','',0),(418,1,'2012-03-06 04:38:11','2012-03-06 04:38:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Charlottes.jpg\"><img class=\"size-medium wp-image-1594 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Charlottes-300x225.jpg\" alt=\"Charlottes\" width=\"300\" height=\"225\" /></a>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.</div>\r\nActivity—A card game that require critical thinking to match adjectives to the characters.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Charlotte\'s Web Literacy Kit','','publish','closed','closed','','charlottes-web','','','2018-06-26 00:55:22','2018-06-26 00:55:22','',381,'http://www.learningconnectionsweb.com/?page_id=418',0,'page','',0),(419,1,'2012-03-06 04:38:10','2012-03-06 04:38:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm-300x225.jpg\" alt=\"\" title=\"CharlottesWeb_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-175\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\n\nActivity—A card game that require critical thinking to match adjectives to the characters.\n','Charlotte\'s Web','','inherit','closed','open','','418-revision-v1','','','2012-03-06 04:38:10','2012-03-06 04:38:10','',418,'http://www.learningconnectionsweb.com/?p=419',0,'revision','',0),(421,1,'2012-03-06 04:38:11','2012-03-06 04:38:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm-300x225.jpg\" alt=\"\" title=\"CharlottesWeb_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-175\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.\r\n','Charlotte\'s Web','','inherit','closed','open','','418-revision-v1','','','2012-03-06 04:38:11','2012-03-06 04:38:11','',418,'http://www.learningconnectionsweb.com/?p=421',0,'revision','',0),(422,1,'2012-03-06 04:36:47','2012-03-06 04:36:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" title=\"catinhatdictionarybig\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-173\" /></a></div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\r\n','The Cat in the Hat Dictionary','','inherit','closed','open','','416-revision-v1','','','2012-03-06 04:36:47','2012-03-06 04:36:47','',416,'http://www.learningconnectionsweb.com/?p=422',0,'revision','',0),(423,1,'2012-03-06 04:40:30','2012-03-06 04:40:30','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Chrysanthimum.jpg\"><img class=\"size-medium wp-image-1595 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Chrysanthimum-300x225.jpg\" alt=\"Chrysanthimum\" width=\"300\" height=\"225\" /></a>\r\n\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Chrysanthemum Literacy Kit','','publish','closed','closed','','chrysanthemum','','','2018-06-26 00:56:32','2018-06-26 00:56:32','',381,'http://www.learningconnectionsweb.com/?page_id=423',0,'page','',0),(424,1,'2012-03-06 04:40:23','2012-03-06 04:40:23','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm-300x225.jpg\" alt=\"\" title=\"Chrysanthemum_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-177\" /></a>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\n\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.\n','Chrysanthemum','','inherit','closed','open','','423-revision-v1','','','2012-03-06 04:40:23','2012-03-06 04:40:23','',423,'http://www.learningconnectionsweb.com/?p=424',0,'revision','',0),(425,1,'2012-03-06 04:41:40','2012-03-06 04:41:40','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Click-Clack.jpg\"><img class=\"size-medium wp-image-1596 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Click-Clack-300x225.jpg\" alt=\"Click Clack\" width=\"300\" height=\"225\" /></a>\r\n\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Click, Clack, Moo: Cows That Type Literacy Kit','','publish','closed','closed','','click-clack-moo-cows-that-type','','','2018-06-26 00:57:25','2018-06-26 00:57:25','',381,'http://www.learningconnectionsweb.com/?page_id=425',0,'page','',0),(426,1,'2012-03-06 04:41:37','2012-03-06 04:41:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm-237x300.jpg\" alt=\"\" title=\"ClickClackMoo_sm\" width=\"237\" height=\"300\" class=\"alignnone size-medium wp-image-179\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\n\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type','','inherit','closed','open','','425-revision-v1','','','2012-03-06 04:41:37','2012-03-06 04:41:37','',425,'http://www.learningconnectionsweb.com/?p=426',0,'revision','',0),(427,1,'2012-03-06 04:42:45','2012-03-06 04:42:45','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Corduroy.jpg\"><img class=\"size-medium wp-image-1598 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Corduroy-300x225.jpg\" alt=\"Corduroy\" width=\"300\" height=\"225\" /></a>\r\n\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Corduroy Literacy Kit','','publish','closed','closed','','corduroy','','','2018-06-26 00:59:09','2018-06-26 00:59:09','',381,'http://www.learningconnectionsweb.com/?page_id=427',0,'page','',0),(428,1,'2012-03-06 04:41:58','2012-03-06 04:41:58','','Corduroy','','inherit','closed','open','','427-revision-v1','','','2012-03-06 04:41:58','2012-03-06 04:41:58','',427,'http://www.learningconnectionsweb.com/?p=428',0,'revision','',0),(429,1,'2012-03-06 04:43:57','2012-03-06 04:43:57','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Green-Eggs.jpg\"><img class=\"size-medium wp-image-1599 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Green-Eggs-300x225.jpg\" alt=\"Green Eggs\" width=\"300\" height=\"225\" /></a>\r\n\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Green Eggs and Ham Literacy Kit','','publish','closed','closed','','green-eggs-and-ham','','','2018-06-26 00:59:48','2018-06-26 00:59:48','',381,'http://www.learningconnectionsweb.com/?page_id=429',0,'page','',0),(430,1,'2012-03-06 04:43:55','2012-03-06 04:43:55','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm-225x300.jpg\" alt=\"\" title=\"GreenEggsAndHam_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-183\" /></a></divDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\n','Green Eggs and Ham','','inherit','closed','open','','429-revision-v1','','','2012-03-06 04:43:55','2012-03-06 04:43:55','',429,'http://www.learningconnectionsweb.com/?p=430',0,'revision','',0),(431,1,'2012-03-06 04:45:18','2012-03-06 04:45:18','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/The-Hat.jpg\"><img class=\"size-medium wp-image-1605 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/The-Hat-300x225.jpg\" alt=\"The Hat\" width=\"300\" height=\"225\" /></a>\r\n\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Hat Literacy Kit','','publish','closed','closed','','the-hat','','','2018-06-26 01:06:08','2018-06-26 01:06:08','',381,'http://www.learningconnectionsweb.com/?page_id=431',0,'page','',0),(432,1,'2012-03-06 04:45:14','2012-03-06 04:45:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm-242x300.jpg\" alt=\"\" title=\"hat_sm\" width=\"242\" height=\"300\" class=\"alignnone size-medium wp-image-185\" /></a></div>Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat','','inherit','closed','open','','431-revision-v1','','','2012-03-06 04:45:14','2012-03-06 04:45:14','',431,'http://www.learningconnectionsweb.com/?p=432',0,'revision','',0),(433,1,'2012-03-06 04:46:45','2012-03-06 04:46:45','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\n\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Literacy Kit (Bilingual)','','publish','closed','closed','','healthy-snacks-bilingual','','','2015-02-24 03:43:42','2015-02-24 03:43:42','',381,'http://www.learningconnectionsweb.com/?page_id=433',0,'page','',0),(434,1,'2012-03-06 04:45:39','2012-03-06 04:45:39','','Healthy Snacks (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2012-03-06 04:45:39','2012-03-06 04:45:39','',433,'http://www.learningconnectionsweb.com/?p=434',0,'revision','',0),(436,1,'2012-03-06 13:03:08','2012-03-06 13:03:08','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Keeping-Quilt.jpg\"><img class=\"size-medium wp-image-1600 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Keeping-Quilt-300x225.jpg\" alt=\"Keeping Quilt\" width=\"300\" height=\"225\" /></a>\r\n\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Keeping Quilt Literacy Kit','','publish','closed','closed','','the-keeping-quilt','','','2018-06-26 01:07:14','2018-06-26 01:07:14','',381,'http://www.learningconnectionsweb.com/?page_id=436',0,'page','',0),(437,1,'2012-03-06 13:03:05','2012-03-06 13:03:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm-239x300.jpg\" alt=\"\" title=\"keepingquilt_sm\" width=\"239\" height=\"300\" class=\"alignnone size-medium wp-image-189\" /></a></div>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\n\nActivity—A memory game using beautiful quilt designs.\n','The Keeping Quilt','','inherit','closed','open','','436-revision-v1','','','2012-03-06 13:03:05','2012-03-06 13:03:05','',436,'http://www.learningconnectionsweb.com/?p=437',0,'revision','',0),(438,1,'2012-03-06 13:04:28','2012-03-06 13:04:28','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Swimmy.jpg\"><img class=\"size-medium wp-image-1603 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Swimmy-300x225.jpg\" alt=\"Swimmy\" width=\"300\" height=\"225\" /></a>\r\n\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Literacy Kit','','publish','closed','closed','','swimmy','','','2018-06-26 01:00:39','2018-06-26 01:00:39','',381,'http://www.learningconnectionsweb.com/?page_id=438',0,'page','',0),(439,1,'2012-03-06 13:03:27','2012-03-06 13:03:27','Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\n','Swimmy','','inherit','closed','open','','438-revision-v1','','','2012-03-06 13:03:27','2012-03-06 13:03:27','',438,'http://www.learningconnectionsweb.com/?p=439',0,'revision','',0),(444,1,'2012-03-06 13:08:11','2012-03-06 13:08:11','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Up-Down.jpg\"><img class=\"size-medium wp-image-1611 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Up-Down-300x225.jpg\" alt=\"Up Down\" width=\"300\" height=\"225\" /></a>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\n\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Up, Down and Around Literacy Kit','','publish','closed','closed','','up-down-and-around','','','2018-06-26 01:10:35','2018-06-26 01:10:35','',381,'http://www.learningconnectionsweb.com/?page_id=444',0,'page','',0),(445,1,'2012-03-06 13:08:05','2012-03-06 13:08:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown.JPG\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown-300x224.jpg\" alt=\"\" title=\"UpDown\" width=\"300\" height=\"224\" class=\"alignnone size-medium wp-image-197\" /></a></div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\nActivity: Board game with vegetables to \"plant\" in a garden.\n','Up, Down and Around','','inherit','closed','open','','444-revision-v1','','','2012-03-06 13:08:05','2012-03-06 13:08:05','',444,'http://www.learningconnectionsweb.com/?p=445',0,'revision','',0),(446,1,'2012-03-06 13:09:26','2012-03-06 13:09:26','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Literacy Kit (Bilingual)','','publish','closed','closed','','the-vegetable-group-bilingual','','','2015-02-24 03:49:02','2015-02-24 03:49:02','',381,'http://www.learningconnectionsweb.com/?page_id=446',0,'page','',0),(447,1,'2012-03-06 13:08:33','2012-03-06 13:08:33','The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\n','The Vegetable Group (Bilingual)','','inherit','closed','open','','446-revision-v1','','','2012-03-06 13:08:33','2012-03-06 13:08:33','',446,'http://www.learningconnectionsweb.com/?p=447',0,'revision','',0),(448,1,'2012-03-06 13:10:32','2012-03-06 13:10:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Where-the-Wild-Things-Are.jpg\"><img class=\"size-medium wp-image-1612 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Where-the-Wild-Things-Are-300x225.jpg\" alt=\"Where the Wild Things Are\" width=\"300\" height=\"225\" /></a>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Where the Wild Things Are Literacy Kit','','publish','closed','closed','','where-the-wild-things-are','','','2018-06-26 01:11:22','2018-06-26 01:11:22','',381,'http://www.learningconnectionsweb.com/?page_id=448',0,'page','',0),(449,1,'2012-03-06 13:10:15','2012-03-06 13:10:15','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm-225x300.jpg\" alt=\"\" title=\"wherewildthings_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-201\" /></a></div>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\nActivity—A memory matching game with number recognition as an additional teaching tool.\n','Where the Wild Things Are','','inherit','closed','open','','448-revision-v1','','','2012-03-06 13:10:15','2012-03-06 13:10:15','',448,'http://www.learningconnectionsweb.com/?p=449',0,'revision','',0),(450,1,'2012-03-06 13:11:51','2012-03-06 13:11:51','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle.jpg\"><img class=\"size-medium wp-image-1613 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle-300x225.jpg\" alt=\"Wiggle\" width=\"300\" height=\"225\" /></a>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','publish','closed','closed','','wiggle','','','2018-06-26 01:12:28','2018-06-26 01:12:28','',381,'http://www.learningconnectionsweb.com/?page_id=450',0,'page','',0),(451,1,'2012-03-06 13:11:39','2012-03-06 13:11:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\n\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\n','Wiggle','','inherit','closed','open','','450-revision-v1','','','2012-03-06 13:11:39','2012-03-06 13:11:39','',450,'http://www.learningconnectionsweb.com/?p=451',0,'revision','',0),(452,1,'2012-03-06 13:11:51','2012-03-06 13:11:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle','','inherit','closed','open','','450-revision-v1','','','2012-03-06 13:11:51','2012-03-06 13:11:51','',450,'http://www.learningconnectionsweb.com/?p=452',0,'revision','',0),(453,1,'2012-03-06 13:13:35','2012-03-06 13:13:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wilfred.jpg\"><img class=\"size-medium wp-image-1586 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wilfred-300x225.jpg\" alt=\"Wilfred\" width=\"300\" height=\"225\" /></a>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wilfrid Gordon McDonald Partridge Literacy Kit','','publish','closed','closed','','wilfrid-gordon-mcdonald-partridge','','','2018-06-26 01:13:22','2018-06-26 01:13:22','',381,'http://www.learningconnectionsweb.com/?page_id=453',0,'page','',0),(454,1,'2012-03-06 13:12:27','2012-03-06 13:12:27','A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\n\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge','','inherit','closed','open','','453-revision-v1','','','2012-03-06 13:12:27','2012-03-06 13:12:27','',453,'http://www.learningconnectionsweb.com/?p=454',0,'revision','',0),(457,1,'2012-03-06 13:15:38','2012-03-06 13:15:38','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">We have created a new line of Literacy Kits for infants and toddlers, from birth to age three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits. They are written around specific themes and each contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. $40.00 each.</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Literacy Kits','','publish','closed','open','','parent-pack','','','2016-08-30 00:09:40','2016-08-30 00:09:40','',0,'http://www.learningconnectionsweb.com/?page_id=457',0,'page','',0),(458,1,'2012-03-06 13:15:32','2012-03-06 13:15:32','','Parent Pack','','inherit','closed','open','','457-revision-v1','','','2012-03-06 13:15:32','2012-03-06 13:15:32','',457,'http://www.learningconnectionsweb.com/?p=458',0,'revision','',0),(460,1,'2012-03-06 13:15:38','2012-03-06 13:15:38','','Parent Pack','','inherit','closed','open','','457-revision-v1','','','2012-03-06 13:15:38','2012-03-06 13:15:38','',457,'http://www.learningconnectionsweb.com/?p=460',0,'revision','',0),(461,1,'2012-03-06 13:18:38','2012-03-06 13:18:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Parent Pack','','publish','closed','open','','berenstain-bears-and-too-much-junk-food-parent-pack','','','2015-02-24 03:53:01','2015-02-24 03:53:01','',511,'http://www.learningconnectionsweb.com/?page_id=461',0,'page','',0),(462,1,'2012-03-06 13:17:28','2012-03-06 13:17:28','Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\n\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\n','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','461-revision-v1','','','2012-03-06 13:17:28','2012-03-06 13:17:28','',461,'http://www.learningconnectionsweb.com/?p=462',0,'revision','',0),(463,1,'2012-03-06 13:21:48','2012-03-06 13:21:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Parent Pack','','publish','closed','open','','healthy-snacks','','','2015-02-24 03:56:25','2015-02-24 03:56:25','',511,'http://www.learningconnectionsweb.com/?page_id=463',0,'page','',0),(464,1,'2012-03-06 13:20:57','2012-03-06 13:20:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\n\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\n','Healthy Snacks','','inherit','closed','open','','463-revision-v1','','','2012-03-06 13:20:57','2012-03-06 13:20:57','',463,'http://www.learningconnectionsweb.com/?p=464',0,'revision','',0),(465,1,'2012-03-06 13:23:24','2012-03-06 13:23:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2.jpg\"><img class=\"alignnone size-medium wp-image-207\" title=\"alexanderpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\n“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','publish','closed','open','','alexander-and-the-terrible-horrible-no-good-very-bad-day-parent-pack','','','2015-02-24 03:51:48','2015-02-24 03:51:48','',511,'http://www.learningconnectionsweb.com/?page_id=465',0,'page','',0),(466,1,'2012-03-06 13:22:16','2012-03-06 13:22:16','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\n\n\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','inherit','closed','open','','465-revision-v1','','','2012-03-06 13:22:16','2012-03-06 13:22:16','',465,'http://www.learningconnectionsweb.com/?p=466',0,'revision','',0),(467,1,'2012-03-06 13:24:28','2012-03-06 13:24:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Parent Pack','','publish','closed','open','','being-active-parent-pack','','','2015-02-24 03:52:20','2015-02-24 03:52:20','',511,'http://www.learningconnectionsweb.com/?page_id=467',0,'page','',0),(468,1,'2012-03-06 13:23:36','2012-03-06 13:23:36','','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2012-03-06 13:23:36','2012-03-06 13:23:36','',467,'http://www.learningconnectionsweb.com/?p=468',0,'revision','',0),(469,1,'2012-03-06 13:25:48','2012-03-06 13:25:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Parent Pack','','publish','closed','closed','','berenstain-bears-and-too-much-tv','','','2015-02-24 03:53:33','2015-02-24 03:53:33','',511,'http://www.learningconnectionsweb.com/?page_id=469',0,'page','',0),(470,1,'2012-03-06 13:25:18','2012-03-06 13:25:18','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" title=\"berensteintvpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-211\" /></a></div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV','','inherit','closed','open','','469-revision-v1','','','2012-03-06 13:25:18','2012-03-06 13:25:18','',469,'http://www.learningconnectionsweb.com/?p=470',0,'revision','',0),(471,1,'2012-03-06 13:27:45','2012-03-06 13:27:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Parent Pack','','publish','closed','open','','the-bully-blockers-club-parent-pack','','','2015-02-24 03:59:06','2015-02-24 03:59:06','',511,'http://www.learningconnectionsweb.com/?page_id=471',0,'page','',0),(472,1,'2012-03-06 13:26:25','2012-03-06 13:26:25','On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\nActivity: Game in which bullying situations are discussed.\n','The Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2012-03-06 13:26:25','2012-03-06 13:26:25','',471,'http://www.learningconnectionsweb.com/?p=472',0,'revision','',0),(473,1,'2012-03-06 13:30:07','2012-03-06 13:30:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1471\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1-300x225.jpg\" alt=\"CatInTheHatEnglish small\" width=\"300\" height=\"225\" /></a></div>\r\nPoor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.','The Cat in the Hat Parent Pack','','publish','closed','open','','the-cat-in-the-hat-parent-pack','','','2016-08-28 23:49:48','2016-08-28 23:49:48','',511,'http://www.learningconnectionsweb.com/?page_id=473',0,'page','',0),(474,1,'2012-03-06 13:28:06','2012-03-06 13:28:06','Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\n\n\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.\n','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-revision-v1','','','2012-03-06 13:28:06','2012-03-06 13:28:06','',473,'http://www.learningconnectionsweb.com/?p=474',0,'revision','',0),(475,1,'2012-03-06 13:28:45','2012-03-06 13:28:45','Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.\r\n','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-revision-v1','','','2012-03-06 13:28:45','2012-03-06 13:28:45','',473,'http://www.learningconnectionsweb.com/?p=475',0,'revision','',0),(476,1,'2012-03-06 13:31:45','2012-03-06 13:31:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-217\" title=\"catinyhehatdictionarypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Dictionary Parent Pack','','publish','closed','open','','the-cat-in-the-hat-dictionary-parent-pack','','','2015-02-24 03:59:44','2015-02-24 03:59:44','',511,'http://www.learningconnectionsweb.com/?page_id=476',0,'page','',0),(477,1,'2012-03-06 13:30:32','2012-03-06 13:30:32','For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\n\n\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.\n','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2012-03-06 13:30:32','2012-03-06 13:30:32','',476,'http://www.learningconnectionsweb.com/?p=477',0,'revision','',0),(478,1,'2012-03-06 13:33:33','2012-03-06 13:33:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-219\" title=\"charlotteswebpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity— Adjective card game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Charlotte\'s Web Parent Pack','','publish','closed','open','','charlottes-web-parent-pack','','','2015-02-24 03:54:01','2015-02-24 03:54:01','',511,'http://www.learningconnectionsweb.com/?page_id=478',0,'page','',0),(479,1,'2012-03-06 13:32:19','2012-03-06 13:32:19','An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\n\n\nActivity— Adjective card game.\n','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-03-06 13:32:19','2012-03-06 13:32:19','',478,'http://www.learningconnectionsweb.com/?p=479',0,'revision','',0),(480,1,'2012-03-06 13:35:52','2012-03-06 13:35:52','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-221\" title=\"chrysanthemumpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Chrysanthemum Parent Pack','','publish','closed','open','','chrysanthemum-parent-pack','','','2015-02-24 03:54:38','2015-02-24 03:54:38','',511,'http://www.learningconnectionsweb.com/?page_id=480',0,'page','',0),(481,1,'2012-03-06 13:34:03','2012-03-06 13:34:03','She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\n\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\n','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-03-06 13:34:03','2012-03-06 13:34:03','',480,'http://www.learningconnectionsweb.com/?p=481',0,'revision','',0),(482,1,'2012-03-06 13:34:29','2012-03-06 13:34:29','She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\r\n','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-03-06 13:34:29','2012-03-06 13:34:29','',480,'http://www.learningconnectionsweb.com/?p=482',0,'revision','',0),(483,1,'2012-03-06 13:37:36','2012-03-06 13:37:36','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img class=\"alignnone size-medium wp-image-223\" title=\"clickclackmoopp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Click, Clack, Moo: Cows That Type Parent Pack','','publish','closed','open','','click-clack-moo-cows-that-type-parent-pack','','','2015-02-24 03:55:12','2015-02-24 03:55:12','',511,'http://www.learningconnectionsweb.com/?page_id=483',0,'page','',0),(484,1,'2012-03-06 13:36:59','2012-03-06 13:36:59','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" title=\"clickclackmoopp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-223\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\n\n\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\n','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2012-03-06 13:36:59','2012-03-06 13:36:59','',483,'http://www.learningconnectionsweb.com/?p=484',0,'revision','',0),(485,1,'2012-03-06 13:39:08','2012-03-06 13:39:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-225\" title=\"corduroypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" width=\"262\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Corduroy Parent Pack','','publish','closed','open','','corduroy-parent-pack','','','2015-02-24 03:55:35','2015-02-24 03:55:35','',511,'http://www.learningconnectionsweb.com/?page_id=485',0,'page','',0),(486,1,'2012-03-06 13:38:46','2012-03-06 13:38:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" title=\"corduroypp_sm\" width=\"262\" height=\"300\" class=\"alignnone size-medium wp-image-225\" /></a></div>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\n\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\n','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2012-03-06 13:38:46','2012-03-06 13:38:46','',485,'http://www.learningconnectionsweb.com/?p=486',0,'revision','',0),(487,1,'2012-03-06 13:41:09','2012-03-06 13:41:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img class=\"alignnone size-medium wp-image-227\" title=\"greeneggspp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Green Eggs and Ham Parent Pack','','publish','closed','open','','green-eggs-and-ham-parent-pack','','','2015-02-24 03:56:02','2015-02-24 03:56:02','',511,'http://www.learningconnectionsweb.com/?page_id=487',0,'page','',0),(488,1,'2012-03-06 13:40:15','2012-03-06 13:40:15','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" title=\"greeneggspp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-227\" /></a></div>Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\n\n\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\n','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2012-03-06 13:40:15','2012-03-06 13:40:15','',487,'http://www.learningconnectionsweb.com/?p=488',0,'revision','',0),(489,1,'2012-03-06 13:43:00','2012-03-06 13:43:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-229\" title=\"hatpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Hat Parent Pack','','publish','closed','open','','the-hat-parent-pack','','','2015-02-24 04:00:53','2015-02-24 04:00:53','',511,'http://www.learningconnectionsweb.com/?page_id=489',0,'page','',0),(490,1,'2012-03-06 13:42:25','2012-03-06 13:42:25','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" title=\"hatpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-229\" /></a></div>Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\n\n\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\n','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2012-03-06 13:42:25','2012-03-06 13:42:25','',489,'http://www.learningconnectionsweb.com/?p=490',0,'revision','',0),(491,1,'2012-03-06 13:44:28','2012-03-06 13:44:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-231\" title=\"keepingquiltpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful designs.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Keeping Quilt Parent Pack','','publish','closed','open','','the-keeping-quilt-parent-pack','','','2015-02-24 04:01:14','2015-02-24 04:01:14','',511,'http://www.learningconnectionsweb.com/?page_id=491',0,'page','',0),(492,1,'2012-03-06 13:43:23','2012-03-06 13:43:23','In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\n\n\nActivity—A memory game using beautiful designs.\n','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2012-03-06 13:43:23','2012-03-06 13:43:23','',491,'http://www.learningconnectionsweb.com/?p=492',0,'revision','',0),(493,1,'2012-03-06 13:45:43','2012-03-06 13:45:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-233\" title=\"swimmypp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Parent Pack','','publish','closed','open','','swimmy-parent-pack','','','2015-02-24 03:57:36','2015-02-24 03:57:36','',511,'http://www.learningconnectionsweb.com/?page_id=493',0,'page','',0),(494,1,'2012-03-06 13:45:36','2012-03-06 13:45:36','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" title=\"swimmypp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-233\" /></a></div>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\n\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.\n','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2012-03-06 13:45:36','2012-03-06 13:45:36','',493,'http://www.learningconnectionsweb.com/?p=494',0,'revision','',0),(495,1,'2012-03-06 13:47:02','2012-03-06 13:47:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img class=\"alignnone size-medium wp-image-236\" title=\"tackypp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nTacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Tacky the Penguin Parent Pack','','publish','closed','open','','tacky-the-penguin-parent-pack','','','2015-02-24 03:58:01','2015-02-24 03:58:01','',511,'http://www.learningconnectionsweb.com/?page_id=495',0,'page','',0),(496,1,'2012-03-06 13:46:49','2012-03-06 13:46:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" title=\"tackypp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-236\" /></a></div>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\n\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\n','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-03-06 13:46:49','2012-03-06 13:46:49','',495,'http://www.learningconnectionsweb.com/?p=496',0,'revision','',0),(497,1,'2012-03-06 13:48:45','2012-03-06 13:48:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-240\" title=\"updownpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\n\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Up, Down and Around Parent Pack','','publish','closed','open','','up-down-and-around-parent-pack','','','2015-02-24 04:02:41','2015-02-24 04:02:41','',511,'http://www.learningconnectionsweb.com/?page_id=497',0,'page','',0),(498,1,'2012-03-06 13:47:53','2012-03-06 13:47:53','This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\nActivity: Board game with vegetables to \"plant\" in a garden.\n','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2012-03-06 13:47:53','2012-03-06 13:47:53','',497,'http://www.learningconnectionsweb.com/?p=498',0,'revision','',0),(499,1,'2012-03-06 13:50:09','2012-03-06 13:50:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Parent Pack','','publish','closed','open','','the-vegetable-group-parent-pack','','','2015-02-24 04:02:17','2015-02-24 04:02:17','',511,'http://www.learningconnectionsweb.com/?page_id=499',0,'page','',0),(500,1,'2012-03-06 13:49:51','2012-03-06 13:49:51','<div style=\"float: left; margin-right: 15px;\"></div>The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\n\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\n','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2012-03-06 13:49:51','2012-03-06 13:49:51','',499,'http://www.learningconnectionsweb.com/?p=500',0,'revision','',0),(501,1,'2012-03-06 13:51:30','2012-03-06 13:51:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img class=\"alignnone size-medium wp-image-244\" title=\"wherewildthingsarepp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Where the Wild Things Are Parent Pack','','publish','closed','open','','where-the-wild-things-are-parent-pack','','','2015-02-24 04:03:07','2015-02-24 04:03:07','',511,'http://www.learningconnectionsweb.com/?page_id=501',0,'page','',0),(502,1,'2012-03-06 13:50:30','2012-03-06 13:50:30','This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\n\n\nActivity—A memory matching game with number recognition as an additional teaching tool.\n','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2012-03-06 13:50:30','2012-03-06 13:50:30','',501,'http://www.learningconnectionsweb.com/?p=502',0,'revision','',0),(503,1,'2012-03-06 14:08:35','2012-03-06 14:08:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Parent Pack','','publish','closed','open','','wiggle-parent-pack','','','2015-02-24 04:03:33','2015-02-24 04:03:33','',511,'http://www.learningconnectionsweb.com/?page_id=503',0,'page','',0),(504,1,'2012-03-06 14:07:33','2012-03-06 14:07:33','Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\n\nActivity—Ribbon wands.\n','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2012-03-06 14:07:33','2012-03-06 14:07:33','',503,'http://www.learningconnectionsweb.com/?p=504',0,'revision','',0),(505,1,'2012-03-06 14:10:21','2012-03-06 14:10:21','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img class=\"alignnone size-medium wp-image-311\" title=\"wilfridpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wilfrid Gordon McDonald Partridge Parent Pack','','publish','closed','open','','wilfrid-gordon-mcdonald-partridge-parent-pack','','','2015-02-24 04:04:07','2015-02-24 04:04:07','',511,'http://www.learningconnectionsweb.com/?page_id=505',0,'page','',0),(506,1,'2012-03-06 14:09:41','2012-03-06 14:09:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" title=\"wilfridpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-311\" /></a></div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\n\n\nActivity— A memory game.\n','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2012-03-06 14:09:41','2012-03-06 14:09:41','',505,'http://www.learningconnectionsweb.com/?p=506',0,'revision','',0),(509,1,'2012-03-06 04:24:24','2012-03-06 04:24:24','[eshop_list_subpages]','Literacy Kits','','inherit','closed','open','','381-revision-7','','','2012-03-06 04:24:24','2012-03-06 04:24:24','',381,'http://www.learningconnectionsweb.com/?p=509',0,'revision','',0),(510,1,'2012-03-06 13:16:55','2012-03-06 13:16:55','[eshop_list_subpages]','Parent Packs','','inherit','closed','open','','457-revision-v1','','','2012-03-06 13:16:55','2012-03-06 13:16:55','',457,'http://www.learningconnectionsweb.com/?p=510',0,'revision','',0),(511,1,'2012-03-06 14:13:59','2012-03-06 14:13:59','Each parent pack is housed in a zippered plastic bag and contains one book, either in English or Spanish, a one-page guide with tips for reading the book on one side and an explanation of the activity on the other, and an educational, hands-on activity. Each parent pack is priced individually. Please refer to the literacy kits for the summary of each book and activity.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Pre-K to Fifth Grade Parent Packs','','publish','closed','open','','health-kits-2','','','2014-09-02 02:14:06','2014-09-02 02:14:06','',0,'http://www.learningconnectionsweb.com/?page_id=511',0,'page','',0),(512,1,'2012-03-06 14:13:52','2012-03-06 14:13:52','','Health Kits','','inherit','closed','open','','511-revision','','','2012-03-06 14:13:52','2012-03-06 14:13:52','',511,'http://www.learningconnectionsweb.com/?p=512',0,'revision','',0),(513,1,'2012-03-06 14:13:59','2012-03-06 14:13:59','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">Each parent pack is housed in a zippered plastic bag and contains one book, either in English or Spanish, a one-page guide with tips for reading the book on one side and an explanation of the activity on the other, and an educational, hands-on activity. Each parent pack is priced individually. Please refer to the literacy kits for the summary of each book and activity.</span>\r\n\r\n[eshop_list_subpages]','Health Kits','','inherit','closed','open','','511-revision-2','','','2012-03-06 14:13:59','2012-03-06 14:13:59','',511,'http://www.learningconnectionsweb.com/?p=513',0,'revision','',0),(514,1,'2012-03-06 14:16:39','2012-03-06 14:16:39',' ','','','publish','closed','open','','514','','','2015-01-19 13:33:24','2015-01-19 13:33:24','',0,'http://www.learningconnectionsweb.com/?p=514',1,'nav_menu_item','',0),(515,1,'2012-03-06 14:16:39','2012-03-06 14:16:39',' ','','','publish','closed','open','','515','','','2015-01-19 13:33:24','2015-01-19 13:33:24','',0,'http://www.learningconnectionsweb.com/?p=515',3,'nav_menu_item','',0),(516,1,'2012-03-06 14:16:39','2012-03-06 14:16:39',' ','','','publish','closed','open','','516','','','2015-01-19 13:33:24','2015-01-19 13:33:24','',0,'http://www.learningconnectionsweb.com/?p=516',2,'nav_menu_item','',0),(520,1,'2012-03-06 14:23:29','2012-03-06 14:23:29','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg\"><img class=\"alignnone size-medium wp-image-1588\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food-300x225.jpg\" alt=\"BB Junk Food\" width=\"300\" height=\"225\" /></a></div>\r\n<div>\r\n<div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</div>\r\n<div></div>\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n</div>','Berenstain Bears and Too Much Junk Food Literacy Kit','','publish','closed','open','','berenstain-bears-and-too-much-junk-food','','','2018-06-26 00:22:14','2018-06-26 00:22:14','',17,'http://www.learningconnectionsweb.com/?page_id=520',0,'page','',0),(521,1,'2012-03-06 14:22:47','2012-03-06 14:22:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" title=\"BerensteinTooMuchJunkFood\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-156\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\n\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food','','inherit','closed','open','','520-revision-v1','','','2012-03-06 14:22:47','2012-03-06 14:22:47','',520,'http://www.learningconnectionsweb.com/?p=521',0,'revision','',0),(522,1,'2012-03-06 14:23:29','2012-03-06 14:23:29','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" title=\"BerensteinTooMuchJunkFood\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-156\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food','','inherit','closed','open','','520-revision-v1','','','2012-03-06 14:23:29','2012-03-06 14:23:29','',520,'http://www.learningconnectionsweb.com/?p=522',0,'revision','',0),(523,1,'2012-03-06 14:25:39','2012-03-06 14:25:39','<div style=\"float: left; margin-right: 15px; text-align: left;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active.jpg\"><img class=\"alignnone size-medium wp-image-1590\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active-300x225.jpg\" alt=\"Being Active\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','publish','closed','open','','being-active-literacy-kit','','','2018-06-26 00:26:51','2018-06-26 00:26:51','',17,'http://www.learningconnectionsweb.com/?page_id=523',0,'page','',0),(524,1,'2012-03-06 14:25:39','2012-03-06 14:25:39','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-224x300.jpg\" alt=\"\" title=\"beingactivepp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-160\" /></a>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-03-06 14:25:39','2012-03-06 14:25:39','',523,'http://www.learningconnectionsweb.com/?p=524',0,'revision','',0),(527,1,'2012-03-06 14:27:12','2012-03-06 14:27:12','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\n\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Literacy Kit (Bilingual)','','publish','closed','open','','healthy-snacks-bilingual','','','2015-02-24 03:36:31','2015-02-24 03:36:31','',17,'http://www.learningconnectionsweb.com/?page_id=527',0,'page','',0),(528,1,'2012-03-06 14:27:12','2012-03-06 14:27:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2012-03-06 14:27:12','2012-03-06 14:27:12','',527,'http://www.learningconnectionsweb.com/?p=528',0,'revision','',0),(531,1,'2012-03-06 14:28:22','2012-03-06 14:28:22','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Literacy Kit (Bilingual)','','publish','closed','open','','the-vegetable-group-bilingual','','','2015-02-24 03:38:15','2015-02-24 03:38:15','',17,'http://www.learningconnectionsweb.com/?page_id=531',0,'page','',0),(532,1,'2012-03-06 14:28:22','2012-03-06 14:28:22','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" title=\"VegetableGroup_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-199\" /></a></div>The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2012-03-06 14:28:22','2012-03-06 14:28:22','',531,'http://www.learningconnectionsweb.com/?p=532',0,'revision','',0),(533,1,'2012-03-06 14:28:53','2012-03-06 14:28:53','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle.jpg\"><img class=\"size-medium wp-image-1613 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle-300x225.jpg\" alt=\"Wiggle\" width=\"300\" height=\"225\" /></a>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!</div>\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','publish','closed','closed','','wiggle','','','2018-06-26 00:47:49','2018-06-26 00:47:49','',17,'http://www.learningconnectionsweb.com/?page_id=533',0,'page','',0),(534,1,'2012-03-06 14:28:53','2012-03-06 14:28:53','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle','','inherit','closed','open','','533-revision-v1','','','2012-03-06 14:28:53','2012-03-06 14:28:53','',533,'http://www.learningconnectionsweb.com/?p=534',0,'revision','',0),(535,1,'2012-03-06 14:29:05','2012-03-06 14:29:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle','','inherit','closed','open','','533-revision-v1','','','2012-03-06 14:29:05','2012-03-06 14:29:05','',533,'http://www.learningconnectionsweb.com/?p=535',0,'revision','',0),(536,1,'2012-03-06 14:29:19','2012-03-06 14:29:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Parent Pack','','publish','closed','closed','','wiggle-parent-pack','','','2015-02-24 02:55:48','2015-02-24 02:55:48','',17,'http://www.learningconnectionsweb.com/?page_id=536',0,'page','',0),(537,1,'2012-03-06 14:29:19','2012-03-06 14:29:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" title=\"wigglepp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-246\" /></a></div>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.\r\n','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2012-03-06 14:29:19','2012-03-06 14:29:19','',536,'http://www.learningconnectionsweb.com/?p=537',0,'revision','',0),(538,1,'2012-03-06 14:29:48','2012-03-06 14:29:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Parent Pack','','publish','closed','closed','','the-vegetable-group-parent-pack','','','2015-02-24 02:54:46','2015-02-24 02:54:46','',17,'http://www.learningconnectionsweb.com/?page_id=538',0,'page','',0),(539,1,'2012-03-06 14:29:48','2012-03-06 14:29:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" title=\"vegetablegrouppp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-242\" /></a></div>The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2012-03-06 14:29:48','2012-03-06 14:29:48','',538,'http://www.learningconnectionsweb.com/?p=539',0,'revision','',0),(540,1,'2012-03-06 13:23:24','2012-03-06 13:23:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2-224x300.jpg\" alt=\"\" title=\"alexanderpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-207\" /></a></div>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\n\r\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','inherit','closed','open','','465-revision-v1','','','2012-03-06 13:23:24','2012-03-06 13:23:24','',465,'http://www.learningconnectionsweb.com/?p=540',0,'revision','',0),(541,1,'2012-03-06 13:24:28','2012-03-06 13:24:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" title=\"beingactivepp2-2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-209\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2012-03-06 13:24:28','2012-03-06 13:24:28','',467,'http://www.learningconnectionsweb.com/?p=541',0,'revision','',0),(543,1,'2012-03-06 13:33:33','2012-03-06 13:33:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" title=\"charlotteswebpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-219\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\n\r\nActivity— Adjective card game.\r\n','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-03-06 13:33:33','2012-03-06 13:33:33','',478,'http://www.learningconnectionsweb.com/?p=543',0,'revision','',0),(544,1,'2012-03-06 13:35:52','2012-03-06 13:35:52','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" title=\"chrysanthemumpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-221\" /></a></div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\r\n','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-03-06 13:35:52','2012-03-06 13:35:52','',480,'http://www.learningconnectionsweb.com/?p=544',0,'revision','',0),(545,1,'2012-03-08 22:17:13','2012-03-08 22:17:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" title=\"chrysanthemumpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-221\" /></a></div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\r\n','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-03-08 22:17:13','2012-03-08 22:17:13','',480,'http://www.learningconnectionsweb.com/?p=545',0,'revision','',0),(546,1,'2012-03-06 13:37:36','2012-03-06 13:37:36','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" title=\"clickclackmoopp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-223\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2012-03-06 13:37:36','2012-03-06 13:37:36','',483,'http://www.learningconnectionsweb.com/?p=546',0,'revision','',0),(547,1,'2012-03-06 13:39:08','2012-03-06 13:39:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" title=\"corduroypp_sm\" width=\"262\" height=\"300\" class=\"alignnone size-medium wp-image-225\" /></a></div>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2012-03-06 13:39:08','2012-03-06 13:39:08','',485,'http://www.learningconnectionsweb.com/?p=547',0,'revision','',0),(548,1,'2012-03-06 13:41:09','2012-03-06 13:41:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" title=\"greeneggspp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-227\" /></a></div>Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2012-03-06 13:41:09','2012-03-06 13:41:09','',487,'http://www.learningconnectionsweb.com/?p=548',0,'revision','',0),(549,1,'2012-03-06 13:21:48','2012-03-06 13:21:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks','','inherit','closed','open','','463-revision-v1','','','2012-03-06 13:21:48','2012-03-06 13:21:48','',463,'http://www.learningconnectionsweb.com/?p=549',0,'revision','',0),(550,1,'2012-03-06 13:45:43','2012-03-06 13:45:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" title=\"swimmypp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-233\" /></a></div>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.\r\n','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2012-03-06 13:45:43','2012-03-06 13:45:43','',493,'http://www.learningconnectionsweb.com/?p=550',0,'revision','',0),(551,1,'2012-03-06 13:47:02','2012-03-06 13:47:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" title=\"tackypp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-236\" /></a></div>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\r\n','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-03-06 13:47:02','2012-03-06 13:47:02','',495,'http://www.learningconnectionsweb.com/?p=551',0,'revision','',0),(552,1,'2012-03-08 22:23:38','2012-03-08 22:23:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" title=\"tackypp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-236\" /></a></div>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\r\n','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-03-08 22:23:38','2012-03-08 22:23:38','',495,'http://www.learningconnectionsweb.com/?p=552',0,'revision','',0),(553,1,'2012-03-06 13:31:45','2012-03-06 13:31:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" title=\"catinyhehatdictionarypp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-217\" /></a></div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.\r\n','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2012-03-06 13:31:45','2012-03-06 13:31:45','',476,'http://www.learningconnectionsweb.com/?p=553',0,'revision','',0),(554,1,'2012-03-06 13:30:07','2012-03-06 13:30:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm-224x300.jpg\" alt=\"\" title=\"catinthehatpp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-215\" /></a></div>Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.\r\n','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-revision-v1','','','2012-03-06 13:30:07','2012-03-06 13:30:07','',473,'http://www.learningconnectionsweb.com/?p=554',0,'revision','',0),(555,1,'2012-03-06 13:43:00','2012-03-06 13:43:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" title=\"hatpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-229\" /></a></div>Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2012-03-06 13:43:00','2012-03-06 13:43:00','',489,'http://www.learningconnectionsweb.com/?p=555',0,'revision','',0),(556,1,'2012-03-06 13:44:28','2012-03-06 13:44:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" alt=\"\" title=\"keepingquiltpp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-231\" /></a></div>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\n\r\nActivity—A memory game using beautiful designs.\r\n','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2012-03-06 13:44:28','2012-03-06 13:44:28','',491,'http://www.learningconnectionsweb.com/?p=556',0,'revision','',0),(557,1,'2012-03-06 13:50:09','2012-03-06 13:50:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" title=\"vegetablegrouppp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-242\" /></a></div>The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2012-03-06 13:50:09','2012-03-06 13:50:09','',499,'http://www.learningconnectionsweb.com/?p=557',0,'revision','',0),(558,1,'2012-03-06 13:48:45','2012-03-06 13:48:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" alt=\"\" title=\"updownpp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-240\" /></a></div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2012-03-06 13:48:45','2012-03-06 13:48:45','',497,'http://www.learningconnectionsweb.com/?p=558',0,'revision','',0),(559,1,'2012-03-06 13:51:30','2012-03-06 13:51:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" alt=\"\" title=\"wherewildthingsarepp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-244\" /></a></div>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2012-03-06 13:51:30','2012-03-06 13:51:30','',501,'http://www.learningconnectionsweb.com/?p=559',0,'revision','',0),(560,1,'2012-03-06 14:08:35','2012-03-06 14:08:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" title=\"wigglepp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-246\" /></a></div>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.\r\n','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2012-03-06 14:08:35','2012-03-06 14:08:35','',503,'http://www.learningconnectionsweb.com/?p=560',0,'revision','',0),(561,1,'2012-03-06 14:10:21','2012-03-06 14:10:21','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" title=\"wilfridpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-311\" /></a></div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\n\r\nActivity— A memory game.\r\n','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2012-03-06 14:10:21','2012-03-06 14:10:21','',505,'http://www.learningconnectionsweb.com/?p=561',0,'revision','',0),(562,1,'2012-03-08 22:29:46','2012-03-08 22:29:46','','healthysnackspp2','','inherit','closed','open','','healthysnackspp2','','','2012-03-08 22:29:46','2012-03-08 22:29:46','',463,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg',0,'attachment','image/jpeg',0),(563,1,'2012-03-08 22:22:17','2012-03-08 22:22:17','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks','','inherit','closed','open','','463-revision-v1','','','2012-03-08 22:22:17','2012-03-08 22:22:17','',463,'http://www.learningconnectionsweb.com/?p=563',0,'revision','',0),(567,1,'2012-03-09 19:14:30','2012-03-09 19:14:30','','BeingActive','','inherit','closed','open','','beingactive','','','2012-03-09 19:14:30','2012-03-09 19:14:30','',523,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg',0,'attachment','image/jpeg',0),(568,1,'2012-03-06 14:25:56','2012-03-06 14:25:56','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-224x300.jpg\" alt=\"\" title=\"beingactivepp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-160\" /></a>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-03-06 14:25:56','2012-03-06 14:25:56','',523,'http://www.learningconnectionsweb.com/?p=568',0,'revision','',0),(569,1,'2012-03-09 19:14:40','2012-03-09 19:14:40','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" title=\"BeingActive\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-567\" /></a>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-03-09 19:14:40','2012-03-09 19:14:40','',523,'http://www.learningconnectionsweb.com/?p=569',0,'revision','',0),(574,1,'2012-03-09 19:16:22','2012-03-09 19:16:22','','TakingCareOfMyTeath','','inherit','closed','open','','takingcareofmyteath-2','','','2012-03-09 19:16:22','2012-03-09 19:16:22','',17,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/TakingCareOfMyTeath.jpg',0,'attachment','image/jpeg',0),(578,1,'2012-03-09 19:17:24','2012-03-09 19:17:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active.jpg\"><img class=\"size-medium wp-image-1590 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active-300x225.jpg\" alt=\"Being Active\" width=\"300\" height=\"225\" /></a>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.</div>\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','publish','closed','closed','','being-active-literacy-kit','','','2018-06-26 00:51:08','2018-06-26 00:51:08','',381,'http://www.learningconnectionsweb.com/?page_id=578',0,'page','',0),(579,1,'2012-03-09 19:17:24','2012-03-09 19:17:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" title=\"BeingActive\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-567\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','578-revision-v1','','','2012-03-09 19:17:24','2012-03-09 19:17:24','',578,'http://www.learningconnectionsweb.com/?p=579',0,'revision','',0),(584,1,'2012-03-09 19:18:53','2012-03-09 19:18:53','','Wilfred','','inherit','closed','open','','wilfred','','','2012-03-09 19:18:53','2012-03-09 19:18:53','',453,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred.jpg',0,'attachment','image/jpeg',0),(585,1,'2012-03-06 13:13:35','2012-03-06 13:13:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" title=\"wilfridpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-311\" /></a></div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge','','inherit','closed','open','','453-revision-v1','','','2012-03-06 13:13:35','2012-03-06 13:13:35','',453,'http://www.learningconnectionsweb.com/?p=585',0,'revision','',0),(587,1,'2012-03-06 14:27:30','2012-03-06 14:27:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2012-03-06 14:27:30','2012-03-06 14:27:30','',527,'http://www.learningconnectionsweb.com/?p=587',0,'revision','',0),(589,1,'2012-03-06 14:28:37','2012-03-06 14:28:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" title=\"VegetableGroup_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-199\" /></a></div>The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2012-03-06 14:28:37','2012-03-06 14:28:37','',531,'http://www.learningconnectionsweb.com/?p=589',0,'revision','',0),(590,1,'2012-03-06 14:29:14','2012-03-06 14:29:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle','','inherit','closed','open','','533-revision-v1','','','2012-03-06 14:29:14','2012-03-06 14:29:14','',533,'http://www.learningconnectionsweb.com/?p=590',0,'revision','',0),(594,1,'2012-03-08 22:30:42','2012-03-08 22:30:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" title=\"healthysnackspp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-562\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks','','inherit','closed','open','','463-revision-v1','','','2012-03-08 22:30:42','2012-03-08 22:30:42','',463,'http://www.learningconnectionsweb.com/?p=594',0,'revision','',0),(595,1,'2012-03-09 19:23:05','2012-03-09 19:23:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Parent Pack','','publish','closed','closed','','healthy-snacks-parent-pack','','','2015-02-24 03:37:00','2015-02-24 03:37:00','',17,'http://www.learningconnectionsweb.com/?page_id=595',0,'page','',0),(596,1,'2012-03-09 19:23:27','2012-03-09 19:23:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Parent Pack','','publish','closed','closed','','being-active-parent-pack','','','2015-02-24 02:43:39','2015-02-24 02:43:39','',17,'http://www.learningconnectionsweb.com/?page_id=596',0,'page','',0),(597,1,'2012-03-09 19:23:27','2012-03-09 19:23:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" title=\"beingactivepp2-2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-209\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-03-09 19:23:27','2012-03-09 19:23:27','',596,'http://www.learningconnectionsweb.com/?p=597',0,'revision','',0),(598,1,'2012-03-09 19:23:05','2012-03-09 19:23:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" title=\"healthysnackspp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-562\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2012-03-09 19:23:05','2012-03-09 19:23:05','',595,'http://www.learningconnectionsweb.com/?p=598',0,'revision','',0),(599,1,'2012-03-09 19:25:11','2012-03-09 19:25:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Parent Pack','','publish','closed','closed','','berenstain-bears-and-too-much-junk-food-parent-pack','','','2015-02-24 03:34:37','2015-02-24 03:34:37','',17,'http://www.learningconnectionsweb.com/?page_id=599',0,'page','',0),(600,1,'2012-03-09 19:25:11','2012-03-09 19:25:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" title=\"berensteinjunkfoodpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-158\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','599-revision-v1','','','2012-03-09 19:25:11','2012-03-09 19:25:11','',599,'http://www.learningconnectionsweb.com/?p=600',0,'revision','',0),(601,1,'2012-03-06 13:25:49','2012-03-06 13:25:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" title=\"berensteintvpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-211\" /></a></div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV','','inherit','closed','open','','469-revision-v1','','','2012-03-06 13:25:49','2012-03-06 13:25:49','',469,'http://www.learningconnectionsweb.com/?p=601',0,'revision','',0),(602,1,'2012-03-06 04:30:59','2012-03-06 04:30:59','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm-241x300.jpg\" alt=\"\" title=\"BerensteinTooMuchTV_sm\" width=\"241\" height=\"300\" class=\"alignnone size-medium wp-image-167\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n','Berenstain Bears and Too Much TV by Stan and Jan Berenstain','','inherit','closed','open','','406-revision-v1','','','2012-03-06 04:30:59','2012-03-06 04:30:59','',406,'http://www.learningconnectionsweb.com/?p=602',0,'revision','',0),(603,1,'2012-03-09 19:26:00','2012-03-09 19:26:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Parent Pack','','publish','closed','closed','','berenstain-bears-and-too-much-tv-parent-pack','','','2015-02-24 03:36:02','2015-02-24 03:36:02','',17,'http://www.learningconnectionsweb.com/?page_id=603',0,'page','',0),(604,1,'2012-03-09 19:26:00','2012-03-09 19:26:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" title=\"berensteintvpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-211\" /></a></div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','603-revision-v1','','','2012-03-09 19:26:00','2012-03-09 19:26:00','',603,'http://www.learningconnectionsweb.com/?p=604',0,'revision','',0),(605,1,'2012-03-06 04:24:09','2012-03-06 04:24:09','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2-300x225.jpg\" alt=\"\" title=\"AlexanderHor_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-165\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','','inherit','closed','open','','375-revision-v1','','','2012-03-06 04:24:09','2012-03-06 04:24:09','',375,'http://www.learningconnectionsweb.com/?p=605',0,'revision','',0),(606,1,'2012-03-06 04:38:51','2012-03-06 04:38:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm-300x225.jpg\" alt=\"\" title=\"CharlottesWeb_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-175\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.\r\n','Charlotte\'s Web','','inherit','closed','open','','418-revision-v1','','','2012-03-06 04:38:51','2012-03-06 04:38:51','',418,'http://www.learningconnectionsweb.com/?p=606',0,'revision','',0),(607,1,'2012-03-06 04:40:30','2012-03-06 04:40:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm-300x225.jpg\" alt=\"\" title=\"Chrysanthemum_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-177\" /></a></div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.\r\n','Chrysanthemum','','inherit','closed','open','','423-revision-v1','','','2012-03-06 04:40:30','2012-03-06 04:40:30','',423,'http://www.learningconnectionsweb.com/?p=607',0,'revision','',0),(608,1,'2012-03-06 04:41:40','2012-03-06 04:41:40','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm-237x300.jpg\" alt=\"\" title=\"ClickClackMoo_sm\" width=\"237\" height=\"300\" class=\"alignnone size-medium wp-image-179\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type','','inherit','closed','open','','425-revision-v1','','','2012-03-06 04:41:40','2012-03-06 04:41:40','',425,'http://www.learningconnectionsweb.com/?p=608',0,'revision','',0),(609,1,'2012-03-06 04:42:45','2012-03-06 04:42:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm-271x300.jpg\" alt=\"\" title=\"Corduroy_sm\" width=\"271\" height=\"300\" class=\"alignnone size-medium wp-image-181\" /></a></div>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n','Corduroy','','inherit','closed','open','','427-revision-v1','','','2012-03-06 04:42:45','2012-03-06 04:42:45','',427,'http://www.learningconnectionsweb.com/?p=609',0,'revision','',0),(610,1,'2012-03-06 04:43:57','2012-03-06 04:43:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm-225x300.jpg\" alt=\"\" title=\"GreenEggsAndHam_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-183\" /></a></div>Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n','Green Eggs and Ham','','inherit','closed','open','','429-revision-v1','','','2012-03-06 04:43:57','2012-03-06 04:43:57','',429,'http://www.learningconnectionsweb.com/?p=610',0,'revision','',0),(611,1,'2012-03-06 04:46:45','2012-03-06 04:46:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2012-03-06 04:46:45','2012-03-06 04:46:45','',433,'http://www.learningconnectionsweb.com/?p=611',0,'revision','',0),(612,1,'2012-03-06 13:04:28','2012-03-06 13:04:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm-300x225.jpg\" alt=\"\" title=\"SwimmyHor_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-191\" /></a></div>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\r\n','Swimmy','','inherit','closed','open','','438-revision-v1','','','2012-03-06 13:04:28','2012-03-06 13:04:28','',438,'http://www.learningconnectionsweb.com/?p=612',0,'revision','',0),(614,1,'2012-03-06 04:31:37','2012-03-06 04:31:37','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club by Teresa Bateman','','inherit','closed','open','','378-revision-v1','','','2012-03-06 04:31:37','2012-03-06 04:31:37','',378,'http://www.learningconnectionsweb.com/?p=614',0,'revision','',0),(615,1,'2012-03-06 04:39:10','2012-03-06 04:39:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" title=\"catinhatdictionarybig\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-173\" /></a></div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\r\n','The Cat in the Hat Dictionary','','inherit','closed','open','','416-revision-v1','','','2012-03-06 04:39:10','2012-03-06 04:39:10','',416,'http://www.learningconnectionsweb.com/?p=615',0,'revision','',0),(616,1,'2012-03-06 04:45:18','2012-03-06 04:45:18','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm-242x300.jpg\" alt=\"\" title=\"hat_sm\" width=\"242\" height=\"300\" class=\"alignnone size-medium wp-image-185\" /></a></div>Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat','','inherit','closed','open','','431-revision-v1','','','2012-03-06 04:45:18','2012-03-06 04:45:18','',431,'http://www.learningconnectionsweb.com/?p=616',0,'revision','',0),(617,1,'2012-03-06 13:03:08','2012-03-06 13:03:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm-239x300.jpg\" alt=\"\" title=\"keepingquilt_sm\" width=\"239\" height=\"300\" class=\"alignnone size-medium wp-image-189\" /></a></div>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.\r\n','The Keeping Quilt','','inherit','closed','open','','436-revision-v1','','','2012-03-06 13:03:08','2012-03-06 13:03:08','',436,'http://www.learningconnectionsweb.com/?p=617',0,'revision','',0),(618,1,'2012-03-06 13:09:26','2012-03-06 13:09:26','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" title=\"VegetableGroup_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-199\" /></a></div>The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group (Bilingual)','','inherit','closed','open','','446-revision-v1','','','2012-03-06 13:09:26','2012-03-06 13:09:26','',446,'http://www.learningconnectionsweb.com/?p=618',0,'revision','',0),(619,1,'2012-03-06 13:08:11','2012-03-06 13:08:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown.JPG\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown-300x224.jpg\" alt=\"\" title=\"UpDown\" width=\"300\" height=\"224\" class=\"alignnone size-medium wp-image-197\" /></a></div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n','Up, Down and Around','','inherit','closed','open','','444-revision-v1','','','2012-03-06 13:08:11','2012-03-06 13:08:11','',444,'http://www.learningconnectionsweb.com/?p=619',0,'revision','',0),(620,1,'2012-03-06 13:10:32','2012-03-06 13:10:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm-225x300.jpg\" alt=\"\" title=\"wherewildthings_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-201\" /></a></div>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n','Where the Wild Things Are','','inherit','closed','open','','448-revision-v1','','','2012-03-06 13:10:32','2012-03-06 13:10:32','',448,'http://www.learningconnectionsweb.com/?p=620',0,'revision','',0),(621,1,'2012-03-06 13:11:56','2012-03-06 13:11:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle','','inherit','closed','open','','450-revision-v1','','','2012-03-06 13:11:56','2012-03-06 13:11:56','',450,'http://www.learningconnectionsweb.com/?p=621',0,'revision','',0),(622,1,'2012-03-09 19:19:02','2012-03-09 19:19:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred-237x300.jpg\" alt=\"\" title=\"Wilfred\" width=\"237\" height=\"300\" class=\"alignnone size-medium wp-image-584\" /></a></div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge','','inherit','closed','open','','453-revision-v1','','','2012-03-09 19:19:02','2012-03-09 19:19:02','',453,'http://www.learningconnectionsweb.com/?p=622',0,'revision','',0),(624,1,'2010-10-21 12:38:42','2010-10-21 12:38:42','We would love to hear from you. If you have a question or comment just fill out the form below or call us at 402-423-6941. You can also reach us by fax at 402-423-0050. \r\n\r\nOur mailing address is:\r\nLearning Connections, Inc.\r\n3520 Hanson Dr.\r\nLincoln, NE 68502\r\n\r\n\r\n[contact-form 1 \"Contact form 1\"]','Contact Us','','inherit','closed','open','','47-revision-3','','','2010-10-21 12:38:42','2010-10-21 12:38:42','',47,'http://www.learningconnectionsweb.com/?p=624',0,'revision','',0),(625,1,'2012-03-09 19:43:39','2012-03-09 19:43:39','test','Test Item','','publish','closed','open','','test-item','','','2012-03-09 19:43:59','2012-03-09 19:43:59','',0,'http://www.learningconnectionsweb.com/?page_id=625',0,'page','',0),(626,1,'2012-03-09 19:43:24','2012-03-09 19:43:24','','Test Item','','inherit','closed','open','','625-revision','','','2012-03-09 19:43:24','2012-03-09 19:43:24','',625,'http://www.learningconnectionsweb.com/?p=626',0,'revision','',0),(627,1,'2012-03-09 19:43:39','2012-03-09 19:43:39','','Test Item','','inherit','closed','open','','625-revision-2','','','2012-03-09 19:43:39','2012-03-09 19:43:39','',625,'http://www.learningconnectionsweb.com/?p=627',0,'revision','',0),(628,1,'2012-03-09 19:49:32','2012-03-09 19:49:32','test','Test Item','','inherit','closed','open','','625-autosave','','','2012-03-09 19:49:32','2012-03-09 19:49:32','',625,'http://www.learningconnectionsweb.com/?p=628',0,'revision','',0),(630,1,'2012-03-10 03:31:31','2012-03-10 03:31:31','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tacky.jpg\"><img class=\"size-medium wp-image-1604 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tacky-300x225.jpg\" alt=\"Tacky\" width=\"300\" height=\"225\" /></a>\r\n\r\nTracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.\r\n\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Tacky the Penguin Literacy Kit','','publish','closed','open','','tacky-the-penguin-literacy-kit','','','2018-06-26 01:01:25','2018-06-26 01:01:25','',381,'http://www.learningconnectionsweb.com/?page_id=630',0,'page','',0),(631,1,'2012-03-10 03:30:18','2012-03-10 03:30:18','','Tacky the Penguin Literacy Kit','','inherit','closed','open','','630-revision-v1','','','2012-03-10 03:30:18','2012-03-10 03:30:18','',630,'http://www.learningconnectionsweb.com/?p=631',0,'revision','',0),(632,1,'2012-03-10 03:32:59','2012-03-10 03:32:59','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat.jpg\"><img class=\"size-medium wp-image-1593 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat-300x225.jpg\" alt=\"Cat in the Hat\" width=\"300\" height=\"225\" /></a>\r\n\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Literacy Kit','','publish','closed','open','','the-cat-in-the-hat-literacy-kit','','','2018-06-26 01:05:05','2018-06-26 01:05:05','',381,'http://www.learningconnectionsweb.com/?page_id=632',0,'page','',0),(633,1,'2012-03-10 03:31:44','2012-03-10 03:31:44','','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-03-10 03:31:44','2012-03-10 03:31:44','',632,'http://www.learningconnectionsweb.com/?p=633',0,'revision','',0),(634,1,'2012-03-10 03:32:59','2012-03-10 03:32:59','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" title=\"catinhatbig\" width=\"217\" height=\"300\" class=\"alignnone size-medium wp-image-171\" /></a>Poor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-03-10 03:32:59','2012-03-10 03:32:59','',632,'http://www.learningconnectionsweb.com/?p=634',0,'revision','',0),(635,1,'2012-03-10 03:31:31','2012-03-10 03:31:31','<div><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm.jpg\"><img class=\"alignnone size-medium wp-image-193\" title=\"Tacky_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm-300x285.jpg\" alt=\"\" width=\"300\" height=\"285\" /></a>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.</div>\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>','Tacky the Penguin Literacy Kit','','inherit','closed','open','','630-revision-v1','','','2012-03-10 03:31:31','2012-03-10 03:31:31','',630,'http://www.learningconnectionsweb.com/?p=635',0,'revision','',0),(636,1,'2012-03-10 03:34:07','2012-03-10 03:34:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm.jpg\"><img class=\"alignnone size-medium wp-image-193\" title=\"Tacky_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm-300x285.jpg\" alt=\"\" width=\"300\" height=\"285\" /></a>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.</div>\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>','Tacky the Penguin Literacy Kit','','inherit','closed','open','','630-revision-v1','','','2012-03-10 03:34:07','2012-03-10 03:34:07','',630,'http://www.learningconnectionsweb.com/?p=636',0,'revision','',0),(639,1,'2012-03-08 22:16:28','2012-03-08 22:16:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" title=\"charlotteswebpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-219\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\n\r\nActivity— Adjective card game.\r\n','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-03-08 22:16:28','2012-03-08 22:16:28','',478,'http://www.learningconnectionsweb.com/?p=639',0,'revision','',0),(640,1,'2012-05-29 21:13:04','2012-05-29 21:13:04','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" title=\"charlotteswebpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-219\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\n\r\nActivity— Adjective card game.\r\n','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-05-29 21:13:04','2012-05-29 21:13:04','',478,'http://www.learningconnectionsweb.com/?p=640',0,'revision','',0),(641,1,'2012-03-08 22:18:48','2012-03-08 22:18:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" title=\"clickclackmoopp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-223\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2012-03-08 22:18:48','2012-03-08 22:18:48','',483,'http://www.learningconnectionsweb.com/?p=641',0,'revision','',0),(642,1,'2012-03-08 22:19:21','2012-03-08 22:19:21','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" title=\"corduroypp_sm\" width=\"262\" height=\"300\" class=\"alignnone size-medium wp-image-225\" /></a></div>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2012-03-08 22:19:21','2012-03-08 22:19:21','',485,'http://www.learningconnectionsweb.com/?p=642',0,'revision','',0),(643,1,'2012-03-08 22:23:49','2012-03-08 22:23:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" title=\"tackypp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-236\" /></a></div>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\r\n','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-03-08 22:23:49','2012-03-08 22:23:49','',495,'http://www.learningconnectionsweb.com/?p=643',0,'revision','',0),(646,2,'2010-10-28 18:23:04','2010-10-28 18:23:04','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the learning process of children.\r\n\r\n--<strong>The Whispy Phone</strong> is a phonics phone unlike any other. It works by having the child whisper into one end of the phone with the other end to his or her ear. The phone is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--<strong>Decks of cards</strong> are created by Learning Connections and produced by a professional card company. The price of each deck is $5.00.\r\n\r\n--<strong>Tooth Sleuth</strong> is a card game written in both English and Spanish with lots of information about dental health.\r\n\r\n--<strong>Go to the Store</strong> is a card game similar to \"Go Fish\" with pictures of fruits and vegetables.\r\n\r\n--<strong>Rhyme Time</strong> is a card game written in both English and Spanish with rhyming words in both languages. The English rhyming cards have Spanish translations and the Spanish rhyming cards have English translations.\r\n\r\n--<strong>Juggling scarves</strong> is a most amazing brain development activity because each time the scarf is tossed, the mid-line of the body is crossed and synapses are connected. Creating new synapses helps the brain learn and has been proven to raise reading scores, just to name one benefit. Juggling directions are always included. Price--$1.25 for individual scarves and $12.00 for a dozen.','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2010-10-28 18:23:04','2010-10-28 18:23:04','',15,'http://www.learningconnectionsweb.com/?p=646',0,'revision','',0),(647,1,'2012-03-09 19:31:00','2012-03-09 19:31:00','We would love to hear from you. If you have a question or comment just fill out the form below, call us at 402-423-6941, or email me at <a href=\"mailto: judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>. You can also reach us by fax at 402-423-0050.\r\n\r\nOur mailing address is:\r\nLearning Connections, Inc.\r\n3520 Hanson Dr.\r\nLincoln, NE 68502\r\n\r\n[contact-form 1 \"Contact form 1\"]','Contact Us','','inherit','closed','open','','47-revision-4','','','2012-03-09 19:31:00','2012-03-09 19:31:00','',47,'http://www.learningconnectionsweb.com/?p=647',0,'revision','',0),(648,1,'2012-05-29 21:21:26','2012-05-29 21:21:26','We would love to hear from you. If you have a question or comment just fill out the form below, call us at 402-423-6941, or email me at <a href=\"mailto: judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>. You can also reach us by fax at 402-423-0050.\r\n\r\nOur mailing address is:\r\nLearning Connections, Inc.\r\n3520 Hanson Dr.\r\nLincoln, NE 68502\r\n\r\n[contact-form 1 \"Contact form 1\"]\r\n\r\n<strong><a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Literacy-Kit-Order-Form.pdf\'>Literacy Kit Order Form</a></strong>\r\n\r\n<strong><a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Parent-Pack-Order-Form.pdf\'>Parent Pack Order Form</a></strong>','Contact Us','','inherit','closed','open','','47-revision-5','','','2012-05-29 21:21:26','2012-05-29 21:21:26','',47,'http://www.learningconnectionsweb.com/?p=648',0,'revision','',0),(649,1,'2012-05-29 21:20:05','2012-05-29 21:20:05','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the learning process of children.\r\n\r\n--<strong>The Whispy Phone</strong> is a phonics phone unlike any other. It works by having the child whisper into one end of the phone with the other end to his or her ear. The phone is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--<strong>Decks of cards</strong> are created by Learning Connections and produced by a professional card company. The price of each deck is $5.00.\r\n\r\n--<strong>Tooth Sleuth</strong> is a card game written in both English and Spanish with lots of information about dental health.\r\n\r\n--<strong>Go to the Store</strong> is a card game similar to \"Go Fish\" with pictures of fruits and vegetables.\r\n\r\n--<strong>Rhyme Time</strong> is a card game written in both English and Spanish with rhyming words in both languages. The English rhyming cards have Spanish translations and the Spanish rhyming cards have English translations.\r\n\r\n--<strong>Juggling scarves</strong> is a most amazing brain development activity because each time the scarf is tossed, the mid-line of the body is crossed and synapses are connected. Creating new synapses helps the brain learn and has been proven to raise reading scores, just to name one benefit. Juggling directions are always included. Price--$1.25 for individual scarves and $12.00 for a dozen.\r\n\r\n<strong>Order Form for <a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Literacy-Kit-Order-Form.pdf\'>Literacy Kit Order Form</a></strong>\r\n\r\n<strong>Order Form for Parent Packs</strong>','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2012-05-29 21:20:05','2012-05-29 21:20:05','',15,'http://www.learningconnectionsweb.com/?p=649',0,'revision','',0),(650,1,'2012-03-06 04:13:29','2012-03-06 04:13:29','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>Nove</strong><strong>mber 3-4, 2011</strong></li>\r\n <li>Nebraska Head Start Association Conference, Grand Island, Nebraska</li>\r\n <li><strong>November 17-18, 2011</strong></li>\r\n <li>Arkansas Reading Association Conference, Little Rock, Arkansas</li>\r\n <li><strong>December 8-10, 2011</strong></li>\r\n <li>Texas Statewide Parental Involvement Conference, Dallas, Texas</li>\r\n <li><strong>January 21-24, 2012</strong></li>\r\n <li>National Title I Conference, Seattle, Washington</li>\r\n <li><strong>February 23-25, 2012</strong></li>\r\n <li>Nebraska State Reading Association, Kearney, Nebraska</li>\r\n <li><strong>March 15-17, 2012</strong></li>\r\n <li>Illinois Reading Council Conference, Springfield, Illinois</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2012-03-06 04:13:29','2012-03-06 04:13:29','',44,'http://www.learningconnectionsweb.com/?p=650',0,'revision','',0),(653,1,'2012-03-06 13:27:45','2012-03-06 13:27:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a></div>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2012-03-06 13:27:45','2012-03-06 13:27:45','',471,'http://www.learningconnectionsweb.com/?p=653',0,'revision','',0),(655,1,'2012-03-09 19:24:11','2012-03-09 19:24:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" title=\"beingactivepp2-2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-209\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-03-09 19:24:11','2012-03-09 19:24:11','',596,'http://www.learningconnectionsweb.com/?p=655',0,'revision','',0),(656,1,'2012-03-09 19:25:28','2012-03-09 19:25:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" title=\"berensteinjunkfoodpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-158\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','599-revision-v1','','','2012-03-09 19:25:28','2012-03-09 19:25:28','',599,'http://www.learningconnectionsweb.com/?p=656',0,'revision','',0),(657,1,'2012-03-09 19:26:24','2012-03-09 19:26:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" title=\"berensteintvpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-211\" /></a></div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','603-revision-v1','','','2012-03-09 19:26:24','2012-03-09 19:26:24','',603,'http://www.learningconnectionsweb.com/?p=657',0,'revision','',0),(658,1,'2012-03-09 19:24:35','2012-03-09 19:24:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" title=\"healthysnackspp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-562\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2012-03-09 19:24:35','2012-03-09 19:24:35','',595,'http://www.learningconnectionsweb.com/?p=658',0,'revision','',0),(659,2,'2012-10-16 00:50:26','2012-10-16 00:50:26','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-10-16 00:50:26','2012-10-16 00:50:26','',596,'http://www.learningconnectionsweb.com/?p=659',0,'revision','',0),(661,1,'2012-03-06 14:30:04','2012-03-06 14:30:04','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" title=\"vegetablegrouppp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-242\" /></a></div>The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2012-03-06 14:30:04','2012-03-06 14:30:04','',538,'http://www.learningconnectionsweb.com/?p=661',0,'revision','',0),(662,1,'2012-03-06 14:29:35','2012-03-06 14:29:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" title=\"wigglepp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-246\" /></a></div>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.\r\n','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2012-03-06 14:29:35','2012-03-06 14:29:35','',536,'http://www.learningconnectionsweb.com/?p=662',0,'revision','',0),(663,1,'2012-03-08 22:14:35','2012-03-08 22:14:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2-224x300.jpg\" alt=\"\" title=\"alexanderpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-207\" /></a></div>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\n\r\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','inherit','closed','open','','465-revision-v1','','','2012-03-08 22:14:35','2012-03-08 22:14:35','',465,'http://www.learningconnectionsweb.com/?p=663',0,'revision','',0),(664,1,'2012-03-08 22:15:32','2012-03-08 22:15:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" title=\"beingactivepp2-2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-209\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2012-03-08 22:15:32','2012-03-08 22:15:32','',467,'http://www.learningconnectionsweb.com/?p=664',0,'revision','',0),(665,1,'2012-03-06 13:18:38','2012-03-06 13:18:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" title=\"berensteinjunkfoodpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-158\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','461-revision-v1','','','2012-03-06 13:18:38','2012-03-06 13:18:38','',461,'http://www.learningconnectionsweb.com/?p=665',0,'revision','',0),(666,1,'2012-03-09 19:25:47','2012-03-09 19:25:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" title=\"berensteintvpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-211\" /></a></div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','469-revision-v1','','','2012-03-09 19:25:47','2012-03-09 19:25:47','',469,'http://www.learningconnectionsweb.com/?p=666',0,'revision','',0),(667,2,'2014-09-02 02:07:32','2014-09-02 02:07:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" width=\"300\" height=\"225\" /></a></div>\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\nActivity: Game in which bullying situations are discussed.','Bully Blockers Club Parent Pack','','inherit','closed','open','','471-autosave-v1','','','2014-09-02 02:07:32','2014-09-02 02:07:32','',471,'http://www.learningconnectionsweb.com/?p=667',0,'revision','',0),(668,1,'2012-08-07 20:14:54','2012-08-07 20:14:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a></div>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2012-08-07 20:14:54','2012-08-07 20:14:54','',471,'http://www.learningconnectionsweb.com/?p=668',0,'revision','',0),(671,1,'2012-05-29 21:14:03','2012-05-29 21:14:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" title=\"charlotteswebpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-219\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\n\r\nActivity— Adjective card game.\r\n','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-05-29 21:14:03','2012-05-29 21:14:03','',478,'http://www.learningconnectionsweb.com/?p=671',0,'revision','',0),(672,1,'2012-03-08 22:18:00','2012-03-08 22:18:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" title=\"chrysanthemumpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-221\" /></a></div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\r\n','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-03-08 22:18:00','2012-03-08 22:18:00','',480,'http://www.learningconnectionsweb.com/?p=672',0,'revision','',0),(673,1,'2012-05-29 21:16:42','2012-05-29 21:16:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" title=\"clickclackmoopp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-223\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2012-05-29 21:16:42','2012-05-29 21:16:42','',483,'http://www.learningconnectionsweb.com/?p=673',0,'revision','',0),(674,1,'2012-05-29 21:17:13','2012-05-29 21:17:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" title=\"corduroypp_sm\" width=\"262\" height=\"300\" class=\"alignnone size-medium wp-image-225\" /></a></div>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2012-05-29 21:17:13','2012-05-29 21:17:13','',485,'http://www.learningconnectionsweb.com/?p=674',0,'revision','',0),(675,1,'2012-03-08 22:21:13','2012-03-08 22:21:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" title=\"greeneggspp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-227\" /></a></div>Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2012-03-08 22:21:13','2012-03-08 22:21:13','',487,'http://www.learningconnectionsweb.com/?p=675',0,'revision','',0),(676,1,'2012-03-09 19:23:02','2012-03-09 19:23:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" title=\"healthysnackspp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-562\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks Parent Pack','','inherit','closed','open','','463-revision-v1','','','2012-03-09 19:23:02','2012-03-09 19:23:02','',463,'http://www.learningconnectionsweb.com/?p=676',0,'revision','',0),(677,1,'2012-03-08 22:23:13','2012-03-08 22:23:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" title=\"swimmypp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-233\" /></a></div>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.\r\n','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2012-03-08 22:23:13','2012-03-08 22:23:13','',493,'http://www.learningconnectionsweb.com/?p=677',0,'revision','',0),(678,1,'2012-05-29 21:17:36','2012-05-29 21:17:36','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" title=\"tackypp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-236\" /></a></div>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\r\n','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-05-29 21:17:36','2012-05-29 21:17:36','',495,'http://www.learningconnectionsweb.com/?p=678',0,'revision','',0),(680,1,'2012-03-08 22:24:14','2012-03-08 22:24:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" title=\"catinyhehatdictionarypp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-217\" /></a></div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.\r\n','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2012-03-08 22:24:14','2012-03-08 22:24:14','',476,'http://www.learningconnectionsweb.com/?p=680',0,'revision','',0),(681,2,'2016-08-28 23:28:41','2016-08-28 23:28:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1471\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1-300x225.jpg\" alt=\"CatInTheHatEnglish small\" width=\"300\" height=\"225\" /></a></div>\nPoor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\n\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-autosave-v1','','','2016-08-28 23:28:41','2016-08-28 23:28:41','',473,'http://www.learningconnectionsweb.com/?p=681',0,'revision','',0),(682,1,'2012-03-08 22:25:08','2012-03-08 22:25:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm-224x300.jpg\" alt=\"\" title=\"catinthehatpp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-215\" /></a></div>Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.\r\n','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-revision-v1','','','2012-03-08 22:25:08','2012-03-08 22:25:08','',473,'http://www.learningconnectionsweb.com/?p=682',0,'revision','',0),(683,1,'2012-03-08 22:25:44','2012-03-08 22:25:44','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" title=\"hatpp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-229\" /></a></div>Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2012-03-08 22:25:44','2012-03-08 22:25:44','',489,'http://www.learningconnectionsweb.com/?p=683',0,'revision','',0),(684,1,'2012-03-08 22:26:07','2012-03-08 22:26:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" alt=\"\" title=\"keepingquiltpp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-231\" /></a></div>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\n\r\nActivity—A memory game using beautiful designs.\r\n','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2012-03-08 22:26:07','2012-03-08 22:26:07','',491,'http://www.learningconnectionsweb.com/?p=684',0,'revision','',0),(685,1,'2012-03-08 22:26:38','2012-03-08 22:26:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" title=\"vegetablegrouppp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-242\" /></a></div>The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2012-03-08 22:26:38','2012-03-08 22:26:38','',499,'http://www.learningconnectionsweb.com/?p=685',0,'revision','',0),(686,1,'2012-03-08 22:26:54','2012-03-08 22:26:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" alt=\"\" title=\"updownpp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-240\" /></a></div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2012-03-08 22:26:54','2012-03-08 22:26:54','',497,'http://www.learningconnectionsweb.com/?p=686',0,'revision','',0),(687,1,'2012-03-08 22:27:30','2012-03-08 22:27:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" alt=\"\" title=\"wherewildthingsarepp_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-244\" /></a></div>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2012-03-08 22:27:30','2012-03-08 22:27:30','',501,'http://www.learningconnectionsweb.com/?p=687',0,'revision','',0),(688,1,'2012-03-08 22:27:57','2012-03-08 22:27:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" title=\"wigglepp2_sm\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-246\" /></a></div>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.\r\n','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2012-03-08 22:27:57','2012-03-08 22:27:57','',503,'http://www.learningconnectionsweb.com/?p=688',0,'revision','',0),(689,1,'2012-03-08 22:28:27','2012-03-08 22:28:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" title=\"wilfridpp2\" width=\"224\" height=\"300\" class=\"alignnone size-medium wp-image-311\" /></a></div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\n\r\nActivity— A memory game.\r\n','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2012-03-08 22:28:27','2012-03-08 22:28:27','',505,'http://www.learningconnectionsweb.com/?p=689',0,'revision','',0),(690,1,'2012-03-09 19:15:08','2012-03-09 19:15:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" title=\"BeingActive\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-567\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-03-09 19:15:08','2012-03-09 19:15:08','',523,'http://www.learningconnectionsweb.com/?p=690',0,'revision','',0),(691,2,'2012-10-16 00:53:23','2012-10-16 00:53:23','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-10-16 00:53:23','2012-10-16 00:53:23','',596,'http://www.learningconnectionsweb.com/?p=691',0,'revision','',0),(692,1,'2012-03-06 14:24:10','2012-03-06 14:24:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" title=\"BerensteinTooMuchJunkFood\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-156\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','520-revision-v1','','','2012-03-06 14:24:10','2012-03-06 14:24:10','',520,'http://www.learningconnectionsweb.com/?p=692',0,'revision','',0),(693,2,'2012-10-16 01:14:25','2012-10-16 01:14:25','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-10-16 01:14:25','2012-10-16 01:14:25','',596,'http://www.learningconnectionsweb.com/?p=693',0,'revision','',0),(694,2,'2012-10-16 00:50:57','2012-10-16 00:50:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','599-revision-v1','','','2012-10-16 00:50:57','2012-10-16 00:50:57','',599,'http://www.learningconnectionsweb.com/?p=694',0,'revision','',0),(696,2,'2012-10-16 00:51:40','2012-10-16 00:51:40','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','603-revision-v1','','','2012-10-16 00:51:40','2012-10-16 00:51:40','',603,'http://www.learningconnectionsweb.com/?p=696',0,'revision','',0),(697,2,'2012-10-16 01:19:57','2012-10-16 01:19:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-163\" title=\"HealthySnacks_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-autosave-v1','','','2012-10-16 01:19:57','2012-10-16 01:19:57','',527,'http://www.learningconnectionsweb.com/?p=697',0,'revision','',0),(698,1,'2012-03-09 19:20:16','2012-03-09 19:20:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2012-03-09 19:20:16','2012-03-09 19:20:16','',527,'http://www.learningconnectionsweb.com/?p=698',0,'revision','',0),(699,2,'2012-10-16 00:52:41','2012-10-16 00:52:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2012-10-16 00:52:41','2012-10-16 00:52:41','',595,'http://www.learningconnectionsweb.com/?p=699',0,'revision','',0),(702,1,'2012-03-09 19:20:52','2012-03-09 19:20:52','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" title=\"VegetableGroup_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-199\" /></a></div>The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2012-03-09 19:20:52','2012-03-09 19:20:52','',531,'http://www.learningconnectionsweb.com/?p=702',0,'revision','',0),(703,2,'2012-10-16 00:55:49','2012-10-16 00:55:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2012-10-16 00:55:49','2012-10-16 00:55:49','',538,'http://www.learningconnectionsweb.com/?p=703',0,'revision','',0),(704,2,'2012-10-16 01:22:39','2012-10-16 01:22:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2012-10-16 01:22:39','2012-10-16 01:22:39','',538,'http://www.learningconnectionsweb.com/?p=704',0,'revision','',0),(705,2,'2012-10-16 00:56:46','2012-10-16 00:56:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2012-10-16 00:56:46','2012-10-16 00:56:46','',536,'http://www.learningconnectionsweb.com/?p=705',0,'revision','',0),(706,2,'2012-10-16 01:23:27','2012-10-16 01:23:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2012-10-16 01:23:27','2012-10-16 01:23:27','',536,'http://www.learningconnectionsweb.com/?p=706',0,'revision','',0),(707,1,'2012-03-09 19:27:00','2012-03-09 19:27:00','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2-300x225.jpg\" alt=\"\" title=\"AlexanderHor_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-165\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n','Alexander and the Terrible, Horrible, No Good, Very Bad Day Literacy Kit','','inherit','closed','open','','375-revision-v1','','','2012-03-09 19:27:00','2012-03-09 19:27:00','',375,'http://www.learningconnectionsweb.com/?p=707',0,'revision','',0),(708,2,'2012-10-16 01:25:19','2012-10-16 01:25:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\n\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','578-autosave-v1','','','2012-10-16 01:25:19','2012-10-16 01:25:19','',578,'http://www.learningconnectionsweb.com/?p=708',0,'revision','',0),(709,1,'2012-03-09 19:17:36','2012-03-09 19:17:36','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" title=\"BeingActive\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-567\" /></a></div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','578-revision-v1','','','2012-03-09 19:17:36','2012-03-09 19:17:36','',578,'http://www.learningconnectionsweb.com/?p=709',0,'revision','',0),(710,1,'2012-03-06 04:34:59','2012-03-06 04:34:59','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" title=\"BerensteinTooMuchJunkFood\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-156\" /></a></div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','370-revision-v1','','','2012-03-06 04:34:59','2012-03-06 04:34:59','',370,'http://www.learningconnectionsweb.com/?p=710',0,'revision','',0),(711,2,'2012-10-16 01:35:55','2012-10-16 01:35:55','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img class=\"alignnone size-medium wp-image-156\" title=\"BerensteinTooMuchJunkFood\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','370-revision-v1','','','2012-10-16 01:35:55','2012-10-16 01:35:55','',370,'http://www.learningconnectionsweb.com/?p=711',0,'revision','',0),(712,2,'2012-10-16 01:35:56','2012-10-16 01:35:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img class=\"alignnone size-medium wp-image-156\" title=\"BerensteinTooMuchJunkFood\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','370-revision-v1','','','2012-10-16 01:35:56','2012-10-16 01:35:56','',370,'http://www.learningconnectionsweb.com/?p=712',0,'revision','',0),(713,1,'2012-03-09 19:25:56','2012-03-09 19:25:56','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm-241x300.jpg\" alt=\"\" title=\"BerensteinTooMuchTV_sm\" width=\"241\" height=\"300\" class=\"alignnone size-medium wp-image-167\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2012-03-09 19:25:56','2012-03-09 19:25:56','',406,'http://www.learningconnectionsweb.com/?p=713',0,'revision','',0),(714,1,'2012-03-09 19:27:10','2012-03-09 19:27:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm-300x225.jpg\" alt=\"\" title=\"CharlottesWeb_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-175\" /></a></div>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.\r\n','Charlotte\'s Web Literacy Kit','','inherit','closed','open','','418-revision-v1','','','2012-03-09 19:27:10','2012-03-09 19:27:10','',418,'http://www.learningconnectionsweb.com/?p=714',0,'revision','',0),(715,1,'2012-03-09 19:27:19','2012-03-09 19:27:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm-300x225.jpg\" alt=\"\" title=\"Chrysanthemum_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-177\" /></a></div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.\r\n','Chrysanthemum Literacy Kit','','inherit','closed','open','','423-revision-v1','','','2012-03-09 19:27:19','2012-03-09 19:27:19','',423,'http://www.learningconnectionsweb.com/?p=715',0,'revision','',0),(716,1,'2012-03-09 19:27:30','2012-03-09 19:27:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm-237x300.jpg\" alt=\"\" title=\"ClickClackMoo_sm\" width=\"237\" height=\"300\" class=\"alignnone size-medium wp-image-179\" /></a></div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type Literacy Kit','','inherit','closed','open','','425-revision-v1','','','2012-03-09 19:27:30','2012-03-09 19:27:30','',425,'http://www.learningconnectionsweb.com/?p=716',0,'revision','',0),(717,2,'2012-10-16 01:37:25','2012-10-16 01:37:25','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg\"><img class=\"alignnone size-medium wp-image-179\" title=\"ClickClackMoo_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm-237x300.jpg\" alt=\"\" width=\"237\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type Literacy Kit','','inherit','closed','open','','425-revision-v1','','','2012-10-16 01:37:25','2012-10-16 01:37:25','',425,'http://www.learningconnectionsweb.com/?p=717',0,'revision','',0),(718,1,'2012-03-09 19:27:35','2012-03-09 19:27:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm-271x300.jpg\" alt=\"\" title=\"Corduroy_sm\" width=\"271\" height=\"300\" class=\"alignnone size-medium wp-image-181\" /></a></div>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n','Corduroy Literacy Kit','','inherit','closed','open','','427-revision-v1','','','2012-03-09 19:27:35','2012-03-09 19:27:35','',427,'http://www.learningconnectionsweb.com/?p=718',0,'revision','',0),(719,1,'2012-03-09 19:27:45','2012-03-09 19:27:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm-225x300.jpg\" alt=\"\" title=\"GreenEggsAndHam_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-183\" /></a></div>Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n','Green Eggs and Ham Literacy Kit','','inherit','closed','open','','429-revision-v1','','','2012-03-09 19:27:45','2012-03-09 19:27:45','',429,'http://www.learningconnectionsweb.com/?p=719',0,'revision','',0),(720,1,'2012-03-09 19:27:51','2012-03-09 19:27:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" title=\"HealthySnacks_sm-2\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-163\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2012-03-09 19:27:51','2012-03-09 19:27:51','',433,'http://www.learningconnectionsweb.com/?p=720',0,'revision','',0),(721,1,'2012-03-09 19:28:03','2012-03-09 19:28:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm-300x225.jpg\" alt=\"\" title=\"SwimmyHor_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-191\" /></a></div>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\r\n','Swimmy Literacy Kit','','inherit','closed','open','','438-revision-v1','','','2012-03-09 19:28:03','2012-03-09 19:28:03','',438,'http://www.learningconnectionsweb.com/?p=721',0,'revision','',0),(722,1,'2012-03-10 03:34:18','2012-03-10 03:34:18','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm.jpg\"><img class=\"alignnone size-medium wp-image-193\" title=\"Tacky_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm-300x285.jpg\" alt=\"\" width=\"300\" height=\"285\" /></a></div>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>','Tacky the Penguin Literacy Kit','','inherit','closed','open','','630-revision-v1','','','2012-03-10 03:34:18','2012-03-10 03:34:18','',630,'http://www.learningconnectionsweb.com/?p=722',0,'revision','',0),(723,2,'2012-10-16 01:35:38','2012-10-16 01:35:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','578-revision-v1','','','2012-10-16 01:35:38','2012-10-16 01:35:38','',578,'http://www.learningconnectionsweb.com/?p=723',0,'revision','',0),(725,2,'2012-10-16 01:45:34','2012-10-16 01:45:34','http://www.learningconnectionsweb.com/wp-admin/media-upload.php?post_id=378&type=image&TB_iframe=1&width=640&height=826On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','378-autosave-v1','','','2012-10-16 01:45:34','2012-10-16 01:45:34','',378,'http://www.learningconnectionsweb.com/?p=725',0,'revision','',0),(726,1,'2012-03-09 19:28:22','2012-03-09 19:28:22','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" title=\"Bully Blocker PP with Guide\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-332\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.\r\n','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','378-revision-v1','','','2012-03-09 19:28:22','2012-03-09 19:28:22','',378,'http://www.learningconnectionsweb.com/?p=726',0,'revision','',0),(727,2,'2012-10-16 01:43:56','2012-10-16 01:43:56','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','378-revision-v1','','','2012-10-16 01:43:56','2012-10-16 01:43:56','',378,'http://www.learningconnectionsweb.com/?p=727',0,'revision','',0),(728,1,'2012-03-09 19:28:26','2012-03-09 19:28:26','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" title=\"catinhatdictionarybig\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-173\" /></a></div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\r\n','The Cat in the Hat Dictionary Literacy Kit','','inherit','closed','open','','416-revision-v1','','','2012-03-09 19:28:26','2012-03-09 19:28:26','',416,'http://www.learningconnectionsweb.com/?p=728',0,'revision','',0),(729,1,'2012-03-10 03:33:43','2012-03-10 03:33:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" title=\"catinhatbig\" width=\"217\" height=\"300\" class=\"alignnone size-medium wp-image-171\" /></a></div>Poor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-03-10 03:33:43','2012-03-10 03:33:43','',632,'http://www.learningconnectionsweb.com/?p=729',0,'revision','',0),(730,1,'2012-03-09 19:28:30','2012-03-09 19:28:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm-242x300.jpg\" alt=\"\" title=\"hat_sm\" width=\"242\" height=\"300\" class=\"alignnone size-medium wp-image-185\" /></a></div>Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Literacy Kit','','inherit','closed','open','','431-revision-v1','','','2012-03-09 19:28:30','2012-03-09 19:28:30','',431,'http://www.learningconnectionsweb.com/?p=730',0,'revision','',0),(731,1,'2012-03-09 19:28:34','2012-03-09 19:28:34','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm-239x300.jpg\" alt=\"\" title=\"keepingquilt_sm\" width=\"239\" height=\"300\" class=\"alignnone size-medium wp-image-189\" /></a></div>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.\r\n','The Keeping Quilt Literacy Kit','','inherit','closed','open','','436-revision-v1','','','2012-03-09 19:28:34','2012-03-09 19:28:34','',436,'http://www.learningconnectionsweb.com/?p=731',0,'revision','',0),(732,1,'2012-03-09 19:28:41','2012-03-09 19:28:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" title=\"VegetableGroup_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-199\" /></a></div>The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','446-revision-v1','','','2012-03-09 19:28:41','2012-03-09 19:28:41','',446,'http://www.learningconnectionsweb.com/?p=732',0,'revision','',0),(733,1,'2012-03-09 19:28:46','2012-03-09 19:28:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown.JPG\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown-300x224.jpg\" alt=\"\" title=\"UpDown\" width=\"300\" height=\"224\" class=\"alignnone size-medium wp-image-197\" /></a></div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n','Up, Down and Around Literacy Kit','','inherit','closed','open','','444-revision-v1','','','2012-03-09 19:28:46','2012-03-09 19:28:46','',444,'http://www.learningconnectionsweb.com/?p=733',0,'revision','',0),(734,1,'2012-03-09 19:28:51','2012-03-09 19:28:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm-225x300.jpg\" alt=\"\" title=\"wherewildthings_sm\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-201\" /></a></div>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n','Where the Wild Things Are Literacy Kit','','inherit','closed','open','','448-revision-v1','','','2012-03-09 19:28:51','2012-03-09 19:28:51','',448,'http://www.learningconnectionsweb.com/?p=734',0,'revision','',0),(735,2,'2012-10-16 01:48:45','2012-10-16 01:48:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm.jpg\"><img class=\"alignnone size-medium wp-image-201\" title=\"wherewildthings_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\nActivity—A memory matching game with number recognition as an additional teaching tool.','Where the Wild Things Are Literacy Kit','','inherit','closed','open','','448-revision-v1','','','2012-10-16 01:48:45','2012-10-16 01:48:45','',448,'http://www.learningconnectionsweb.com/?p=735',0,'revision','',0),(736,1,'2012-03-09 19:28:57','2012-03-09 19:28:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle Literacy Kit','','inherit','closed','open','','450-revision-v1','','','2012-03-09 19:28:57','2012-03-09 19:28:57','',450,'http://www.learningconnectionsweb.com/?p=736',0,'revision','',0),(737,1,'2012-03-09 19:29:02','2012-03-09 19:29:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred-237x300.jpg\" alt=\"\" title=\"Wilfred\" width=\"237\" height=\"300\" class=\"alignnone size-medium wp-image-584\" /></a></div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge Literacy Kit','','inherit','closed','open','','453-revision-v1','','','2012-03-09 19:29:02','2012-03-09 19:29:02','',453,'http://www.learningconnectionsweb.com/?p=737',0,'revision','',0),(738,2,'2012-10-16 01:14:03','2012-10-16 01:14:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-10-16 01:14:03','2012-10-16 01:14:03','',523,'http://www.learningconnectionsweb.com/?p=738',0,'revision','',0),(739,2,'2018-06-26 00:27:01','2018-06-26 00:27:01','<div style=\"float: left; margin-right: 15px; text-align: left;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active.jpg\"><img class=\"alignnone size-medium wp-image-1590\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active-300x225.jpg\" alt=\"Being Active\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','523-autosave-v1','','','2018-06-26 00:27:01','2018-06-26 00:27:01','',523,'http://www.learningconnectionsweb.com/?p=739',0,'revision','',0),(740,2,'2012-10-16 01:17:32','2012-10-16 01:17:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-10-16 01:17:32','2012-10-16 01:17:32','',596,'http://www.learningconnectionsweb.com/?p=740',0,'revision','',0),(741,2,'2012-10-16 01:20:16','2012-10-16 01:20:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-163\" title=\"HealthySnacks_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2012-10-16 01:20:16','2012-10-16 01:20:16','',527,'http://www.learningconnectionsweb.com/?p=741',0,'revision','',0),(742,2,'2012-10-16 01:20:51','2012-10-16 01:20:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2012-10-16 01:20:51','2012-10-16 01:20:51','',595,'http://www.learningconnectionsweb.com/?p=742',0,'revision','',0),(744,2,'2012-10-16 01:22:16','2012-10-16 01:22:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2012-10-16 01:22:16','2012-10-16 01:22:16','',531,'http://www.learningconnectionsweb.com/?p=744',0,'revision','',0),(745,2,'2012-10-16 01:22:47','2012-10-16 01:22:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2012-10-16 01:22:47','2012-10-16 01:22:47','',538,'http://www.learningconnectionsweb.com/?p=745',0,'revision','',0),(746,1,'2012-03-09 19:21:08','2012-03-09 19:21:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" title=\"Wiggle_sm\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-203\" /></a></div>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n','Wiggle Literacy Kit','','inherit','closed','open','','533-revision-v1','','','2012-03-09 19:21:08','2012-03-09 19:21:08','',533,'http://www.learningconnectionsweb.com/?p=746',0,'revision','',0),(747,2,'2012-10-16 01:24:06','2012-10-16 01:24:06','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-165\" title=\"AlexanderHor_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Literacy Kit','','inherit','closed','open','','375-revision-v1','','','2012-10-16 01:24:06','2012-10-16 01:24:06','',375,'http://www.learningconnectionsweb.com/?p=747',0,'revision','',0),(748,2,'2012-10-16 01:36:54','2012-10-16 01:36:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg\"><img class=\"alignnone size-medium wp-image-175\" title=\"CharlottesWeb_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.','Charlotte\'s Web Literacy Kit','','inherit','closed','open','','418-revision-v1','','','2012-10-16 01:36:54','2012-10-16 01:36:54','',418,'http://www.learningconnectionsweb.com/?p=748',0,'revision','',0),(749,2,'2012-10-16 01:37:11','2012-10-16 01:37:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm.jpg\"><img class=\"alignnone size-medium wp-image-177\" title=\"Chrysanthemum_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.','Chrysanthemum Literacy Kit','','inherit','closed','open','','423-revision-v1','','','2012-10-16 01:37:11','2012-10-16 01:37:11','',423,'http://www.learningconnectionsweb.com/?p=749',0,'revision','',0),(750,2,'2012-10-16 01:37:31','2012-10-16 01:37:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg\"><img class=\"alignnone size-medium wp-image-179\" title=\"ClickClackMoo_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm-237x300.jpg\" alt=\"\" width=\"237\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type Literacy Kit','','inherit','closed','open','','425-revision-v1','','','2012-10-16 01:37:31','2012-10-16 01:37:31','',425,'http://www.learningconnectionsweb.com/?p=750',0,'revision','',0),(751,2,'2012-10-16 01:37:56','2012-10-16 01:37:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm.jpg\"><img class=\"alignnone size-medium wp-image-181\" title=\"Corduroy_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.','Corduroy Literacy Kit','','inherit','closed','open','','427-revision-v1','','','2012-10-16 01:37:56','2012-10-16 01:37:56','',427,'http://www.learningconnectionsweb.com/?p=751',0,'revision','',0),(752,2,'2012-10-16 01:38:11','2012-10-16 01:38:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm.jpg\"><img class=\"alignnone size-medium wp-image-183\" title=\"GreenEggsAndHam_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.','Green Eggs and Ham Literacy Kit','','inherit','closed','open','','429-revision-v1','','','2012-10-16 01:38:11','2012-10-16 01:38:11','',429,'http://www.learningconnectionsweb.com/?p=752',0,'revision','',0),(753,2,'2012-10-16 01:38:37','2012-10-16 01:38:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-163\" title=\"HealthySnacks_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2012-10-16 01:38:37','2012-10-16 01:38:37','',433,'http://www.learningconnectionsweb.com/?p=753',0,'revision','',0),(754,2,'2012-10-16 01:39:02','2012-10-16 01:39:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm.jpg\"><img class=\"alignnone size-medium wp-image-191\" title=\"SwimmyHor_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.','Swimmy Literacy Kit','','inherit','closed','open','','438-revision-v1','','','2012-10-16 01:39:02','2012-10-16 01:39:02','',438,'http://www.learningconnectionsweb.com/?p=754',0,'revision','',0),(755,2,'2012-10-16 01:39:16','2012-10-16 01:39:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm.jpg\"><img class=\"alignnone size-medium wp-image-193\" title=\"Tacky_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm-300x285.jpg\" alt=\"\" width=\"300\" height=\"285\" /></a></div>\r\nTracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>','Tacky the Penguin Literacy Kit','','inherit','closed','open','','630-revision-v1','','','2012-10-16 01:39:16','2012-10-16 01:39:16','',630,'http://www.learningconnectionsweb.com/?p=755',0,'revision','',0),(756,2,'2012-10-16 01:46:56','2012-10-16 01:46:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img class=\"alignnone size-medium wp-image-173\" title=\"catinhatdictionarybig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.','The Cat in the Hat Dictionary Literacy Kit','','inherit','closed','open','','416-revision-v1','','','2012-10-16 01:46:56','2012-10-16 01:46:56','',416,'http://www.learningconnectionsweb.com/?p=756',0,'revision','',0),(757,2,'2012-10-16 01:47:20','2012-10-16 01:47:20','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img class=\"alignnone size-medium wp-image-171\" title=\"catinhatbig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" width=\"217\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-10-16 01:47:20','2012-10-16 01:47:20','',632,'http://www.learningconnectionsweb.com/?p=757',0,'revision','',0),(758,2,'2018-06-26 01:05:03','2018-06-26 01:05:03','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat.jpg\"><img class=\"size-medium wp-image-1593 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat-300x225.jpg\" alt=\"Cat in the Hat\" width=\"300\" height=\"225\" /></a>\n\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\n\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-autosave-v1','','','2018-06-26 01:05:03','2018-06-26 01:05:03','',632,'http://www.learningconnectionsweb.com/?p=758',0,'revision','',0),(759,2,'2012-10-16 02:07:48','2012-10-16 02:07:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img class=\"alignnone size-medium wp-image-171\" title=\"catinhatbig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" width=\"217\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-10-16 02:07:48','2012-10-16 02:07:48','',632,'http://www.learningconnectionsweb.com/?p=759',0,'revision','',0),(760,2,'2012-10-16 02:09:02','2012-10-16 02:09:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img class=\"alignnone size-medium wp-image-171\" title=\"catinhatbig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" width=\"217\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-10-16 02:09:02','2012-10-16 02:09:02','',632,'http://www.learningconnectionsweb.com/?p=760',0,'revision','',0),(761,2,'2012-10-16 01:47:35','2012-10-16 01:47:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm.jpg\"><img class=\"alignnone size-medium wp-image-185\" title=\"hat_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm-242x300.jpg\" alt=\"\" width=\"242\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Literacy Kit','','inherit','closed','open','','431-revision-v1','','','2012-10-16 01:47:35','2012-10-16 01:47:35','',431,'http://www.learningconnectionsweb.com/?p=761',0,'revision','',0),(762,2,'2012-10-16 01:47:50','2012-10-16 01:47:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm.jpg\"><img class=\"alignnone size-medium wp-image-189\" title=\"keepingquilt_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm-239x300.jpg\" alt=\"\" width=\"239\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.','The Keeping Quilt Literacy Kit','','inherit','closed','open','','436-revision-v1','','','2012-10-16 01:47:50','2012-10-16 01:47:50','',436,'http://www.learningconnectionsweb.com/?p=762',0,'revision','',0),(763,2,'2012-10-16 01:00:00','2012-10-16 01:00:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','461-revision-v1','','','2012-10-16 01:00:00','2012-10-16 01:00:00','',461,'http://www.learningconnectionsweb.com/?p=763',0,'revision','',0),(764,2,'2012-10-16 00:59:37','2012-10-16 00:59:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2012-10-16 00:59:37','2012-10-16 00:59:37','',467,'http://www.learningconnectionsweb.com/?p=764',0,'revision','',0),(765,2,'2012-10-16 01:00:23','2012-10-16 01:00:23','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','469-revision-v1','','','2012-10-16 01:00:23','2012-10-16 01:00:23','',469,'http://www.learningconnectionsweb.com/?p=765',0,'revision','',0),(766,2,'2012-10-16 01:02:31','2012-10-16 01:02:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2012-10-16 01:02:31','2012-10-16 01:02:31','',471,'http://www.learningconnectionsweb.com/?p=766',0,'revision','',0),(769,2,'2012-10-16 01:04:04','2012-10-16 01:04:04','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-219\" title=\"charlotteswebpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity— Adjective card game.','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-10-16 01:04:04','2012-10-16 01:04:04','',478,'http://www.learningconnectionsweb.com/?p=769',0,'revision','',0),(770,2,'2012-10-16 01:04:35','2012-10-16 01:04:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-221\" title=\"chrysanthemumpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-10-16 01:04:35','2012-10-16 01:04:35','',480,'http://www.learningconnectionsweb.com/?p=770',0,'revision','',0),(771,2,'2012-10-16 01:05:07','2012-10-16 01:05:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img class=\"alignnone size-medium wp-image-223\" title=\"clickclackmoopp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2012-10-16 01:05:07','2012-10-16 01:05:07','',483,'http://www.learningconnectionsweb.com/?p=771',0,'revision','',0),(772,2,'2012-10-16 01:05:36','2012-10-16 01:05:36','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-225\" title=\"corduroypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" width=\"262\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2012-10-16 01:05:36','2012-10-16 01:05:36','',485,'http://www.learningconnectionsweb.com/?p=772',0,'revision','',0),(774,2,'2012-10-16 01:06:01','2012-10-16 01:06:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img class=\"alignnone size-medium wp-image-227\" title=\"greeneggspp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2012-10-16 01:06:01','2012-10-16 01:06:01','',487,'http://www.learningconnectionsweb.com/?p=774',0,'revision','',0),(775,2,'2012-10-16 01:06:38','2012-10-16 01:06:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','463-revision-v1','','','2012-10-16 01:06:38','2012-10-16 01:06:38','',463,'http://www.learningconnectionsweb.com/?p=775',0,'revision','',0),(776,2,'2012-10-16 01:07:12','2012-10-16 01:07:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-233\" title=\"swimmypp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2012-10-16 01:07:12','2012-10-16 01:07:12','',493,'http://www.learningconnectionsweb.com/?p=776',0,'revision','',0),(777,2,'2012-10-16 01:07:37','2012-10-16 01:07:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img class=\"alignnone size-medium wp-image-236\" title=\"tackypp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nTacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-10-16 01:07:37','2012-10-16 01:07:37','',495,'http://www.learningconnectionsweb.com/?p=777',0,'revision','',0),(779,2,'2012-10-16 01:08:20','2012-10-16 01:08:20','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-217\" title=\"catinyhehatdictionarypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2012-10-16 01:08:20','2012-10-16 01:08:20','',476,'http://www.learningconnectionsweb.com/?p=779',0,'revision','',0),(780,2,'2012-10-16 02:21:05','2012-10-16 02:21:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-217\" title=\"catinyhehatdictionarypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2012-10-16 02:21:05','2012-10-16 02:21:05','',476,'http://www.learningconnectionsweb.com/?p=780',0,'revision','',0),(781,2,'2012-10-16 01:10:05','2012-10-16 01:10:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-215\" title=\"catinthehatpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nPoor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-revision-v1','','','2012-10-16 01:10:05','2012-10-16 01:10:05','',473,'http://www.learningconnectionsweb.com/?p=781',0,'revision','',0),(782,2,'2012-10-16 01:10:32','2012-10-16 01:10:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-229\" title=\"hatpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2012-10-16 01:10:32','2012-10-16 01:10:32','',489,'http://www.learningconnectionsweb.com/?p=782',0,'revision','',0),(783,2,'2012-10-16 01:10:59','2012-10-16 01:10:59','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-231\" title=\"keepingquiltpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful designs.','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2012-10-16 01:10:59','2012-10-16 01:10:59','',491,'http://www.learningconnectionsweb.com/?p=783',0,'revision','',0),(784,2,'2012-10-16 01:11:18','2012-10-16 01:11:18','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2012-10-16 01:11:18','2012-10-16 01:11:18','',499,'http://www.learningconnectionsweb.com/?p=784',0,'revision','',0),(785,2,'2012-10-16 01:11:33','2012-10-16 01:11:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-240\" title=\"updownpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2012-10-16 01:11:33','2012-10-16 01:11:33','',497,'http://www.learningconnectionsweb.com/?p=785',0,'revision','',0),(786,2,'2012-10-16 01:12:04','2012-10-16 01:12:04','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img class=\"alignnone size-medium wp-image-244\" title=\"wherewildthingsarepp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2012-10-16 01:12:04','2012-10-16 01:12:04','',501,'http://www.learningconnectionsweb.com/?p=786',0,'revision','',0),(787,2,'2012-10-16 01:12:27','2012-10-16 01:12:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2012-10-16 01:12:27','2012-10-16 01:12:27','',503,'http://www.learningconnectionsweb.com/?p=787',0,'revision','',0),(788,2,'2012-10-16 01:13:12','2012-10-16 01:13:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img class=\"alignnone size-medium wp-image-311\" title=\"wilfridpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2012-10-16 01:13:12','2012-10-16 01:13:12','',505,'http://www.learningconnectionsweb.com/?p=788',0,'revision','',0),(790,2,'2018-06-26 00:47:25','2018-06-26 00:47:25','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle.jpg\"><img class=\"alignnone size-medium wp-image-1613\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle-300x225.jpg\" alt=\"Wiggle\" width=\"300\" height=\"225\" /></a>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!</div>\nActivity—Ribbon wand.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','inherit','closed','open','','533-autosave-v1','','','2018-06-26 00:47:25','2018-06-26 00:47:25','',533,'http://www.learningconnectionsweb.com/?p=790',0,'revision','',0),(791,2,'2012-10-16 02:02:19','2012-10-16 02:02:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Wiggle Literacy Kit','','inherit','closed','open','','533-revision-v1','','','2012-10-16 02:02:19','2012-10-16 02:02:19','',533,'http://www.learningconnectionsweb.com/?p=791',0,'revision','',0),(792,2,'2012-10-16 01:49:38','2012-10-16 01:49:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Wiggle Literacy Kit','','inherit','closed','open','','450-revision-v1','','','2012-10-16 01:49:38','2012-10-16 01:49:38','',450,'http://www.learningconnectionsweb.com/?p=792',0,'revision','',0),(793,2,'2012-10-16 02:24:55','2012-10-16 02:24:55','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2012-10-16 02:24:55','2012-10-16 02:24:55','',503,'http://www.learningconnectionsweb.com/?p=793',0,'revision','',0),(794,2,'2012-10-17 00:39:12','2012-10-17 00:39:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle Literacy Kit','','inherit','closed','open','','533-revision-v1','','','2012-10-17 00:39:12','2012-10-17 00:39:12','',533,'http://www.learningconnectionsweb.com/?p=794',0,'revision','',0),(795,2,'2012-10-16 01:23:33','2012-10-16 01:23:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2012-10-16 01:23:33','2012-10-16 01:23:33','',536,'http://www.learningconnectionsweb.com/?p=795',0,'revision','',0),(796,2,'2012-10-16 01:50:48','2012-10-16 01:50:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-10-16 01:50:48','2012-10-16 01:50:48','',523,'http://www.learningconnectionsweb.com/?p=796',0,'revision','',0),(797,2,'2012-10-17 00:42:38','2012-10-17 00:42:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','523-revision-v1','','','2012-10-17 00:42:38','2012-10-17 00:42:38','',523,'http://www.learningconnectionsweb.com/?p=797',0,'revision','',0),(798,2,'2012-10-17 00:44:51','2012-10-17 00:44:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','523-revision-v1','','','2012-10-17 00:44:51','2012-10-17 00:44:51','',523,'http://www.learningconnectionsweb.com/?p=798',0,'revision','',0),(799,2,'2012-10-16 01:58:25','2012-10-16 01:58:25','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-10-16 01:58:25','2012-10-16 01:58:25','',596,'http://www.learningconnectionsweb.com/?p=799',0,'revision','',0),(800,2,'2012-10-17 00:46:10','2012-10-17 00:46:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack (Bilingual)','','inherit','closed','open','','596-revision-v1','','','2012-10-17 00:46:10','2012-10-17 00:46:10','',596,'http://www.learningconnectionsweb.com/?p=800',0,'revision','',0),(801,2,'2012-10-16 01:40:14','2012-10-16 01:40:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit','','inherit','closed','open','','578-revision-v1','','','2012-10-16 01:40:14','2012-10-16 01:40:14','',578,'http://www.learningconnectionsweb.com/?p=801',0,'revision','',0),(802,2,'2012-10-16 02:07:19','2012-10-16 02:07:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img class=\"alignnone size-medium wp-image-173\" title=\"catinhatdictionarybig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.','The Cat in the Hat Dictionary Literacy Kit','','inherit','closed','open','','416-revision-v1','','','2012-10-16 02:07:19','2012-10-16 02:07:19','',416,'http://www.learningconnectionsweb.com/?p=802',0,'revision','',0),(803,2,'2012-10-16 02:09:15','2012-10-16 02:09:15','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img class=\"alignnone size-medium wp-image-171\" title=\"catinhatbig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" width=\"217\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit','','inherit','closed','open','','632-revision-v1','','','2012-10-16 02:09:15','2012-10-16 02:09:15','',632,'http://www.learningconnectionsweb.com/?p=803',0,'revision','',0),(806,2,'2013-02-05 00:20:55','2013-02-05 00:20:55','','BerensteinTooMuchTV2','','inherit','closed','open','','berensteintoomuchtv2','','','2013-02-05 00:20:55','2013-02-05 00:20:55','',511,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2.jpg',0,'attachment','image/jpeg',0),(820,2,'2013-02-05 02:25:52','2013-02-05 02:25:52','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Scrambled States of America Parent Pack','','publish','closed','closed','','scrambled-states-of-america-parent-pack','','','2015-02-24 04:01:42','2015-02-24 04:01:42','',511,'http://www.learningconnectionsweb.com/?page_id=820',0,'page','',0),(822,2,'2013-02-05 02:27:50','2013-02-05 02:27:50','','ScrambledPP','','inherit','closed','open','','scrambledpp-2','','','2013-02-05 02:27:50','2013-02-05 02:27:50','',820,'http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg',0,'attachment','image/jpeg',0),(823,2,'2013-02-05 02:34:01','2013-02-05 02:34:01','<div style=\"float: left; margin-right: 15px;\"></div>\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\n\nActivity—Learning sta','Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:34:01','2013-02-05 02:34:01','',820,'http://www.learningconnectionsweb.com/?p=823',0,'revision','',0),(825,2,'2013-02-05 02:40:00','2013-02-05 02:40:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Scrambles-States.jpg\"><img class=\"size-medium wp-image-1602 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Scrambles-States-300x225.jpg\" alt=\"Scrambles States\" width=\"300\" height=\"225\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.</div>\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Scrambled States of America Literacy Kit','','publish','closed','closed','','the-scrambled-states-of-america-literacy-kit','','','2018-06-26 01:08:30','2018-06-26 01:08:30','',381,'http://www.learningconnectionsweb.com/?page_id=825',0,'page','',0),(826,2,'2013-02-05 02:40:00','2013-02-05 02:40:00','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','Scrambled States of America Parent Pack','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:40:00','2013-02-05 02:40:00','',825,'http://www.learningconnectionsweb.com/?p=826',0,'revision','',0),(827,2,'2013-02-05 02:49:57','2013-02-05 02:49:57','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-autosave-v1','','','2013-02-05 02:49:57','2013-02-05 02:49:57','',820,'http://www.learningconnectionsweb.com/?p=827',0,'revision','',0),(828,2,'2013-02-05 02:35:01','2013-02-05 02:35:01','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:35:01','2013-02-05 02:35:01','',820,'http://www.learningconnectionsweb.com/?p=828',0,'revision','',0),(829,2,'2013-02-05 02:40:56','2013-02-05 02:40:56','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:40:56','2013-02-05 02:40:56','',825,'http://www.learningconnectionsweb.com/?p=829',0,'revision','',0),(830,2,'2013-02-05 02:42:56','2013-02-05 02:42:56','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:42:56','2013-02-05 02:42:56','',825,'http://www.learningconnectionsweb.com/?p=830',0,'revision','',0),(831,2,'2013-02-05 02:43:29','2013-02-05 02:43:29','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:43:29','2013-02-05 02:43:29','',825,'http://www.learningconnectionsweb.com/?p=831',0,'revision','',0),(832,2,'2013-02-05 02:42:17','2013-02-05 02:42:17','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:42:17','2013-02-05 02:42:17','',820,'http://www.learningconnectionsweb.com/?p=832',0,'revision','',0),(833,2,'2013-02-05 02:43:34','2013-02-05 02:43:34','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:43:34','2013-02-05 02:43:34','',825,'http://www.learningconnectionsweb.com/?p=833',0,'revision','',0),(834,2,'2013-02-05 02:44:04','2013-02-05 02:44:04','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:44:04','2013-02-05 02:44:04','',820,'http://www.learningconnectionsweb.com/?p=834',0,'revision','',0),(835,2,'2013-02-05 02:47:28','2013-02-05 02:47:28','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:47:28','2013-02-05 02:47:28','',825,'http://www.learningconnectionsweb.com/?p=835',0,'revision','',0),(836,2,'2013-02-05 02:48:20','2013-02-05 02:48:20','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:48:20','2013-02-05 02:48:20','',820,'http://www.learningconnectionsweb.com/?p=836',0,'revision','',0),(837,2,'2013-02-05 02:56:45','2013-02-05 02:56:45','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:56:45','2013-02-05 02:56:45','',820,'http://www.learningconnectionsweb.com/?p=837',0,'revision','',0),(838,2,'2013-02-05 02:56:30','2013-02-05 02:56:30','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2013-02-05 02:56:30','2013-02-05 02:56:30','',825,'http://www.learningconnectionsweb.com/?p=838',0,'revision','',0),(841,2,'2013-02-05 03:08:28','2013-02-05 03:08:28','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV.jpg\"><img class=\"size-medium wp-image-1589 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV-300x225.jpg\" alt=\"BB TV\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Literacy Kit','','publish','closed','open','','berenstain-bears-and-too-much-tv-literacy-kit','','','2018-06-26 00:54:20','2018-06-26 00:54:20','',381,'http://www.learningconnectionsweb.com/?page_id=841',0,'page','',0),(842,2,'2013-02-05 03:08:28','2013-02-05 03:08:28','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\"><img class=\"alignnone size-full wp-image-809\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2013-02-05 03:08:28','2013-02-05 03:08:28','',841,'http://www.learningconnectionsweb.com/?p=842',0,'revision','',0),(844,2,'2013-02-05 03:08:51','2013-02-05 03:08:51','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\"><img class=\"alignnone size-full wp-image-809\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2013-02-05 03:08:51','2013-02-05 03:08:51','',841,'http://www.learningconnectionsweb.com/?p=844',0,'revision','',0),(845,2,'2013-02-05 03:09:25','2013-02-05 03:09:25','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\"><img class=\"alignnone size-full wp-image-809\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2013-02-05 03:09:25','2013-02-05 03:09:25','',841,'http://www.learningconnectionsweb.com/?p=845',0,'revision','',0),(846,2,'2013-02-05 03:11:12','2013-02-05 03:11:12','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\"><img class=\"alignnone size-full wp-image-809\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2013-02-05 03:11:12','2013-02-05 03:11:12','',841,'http://www.learningconnectionsweb.com/?p=846',0,'revision','',0),(847,2,'2012-10-16 01:36:38','2012-10-16 01:36:38','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm.jpg\"><img class=\"alignnone size-medium wp-image-167\" title=\"BerensteinTooMuchTV_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchTV_sm-241x300.jpg\" alt=\"\" width=\"241\" height=\"300\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2012-10-16 01:36:38','2012-10-16 01:36:38','',406,'http://www.learningconnectionsweb.com/?p=847',0,'revision','',0),(848,2,'2013-02-05 03:13:38','2013-02-05 03:13:38','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV3.jpg\"><img class=\"alignnone size-full wp-image-808\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV3.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2013-02-05 03:13:38','2013-02-05 03:13:38','',406,'http://www.learningconnectionsweb.com/?p=848',0,'revision','',0),(853,2,'2013-02-05 03:25:16','2013-02-05 03:25:16','','Bullying2','','inherit','closed','open','','bullying2','','','2013-02-05 03:25:16','2013-02-05 03:25:16','',381,'http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Bullying2.jpg',0,'attachment','image/jpeg',0),(859,1,'2012-08-07 20:09:31','2012-08-07 20:09:31','We are headed to the following conferences over the next few months. We would love for you to visit our booth if you are there.\r\n<ul>\r\n<li>Missouri Early Learning Conference at Tan-Tar-A Resort, MO Nov. 1-2, 2012</li>\r\n<li>Nebraska State Reading Conference Kearney, NE Feb. 21-23, 2013</li>\r\n<li>Illinois State Reading Conference, Springfield, IL March 14-16, 2013</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2012-08-07 20:09:31','2012-08-07 20:09:31','',44,'http://www.learningconnectionsweb.com/?p=859',0,'revision','',0),(862,2,'2013-02-07 01:33:49','2013-02-07 01:33:49','','Hat3','','inherit','closed','open','','hat3','','','2013-02-07 01:33:49','2013-02-07 01:33:49','',431,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Hat3.jpg',0,'attachment','image/jpeg',0),(863,2,'2012-10-16 02:09:41','2012-10-16 02:09:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm.jpg\"><img class=\"alignnone size-medium wp-image-185\" title=\"hat_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hat_sm-242x300.jpg\" alt=\"\" width=\"242\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Literacy Kit','','inherit','closed','open','','431-revision-v1','','','2012-10-16 02:09:41','2012-10-16 02:09:41','',431,'http://www.learningconnectionsweb.com/?p=863',0,'revision','',0),(864,2,'2013-02-07 01:35:19','2013-02-07 01:35:19','','CatInTheHatDicionary2','','inherit','closed','open','','catinthehatdicionary2','','','2013-02-07 01:35:19','2013-02-07 01:35:19','',416,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/CatInTheHatDicionary2.jpg',0,'attachment','image/jpeg',0),(865,2,'2012-10-17 00:48:16','2012-10-17 00:48:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig.gif\"><img class=\"alignnone size-medium wp-image-173\" title=\"catinhatdictionarybig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatdictionarybig-225x300.gif\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.','The Cat in the Hat Dictionary Literacy Kit (Bilingual)','','inherit','closed','open','','416-revision-v1','','','2012-10-17 00:48:16','2012-10-17 00:48:16','',416,'http://www.learningconnectionsweb.com/?p=865',0,'revision','',0),(866,2,'2013-02-07 01:38:39','2013-02-07 01:38:39','','BullyingPP2','','inherit','closed','open','','bullyingpp2','','','2013-02-07 01:38:39','2013-02-07 01:38:39','',457,'http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BullyingPP2.jpg',0,'attachment','image/jpeg',0),(868,1,'2013-02-06 04:35:52','2013-02-06 04:35:52','Here is our upcoming conference calendar. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><strong>March 7-8, 2013</strong></li>\r\n <li>Illinois Kindergarten Conference in Schaumburg, Illinois</li>\r\n <li><strong>March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n <li><strong>April 28-30, 2013</strong>\r\nNational Conference on Family Literacy in Louisville, Kentucky</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-02-06 04:35:52','2013-02-06 04:35:52','',44,'http://www.learningconnectionsweb.com/?p=868',0,'revision','',0),(869,2,'2013-02-25 01:06:41','2013-02-25 01:06:41','<img class=\"alignnone size-medium wp-image-866\" title=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BullyingPP2.jpg\" alt=\"\" width=\"150\" height=\"150\" />Bullying Why Would You Want To Do That? How many times have you asked a child that question? This book is designed for third, fourth, and fifth graders to discuss a variety of social situations that children deal with daily. By presenting different situations with contemporary, edgy illustrations in vibrant colors, the children may recognize themselves or their friends and feel comfortable to relate their own personal experiences. The format also enhances the communication between children and their parents or guardians.','Bullying Why Would You Want To Do That Parent Pack','','inherit','closed','open','','330-autosave','','','2013-02-25 01:06:41','2013-02-25 01:06:41','',330,'http://www.learningconnectionsweb.com/?p=869',0,'revision','',0),(870,2,'2013-02-19 02:04:28','2013-02-19 02:04:28','<div><span>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.</span></div>\r\n<span>\r\nActivity— A memory game.</span>','Wilfrid Gordon McDonald Partridge by Mem Fox Parent Pack','','inherit','closed','open','','247-autosave','','','2013-02-19 02:04:28','2013-02-19 02:04:28','',247,'http://www.learningconnectionsweb.com/?p=870',0,'revision','',0),(871,2,'2013-02-08 02:09:09','2013-02-08 02:09:09','<div><span>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. </span></div>','Wilfrid Gordon McDonald Partridge by Mem Fox Parent Pack (English CD)','','inherit','closed','closed','','wilfrid-gordon-mcdonald-partridge-by-mem-fox-parent-pack-english-cd','','','2013-02-08 02:09:29','2013-02-08 02:09:29','',247,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox-parent-pack-english-cd',0,'wpsc-product','',0),(874,2,'2013-02-19 02:08:40','2013-02-19 02:08:40','<p>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who <em>aren\'t?</em>), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!</p>\r\n<p>Activity—Ribbon wands.</p>\r\n','Wiggle by Doreen Cronin Parent Pack','','inherit','closed','open','','245-autosave','','','2013-02-19 02:08:40','2013-02-19 02:08:40','',245,'http://www.learningconnectionsweb.com/?p=874',0,'revision','',0),(880,2,'2010-10-28 14:05:50','2010-10-28 14:05:50','<span> </span><a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span>Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2010-10-28 14:05:50','2010-10-28 14:05:50','',2,'http://www.learningconnectionsweb.com/?p=880',0,'revision','',0),(881,1,'2012-03-06 14:14:28','2012-03-06 14:14:28','<strong>Keeping Kids Healthy Literacy Kits and Parent Packs</strong>\r\n\r\nSix literacy kits have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n[eshop_list_subpages]','Health Kits','','inherit','closed','open','','511-revision-3','','','2012-03-06 14:14:28','2012-03-06 14:14:28','',511,'http://www.learningconnectionsweb.com/?p=881',0,'revision','',0),(882,1,'2012-03-06 14:13:06','2012-03-06 14:13:06','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2.jpg\"><img class=\"size-medium wp-image-112 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"rocke2\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2-300x284.jpg\" alt=\"\" width=\"300\" height=\"284\" /></a>What is a Literacy Kit?\r\n\r\nA literacy kit is designed to enhance children’s literacy skills and appreciation for literature, and to encourage parent involvement in this effort. The kits are checked out by schools or organizations to students, much like a library book. The student takes the kit home to read the book and do the activities with his or her parents. The books selected as the basis for the Learning Connections literacy kits are all great, award-winning children’s literature.\r\n\r\nEighteen of the 23 literacy kits contain both an English and a Spanish copy of the book, a literacy guide written in both English and Spanish, an educational activity, and a Response Journal for parents to communicate with the teacher. (Five of the literacy kits are available only in English because the books are not published in Spanish.) The first page of the guide suggests questions for parents to ask their child as they are reading the book together, as well as discussion questions after they have finished. The second page describes in detail how to do the activity that is included in the kit; the third page offers an additional activity for parents to do at home with their child; and the last page is a bibliography of related books to look for on their next visit to the library. The hands-on activity is always educational and can be used at the level of the child. All of these items are housed in a colorful, durable children’s backpack.\r\n\r\nLearning Connections literacy kits provide unique, motivating, hands-on learning opportunities for children pre-school through third grade.\r\n\r\n[eshop_list_subpages]','Literacy Kits','','inherit','closed','open','','381-revision-8','','','2012-03-06 14:13:06','2012-03-06 14:13:06','',381,'http://www.learningconnectionsweb.com/?p=882',0,'revision','',0),(883,1,'2012-03-06 14:13:36','2012-03-06 14:13:36','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">Each parent pack is housed in a zippered plastic bag and contains one book, either in English or Spanish, a one-page guide with tips for reading the book on one side and an explanation of the activity on the other, and an educational, hands-on activity. Each parent pack is priced individually. Please refer to the literacy kits for the summary of each book and activity.</span>\r\n\r\n[eshop_list_subpages]','Parent Packs','','inherit','closed','open','','457-revision-v1','','','2012-03-06 14:13:36','2012-03-06 14:13:36','',457,'http://www.learningconnectionsweb.com/?p=883',0,'revision','',0),(884,1,'2010-10-20 15:56:19','2010-10-20 15:56:19','Coming Soon','Order Forms','','inherit','closed','open','','19-revision-v1','','','2010-10-20 15:56:19','2010-10-20 15:56:19','',19,'http://www.learningconnectionsweb.com/?p=884',0,'revision','',0),(887,1,'2013-02-13 14:58:29','2013-02-13 14:58:29','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span>Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\" target=\"_blank\">Download</a> the printable order form.','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2013-02-13 14:58:29','2013-02-13 14:58:29','',2,'http://www.learningconnectionsweb.com/?p=887',0,'revision','',0),(888,1,'2013-02-13 15:00:20','2013-02-13 15:00:20','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\" target=\"_blank\">Download</a> the printable order form.','Order Forms','','inherit','closed','open','','19-revision-v1','','','2013-02-13 15:00:20','2013-02-13 15:00:20','',19,'http://www.learningconnectionsweb.com/?p=888',0,'revision','',0),(889,1,'2013-02-15 14:52:31','2013-02-15 14:52:31','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Literacy-Kit-Order-Form.pdf\">Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\">Parent Pack Order Form</a>','Order Forms','','inherit','closed','open','','19-revision-v1','','','2013-02-15 14:52:31','2013-02-15 14:52:31','',19,'http://www.learningconnectionsweb.com/?p=889',0,'revision','',0),(890,1,'2013-02-15 14:51:06','2013-02-15 14:51:06','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span>Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\r\n\r\n<span>\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\" target=\"_blank\">Download</a> the printable order forms here.','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2013-02-15 14:51:06','2013-02-15 14:51:06','',2,'http://www.learningconnectionsweb.com/?p=890',0,'revision','',0),(891,1,'2013-02-13 14:58:49','2013-02-13 14:58:49','<strong>Keeping Kids Healthy Literacy Kits and Parent Packs</strong>\r\n\r\nSix literacy kits have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\" target=\"_blank\">Download</a> the printable order form.\r\n\r\n[eshop_list_subpages]','Health Kits','','inherit','closed','open','','511-revision-4','','','2013-02-13 14:58:49','2013-02-13 14:58:49','',511,'http://www.learningconnectionsweb.com/?p=891',0,'revision','',0),(892,1,'2013-02-13 14:59:18','2013-02-13 14:59:18','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2.jpg\"><img class=\"size-medium wp-image-112 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"rocke2\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2-300x284.jpg\" alt=\"\" width=\"300\" height=\"284\" /></a>What is a Literacy Kit?\r\n\r\nA literacy kit is designed to enhance children’s literacy skills and appreciation for literature, and to encourage parent involvement in this effort. The kits are checked out by schools or organizations to students, much like a library book. The student takes the kit home to read the book and do the activities with his or her parents. The books selected as the basis for the Learning Connections literacy kits are all great, award-winning children’s literature.\r\n\r\nEighteen of the 23 literacy kits contain both an English and a Spanish copy of the book, a literacy guide written in both English and Spanish, an educational activity, and a Response Journal for parents to communicate with the teacher. (Five of the literacy kits are available only in English because the books are not published in Spanish.) The first page of the guide suggests questions for parents to ask their child as they are reading the book together, as well as discussion questions after they have finished. The second page describes in detail how to do the activity that is included in the kit; the third page offers an additional activity for parents to do at home with their child; and the last page is a bibliography of related books to look for on their next visit to the library. The hands-on activity is always educational and can be used at the level of the child. All of these items are housed in a colorful, durable children’s backpack.\r\n\r\nLearning Connections literacy kits provide unique, motivating, hands-on learning opportunities for children pre-school through third grade.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\" target=\"_blank\">Download</a> the printable order form.\r\n\r\n[eshop_list_subpages]','Literacy Kits','','inherit','closed','open','','381-revision-9','','','2013-02-13 14:59:18','2013-02-13 14:59:18','',381,'http://www.learningconnectionsweb.com/?p=892',0,'revision','',0),(893,1,'2013-02-13 15:00:04','2013-02-13 15:00:04','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">Each parent pack is housed in a zippered plastic bag and contains one book, either in English or Spanish, a one-page guide with tips for reading the book on one side and an explanation of the activity on the other, and an educational, hands-on activity. Each parent pack is priced individually. Please refer to the literacy kits for the summary of each book and activity.</span>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\" target=\"_blank\">Download</a> the printable order form.\r\n\r\n[eshop_list_subpages]','Parent Packs','','inherit','closed','open','','457-revision-v1','','','2013-02-13 15:00:04','2013-02-13 15:00:04','',457,'http://www.learningconnectionsweb.com/?p=893',0,'revision','',0),(895,2,'2013-02-19 02:03:14','2013-02-19 02:03:14','','Wilfrid Gordon McDonald Partridge by Mem Fox Parent Pack (English Paperback)','','inherit','closed','closed','','wilfrid-gordon-mcdonald-partridge-by-mem-fox-parent-pack-english-paperback','','','2013-02-19 02:04:04','2013-02-19 02:04:04','',247,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox-parent-pack-english-paperback',0,'wpsc-product','',0),(896,2,'2013-02-19 02:03:14','2013-02-19 02:03:14','','Wilfrid Gordon McDonald Partridge by Mem Fox Parent Pack (Spanish Paperback)','','inherit','closed','closed','','wilfrid-gordon-mcdonald-partridge-by-mem-fox-parent-pack-spanish-paperback','','','2013-02-19 02:04:24','2013-02-19 02:04:24','',247,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox-parent-pack-spanish-paperback',0,'wpsc-product','',0),(897,2,'2013-02-19 02:07:12','2013-02-19 02:07:12','','Wiggle by Doreen Cronin Parent Pack (English Hardcover)','','inherit','closed','closed','','wiggle-by-doreen-cronin-parent-pack-english-hardcover','','','2013-02-19 02:08:32','2013-02-19 02:08:32','',245,'http://www.learningconnectionsweb.com/?wpsc-product=wiggle-by-doreen-cronin-parent-pack-english-hardcover',0,'wpsc-product','',0),(898,2,'2013-02-19 02:09:42','2013-02-19 02:09:42','','Where the Wild Things Are by Maurice Sendak Parent Pack (English Paperback)','','inherit','closed','closed','','where-the-wild-things-are-by-maurice-sendak-parent-pack-english-paperback','','','2013-02-19 02:12:22','2013-02-19 02:12:22','',243,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak-parent-pack-english-paperback',0,'wpsc-product','',0),(899,2,'2013-02-19 02:16:25','2013-02-19 02:16:25','','The Vegetable Group (Bilingual Hardcover with English Directions)','','inherit','closed','closed','','the-vegetable-group-bilingual-hardcover-with-english-directions','','','2013-02-19 02:19:33','2013-02-19 02:19:33','',241,'http://www.learningconnectionsweb.com/?wpsc-product=the-vegetable-group-bilingual-hardcover-with-english-directions',0,'wpsc-product','',0),(900,2,'2013-02-19 02:16:25','2013-02-19 02:16:25','','The Vegetable Group (Bilingual Hardcover with Spanish Directions)','','inherit','open','open','','the-vegetable-group-bilingual-hardcover-with-spanish-directions','','','2013-02-19 02:16:25','2013-02-19 02:16:25','',241,'http://www.learningconnectionsweb.com/?wpsc-product=the-vegetable-group-bilingual-hardcover-with-spanish-directions',0,'wpsc-product','',0),(901,2,'2013-02-19 02:23:48','2013-02-19 02:23:48','<div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"</div>\r\n<div>Activity: Board game with vegetables to \"plant\" in a garden.</div>','Up, Down and Around by Katherine Ayres (English paperback)','','inherit','closed','open','','239-autosave','','','2013-02-19 02:23:48','2013-02-19 02:23:48','',239,'http://www.learningconnectionsweb.com/?p=901',0,'revision','',0),(902,2,'2013-02-19 02:30:50','2013-02-19 02:30:50','<div>Taking Care of My Teeth was written with dental health professionals to give families information on how to keep their teeth healthy. good dental health is a vital part of overall health. Learn what you can do to keep your teeth and gums healthy. The guide and game are full of valuable information about dental health.</div>\r\nActivity--a game of fifty cards (twenty-five in one set in English and twenty-five in a second set in Spanish) with questions about teeth and dental health on one side and the correct answers on the other.','Taking Care of My Teeth (Bilingual hardcover)','','inherit','closed','open','','237-autosave','','','2013-02-19 02:30:50','2013-02-19 02:30:50','',237,'http://www.learningconnectionsweb.com/?p=902',0,'revision','',0),(903,2,'2013-02-19 02:27:30','2013-02-19 02:27:30','<div>Taking Care of My Teeth was written with dental health professionals to give families information on how to keep their teeth healthy.</div>','Taking Care of My Teeth (Bilingual hardcover with English directions)','','inherit','closed','closed','','taking-care-of-my-teeth-bilingual-hardcover-bilingual-hardcover-with-english-directions','','','2013-02-19 02:28:11','2013-02-19 02:28:11','',237,'http://www.learningconnectionsweb.com/?wpsc-product=taking-care-of-my-teeth-bilingual-hardcover-bilingual-hardcover-with-english-directions',0,'wpsc-product','',0),(904,2,'2013-02-19 02:27:30','2013-02-19 02:27:30','<div>Taking Care of My Teeth was written with dental health professionals to give families information on how to keep their teeth healthy.</div>','Taking Care of My Teeth (Bilingual hardcover with Spanish directions)','','inherit','closed','closed','','taking-care-of-my-teeth-bilingual-hardcover-bilingual-hardcover-with-spanish-directions','','','2013-02-19 02:28:45','2013-02-19 02:28:45','',237,'http://www.learningconnectionsweb.com/?wpsc-product=taking-care-of-my-teeth-bilingual-hardcover-bilingual-hardcover-with-spanish-directions',0,'wpsc-product','',0),(905,2,'2013-02-19 02:31:51','2013-02-19 02:31:51','','Tacky the Penguin by Helen Lester (English Paperback)','','inherit','closed','closed','','tacky-the-penguin-by-helen-lester-english-paperback','','','2013-02-19 02:34:01','2013-02-19 02:34:01','',234,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester-english-paperback',0,'wpsc-product','',0),(906,2,'2013-02-25 01:09:48','2013-02-25 01:09:48','<div><span><span>Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.</span></span></div>\r\n<span>Activity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.</span>','Tacky the Penguin by Helen Lester','','inherit','closed','open','','234-autosave','','','2013-02-25 01:09:48','2013-02-25 01:09:48','',234,'http://www.learningconnectionsweb.com/?p=906',0,'revision','',0),(907,2,'2013-02-19 02:43:26','2013-02-19 02:43:26','<div><span><span>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. </span></span></div>','Swimmy by Leo Lionni (English Paperback)','','inherit','closed','closed','','swimmy-by-leo-lionni-english-paperback','','','2013-02-19 02:43:55','2013-02-19 02:43:55','',232,'http://www.learningconnectionsweb.com/?wpsc-product=swimmy-by-leo-lionni-english-paperback',0,'wpsc-product','',0),(908,2,'2013-02-19 02:44:29','2013-02-19 02:44:29','<div><span><span>Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.</span></span> \r\n\r\n</div>\r\n<div><span>Activity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.</span></div>','Swimmy by Leo Lionni','','inherit','closed','open','','232-autosave','','','2013-02-19 02:44:29','2013-02-19 02:44:29','',232,'http://www.learningconnectionsweb.com/?p=908',0,'revision','',0),(909,2,'2013-02-19 02:45:17','2013-02-19 02:45:17','<div><span>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. </span></div>','The Keeping Quilt by Patricia Polacco (English Paperback)','','inherit','closed','closed','','the-keeping-quilt-by-patricia-polacco-english-paperback','','','2013-02-19 02:45:34','2013-02-19 02:45:34','',230,'http://www.learningconnectionsweb.com/?wpsc-product=the-keeping-quilt-by-patricia-polacco-english-paperback',0,'wpsc-product','',0),(910,2,'2013-02-19 02:46:04','2013-02-19 02:46:04','<div><span>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n</span></div>\r\n<span>\r\nActivity—A memory game using beautiful designs.</span>','The Keeping Quilt by Patricia Polacco','','inherit','closed','open','','230-autosave','','','2013-02-19 02:46:04','2013-02-19 02:46:04','',230,'http://www.learningconnectionsweb.com/?p=910',0,'revision','',0),(911,2,'2013-02-19 02:46:47','2013-02-19 02:46:47','<div><span> Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. </span></div>','The Hat by Jan Brett (English Hardcover)','','inherit','closed','closed','','the-hat-by-jan-brett-english-hardcover','','','2013-02-19 02:47:04','2013-02-19 02:47:04','',228,'http://www.learningconnectionsweb.com/?wpsc-product=the-hat-by-jan-brett-english-hardcover',0,'wpsc-product','',0),(912,2,'2013-02-19 02:46:47','2013-02-19 02:46:47','<div><span> Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. </span></div>','The Hat by Jan Brett (English Paperback)','','inherit','closed','closed','','the-hat-by-jan-brett-english-paperback','','','2013-02-19 02:47:20','2013-02-19 02:47:20','',228,'http://www.learningconnectionsweb.com/?wpsc-product=the-hat-by-jan-brett-english-paperback',0,'wpsc-product','',0),(913,2,'2013-02-19 02:48:33','2013-02-19 02:48:33','<div><span> Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. </span></div>','Green Eggs and Ham by Dr. Seuss (English Hardcover)','','inherit','closed','closed','','green-eggs-and-ham-by-dr-seuss-english-hardcover','','','2013-02-19 02:48:47','2013-02-19 02:48:47','',226,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss-english-hardcover',0,'wpsc-product','',0),(914,2,'2013-02-19 02:50:13','2013-02-19 02:50:13','<div><span> Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</span>','Green Eggs and Ham by Dr. Seuss','','inherit','closed','open','','226-autosave','','','2013-02-19 02:50:13','2013-02-19 02:50:13','',226,'http://www.learningconnectionsweb.com/?p=914',0,'revision','',0),(915,2,'2013-02-19 02:51:00','2013-02-19 02:51:00','<div><span><span>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. </span></span></div>','Corduroy by Don Freeman (English Paperback)','','inherit','closed','closed','','corduroy-by-don-freeman-english-paperback','','','2013-02-19 02:51:16','2013-02-19 02:51:16','',224,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman-english-paperback',0,'wpsc-product','',0),(916,2,'2013-02-19 02:52:47','2013-02-19 02:52:47','<div><span>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. </span></div>','Click, Clack, Moo: Cows That Type by Doreen Cronin (English Paperback)','','inherit','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-english-paperback','','','2013-02-19 02:54:05','2013-02-19 02:54:05','',222,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-english-paperback',0,'wpsc-product','',0),(917,2,'2013-02-19 02:52:48','2013-02-19 02:52:48','<div><span>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. </span></div>','Click, Clack, Moo: Cows That Type by Doreen Cronin (Spanish Paperback)','','inherit','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-spanish-paperback','','','2013-02-19 02:53:09','2013-02-19 02:53:09','',222,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-spanish-paperback',0,'wpsc-product','',0),(918,2,'2013-02-19 02:54:57','2013-02-19 02:54:57','<div><span><span>She was a perfect baby and her parents chose a name to match--Chrysanthemum. </span></span></div>','Chrysanthemum by Kevin Henkes (English Paperback)','','inherit','closed','closed','','chrysanthemum-by-kevin-henkes-english-paperback','','','2013-02-19 02:55:20','2013-02-19 02:55:20','',220,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-english-paperback',0,'wpsc-product','',0),(919,2,'2013-02-19 02:54:57','2013-02-19 02:54:57','<div><span><span>She was a perfect baby and her parents chose a name to match--Chrysanthemum. </span></span></div>','Chrysanthemum by Kevin Henkes (Spanish Paperback)','','inherit','closed','closed','','chrysanthemum-by-kevin-henkes-spanish-paperback','','','2013-02-19 02:56:14','2013-02-19 02:56:14','',220,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-spanish-paperback',0,'wpsc-product','',0),(920,2,'2013-02-19 02:56:46','2013-02-19 02:56:46','<div><span>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. </span></div>','Charlotte\'s Web by E.B. White (English Paperback)','','inherit','closed','closed','','charlottes-web-by-e-b-white-english-paperback','','','2013-02-19 02:57:01','2013-02-19 02:57:01','',218,'http://www.learningconnectionsweb.com/?wpsc-product=charlottes-web-by-e-b-white-english-paperback',0,'wpsc-product','',0),(921,2,'2013-02-19 02:58:20','2013-02-19 02:58:20','<div><span> For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? </span></div>','The Cat in the Hat Dictionary by Dr. Seuss (Bilingual Hardcover with English Directions)','','inherit','closed','closed','','the-cat-in-the-hat-dictionary-by-dr-seuss-bilingual-hardcover-with-english-directions','','','2013-02-19 02:58:51','2013-02-19 02:58:51','',216,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-dictionary-by-dr-seuss-bilingual-hardcover-with-english-directions',0,'wpsc-product','',0),(922,2,'2013-02-19 02:58:20','2013-02-19 02:58:20','<div><span> For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? </span></div>','The Cat in the Hat Dictionary by Dr. Seuss (Bilingual Hardcover with Spanish Directions)','','inherit','closed','closed','','the-cat-in-the-hat-dictionary-by-dr-seuss-bilingual-hardcover-with-spanish-directions','','','2013-02-19 02:59:13','2013-02-19 02:59:13','',216,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-dictionary-by-dr-seuss-bilingual-hardcover-with-spanish-directions',0,'wpsc-product','',0),(923,2,'2013-02-19 02:59:49','2013-02-19 02:59:49','<div><span> Poor Dick and Sally. </span></div>','The Cat in the Hat by Dr. Seuss (Bilingual Hardcover with English Directions)','','inherit','closed','closed','','the-cat-in-the-hat-by-dr-seuss-bilingual-hardcover-with-english-directions','','','2013-02-19 03:00:08','2013-02-19 03:00:08','',214,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss-bilingual-hardcover-with-english-directions',0,'wpsc-product','',0),(924,2,'2013-02-19 02:59:49','2013-02-19 02:59:49','<div><span> Poor Dick and Sally. </span></div>','The Cat in the Hat by Dr. Seuss (Bilingual Hardcover with Spanish Directions)','','inherit','closed','closed','','the-cat-in-the-hat-by-dr-seuss-bilingual-hardcover-with-spanish-directions','','','2013-02-19 03:00:50','2013-02-19 03:00:50','',214,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss-bilingual-hardcover-with-spanish-directions',0,'wpsc-product','',0),(925,2,'2013-02-25 01:23:37','2013-02-25 01:23:37','<div>Being Active is designed to get kids and families moving.</div>','Being Active by Mari C. Schuh Parent Pack (Bilingual Hardcover with English Directions)','','inherit','closed','closed','','being-active-by-mari-c-schuh-parent-pack-bilingual-hardcover-with-english-directions','','','2013-02-25 01:26:05','2013-02-25 01:26:05','',208,'http://www.learningconnectionsweb.com/?wpsc-product=being-active-by-mari-c-schuh-parent-pack-bilingual-hardcover-with-english-directions',0,'wpsc-product','',0),(926,2,'2013-02-25 01:23:37','2013-02-25 01:23:37','<div>Being Active is designed to get kids and families moving.</div>','Being Active by Mari C. Schuh Parent Pack (Bilingual Hardcover with Spanish Directions)','','inherit','closed','closed','','being-active-by-mari-c-schuh-parent-pack-bilingual-hardcover-with-spanish-directions','','','2013-02-25 01:26:20','2013-02-25 01:26:20','',208,'http://www.learningconnectionsweb.com/?wpsc-product=being-active-by-mari-c-schuh-parent-pack-bilingual-hardcover-with-spanish-directions',0,'wpsc-product','',0),(928,2,'2013-02-25 01:24:24','2013-02-25 01:24:24','<div>Being Active is designed to get kids and families moving.</div>','Being Active Parent Pack (Paperback English)','','inherit','closed','closed','','being-active-parent-pack-paperback-english','','','2013-02-25 01:25:45','2013-02-25 01:25:45','',208,'http://www.learningconnectionsweb.com/?wpsc-product=being-active-parent-pack-paperback-english',0,'wpsc-product','',0),(929,2,'2013-02-25 01:27:50','2013-02-25 01:27:50','<div><span> “I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity— A memory game using cards with fun illustrations of a variety of different feelings.</span>','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Parent Pack (English CD)','','inherit','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-parent-pack-english-cd','','','2013-02-25 01:29:24','2013-02-25 01:29:24','',206,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-parent-pack-english-cd',0,'wpsc-product','',0),(930,2,'2013-02-25 01:27:50','2013-02-25 01:27:50','<div><span> “I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity— A memory game using cards with fun illustrations of a variety of different feelings.</span>','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Parent Pack (English Paperback)','','inherit','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-parent-pack-english-paperback','','','2013-02-25 01:28:33','2013-02-25 01:28:33','',206,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-parent-pack-english-paperback',0,'wpsc-product','',0),(932,2,'2013-02-25 01:29:59','2013-02-25 01:29:59','','Wilfrid Gordon McDonald Partridge by Mem Fox Literacy Kit (English CD)','','inherit','closed','closed','','wilfrid-gordon-mcdonald-partridge-by-mem-fox-literacy-kit-english-cd','','','2013-02-25 01:33:51','2013-02-25 01:33:51','',204,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox-literacy-kit-english-cd',0,'wpsc-product','',0),(947,2,'2013-02-25 01:38:52','2013-02-25 01:38:52','Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren’t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin’s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle by Doreen Cronin Literacy Kit','','inherit','closed','open','','202-autosave','','','2013-02-25 01:38:52','2013-02-25 01:38:52','',202,'http://www.learningconnectionsweb.com/?p=947',0,'revision','',0),(949,2,'2013-02-25 01:40:36','2013-02-25 01:40:36','This is one of those truly rare books that can be enjoyed equally by children and grown-ups.','Where the Wild Things Are by Maurice Sendak Literacy Kit (English CD)','','inherit','closed','closed','','where-the-wild-things-are-by-maurice-sendak-literacy-kit-english-cd','','','2013-02-25 01:40:50','2013-02-25 01:40:50','',200,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak-literacy-kit-english-cd',0,'wpsc-product','',0),(950,2,'2013-02-25 01:43:59','2013-02-25 01:43:59',' \r\n\r\nTaking Care of My Teeth has text and real photographs that introduce families to proper dental care. The guide was written with dental health professionals to give families information on how to keep their teeth healthy. Good dental health is a vital part of overall health. Learn what you can do to keep your teeth and gums healthy. The guide and game are full of valuable information about dental health.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.<strong> </strong>','Taking Care of My Teeth by Terri DeGezelle Literacy Kit','','inherit','closed','open','','194-autosave','','','2013-02-25 01:43:59','2013-02-25 01:43:59','',194,'http://www.learningconnectionsweb.com/?p=950',0,'revision','',0),(952,2,'2013-02-25 01:45:30','2013-02-25 01:45:30','<div>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins.</div>','Tacky the Penguin by Helen Lester Literacy Kit (English CD)','','inherit','closed','closed','','tacky-the-penguin-by-helen-lester-literacy-kit-english-cd','','','2013-02-25 01:45:49','2013-02-25 01:45:49','',192,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester-literacy-kit-english-cd',0,'wpsc-product','',0),(953,2,'2013-02-25 01:47:27','2013-02-25 01:47:27','Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\n<div>Activity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.</div>','Swimmy by Leo Lionni Literacy Kit','','inherit','closed','open','','190-autosave','','','2013-02-25 01:47:27','2013-02-25 01:47:27','',190,'http://www.learningconnectionsweb.com/?p=953',0,'revision','',0),(955,2,'2013-02-25 01:50:14','2013-02-25 01:50:14','Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up.','Green Eggs and Ham by Dr. Seuss Literacy Kit (English CD)','','inherit','closed','closed','','green-eggs-and-ham-by-dr-seuss-literacy-kit-english-cd','','','2013-02-25 01:50:28','2013-02-25 01:50:28','',182,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss-literacy-kit-english-cd',0,'wpsc-product','',0),(957,2,'2013-02-25 01:51:28','2013-02-25 01:51:28','Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home.','Corduroy by Don Freeman Literacy Kit (English CD)','','inherit','closed','closed','','corduroy-by-don-freeman-literacy-kit-english-cd','','','2013-02-25 01:51:43','2013-02-25 01:51:43','',180,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman-literacy-kit-english-cd',0,'wpsc-product','',0),(959,2,'2013-02-25 01:52:35','2013-02-25 01:52:35','<div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown.</div>','Click, Clack, Moo: Cows That Type by Doreen Cronin Literacy Kit (English CD)','','inherit','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-literacy-kit-english-cd','','','2013-02-25 01:53:06','2013-02-25 01:53:06','',178,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-literacy-kit-english-cd',0,'wpsc-product','',0),(960,2,'2013-02-25 01:52:35','2013-02-25 01:52:35','<div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown.</div>','Click, Clack, Moo: Cows That Type by Doreen Cronin Literacy Kit (Spanish CD)','','inherit','closed','closed','','click-clack-moo-cows-that-type-by-doreen-cronin-literacy-kit-spanish-cd','','','2013-02-25 01:52:48','2013-02-25 01:52:48','',178,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-literacy-kit-spanish-cd',0,'wpsc-product','',0),(962,2,'2013-02-25 01:53:53','2013-02-25 01:53:53','<div>She was a perfect baby and her parents chose a name to match--Chrysanthemum.</div>','Chrysanthemum by Kevin Henkes Literacy Kit (English CD)','','inherit','closed','closed','','chrysanthemum-by-kevin-henkes-literacy-kit-english-cd','','','2013-02-25 01:54:09','2013-02-25 01:54:09','',176,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-literacy-kit-english-cd',0,'wpsc-product','',0),(963,2,'2013-02-25 01:53:53','2013-02-25 01:53:53','<div>She was a perfect baby and her parents chose a name to match--Chrysanthemum.</div>','Chrysanthemum by Kevin Henkes Literacy Kit (Spanish CD)','','inherit','closed','closed','','chrysanthemum-by-kevin-henkes-literacy-kit-spanish-cd','','','2013-02-25 01:54:23','2013-02-25 01:54:23','',176,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-literacy-kit-spanish-cd',0,'wpsc-product','',0),(965,2,'2013-02-25 01:57:50','2013-02-25 01:57:50','<div>Poor Dick and Sally!</div>','The Cat in the Hat by Dr. Seuss Literacy Kit (English CD)','','inherit','closed','closed','','the-cat-in-the-hat-by-dr-seuss-literacy-kit-english-cd','','','2013-02-25 01:58:23','2013-02-25 01:58:23','',170,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss-literacy-kit-english-cd',0,'wpsc-product','',0),(966,2,'2013-02-25 01:57:55','2013-02-25 01:57:55','<div>Poor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.</div>\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat by Dr. Seuss Literacy Kit','','inherit','closed','open','','170-autosave','','','2013-02-25 01:57:55','2013-02-25 01:57:55','',170,'http://www.learningconnectionsweb.com/?p=966',0,'revision','',0),(968,2,'2013-02-25 02:00:44','2013-02-25 02:00:44','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings.','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Literacy Kit (English CD)','','inherit','closed','closed','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-literacy-kit-english-cd','','','2013-02-25 02:00:57','2013-02-25 02:00:57','',164,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-literacy-kit-english-cd',0,'wpsc-product','',0),(969,2,'2013-02-25 02:10:14','2013-02-25 02:10:14','It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual “states party.” During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation. (English only.)\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America by Laurie Keller Literacy Kit','','publish','closed','closed','','swimmy-by-leo-lionni-literacy-kit-duplicate','','','2013-02-25 02:21:55','2013-02-25 02:21:55','',0,'http://www.learningconnectionsweb.com/?wpsc-product=swimmy-by-leo-lionni-literacy-kit-duplicate',0,'wpsc-product','',0),(971,2,'2013-02-25 02:17:10','2013-02-25 02:17:10','','ScrambledStates','','inherit','closed','open','','scrambledstates','','','2013-02-25 02:17:10','2013-02-25 02:17:10','',969,'http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledStates.jpg',1,'attachment','image/jpeg',0),(972,1,'2013-02-25 20:26:38','2013-02-25 20:26:38','It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual “states party.” During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation. (English only.)\n\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America by Laurie Keller Literacy Kit','','inherit','closed','open','','969-autosave','','','2013-02-25 20:26:38','2013-02-25 20:26:38','',969,'http://www.learningconnectionsweb.com/?p=972',0,'revision','',0),(973,2,'2013-02-25 02:22:12','2013-02-25 02:22:12','It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual “states party.” During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation. (English only.)\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America by Laurie Keller Parent Pack','','publish','closed','closed','','the-scrambled-states-of-america-by-laurie-keller-literacy-kit-duplicate','','','2013-02-25 02:28:12','2013-02-25 02:28:12','',0,'http://www.learningconnectionsweb.com/?wpsc-product=the-scrambled-states-of-america-by-laurie-keller-literacy-kit-duplicate',0,'wpsc-product','',0),(975,1,'2013-02-25 15:26:04','2013-02-25 15:26:04','It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual “states party.” During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation. (English only.)\n\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America by Laurie Keller Parent Pack','','inherit','closed','open','','973-autosave','','','2013-02-25 15:26:04','2013-02-25 15:26:04','',973,'http://www.learningconnectionsweb.com/?p=975',0,'revision','',0),(976,2,'2013-02-25 02:27:03','2013-02-25 02:27:03','','Scrambled','','inherit','closed','open','','scrambled','','','2013-02-25 02:27:03','2013-02-25 02:27:03','',973,'http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Scrambled.jpg',0,'attachment','image/jpeg',0),(977,2,'2013-02-25 23:50:53','2013-02-25 23:50:53','<div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it.','Wilfrid Gordon McDonald Partridge by Mem Fox Literacy Kit (Literacy Kit)','','inherit','open','open','','wilfrid-gordon-mcdonald-partridge-by-mem-fox-literacy-kit-literacy-kit','','','2013-02-25 23:50:53','2013-02-25 23:50:53','',204,'http://www.learningconnectionsweb.com/?wpsc-product=wilfrid-gordon-mcdonald-partridge-by-mem-fox-literacy-kit-literacy-kit',0,'wpsc-product','',0),(978,2,'2013-02-25 23:52:09','2013-02-25 23:52:09','<div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it.</div>','Wilfrid Gordon McDonald Partridge by Mem Fox Literacy Kit (Literacy Kit)','','inherit','closed','open','','977-autosave','','','2013-02-25 23:52:09','2013-02-25 23:52:09','',977,'http://www.learningconnectionsweb.com/?p=978',0,'revision','',0),(979,2,'2013-02-25 23:54:06','2013-02-25 23:54:06','<p>This is one of those truly rare books that can be enjoyed equally by children and grown-ups.','Where the Wild Things Are by Maurice Sendak Literacy Kit (Literacy Kit)','','inherit','open','open','','where-the-wild-things-are-by-maurice-sendak-literacy-kit-literacy-kit','','','2013-02-25 23:54:06','2013-02-25 23:54:06','',200,'http://www.learningconnectionsweb.com/?wpsc-product=where-the-wild-things-are-by-maurice-sendak-literacy-kit-literacy-kit',0,'wpsc-product','',0),(980,2,'2013-02-25 23:54:53','2013-02-25 23:54:53','<div>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins.','Tacky the Penguin by Helen Lester Literacy Kit (Literacy Kit)','','inherit','open','open','','tacky-the-penguin-by-helen-lester-literacy-kit-literacy-kit','','','2013-02-25 23:54:53','2013-02-25 23:54:53','',192,'http://www.learningconnectionsweb.com/?wpsc-product=tacky-the-penguin-by-helen-lester-literacy-kit-literacy-kit',0,'wpsc-product','',0),(981,2,'2013-02-25 23:55:55','2013-02-25 23:55:55','<p>Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up.','Green Eggs and Ham by Dr. Seuss Literacy Kit (Literacy Kit)','','inherit','open','open','','green-eggs-and-ham-by-dr-seuss-literacy-kit-literacy-kit','','','2013-02-25 23:55:55','2013-02-25 23:55:55','',182,'http://www.learningconnectionsweb.com/?wpsc-product=green-eggs-and-ham-by-dr-seuss-literacy-kit-literacy-kit',0,'wpsc-product','',0),(982,2,'2013-02-25 23:56:47','2013-02-25 23:56:47','<p>Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home.','Corduroy by Don Freeman Literacy Kit (Literacy Kit)','','inherit','open','open','','corduroy-by-don-freeman-literacy-kit-literacy-kit','','','2013-02-25 23:56:47','2013-02-25 23:56:47','',180,'http://www.learningconnectionsweb.com/?wpsc-product=corduroy-by-don-freeman-literacy-kit-literacy-kit',0,'wpsc-product','',0),(983,2,'2013-02-25 23:57:26','2013-02-25 23:57:26','<div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown.','Click, Clack, Moo: Cows That Type by Doreen Cronin Literacy Kit (Literacy Kit)','','inherit','open','open','','click-clack-moo-cows-that-type-by-doreen-cronin-literacy-kit-literacy-kit','','','2013-02-25 23:57:26','2013-02-25 23:57:26','',178,'http://www.learningconnectionsweb.com/?wpsc-product=click-clack-moo-cows-that-type-by-doreen-cronin-literacy-kit-literacy-kit',0,'wpsc-product','',0),(984,2,'2013-02-25 23:58:14','2013-02-25 23:58:14','<div>She was a perfect baby and her parents chose a name to match--Chrysanthemum.','Chrysanthemum by Kevin Henkes Literacy Kit (Literacy Kit)','','inherit','open','open','','chrysanthemum-by-kevin-henkes-literacy-kit-literacy-kit','','','2013-02-25 23:58:14','2013-02-25 23:58:14','',176,'http://www.learningconnectionsweb.com/?wpsc-product=chrysanthemum-by-kevin-henkes-literacy-kit-literacy-kit',0,'wpsc-product','',0),(985,2,'2013-02-25 23:59:09','2013-02-25 23:59:09','<div>Poor Dick and Sally!','The Cat in the Hat by Dr. Seuss Literacy Kit (Literacy Kit)','','inherit','open','open','','the-cat-in-the-hat-by-dr-seuss-literacy-kit-literacy-kit','','','2013-02-25 23:59:09','2013-02-25 23:59:09','',170,'http://www.learningconnectionsweb.com/?wpsc-product=the-cat-in-the-hat-by-dr-seuss-literacy-kit-literacy-kit',0,'wpsc-product','',0),(986,2,'2013-02-26 00:00:09','2013-02-26 00:00:09','<p>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.</p><p>Activity—A memory game using cards with fun illustrations of a variety of different feelings.','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Literacy Kit (Literacy Kit)','','inherit','open','open','','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-literacy-kit-literacy-kit','','','2013-02-26 00:00:09','2013-02-26 00:00:09','',164,'http://www.learningconnectionsweb.com/?wpsc-product=alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst-literacy-kit-literacy-kit',0,'wpsc-product','',0),(998,1,'2013-02-15 14:53:35','2013-02-15 14:53:35','If you would like to make a larger order or don\'t feel comfortable ordering online you can always complete your order by downloading and printing one of these forms.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Literacy-Kit-Order-Form.pdf\">Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\">Parent Pack Order Form</a>','Order Forms','','inherit','closed','open','','19-revision-v1','','','2013-02-15 14:53:35','2013-02-15 14:53:35','',19,'http://www.learningconnectionsweb.com/?p=998',0,'revision','',0),(999,2,'2013-03-01 01:30:09','2013-03-01 01:30:09','If you would like to make a larger order or don\'t feel comfortable ordering online you can always complete your order by downloading and printing one of these forms.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Literacy-Kit-Order-Form.pdf\">Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\">Parent Pack Order Form</a>','Order Forms','','inherit','closed','open','','19-revision-v1','','','2013-03-01 01:30:09','2013-03-01 01:30:09','',19,'http://www.learningconnectionsweb.com/?p=999',0,'revision','',0),(1000,2,'2013-03-01 01:32:17','2013-03-01 01:32:17','If you would like to make a larger order or don\'t feel comfortable ordering online you can always complete your order by downloading and printing one of these forms.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Literacy-Kit-Order-Form.pdf\">Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/Parent-Pack-Order-Form.pdf\">Parent Pack Order Form</a>','Order Forms','','inherit','closed','open','','19-revision-v1','','','2013-03-01 01:32:17','2013-03-01 01:32:17','',19,'http://www.learningconnectionsweb.com/?p=1000',0,'revision','',0),(1001,2,'2013-03-01 01:36:43','2013-03-01 01:36:43','If you would like to make a larger order or don\'t feel comfortable ordering online you can always complete your order by downloading and printing one of these forms.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/03/Literacy-Kit-Order-Form.pdf\">Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/03/Parent-Pack-Order-Form.pdf\">Parent Pack Order Form</a>','Order Forms','','inherit','closed','open','','19-revision-v1','','','2013-03-01 01:36:43','2013-03-01 01:36:43','',19,'http://www.learningconnectionsweb.com/?p=1001',0,'revision','',0),(1002,2,'2018-06-26 00:31:42','2018-06-26 00:31:42','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV.jpg\"><img class=\"alignnone size-medium wp-image-1589\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV-300x225.jpg\" alt=\"BB TV\" width=\"300\" height=\"225\" /></a>\n\n \n\n \n\n ','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-autosave-v1','','','2018-06-26 00:31:42','2018-06-26 00:31:42','',406,'http://www.learningconnectionsweb.com/?p=1002',0,'revision','',0),(1003,2,'2013-02-05 03:14:33','2013-02-05 03:14:33','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV3.jpg\"><img class=\"alignnone size-full wp-image-808\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV3.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2013-02-05 03:14:33','2013-02-05 03:14:33','',406,'http://www.learningconnectionsweb.com/?p=1003',0,'revision','',0),(1004,2,'2013-02-05 03:11:19','2013-02-05 03:11:19','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\"><img class=\"alignnone size-full wp-image-809\" title=\"BerensteinTooMuchTV3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV31.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2013-02-05 03:11:19','2013-02-05 03:11:19','',841,'http://www.learningconnectionsweb.com/?p=1004',0,'revision','',0),(1005,2,'2012-10-16 01:59:04','2012-10-16 01:59:04','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-163\" title=\"HealthySnacks_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2012-10-16 01:59:04','2012-10-16 01:59:04','',527,'http://www.learningconnectionsweb.com/?p=1005',0,'revision','',0),(1006,2,'2013-03-01 02:02:08','2013-03-01 02:02:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-163\" title=\"HealthySnacks_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2013-03-01 02:02:08','2013-03-01 02:02:08','',527,'http://www.learningconnectionsweb.com/?p=1006',0,'revision','',0),(1007,2,'2012-10-16 02:05:39','2012-10-16 02:05:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-163\" title=\"HealthySnacks_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2012-10-16 02:05:39','2012-10-16 02:05:39','',433,'http://www.learningconnectionsweb.com/?p=1007',0,'revision','',0),(1008,2,'2012-10-16 02:05:56','2012-10-16 02:05:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm.jpg\"><img class=\"alignnone size-medium wp-image-191\" title=\"SwimmyHor_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.','Swimmy Literacy Kit','','inherit','closed','open','','438-revision-v1','','','2012-10-16 02:05:56','2012-10-16 02:05:56','',438,'http://www.learningconnectionsweb.com/?p=1008',0,'revision','',0),(1009,2,'2013-03-01 02:06:31','2013-03-01 02:06:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm.jpg\"><img class=\"alignnone size-medium wp-image-191\" title=\"SwimmyHor_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.','Swimmy Literacy Kit','','inherit','closed','open','','438-revision-v1','','','2013-03-01 02:06:31','2013-03-01 02:06:31','',438,'http://www.learningconnectionsweb.com/?p=1009',0,'revision','',0),(1011,1,'2013-03-01 14:51:07','2013-03-01 14:51:07',' ','','','publish','closed','open','','1011','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://www.learningconnectionsweb.com/?p=1011',4,'nav_menu_item','',0),(1012,1,'2013-03-01 14:51:07','2013-03-01 14:51:07',' ','','','publish','closed','open','','1012','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://www.learningconnectionsweb.com/?p=1012',2,'nav_menu_item','',0),(1013,1,'2013-03-01 14:51:07','2013-03-01 14:51:07',' ','','','publish','closed','open','','1013','','','2013-03-01 14:51:07','2013-03-01 14:51:07','',0,'http://www.learningconnectionsweb.com/?p=1013',3,'nav_menu_item','',0),(1014,2,'2010-10-28 22:26:27','2010-10-28 22:26:27','Learning Connections, Inc., was created by Judy Guenzel in 2006. Judy taught kindergarten, first, and second grades for 26 years for Lincoln Public Schools in Lincoln, Nebraska. In 2002, she was contacted by the creators of the television program Reading Rainbow and asked to work on a project for them. This work created the opportunity for her to become their Educational Consultant. One of her tasks was to create literacy kits, of which they sold over 18,000 in three years. Other responsibilities included writing curriculum guides, theme weeks, and lesson plans for the Reading Rainbow website. Judy also created and presented a variety of workshops in California, Ohio, Missouri, and Kansas.\r\n\r\nJudy wrote the literacy kit The Piggy in the Puddle for Reading Rainbow that won the Parents’ Choice Award from Learning Magazine in 2004, an award judged by teachers.\r\n\r\nAfter Reading Rainbow was sold in February, 2006, Judy started her own business, Learning Connections, Inc. She saw a tremendous need for such literacy kits and parent packs to enhance children’s literacy skills as well as promote parent involvement. Along with a very important team of a graphic designer, a translator, and an illustrator, and with medical consultants for healthy living kits, she has created twenty-three literacy kits and parent packs to date and has sold over 15,000 in twenty-five states. Most of the literacy kits and parent packs are available in both English and Spanish.\r\n\r\nOther vital contributors to the literacy kits include:\r\n<ul>\r\n <li><strong> Diane Miller</strong>, who worked for Great Plains National, the creators of Reading Rainbow, and for Educate, Inc., provides all of the graphic design for the products of Learning Connections.</li>\r\n <li><strong>Lori Pierce</strong> is a freelance artist who creates all of the Learning Connections artwork.</li>\r\n <li><strong>Josie Filipi</strong>, a Parent Educator with Crete Public Schools, does all of the Spanish translations for Learning Connections.</li>\r\n <li><strong>Carol Abele</strong>, a Registered Nurse and Certified Diabetic Educucator, is a medical advisor for our children\'s health kits.</li>\r\n <li><strong>January Otto</strong> is a dental hygenist who provided dental health information for the literacy kit, \"Taking Care of My Teeth.\"</li>\r\n <li><strong>Karen Ricker</strong> is a physical education consultant who was given the prestigious STARS award. Karen advised on the literacy kit, \"Being Active\".</li>\r\n <li><strong>Gail Smith</strong>, who owns a Child Development Center, advised on the literacy kit, \"Up, Down, and Around\".</li>\r\n <li><strong>Alycia Fox</strong> is an elementary teacher and contributed to the literacy kit, \"Charlotte\'s Web\".</li>\r\n</ul>','About Us','','inherit','closed','open','','69-revision-8','','','2010-10-28 22:26:27','2010-10-28 22:26:27','',69,'http://www.learningconnectionsweb.com/?p=1014',0,'revision','',0),(1015,2,'2013-02-08 01:44:40','2013-02-08 01:44:40','Here is our upcoming conference calendar. We would love for you to visit our booth if you are there.\r\n<ul>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><strong>March 7-8, 2013</strong></li>\r\n <li>Illinois Kindergarten Conference in Schaumburg, Illinois</li>\r\n <li><strong>March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n <li><strong>April 28-30, 2013</strong>\r\nNational Conference on Family Literacy in Louisville, Kentucky</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-02-08 01:44:40','2013-02-08 01:44:40','',44,'http://www.learningconnectionsweb.com/?p=1015',0,'revision','',0),(1016,2,'2013-04-16 22:35:03','2013-04-16 22:35:03','<ul>\r\n <li>Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:</li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong>April 28-30, 2013</strong>\r\nNational Conference on Family Literacy in Louisville, Kentucky</li>\r\n</ul>\r\n \r\n\r\nWe have recently displayed at these conferences:\r\n<ul>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><strong>March 7-8, 2013</strong></li>\r\n <li>Illinois Kindergarten Conference in Schaumburg, Illinois</li>\r\n <li><strong>March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 22:35:03','2013-04-16 22:35:03','',44,'http://www.learningconnectionsweb.com/?p=1016',0,'revision','',0),(1017,2,'2013-04-16 22:51:42','2013-04-16 22:51:42','<ul>\r\n <li>Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:</li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong>April 28-30, 2013</strong>\r\nNational Conference on Family Literacy in Louisville, Kentucky</li>\r\n</ul>\r\n<div></div>\r\n<div><strong>May 16-18, 2013</strong></div>\r\nNetwork of Iowa Christian Home Educators in Des Moines, Iowa\r\n<div><strong>July 10, 11, 2013</strong></div>\r\nNebraska Kindergarten Conference, Kearney, Nebraska\r\n<div><strong>May 16-18, 2013</strong></div>\r\nNetwork of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong style=\"line-height: 1.65;\">July 10-11, 2013</strong>\r\n\r\nNebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>September 20-21, 2013</strong>\r\n\r\nIowa AEYC, Altoona, Iowa<span style=\"line-height: 1.65;\"> </span>\r\n\r\nWe have recently displayed at these conferences:\r\n<ul>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li><strong>March 7-8, 2013</strong></li>\r\n <li>Illinois Kindergarten Conference in Schaumburg, Illinois</li>\r\n <li><strong>March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 22:51:42','2013-04-16 22:51:42','',44,'http://www.learningconnectionsweb.com/?p=1017',0,'revision','',0),(1018,2,'2013-04-16 22:55:27','2013-04-16 22:55:27','<ul>\r\n <li>Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:</li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong>April 28-30, 2013</strong>\r\nNational Conference on Family Literacy in Louisville, Kentucky</li>\r\n</ul>\r\n<div></div>\r\n<div><strong>May 16-18, 2013</strong></div>\r\nNetwork of Iowa Christian Home Educators in Des Moines, Iowa\r\n<div><strong>July 10-11, 2013</strong></div>\r\nNebraska Kindergarten Conference, Kearney, Nebraska\r\n<div><strong>September 20-21, 2013</strong></div>\r\nIowa AEYC in Altooma, Iowa\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n<ul>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li></li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li></li>\r\n <li><strong style=\"line-height: 1.65;\">March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li></li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 22:55:27','2013-04-16 22:55:27','',44,'http://www.learningconnectionsweb.com/?p=1018',0,'revision','',0),(1019,2,'2013-04-16 23:00:02','2013-04-16 23:00:02','<ul>\r\n <li>Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:</li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">April 28-30, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">National Conference on Family Leteracy in Louisville, Kentucky</span></li>\r\n <li><strong style=\"line-height: 1.65;\">\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">May 16-18, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">Network of Iowa Christian Home Educators in Des Moines, Iowa</span></li>\r\n <li><strong style=\"line-height: 1.65;\">\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">July 10-11, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">Nebraska Kindergarten Conference, Kearney, Nebraska</span></li>\r\n <li><strong style=\"line-height: 1.65;\">\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">September 20-21, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">Iowa AEYC in Altooma, Iowa</span></li>\r\n <li><span style=\"line-height: 1.65; font-size: 13px;\">\r\n</span></li>\r\n <li><span style=\"line-height: 1.65; font-size: 13px;\">We have recently displayed at these conferences:</span></li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li></li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li></li>\r\n <li><strong style=\"line-height: 1.65;\">March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li></li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n</ul>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 23:00:02','2013-04-16 23:00:02','',44,'http://www.learningconnectionsweb.com/?p=1019',0,'revision','',0),(1020,2,'2013-04-16 23:00:28','2013-04-16 23:00:28','<ol>\r\n <li>Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:</li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">April 28-30, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">National Conference on Family Leteracy in Louisville, Kentucky</span></li>\r\n <li><strong style=\"line-height: 1.65;\">\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">May 16-18, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">Network of Iowa Christian Home Educators in Des Moines, Iowa</span></li>\r\n <li><strong style=\"line-height: 1.65;\">\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">July 10-11, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">Nebraska Kindergarten Conference, Kearney, Nebraska</span></li>\r\n <li><strong style=\"line-height: 1.65;\">\r\n</strong></li>\r\n <li><strong style=\"line-height: 1.65;\">September 20-21, 2013</strong></li>\r\n <li><span style=\"font-size: 13px; line-height: 1.65;\">Iowa AEYC in Altooma, Iowa</span></li>\r\n <li><span style=\"line-height: 1.65; font-size: 13px;\">\r\n</span></li>\r\n <li><span style=\"line-height: 1.65; font-size: 13px;\">We have recently displayed at these conferences:</span></li>\r\n <li><strong>\r\n</strong></li>\r\n <li><strong>February 6-9, 2013</strong></li>\r\n <li>Colorado Council of the International Reading Association in Denver, Colorado</li>\r\n <li></li>\r\n <li><strong>February 21-23, 2013</strong>\r\nNebraska State Reading Association Conference in Kearney, Nebraska</li>\r\n <li></li>\r\n <li><strong style=\"line-height: 1.65;\">March 14-16, 2013</strong></li>\r\n <li>Illinois Reading Council Conference in Springfield, Illinois</li>\r\n <li></li>\r\n <li><strong>April 12</strong></li>\r\n <li>Nebraska Christian Home Educators Association in Lincoln, Nebraska</li>\r\n</ol>','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 23:00:28','2013-04-16 23:00:28','',44,'http://www.learningconnectionsweb.com/?p=1020',0,'revision','',0),(1021,2,'2013-04-16 23:01:02','2013-04-16 23:01:02','','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 23:01:02','2013-04-16 23:01:02','',44,'http://www.learningconnectionsweb.com/?p=1021',0,'revision','',0),(1022,2,'2013-04-16 23:01:58','2013-04-16 23:01:58','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>April 28-30, 2013</strong>\r\n\r\nNational Conference on Family Literacy in Louisville, Kentucky','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 23:01:58','2013-04-16 23:01:58','',44,'http://www.learningconnectionsweb.com/?p=1022',0,'revision','',0),(1023,1,'2013-06-26 15:06:42','2013-06-26 15:06:42','','Contact form 1','','publish','closed','open','','contact-form-1','','','2013-06-26 15:06:42','2013-06-26 15:06:42','',0,'http://www.learningconnectionsweb.com/?post_type=wpcf7_contact_form&p=1023',0,'wpcf7_contact_form','',0),(1024,1,'2013-06-26 15:06:42','2013-06-26 15:06:42','','Workshop Form','','publish','closed','open','','workshop-form','','','2013-06-26 15:06:42','2013-06-26 15:06:42','',0,'http://www.learningconnectionsweb.com/?post_type=wpcf7_contact_form&p=1024',0,'wpcf7_contact_form','',0),(1027,2,'2013-04-16 23:08:01','2013-04-16 23:08:01','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>April 28-30, 2013: </strong><span style=\"line-height: 1.65;\">National Conference on Family Literacy in Louisville, Kentucky</span>\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>September 20-21, 2013:</strong> Iowa AEYC in Altooma, Iowa\r\n\r\nWe have recently displayed at these conferences:\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n<strong>February 21-23, 2013:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>March 14-16, 2013:</strong> Illinois Reading Council Conference in Springfield, Illinois\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-04-16 23:08:01','2013-04-16 23:08:01','',44,'http://www.learningconnectionsweb.com/?p=1027',0,'revision','',0),(1028,1,'2013-02-15 14:54:13','2013-02-15 14:54:13','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contain two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal. An example is shown in the photo above. </span>\n\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span>Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\n\n<span>\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\n</span>\n\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2013-02-15 14:54:13','2013-02-15 14:54:13','',2,'http://www.learningconnectionsweb.com/?p=1028',0,'revision','',0),(1029,2,'2013-09-30 00:08:45','2013-09-30 00:08:45','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" alt=\"\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contains two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.</span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span>Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\r\n\r\nLearning Connections has sold over 21,000 kits in forty of the fifty United States.\r\n\r\n<span> Learning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2013-09-30 00:08:45','2013-09-30 00:08:45','',2,'http://www.learningconnectionsweb.com/?p=1029',0,'revision','',0),(1030,2,'2013-09-30 00:03:30','2013-09-30 00:03:30','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>December 7, 2013:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">February 20-21, 2014:<strong></strong></strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Conference in Kearney, NE</span>\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-09-30 00:03:30','2013-09-30 00:03:30','',44,'http://www.learningconnectionsweb.com/?p=1030',0,'revision','',0),(1031,2,'2013-12-02 01:16:37','2013-12-02 01:16:37','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: <a title=\"LCI Article\" href=\"http://journalstar.com/business/local/learning-connections-helps-kids-and-parents-read-together/article_b0ac219d-ea0b-56cc-9db9-5975f17d2a9e.html\">LCI Article</a>.','Lincoln Journal-Star Features Learning Connections','','publish','closed','open','','lincoln-journal-star-features-lci','','','2013-12-02 01:23:43','2013-12-02 01:23:43','',0,'http://www.learningconnectionsweb.com/?p=1031',0,'post','',0),(1032,2,'2013-12-02 01:12:57','2013-12-02 01:12:57','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: ','Lincoln Journal-Star Features LCI','','inherit','closed','open','','1031-revision','','','2013-12-02 01:12:57','2013-12-02 01:12:57','',1031,'http://www.learningconnectionsweb.com/?p=1032',0,'revision','',0),(1033,2,'2013-12-02 01:16:22','2013-12-02 01:16:22','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: <a title=\"LCI Article\" href=\"http://journalstar.com/business/local/learning-connections-helps-kids-and-parents-read-together/article_b0ac219d-ea0b-56cc-9db9-5975f17d2a9e.html\">LCI Article</a>.','Lincoln Journal-Star Features LCI','','inherit','closed','open','','1031-revision-2','','','2013-12-02 01:16:22','2013-12-02 01:16:22','',1031,'http://www.learningconnectionsweb.com/?p=1033',0,'revision','',0),(1034,2,'2013-12-02 01:16:29','2013-12-02 01:16:29','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: <a title=\"LCI Article\" href=\"http://journalstar.com/business/local/learning-connections-helps-kids-and-parents-read-together/article_b0ac219d-ea0b-56cc-9db9-5975f17d2a9e.html\">LCI Article</a>.','Lincoln Journal-Star Features LCI','','inherit','closed','open','','1031-revision-3','','','2013-12-02 01:16:29','2013-12-02 01:16:29','',1031,'http://www.learningconnectionsweb.com/?p=1034',0,'revision','',0),(1037,2,'2013-12-02 01:16:37','2013-12-02 01:16:37','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: <a title=\"LCI Article\" href=\"http://journalstar.com/business/local/learning-connections-helps-kids-and-parents-read-together/article_b0ac219d-ea0b-56cc-9db9-5975f17d2a9e.html\">LCI Article</a>.','Lincoln Journal-Star Features LCI','','inherit','closed','open','','1031-revision-4','','','2013-12-02 01:16:37','2013-12-02 01:16:37','',1031,'http://www.learningconnectionsweb.com/?p=1037',0,'revision','',0),(1038,2,'2013-12-02 01:23:40','2013-12-02 01:23:40','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: <a title=\"LCI Article\" href=\"http://journalstar.com/business/local/learning-connections-helps-kids-and-parents-read-together/article_b0ac219d-ea0b-56cc-9db9-5975f17d2a9e.html\">LCI Article</a>.','Lincoln Journal-Star Features Learning ConnectionsLCI','','inherit','closed','open','','1031-autosave','','','2013-12-02 01:23:40','2013-12-02 01:23:40','',1031,'http://www.learningconnectionsweb.com/?p=1038',0,'revision','',0),(1039,2,'2013-12-02 01:22:33','2013-12-02 01:22:33','Learning Connections, Inc., was featured in the Lincoln Journal-Star for Sunday, December 1, 2013. See the story here: <a title=\"LCI Article\" href=\"http://journalstar.com/business/local/learning-connections-helps-kids-and-parents-read-together/article_b0ac219d-ea0b-56cc-9db9-5975f17d2a9e.html\">LCI Article</a>.','Lincoln Journal-Star Features LCI','','inherit','closed','open','','1031-revision-5','','','2013-12-02 01:22:33','2013-12-02 01:22:33','',1031,'http://www.learningconnectionsweb.com/?p=1039',0,'revision','',0),(1041,2,'2013-12-02 01:09:35','2013-12-02 01:09:35','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">February 20-21, 2014:<strong></strong></strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Conference in Kearney, NE</span>\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2013-12-02 01:09:35','2013-12-02 01:09:35','',44,'http://www.learningconnectionsweb.com/?p=1041',0,'revision','',0),(1044,2,'2014-07-04 01:52:48','2014-07-04 01:52:48','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" alt=\"Making Friends\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\r\n\r\nActivity—Players of a board game discuss different aspects of friendship.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Making Friends Is An Art Parent Pack','','publish','closed','open','','making-friends-is-an-art-parent-pack','','','2015-02-24 03:57:07','2015-02-24 03:57:07','',511,'http://www.learningconnectionsweb.com/?page_id=1044',0,'page','',0),(1045,2,'2014-07-04 01:40:42','2014-07-04 01:40:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\nBrown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn’t smile very often because he doesn‘t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\n\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2014-07-04 01:40:42','2014-07-04 01:40:42','',1044,'http://www.learningconnectionsweb.com/?p=1045',0,'revision','',0),(1046,2,'2014-07-04 01:48:52','2014-07-04 01:48:52','','Making Friends Is An Art','','inherit','closed','open','','making-friends','','','2014-07-04 01:48:52','2014-07-04 01:48:52','',1044,'http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg',0,'attachment','image/jpeg',0),(1047,2,'2014-07-04 01:49:40','2014-07-04 01:49:40','<div style=\"float: left; margin-right: 15px;\"></div>\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"alignnone size-medium wp-image-1046\" alt=\"Making Friends\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\n\nActivity—Players of a board game discuss different aspects of friendship.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2014-07-04 01:49:40','2014-07-04 01:49:40','',1044,'http://www.learningconnectionsweb.com/?p=1047',0,'revision','',0),(1048,2,'2014-07-04 01:51:38','2014-07-04 01:51:38','<div style=\"float: left; margin-right: 15px;\"></div>\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" alt=\"Making Friends\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\n\nActivity—Players of a board game discuss different aspects of friendship.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2014-07-04 01:51:38','2014-07-04 01:51:38','',1044,'http://www.learningconnectionsweb.com/?p=1048',0,'revision','',0),(1049,2,'2014-07-04 01:52:44','2014-07-04 01:52:44','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" alt=\"Making Friends\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\r\n\r\nActivity—Players of a board game discuss different aspects of friendship.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2014-07-04 01:52:44','2014-07-04 01:52:44','',1044,'http://www.learningconnectionsweb.com/?p=1049',0,'revision','',0),(1050,2,'2014-07-04 01:52:48','2014-07-04 01:52:48','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" alt=\"Making Friends\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\r\n\r\nActivity—Players of a board game discuss different aspects of friendship.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2014-07-04 01:52:48','2014-07-04 01:52:48','',1044,'http://www.learningconnectionsweb.com/?p=1050',0,'revision','',0),(1051,2,'2014-07-04 01:56:48','2014-07-04 01:56:48','<div style=\"float: left; margin-right: 15px;\"></div>\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" alt=\"Making Friends\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\n\nActivity—Players of a board game discuss different aspects of friendship.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-autosave-v1','','','2014-07-04 01:56:48','2014-07-04 01:56:48','',1044,'http://www.learningconnectionsweb.com/?p=1051',0,'revision','',0),(1054,2,'2014-01-04 23:22:14','2014-01-04 23:22:14','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong style=\"line-height: 1.65;\">February 17-18, 2014:</strong><span style=\"line-height: 1.65;\"> National Family Literacy Conference in Washington, D.C.</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 20-21, 2014:<strong></strong></strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Conference in Kearney, NE</span>\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2014-01-04 23:22:14','2014-01-04 23:22:14','',44,'http://www.learningconnectionsweb.com/?p=1054',0,'revision','',0),(1055,2,'2014-09-02 01:06:04','2014-09-02 01:06:04','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n \r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:<strong></strong></strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2014-09-02 01:06:04','2014-09-02 01:06:04','',44,'http://www.learningconnectionsweb.com/?p=1055',0,'revision','',0),(1056,2,'2014-09-02 01:15:56','2014-09-02 01:15:56','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, Iowa\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:<strong></strong></strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2014-09-02 01:15:56','2014-09-02 01:15:56','',44,'http://www.learningconnectionsweb.com/?p=1056',0,'revision','',0),(1057,2,'2014-09-02 01:48:22','2014-09-02 01:48:22','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\n\n<strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\n\n<strong>Anti-Bullying Kits:</strong> One literacy kit (and parent pack), <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\n\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\n\n[eshop_list_subpages]','Health and Bullying Kits','','inherit','closed','open','','511-autosave','','','2014-09-02 01:48:22','2014-09-02 01:48:22','',511,'http://www.learningconnectionsweb.com/?p=1057',0,'revision','',0),(1058,2,'2013-02-15 14:54:27','2013-02-15 14:54:27','<strong>Keeping Kids Healthy Literacy Kits and Parent Packs</strong>\r\n\r\nSix literacy kits have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health Kits','','inherit','closed','open','','511-revision-5','','','2013-02-15 14:54:27','2013-02-15 14:54:27','',511,'http://www.learningconnectionsweb.com/?p=1058',0,'revision','',0),(1059,2,'2014-09-02 01:28:04','2014-09-02 01:28:04','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\r\n\r\n<strong>Health Kits: </strong>Six literacy kits have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<strong>Anti-Bullying Kits:</strong> One literacy kit, <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Bullying Kits','','inherit','closed','open','','511-revision-6','','','2014-09-02 01:28:04','2014-09-02 01:28:04','',511,'http://www.learningconnectionsweb.com/?p=1059',0,'revision','',0),(1060,2,'2014-09-02 01:30:22','2014-09-02 01:30:22','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\r\n\r\n<strong>Health Kits: </strong>Six literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<strong>Anti-Bullying Kits:</strong> One literacy kit (and parent pack), <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Bullying Kits','','inherit','closed','open','','511-revision-7','','','2014-09-02 01:30:22','2014-09-02 01:30:22','',511,'http://www.learningconnectionsweb.com/?p=1060',0,'revision','',0),(1061,2,'2013-02-15 14:54:44','2013-02-15 14:54:44','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2.jpg\"><img class=\"size-medium wp-image-112 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"rocke2\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/rocke2-300x284.jpg\" alt=\"\" width=\"300\" height=\"284\" /></a>What is a Literacy Kit?\r\n\r\nA literacy kit is designed to enhance children’s literacy skills and appreciation for literature, and to encourage parent involvement in this effort. The kits are checked out by schools or organizations to students, much like a library book. The student takes the kit home to read the book and do the activities with his or her parents. The books selected as the basis for the Learning Connections literacy kits are all great, award-winning children’s literature.\r\n\r\nEighteen of the 23 literacy kits contain both an English and a Spanish copy of the book, a literacy guide written in both English and Spanish, an educational activity, and a Response Journal for parents to communicate with the teacher. (Five of the literacy kits are available only in English because the books are not published in Spanish.) The first page of the guide suggests questions for parents to ask their child as they are reading the book together, as well as discussion questions after they have finished. The second page describes in detail how to do the activity that is included in the kit; the third page offers an additional activity for parents to do at home with their child; and the last page is a bibliography of related books to look for on their next visit to the library. The hands-on activity is always educational and can be used at the level of the child. All of these items are housed in a colorful, durable children’s backpack.\r\n\r\nLearning Connections literacy kits provide unique, motivating, hands-on learning opportunities for children pre-school through third grade.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Literacy Kits','','inherit','closed','open','','381-revision-10','','','2013-02-15 14:54:44','2013-02-15 14:54:44','',381,'http://www.learningconnectionsweb.com/?p=1061',0,'revision','',0),(1062,1,'2010-10-21 12:35:58','2010-10-21 12:35:58','Throughout the four years that Judy Guenzel, founder of Learning Connections, Inc., was an educational consultant with Reading Rainbow, she created and presented workshops in the states of California, Ohio, Missouri, and Kansas. Judy is able to offer hands-on in-service workshops for teachers and/or families that are tailor-made for your school community. Workshops can be specially designed to meet the federal mandates for providing school-to-home connections that will help students succeed. She is able to customize workshops that meet the needs of any audience. Target audiences include teachers, parents, daycare providers, and anyone who works with children. Past workshops have emphasized parent involvement, integrating language arts with math and science, literacy in the home, and home-to-school connections, as well as specific topics for teachers.\r\n\r\n[contact-form 2 \"Workshop Form\"]','Workshop Booking','','inherit','closed','open','','17-revision-v1','','','2010-10-21 12:35:58','2010-10-21 12:35:58','',17,'http://www.learningconnectionsweb.com/?p=1062',0,'revision','',0),(1063,2,'2012-10-17 00:45:06','2012-10-17 00:45:06','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','523-revision-v1','','','2012-10-17 00:45:06','2012-10-17 00:45:06','',523,'http://www.learningconnectionsweb.com/?p=1063',0,'revision','',0),(1064,2,'2012-10-17 00:46:29','2012-10-17 00:46:29','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2012-10-17 00:46:29','2012-10-17 00:46:29','',596,'http://www.learningconnectionsweb.com/?p=1064',0,'revision','',0),(1065,2,'2012-10-16 01:14:54','2012-10-16 01:14:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img class=\"alignnone size-medium wp-image-156\" title=\"BerensteinTooMuchJunkFood\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','520-revision-v1','','','2012-10-16 01:14:54','2012-10-16 01:14:54','',520,'http://www.learningconnectionsweb.com/?p=1065',0,'revision','',0),(1066,2,'2012-10-16 01:18:07','2012-10-16 01:18:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','599-revision-v1','','','2012-10-16 01:18:07','2012-10-16 01:18:07','',599,'http://www.learningconnectionsweb.com/?p=1066',0,'revision','',0),(1067,2,'2013-03-01 01:57:31','2013-03-01 01:57:31','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2.jpg\"><img class=\"alignnone size-medium wp-image-806\" title=\"BerensteinTooMuchTV2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2013-03-01 01:57:31','2013-03-01 01:57:31','',406,'http://www.learningconnectionsweb.com/?p=1067',0,'revision','',0),(1068,2,'2012-10-16 01:18:45','2012-10-16 01:18:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','603-revision-v1','','','2012-10-16 01:18:45','2012-10-16 01:18:45','',603,'http://www.learningconnectionsweb.com/?p=1068',0,'revision','',0),(1069,2,'2013-03-01 02:02:26','2013-03-01 02:02:26','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2013-03-01 02:02:26','2013-03-01 02:02:26','',527,'http://www.learningconnectionsweb.com/?p=1069',0,'revision','',0),(1070,2,'2012-10-16 01:59:53','2012-10-16 01:59:53','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2012-10-16 01:59:53','2012-10-16 01:59:53','',595,'http://www.learningconnectionsweb.com/?p=1070',0,'revision','',0),(1073,2,'2012-10-16 02:01:20','2012-10-16 02:01:20','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2012-10-16 02:01:20','2012-10-16 02:01:20','',531,'http://www.learningconnectionsweb.com/?p=1073',0,'revision','',0),(1074,2,'2012-10-16 02:01:53','2012-10-16 02:01:53','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2012-10-16 02:01:53','2012-10-16 02:01:53','',538,'http://www.learningconnectionsweb.com/?p=1074',0,'revision','',0),(1075,2,'2012-10-17 00:41:42','2012-10-17 00:41:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Literacy Kit','','inherit','closed','open','','533-revision-v1','','','2012-10-17 00:41:42','2012-10-17 00:41:42','',533,'http://www.learningconnectionsweb.com/?p=1075',0,'revision','',0),(1076,2,'2012-10-17 00:42:00','2012-10-17 00:42:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2012-10-17 00:42:00','2012-10-17 00:42:00','',536,'http://www.learningconnectionsweb.com/?p=1076',0,'revision','',0),(1078,2,'2014-09-02 02:05:36','2014-09-02 02:05:36','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers.jpg\"><img class=\"alignnone size-medium wp-image-1591 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers-300x225.jpg\" alt=\"Bully Blockers\" width=\"300\" height=\"225\" /></a>\r\n\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n ','The Bully Blockers Club Literacy Kit','','publish','closed','closed','','the-bully-blockers-club-literacy-kit','','','2018-06-26 00:45:37','2018-06-26 00:45:37','',17,'http://www.learningconnectionsweb.com/?page_id=1078',0,'page','',0),(1079,2,'2014-09-02 02:05:19','2014-09-02 02:05:19','<img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BullyBlockers-280x210.jpg\" alt=\"BullyBlockers\" />On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','1078-revision-v1','','','2014-09-02 02:05:19','2014-09-02 02:05:19','',1078,'http://www.learningconnectionsweb.com/?p=1079',0,'revision','',0),(1080,2,'2012-10-16 02:13:01','2012-10-16 02:13:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2012-10-16 02:13:01','2012-10-16 02:13:01','',471,'http://www.learningconnectionsweb.com/?p=1080',0,'revision','',0),(1081,2,'2014-09-02 02:08:57','2014-09-02 02:08:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Parent Pack','','publish','closed','open','','the-bully-blockers-club-parent-pack','','','2015-02-24 03:37:54','2015-02-24 03:37:54','',17,'http://www.learningconnectionsweb.com/?page_id=1081',0,'page','',0),(1082,2,'2014-09-02 02:08:44','2014-09-02 02:08:44','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Parent Pack','','inherit','closed','open','','1081-revision-v1','','','2014-09-02 02:08:44','2014-09-02 02:08:44','',1081,'http://www.learningconnectionsweb.com/?p=1082',0,'revision','',0),(1084,1,'2013-02-15 14:55:06','2013-02-15 14:55:06','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">Each parent pack is housed in a zippered plastic bag and contains one book, either in English or Spanish, a one-page guide with tips for reading the book on one side and an explanation of the activity on the other, and an educational, hands-on activity. Each parent pack is priced individually. Please refer to the literacy kits for the summary of each book and activity.</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Parent Packs','','inherit','closed','open','','457-revision-v1','','','2013-02-15 14:55:06','2013-02-15 14:55:06','',457,'http://www.learningconnectionsweb.com/?p=1084',0,'revision','',0),(1085,2,'2014-09-02 01:31:23','2014-09-02 01:31:23','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\r\n\r\n<strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<strong>Anti-Bullying Kits:</strong> One literacy kit (and parent pack), <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Bullying Kits','','inherit','closed','open','','511-revision-8','','','2014-09-02 01:31:23','2014-09-02 01:31:23','',511,'http://www.learningconnectionsweb.com/?p=1085',0,'revision','',0),(1086,2,'2014-09-02 02:12:53','2014-09-02 02:12:53','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\r\n\r\n<strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<strong>Anti-Bullying Kits:</strong> One literacy kit (and parent pack), <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Pre-K to Fifth Grade Parent Packs','','inherit','closed','open','','511-revision-9','','','2014-09-02 02:12:53','2014-09-02 02:12:53','',511,'http://www.learningconnectionsweb.com/?p=1086',0,'revision','',0),(1087,2,'2012-10-16 00:58:48','2012-10-16 00:58:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2.jpg\"><img class=\"alignnone size-medium wp-image-207\" title=\"alexanderpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\n“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','inherit','closed','open','','465-revision-v1','','','2012-10-16 00:58:48','2012-10-16 00:58:48','',465,'http://www.learningconnectionsweb.com/?p=1087',0,'revision','',0),(1088,2,'2012-10-16 02:12:01','2012-10-16 02:12:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2012-10-16 02:12:01','2012-10-16 02:12:01','',467,'http://www.learningconnectionsweb.com/?p=1088',0,'revision','',0),(1089,2,'2012-10-16 02:11:42','2012-10-16 02:11:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','461-revision-v1','','','2012-10-16 02:11:42','2012-10-16 02:11:42','',461,'http://www.learningconnectionsweb.com/?p=1089',0,'revision','',0),(1090,2,'2012-10-16 02:12:28','2012-10-16 02:12:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','469-revision-v1','','','2012-10-16 02:12:28','2012-10-16 02:12:28','',469,'http://www.learningconnectionsweb.com/?p=1090',0,'revision','',0),(1091,2,'2012-10-16 02:13:51','2012-10-16 02:13:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-219\" title=\"charlotteswebpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity— Adjective card game.','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2012-10-16 02:13:51','2012-10-16 02:13:51','',478,'http://www.learningconnectionsweb.com/?p=1091',0,'revision','',0),(1092,2,'2012-10-16 02:14:12','2012-10-16 02:14:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-221\" title=\"chrysanthemumpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2012-10-16 02:14:12','2012-10-16 02:14:12','',480,'http://www.learningconnectionsweb.com/?p=1092',0,'revision','',0),(1093,2,'2012-10-16 02:14:49','2012-10-16 02:14:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img class=\"alignnone size-medium wp-image-223\" title=\"clickclackmoopp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2012-10-16 02:14:49','2012-10-16 02:14:49','',483,'http://www.learningconnectionsweb.com/?p=1093',0,'revision','',0),(1094,2,'2012-10-16 02:15:12','2012-10-16 02:15:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-225\" title=\"corduroypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" width=\"262\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2012-10-16 02:15:12','2012-10-16 02:15:12','',485,'http://www.learningconnectionsweb.com/?p=1094',0,'revision','',0),(1095,2,'2012-10-16 02:18:08','2012-10-16 02:18:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img class=\"alignnone size-medium wp-image-227\" title=\"greeneggspp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2012-10-16 02:18:08','2012-10-16 02:18:08','',487,'http://www.learningconnectionsweb.com/?p=1095',0,'revision','',0),(1096,2,'2012-10-16 02:18:53','2012-10-16 02:18:53','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','463-revision-v1','','','2012-10-16 02:18:53','2012-10-16 02:18:53','',463,'http://www.learningconnectionsweb.com/?p=1096',0,'revision','',0),(1097,2,'2014-07-04 01:55:45','2014-07-04 01:55:45','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" alt=\"Making Friends\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\r\n\r\nActivity—Players of a board game discuss different aspects of friendship.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2014-07-04 01:55:45','2014-07-04 01:55:45','',1044,'http://www.learningconnectionsweb.com/?p=1097',0,'revision','',0),(1098,2,'2012-10-16 02:19:14','2012-10-16 02:19:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-233\" title=\"swimmypp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2012-10-16 02:19:14','2012-10-16 02:19:14','',493,'http://www.learningconnectionsweb.com/?p=1098',0,'revision','',0),(1099,2,'2012-10-16 02:19:42','2012-10-16 02:19:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img class=\"alignnone size-medium wp-image-236\" title=\"tackypp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nTacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2012-10-16 02:19:42','2012-10-16 02:19:42','',495,'http://www.learningconnectionsweb.com/?p=1099',0,'revision','',0),(1101,2,'2014-09-02 02:08:13','2014-09-02 02:08:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2014-09-02 02:08:13','2014-09-02 02:08:13','',471,'http://www.learningconnectionsweb.com/?p=1101',0,'revision','',0),(1102,2,'2012-10-16 02:21:42','2012-10-16 02:21:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-217\" title=\"catinyhehatdictionarypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2012-10-16 02:21:42','2012-10-16 02:21:42','',476,'http://www.learningconnectionsweb.com/?p=1102',0,'revision','',0),(1103,2,'2012-10-16 02:22:12','2012-10-16 02:22:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-215\" title=\"catinthehatpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinthehatpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nPoor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.','The Cat in the Hat Parent Pack','','inherit','closed','open','','473-revision-v1','','','2012-10-16 02:22:12','2012-10-16 02:22:12','',473,'http://www.learningconnectionsweb.com/?p=1103',0,'revision','',0),(1104,2,'2012-10-16 02:22:37','2012-10-16 02:22:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-229\" title=\"hatpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2012-10-16 02:22:37','2012-10-16 02:22:37','',489,'http://www.learningconnectionsweb.com/?p=1104',0,'revision','',0),(1105,2,'2012-10-16 02:23:10','2012-10-16 02:23:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-231\" title=\"keepingquiltpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful designs.','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2012-10-16 02:23:10','2012-10-16 02:23:10','',491,'http://www.learningconnectionsweb.com/?p=1105',0,'revision','',0),(1106,2,'2013-02-05 02:57:40','2013-02-05 02:57:40','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2013-02-05 02:57:40','2013-02-05 02:57:40','',820,'http://www.learningconnectionsweb.com/?p=1106',0,'revision','',0),(1107,2,'2012-10-16 02:23:46','2012-10-16 02:23:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2012-10-16 02:23:46','2012-10-16 02:23:46','',499,'http://www.learningconnectionsweb.com/?p=1107',0,'revision','',0),(1108,2,'2012-10-16 02:24:01','2012-10-16 02:24:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-240\" title=\"updownpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2012-10-16 02:24:01','2012-10-16 02:24:01','',497,'http://www.learningconnectionsweb.com/?p=1108',0,'revision','',0),(1109,2,'2012-10-16 02:24:24','2012-10-16 02:24:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img class=\"alignnone size-medium wp-image-244\" title=\"wherewildthingsarepp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2012-10-16 02:24:24','2012-10-16 02:24:24','',501,'http://www.learningconnectionsweb.com/?p=1109',0,'revision','',0),(1110,2,'2012-10-17 00:41:14','2012-10-17 00:41:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2012-10-17 00:41:14','2012-10-17 00:41:14','',503,'http://www.learningconnectionsweb.com/?p=1110',0,'revision','',0),(1111,2,'2012-10-16 02:25:23','2012-10-16 02:25:23','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img class=\"alignnone size-medium wp-image-311\" title=\"wilfridpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2012-10-16 02:25:23','2012-10-16 02:25:23','',505,'http://www.learningconnectionsweb.com/?p=1111',0,'revision','',0),(1113,2,'2014-09-02 02:11:17','2014-09-02 02:11:17','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">Each parent pack is housed in a zippered plastic bag and contains one book, either in English or Spanish, a one-page guide with tips for reading the book on one side and an explanation of the activity on the other, and an educational, hands-on activity. Each parent pack is priced individually. Please refer to the literacy kits for the summary of each book and activity.</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Parent Packs to change','','inherit','closed','open','','457-revision-v1','','','2014-09-02 02:11:17','2014-09-02 02:11:17','',457,'http://www.learningconnectionsweb.com/?p=1113',0,'revision','',0),(1114,2,'2014-09-02 02:32:36','2014-09-02 02:32:36','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">We are in the process of creating a new set of Literacy Kits for infants and toddlers, from birth to three. Each Literacy Kit will come in the same colorful backpack as our Pre-K to Fifth Grade kits. They will each be written around specific themes and each will contain three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new kits are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three','','inherit','closed','open','','457-revision-v1','','','2014-09-02 02:32:36','2014-09-02 02:32:36','',457,'http://www.learningconnectionsweb.com/?p=1114',0,'revision','',0),(1115,2,'2014-09-02 02:33:02','2014-09-02 02:33:02','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">We are in the process of creating a new set of Literacy Kits for infants and toddlers, from birth to three. Each Literacy Kit will come in the same colorful backpack as our Pre-K to Fifth Grade kits. They will each be written around specific themes and each will contain three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new kits are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Literacy Kits','','inherit','closed','open','','457-revision-v1','','','2014-09-02 02:33:02','2014-09-02 02:33:02','',457,'http://www.learningconnectionsweb.com/?p=1115',0,'revision','',0),(1116,1,'2012-05-29 21:22:51','2012-05-29 21:22:51','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\"><img class=\"size-full wp-image-41 alignright\" title=\"education\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/education.gif\" alt=\"\" width=\"299\" height=\"167\" /></a>Several educational tools are available through Learning Connections to enhance the learning process of children.\r\n\r\n<strong><a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Literacy-Kit-Order-Form.pdf\'>Literacy Kit Order Form</a></strong>\r\n\r\n<strong><a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Parent-Pack-Order-Form.pdf\'>Parent Pack Order Form</a></strong>\r\n\r\n--<strong>The Whispy Phone</strong> is a phonics phone unlike any other. It works by having the child whisper into one end of the phone with the other end to his or her ear. The phone is excellent for practicing reading aloud, accelerating development in speech training, helping struggling readers overcome their reluctance to read out loud, practicing spelling words and math facts, and helping students acquire phonemic awareness. They are so outstanding this is the only product Learning Connections sells that are not included in their literacy kits. Price--$5.00\r\n\r\n--<strong>Decks of cards</strong> are created by Learning Connections and produced by a professional card company. The price of each deck is $5.00.\r\n\r\n--<strong>Tooth Sleuth</strong> is a card game written in both English and Spanish with lots of information about dental health.\r\n\r\n--<strong>Go to the Store</strong> is a card game similar to \"Go Fish\" with pictures of fruits and vegetables.\r\n\r\n--<strong>Rhyme Time</strong> is a card game written in both English and Spanish with rhyming words in both languages. The English rhyming cards have Spanish translations and the Spanish rhyming cards have English translations.\r\n\r\n--<strong>Juggling scarves</strong> is a most amazing brain development activity because each time the scarf is tossed, the mid-line of the body is crossed and synapses are connected. Creating new synapses helps the brain learn and has been proven to raise reading scores, just to name one benefit. Juggling directions are always included. Price--$1.25 for individual scarves and $12.00 for a dozen.\r\n\r\n<strong>Order Form for <a href=\'http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Literacy-Kit-Order-Form.pdf\'>Literacy Kit Order Form</a></strong>\r\n\r\n<strong>Order Form for Parent Packs</strong>','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2012-05-29 21:22:51','2012-05-29 21:22:51','',15,'http://www.learningconnectionsweb.com/?p=1116',0,'revision','',0),(1117,2,'2014-09-02 02:35:28','2014-09-02 02:35:28','We are in the process of creating a new set of Parent Packs for infants and toddlers, from birth to three. Each Parent Pack will come in the same zippered plastic bags as our Pre-K to Parent Packs. They will each be written around specific themes and each will contain one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new packs are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Educational Tools','','inherit','closed','open','','15-revision-v1','','','2014-09-02 02:35:28','2014-09-02 02:35:28','',15,'http://www.learningconnectionsweb.com/?p=1117',0,'revision','',0),(1118,2,'2014-09-02 02:36:04','2014-09-02 02:36:04','We are in the process of creating a new set of Parent Packs for infants and toddlers, from birth to three. Each Parent Pack will come in the same zippered plastic bags as our Pre-K to Parent Packs. They will each be written around specific themes and each will contain one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new packs are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','open','','15-revision-v1','','','2014-09-02 02:36:04','2014-09-02 02:36:04','',15,'http://www.learningconnectionsweb.com/?p=1118',0,'revision','',0),(1119,2,'2014-09-02 02:36:19','2014-09-02 02:36:19','We are in the process of creating a new set of Parent Packs for infants and toddlers, from birth to three. Each Parent Pack will come in the same zippered plastic bags as our Pre-K to Parent Packs. They will each be written around specific themes and each will contain one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new packs are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','open','','15-revision-v1','','','2014-09-02 02:36:19','2014-09-02 02:36:19','',15,'http://www.learningconnectionsweb.com/?p=1119',0,'revision','',0),(1120,2,'2014-09-02 02:39:26','2014-09-02 02:39:26','We are in the process of creating a new set of Parent Packs for infants and toddlers, from birth to three. Each Parent Pack will come in the same zippered plastic bags as our Pre-K to Parent Packs. They will each be written around specific themes and each will contain one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new packs are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','open','','15-revision-v1','','','2014-09-02 02:39:26','2014-09-02 02:39:26','',15,'http://www.learningconnectionsweb.com/?p=1120',0,'revision','',0),(1121,2,'2014-09-02 02:45:04','2014-09-02 02:45:04','We are in the process of creating a new set of Parent Packs for infants and toddlers, from birth to three. Each Parent Pack will come in the same zippered plastic bags as our Pre-K to Parent Packs. They will each be written around specific themes and each will contain one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new packs are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','open','','15-revision-v1','','','2014-09-02 02:45:04','2014-09-02 02:45:04','',15,'http://www.learningconnectionsweb.com/?p=1121',0,'revision','',0),(1122,2,'2014-09-02 02:45:22','2014-09-02 02:45:22','We are in the process of creating a new set of Parent Packs for infants and toddlers, from birth to three. Each Parent Pack will come in the same zippered plastic bags as our Pre-K to Parent Packs. They will each be written around specific themes and each will contain one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new packs are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','What???','','inherit','closed','open','','15-revision-v1','','','2014-09-02 02:45:22','2014-09-02 02:45:22','',15,'http://www.learningconnectionsweb.com/?p=1122',0,'revision','',0),(1123,2,'2014-09-02 02:49:33','2014-09-02 02:49:33','We have created a new set of Literacy Kits and Parent Packs for infants and toddlers, from birth to three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits, and the Parent Packs come in the same plastic, zippered bags. They are each written around specific themes and each Kit contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. The Parent Packs come with your choice of any one of the three books in the corresponding Kit. Click on the appropriate link at the top to view details about these new Literacy Kits and Parent Packs.','Birth to Age Three Literacy Kits and Parent Packs are here!','','publish','closed','open','','birth-to-age-three-kits-coming-soon','','','2015-03-28 22:42:21','2015-03-28 22:42:21','',0,'http://www.learningconnectionsweb.com/?p=1123',0,'post','',0),(1124,2,'2014-09-02 02:49:27','2014-09-02 02:49:27','','Birth to Age Three Kits Coming Soon!','','inherit','closed','open','','1123-revision-v1','','','2014-09-02 02:49:27','2014-09-02 02:49:27','',1123,'http://www.learningconnectionsweb.com/?p=1124',0,'revision','',0),(1125,2,'2014-09-02 02:49:33','2014-09-02 02:49:33','','Birth to Age Three Kits Coming Soon!','','inherit','closed','open','','1123-revision-v1','','','2014-09-02 02:49:33','2014-09-02 02:49:33','',1123,'http://www.learningconnectionsweb.com/?p=1125',0,'revision','',0),(1126,2,'2014-09-02 02:50:09','2014-09-02 02:50:09','We are in the process of creating a new set of Literacy Kits for infants and toddlers, from birth to three. Each Literacy Kit will come in the same colorful backpack as our Pre-K to Fifth Grade kits. They will each be written around specific themes and each will contain three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Check back here soon as six of these new kits are nearly complete (with themes of colors, music, nursery rhymes, outdoor, playtime, and farm), and several others will be added soon after.','Birth to Age Three Kits Coming Soon!','','inherit','closed','open','','1123-revision-v1','','','2014-09-02 02:50:09','2014-09-02 02:50:09','',1123,'http://www.learningconnectionsweb.com/?p=1126',0,'revision','',0),(1128,1,'2014-09-25 15:22:02','2014-09-25 15:22:02','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\n\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst Literacy Kit','','inherit','closed','open','','164-autosave','','','2014-09-25 15:22:02','2014-09-25 15:22:02','',164,'http://www.learningconnectionsweb.com/?p=1128',0,'revision','',0),(1133,2,'2015-02-24 02:20:09','2015-02-24 02:20:09','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"Pre-K%20to%205th%20Grade%20Literacy%20Kit%20Order%20Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"Pre-K%20to%205th%20Grade%20Parent%20Pack%20Order%20Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"Birth%20to%20Age%203%20Literacy%20Kit%20Order%20Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"Birth%20to%20Age%203%20Parent%20Pack%20Order%20From.pdf\">Birth to Age 3 Parent Pack Order From</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-02-24 02:20:09','2015-02-24 02:20:09','',19,'http://www.learningconnectionsweb.com/?p=1133',0,'revision','',0),(1144,2,'2015-02-24 02:35:43','2015-02-24 02:35:43','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-02-24 02:35:43','2015-02-24 02:35:43','',19,'http://www.learningconnectionsweb.com/?p=1144',0,'revision','',0),(1145,2,'2015-02-24 02:41:50','2015-02-24 02:41:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this kit, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','523-revision-v1','','','2015-02-24 02:41:50','2015-02-24 02:41:50','',523,'http://www.learningconnectionsweb.com/?p=1145',0,'revision','',0),(1146,2,'2015-02-24 02:43:32','2015-02-24 02:43:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\n\nActivity: jump rope with many suggested activities.\n\n \n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Parent Pack','','inherit','closed','open','','596-autosave-v1','','','2015-02-24 02:43:32','2015-02-24 02:43:32','',596,'http://www.learningconnectionsweb.com/?p=1146',0,'revision','',0),(1147,2,'2015-02-24 02:43:39','2015-02-24 02:43:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Parent Pack','','inherit','closed','open','','596-revision-v1','','','2015-02-24 02:43:39','2015-02-24 02:43:39','',596,'http://www.learningconnectionsweb.com/?p=1147',0,'revision','',0),(1148,2,'2015-02-24 02:43:58','2015-02-24 02:43:58','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','523-revision-v1','','','2015-02-24 02:43:58','2015-02-24 02:43:58','',523,'http://www.learningconnectionsweb.com/?p=1148',0,'revision','',0),(1149,2,'2018-06-26 00:20:34','2018-06-26 00:20:34','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg\"><img class=\"alignnone size-medium wp-image-1588\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food-300x225.jpg\" alt=\"BB Junk Food\" width=\"300\" height=\"225\" /></a>\n<div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</div>\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\n\n</div>','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','520-autosave-v1','','','2018-06-26 00:20:34','2018-06-26 00:20:34','',520,'http://www.learningconnectionsweb.com/?p=1149',0,'revision','',0),(1150,2,'2015-02-24 02:44:38','2015-02-24 02:44:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img class=\"alignnone size-medium wp-image-156\" title=\"BerensteinTooMuchJunkFood\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','520-revision-v1','','','2015-02-24 02:44:38','2015-02-24 02:44:38','',520,'http://www.learningconnectionsweb.com/?p=1150',0,'revision','',0),(1151,2,'2015-02-24 02:45:21','2015-02-24 02:45:21','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','599-autosave-v1','','','2015-02-24 02:45:21','2015-02-24 02:45:21','',599,'http://www.learningconnectionsweb.com/?p=1151',0,'revision','',0),(1152,2,'2015-02-24 02:45:34','2015-02-24 02:45:34','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','599-revision-v1','','','2015-02-24 02:45:34','2015-02-24 02:45:34','',599,'http://www.learningconnectionsweb.com/?p=1152',0,'revision','',0),(1153,2,'2014-09-02 01:59:51','2014-09-02 01:59:51','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2.jpg\"><img class=\"alignnone size-medium wp-image-806\" title=\"BerensteinTooMuchTV2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2-300x225.jpg\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2014-09-02 01:59:51','2014-09-02 01:59:51','',406,'http://www.learningconnectionsweb.com/?p=1153',0,'revision','',0),(1154,2,'2015-02-24 02:46:06','2015-02-24 02:46:06','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2.jpg\"><img class=\"alignnone size-medium wp-image-806\" title=\"BerensteinTooMuchTV2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','406-revision-v1','','','2015-02-24 02:46:06','2015-02-24 02:46:06','',406,'http://www.learningconnectionsweb.com/?p=1154',0,'revision','',0),(1155,2,'2014-09-02 02:00:11','2014-09-02 02:00:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','603-revision-v1','','','2014-09-02 02:00:11','2014-09-02 02:00:11','',603,'http://www.learningconnectionsweb.com/?p=1155',0,'revision','',0),(1156,2,'2015-02-24 02:46:42','2015-02-24 02:46:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','603-revision-v1','','','2015-02-24 02:46:42','2015-02-24 02:46:42','',603,'http://www.learningconnectionsweb.com/?p=1156',0,'revision','',0),(1157,2,'2014-09-02 02:00:28','2014-09-02 02:00:28','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" width=\"300\" height=\"225\" /></a>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2014-09-02 02:00:28','2014-09-02 02:00:28','',527,'http://www.learningconnectionsweb.com/?p=1157',0,'revision','',0),(1158,2,'2015-02-24 02:47:55','2015-02-24 02:47:55','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\n\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','527-revision-v1','','','2015-02-24 02:47:55','2015-02-24 02:47:55','',527,'http://www.learningconnectionsweb.com/?p=1158',0,'revision','',0),(1159,2,'2014-09-02 02:00:45','2014-09-02 02:00:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2014-09-02 02:00:45','2014-09-02 02:00:45','',595,'http://www.learningconnectionsweb.com/?p=1159',0,'revision','',0),(1160,2,'2015-02-24 02:48:41','2015-02-24 02:48:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Parent Pack','','inherit','closed','open','','595-revision-v1','','','2015-02-24 02:48:41','2015-02-24 02:48:41','',595,'http://www.learningconnectionsweb.com/?p=1160',0,'revision','',0),(1163,2,'2015-02-24 02:51:28','2015-02-24 02:51:28','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-02-24 02:51:28','2015-02-24 02:51:28','',19,'http://www.learningconnectionsweb.com/?p=1163',0,'revision','',0),(1166,2,'2014-09-02 02:05:36','2014-09-02 02:05:36','<img alt=\"BullyBlockers\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BullyBlockers-280x210.jpg\" />On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','1078-revision-v1','','','2014-09-02 02:05:36','2014-09-02 02:05:36','',1078,'http://www.learningconnectionsweb.com/?p=1166',0,'revision','',0),(1167,2,'2015-02-24 02:52:54','2015-02-24 02:52:54','<img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BullyBlockers-280x210.jpg\" alt=\"BullyBlockers\" />On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','1078-revision-v1','','','2015-02-24 02:52:54','2015-02-24 02:52:54','',1078,'http://www.learningconnectionsweb.com/?p=1167',0,'revision','',0),(1168,2,'2015-02-24 02:53:34','2015-02-24 02:53:34','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Parent Pack','','inherit','closed','open','','1081-revision-v1','','','2015-02-24 02:53:34','2015-02-24 02:53:34','',1081,'http://www.learningconnectionsweb.com/?p=1168',0,'revision','',0),(1169,2,'2014-09-02 02:01:45','2014-09-02 02:01:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2014-09-02 02:01:45','2014-09-02 02:01:45','',531,'http://www.learningconnectionsweb.com/?p=1169',0,'revision','',0),(1170,2,'2015-02-24 02:54:03','2015-02-24 02:54:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','531-revision-v1','','','2015-02-24 02:54:03','2015-02-24 02:54:03','',531,'http://www.learningconnectionsweb.com/?p=1170',0,'revision','',0),(1171,2,'2014-09-02 02:02:03','2014-09-02 02:02:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2014-09-02 02:02:03','2014-09-02 02:02:03','',538,'http://www.learningconnectionsweb.com/?p=1171',0,'revision','',0),(1172,2,'2015-02-24 02:54:46','2015-02-24 02:54:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Parent Pack','','inherit','closed','open','','538-revision-v1','','','2015-02-24 02:54:46','2015-02-24 02:54:46','',538,'http://www.learningconnectionsweb.com/?p=1172',0,'revision','',0),(1174,2,'2014-09-02 02:02:20','2014-09-02 02:02:20','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" width=\"300\" height=\"225\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Literacy Kit','','inherit','closed','open','','533-revision-v1','','','2014-09-02 02:02:20','2014-09-02 02:02:20','',533,'http://www.learningconnectionsweb.com/?p=1174',0,'revision','',0),(1175,2,'2015-02-24 02:55:17','2015-02-24 02:55:17','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','inherit','closed','open','','533-revision-v1','','','2015-02-24 02:55:17','2015-02-24 02:55:17','',533,'http://www.learningconnectionsweb.com/?p=1175',0,'revision','',0),(1176,2,'2014-09-02 02:02:43','2014-09-02 02:02:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2014-09-02 02:02:43','2014-09-02 02:02:43','',536,'http://www.learningconnectionsweb.com/?p=1176',0,'revision','',0),(1177,2,'2015-02-24 02:55:48','2015-02-24 02:55:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Parent Pack','','inherit','closed','open','','536-revision-v1','','','2015-02-24 02:55:48','2015-02-24 02:55:48','',536,'http://www.learningconnectionsweb.com/?p=1177',0,'revision','',0),(1178,2,'2015-02-24 02:56:56','2015-02-24 02:56:56','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2.jpg\"><img class=\"alignnone size-medium wp-image-165\" title=\"AlexanderHor_sm-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/AlexanderHor_sm-2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Literacy Kit','','inherit','closed','open','','375-revision-v1','','','2015-02-24 02:56:56','2015-02-24 02:56:56','',375,'http://www.learningconnectionsweb.com/?p=1178',0,'revision','',0),(1179,2,'2012-10-17 00:47:33','2012-10-17 00:47:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','578-revision-v1','','','2012-10-17 00:47:33','2012-10-17 00:47:33','',578,'http://www.learningconnectionsweb.com/?p=1179',0,'revision','',0),(1180,2,'2015-02-24 02:58:11','2015-02-24 02:58:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive.jpg\"><img class=\"alignnone size-medium wp-image-567\" title=\"BeingActive\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BeingActive-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','inherit','closed','open','','578-revision-v1','','','2015-02-24 02:58:11','2015-02-24 02:58:11','',578,'http://www.learningconnectionsweb.com/?p=1180',0,'revision','',0),(1181,2,'2015-02-24 02:58:40','2015-02-24 02:58:40','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood.jpg\"><img class=\"alignnone size-medium wp-image-156\" title=\"BerensteinTooMuchJunkFood\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BerensteinTooMuchJunkFood-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','open','','370-revision-v1','','','2015-02-24 02:58:40','2015-02-24 02:58:40','',370,'http://www.learningconnectionsweb.com/?p=1181',0,'revision','',0),(1182,2,'2013-03-01 02:00:09','2013-03-01 02:00:09','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2.jpg\"><img class=\"alignnone size-medium wp-image-806\" title=\"BerensteinTooMuchTV2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2013-03-01 02:00:09','2013-03-01 02:00:09','',841,'http://www.learningconnectionsweb.com/?p=1182',0,'revision','',0),(1183,2,'2015-02-24 02:59:15','2015-02-24 02:59:15','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2.jpg\"><img class=\"alignnone size-medium wp-image-806\" title=\"BerensteinTooMuchTV2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/BerensteinTooMuchTV2-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','open','','841-revision-v1','','','2015-02-24 02:59:15','2015-02-24 02:59:15','',841,'http://www.learningconnectionsweb.com/?p=1183',0,'revision','',0),(1184,2,'2015-02-24 02:59:52','2015-02-24 02:59:52','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm.jpg\"><img class=\"alignnone size-medium wp-image-175\" title=\"CharlottesWeb_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/CharlottesWeb_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Charlotte\'s Web Literacy Kit','','inherit','closed','open','','418-revision-v1','','','2015-02-24 02:59:52','2015-02-24 02:59:52','',418,'http://www.learningconnectionsweb.com/?p=1184',0,'revision','',0),(1185,2,'2015-02-24 03:00:41','2015-02-24 03:00:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm.jpg\"><img class=\"alignnone size-medium wp-image-177\" title=\"Chrysanthemum_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Chrysanthemum_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Chrysanthemum Literacy Kit','','inherit','closed','open','','423-revision-v1','','','2015-02-24 03:00:41','2015-02-24 03:00:41','',423,'http://www.learningconnectionsweb.com/?p=1185',0,'revision','',0),(1186,2,'2015-02-24 03:01:13','2015-02-24 03:01:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm.jpg\"><img class=\"alignnone size-medium wp-image-179\" title=\"ClickClackMoo_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/ClickClackMoo_sm-237x300.jpg\" alt=\"\" width=\"237\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Click, Clack, Moo: Cows That Type Literacy Kit','','inherit','closed','open','','425-revision-v1','','','2015-02-24 03:01:13','2015-02-24 03:01:13','',425,'http://www.learningconnectionsweb.com/?p=1186',0,'revision','',0),(1187,2,'2015-02-24 03:01:56','2015-02-24 03:01:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm.jpg\"><img class=\"alignnone size-medium wp-image-181\" title=\"Corduroy_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Corduroy_sm-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Corduroy Literacy Kit','','inherit','closed','open','','427-revision-v1','','','2015-02-24 03:01:56','2015-02-24 03:01:56','',427,'http://www.learningconnectionsweb.com/?p=1187',0,'revision','',0),(1188,2,'2015-02-24 03:03:07','2015-02-24 03:03:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm.jpg\"><img class=\"alignnone size-medium wp-image-183\" title=\"GreenEggsAndHam_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/GreenEggsAndHam_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Green Eggs and Ham Literacy Kit','','inherit','closed','open','','429-revision-v1','','','2015-02-24 03:03:07','2015-02-24 03:03:07','',429,'http://www.learningconnectionsweb.com/?p=1188',0,'revision','',0),(1189,2,'2013-03-01 02:04:07','2013-03-01 02:04:07','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2013-03-01 02:04:07','2013-03-01 02:04:07','',433,'http://www.learningconnectionsweb.com/?p=1189',0,'revision','',0),(1190,2,'2015-02-24 03:03:47','2015-02-24 03:03:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\n\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Literacy Kit (Bilingual)','','inherit','closed','open','','433-revision-v1','','','2015-02-24 03:03:47','2015-02-24 03:03:47','',433,'http://www.learningconnectionsweb.com/?p=1190',0,'revision','',0),(1191,2,'2015-02-24 03:04:27','2015-02-24 03:04:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm.jpg\"><img class=\"alignnone size-medium wp-image-191\" title=\"SwimmyHor_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/SwimmyHor_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Literacy Kit','','inherit','closed','open','','438-revision-v1','','','2015-02-24 03:04:27','2015-02-24 03:04:27','',438,'http://www.learningconnectionsweb.com/?p=1191',0,'revision','',0),(1192,2,'2015-02-24 03:05:01','2015-02-24 03:05:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm.jpg\"><img class=\"alignnone size-medium wp-image-193\" title=\"Tacky_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Tacky_sm-300x285.jpg\" alt=\"\" width=\"300\" height=\"285\" /></a></div>\r\nTracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.\r\n\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Tacky the Penguin Literacy Kit','','inherit','closed','open','','630-revision-v1','','','2015-02-24 03:05:01','2015-02-24 03:05:01','',630,'http://www.learningconnectionsweb.com/?p=1192',0,'revision','',0),(1195,2,'2012-10-16 01:46:33','2012-10-16 01:46:33','<img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BullyBlockers-280x210.jpg\" alt=\"BullyBlockers\" />On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\nActivity: Game in which bullying situations are discussed.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','378-revision-v1','','','2012-10-16 01:46:33','2012-10-16 01:46:33','',378,'http://www.learningconnectionsweb.com/?p=1195',0,'revision','',0),(1196,2,'2015-02-24 03:06:07','2015-02-24 03:06:07','<img src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/BullyBlockers-280x210.jpg\" alt=\"BullyBlockers\" />On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Literacy Kit','','inherit','closed','open','','378-revision-v1','','','2015-02-24 03:06:07','2015-02-24 03:06:07','',378,'http://www.learningconnectionsweb.com/?p=1196',0,'revision','',0),(1197,2,'2013-02-07 01:35:39','2013-02-07 01:35:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/CatInTheHatDicionary2.jpg\"><img class=\"alignnone size-full wp-image-864\" title=\"CatInTheHatDicionary2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/CatInTheHatDicionary2.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.','The Cat in the Hat Dictionary Literacy Kit (Bilingual)','','inherit','closed','open','','416-revision-v1','','','2013-02-07 01:35:39','2013-02-07 01:35:39','',416,'http://www.learningconnectionsweb.com/?p=1197',0,'revision','',0),(1198,2,'2015-02-24 03:06:41','2015-02-24 03:06:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/CatInTheHatDicionary2.jpg\"><img class=\"alignnone size-full wp-image-864\" title=\"CatInTheHatDicionary2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/CatInTheHatDicionary2.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Dictionary Literacy Kit (Bilingual)','','inherit','closed','open','','416-revision-v1','','','2015-02-24 03:06:41','2015-02-24 03:06:41','',416,'http://www.learningconnectionsweb.com/?p=1198',0,'revision','',0),(1199,2,'2012-10-17 00:48:33','2012-10-17 00:48:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img class=\"alignnone size-medium wp-image-171\" title=\"catinhatbig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" width=\"217\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','The Cat in the Hat Literacy Kit (Bilingual)','','inherit','closed','open','','632-revision-v1','','','2012-10-17 00:48:33','2012-10-17 00:48:33','',632,'http://www.learningconnectionsweb.com/?p=1199',0,'revision','',0),(1200,2,'2015-02-24 03:07:11','2015-02-24 03:07:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig.gif\"><img class=\"alignnone size-medium wp-image-171\" title=\"catinhatbig\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinhatbig-217x300.gif\" alt=\"\" width=\"217\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Literacy Kit (Bilingual)','','inherit','closed','open','','632-revision-v1','','','2015-02-24 03:07:11','2015-02-24 03:07:11','',632,'http://www.learningconnectionsweb.com/?p=1200',0,'revision','',0),(1201,2,'2013-02-07 01:34:16','2013-02-07 01:34:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Hat3.jpg\"><img class=\"alignnone size-full wp-image-862\" title=\"Hat3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Hat3.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Literacy Kit','','inherit','closed','open','','431-revision-v1','','','2013-02-07 01:34:16','2013-02-07 01:34:16','',431,'http://www.learningconnectionsweb.com/?p=1201',0,'revision','',0),(1202,2,'2015-02-24 03:07:45','2015-02-24 03:07:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Hat3.jpg\"><img class=\"alignnone size-full wp-image-862\" title=\"Hat3\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Hat3.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Hat Literacy Kit','','inherit','closed','open','','431-revision-v1','','','2015-02-24 03:07:45','2015-02-24 03:07:45','',431,'http://www.learningconnectionsweb.com/?p=1202',0,'revision','',0),(1203,2,'2015-02-24 03:08:18','2015-02-24 03:08:18','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm.jpg\"><img class=\"alignnone size-medium wp-image-189\" title=\"keepingquilt_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquilt_sm-239x300.jpg\" alt=\"\" width=\"239\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Keeping Quilt Literacy Kit','','inherit','closed','open','','436-revision-v1','','','2015-02-24 03:08:18','2015-02-24 03:08:18','',436,'http://www.learningconnectionsweb.com/?p=1203',0,'revision','',0),(1204,2,'2015-02-24 03:08:54','2015-02-24 03:08:54','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Scrambled States of America Literacy Kit','','inherit','closed','open','','825-revision-v1','','','2015-02-24 03:08:54','2015-02-24 03:08:54','',825,'http://www.learningconnectionsweb.com/?p=1204',0,'revision','',0),(1205,2,'2012-10-16 01:48:13','2012-10-16 01:48:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','446-revision-v1','','','2012-10-16 01:48:13','2012-10-16 01:48:13','',446,'http://www.learningconnectionsweb.com/?p=1205',0,'revision','',0),(1206,2,'2015-02-24 03:09:32','2015-02-24 03:09:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm.jpg\"><img class=\"alignnone size-medium wp-image-199\" title=\"VegetableGroup_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/VegetableGroup_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Literacy Kit (Bilingual)','','inherit','closed','open','','446-revision-v1','','','2015-02-24 03:09:32','2015-02-24 03:09:32','',446,'http://www.learningconnectionsweb.com/?p=1206',0,'revision','',0),(1207,2,'2012-10-16 01:48:30','2012-10-16 01:48:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown.JPG\"><img class=\"alignnone size-medium wp-image-197\" title=\"UpDown\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown-300x224.jpg\" alt=\"\" width=\"300\" height=\"224\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.','Up, Down and Around Literacy Kit','','inherit','closed','open','','444-revision-v1','','','2012-10-16 01:48:30','2012-10-16 01:48:30','',444,'http://www.learningconnectionsweb.com/?p=1207',0,'revision','',0),(1208,2,'2015-02-24 03:10:05','2015-02-24 03:10:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown.JPG\"><img class=\"alignnone size-medium wp-image-197\" title=\"UpDown\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/UpDown-300x224.jpg\" alt=\"\" width=\"300\" height=\"224\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\n\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Up, Down and Around Literacy Kit','','inherit','closed','open','','444-revision-v1','','','2015-02-24 03:10:05','2015-02-24 03:10:05','',444,'http://www.learningconnectionsweb.com/?p=1208',0,'revision','',0),(1209,2,'2015-02-24 03:10:37','2015-02-24 03:10:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm.jpg\"><img class=\"alignnone size-medium wp-image-201\" title=\"wherewildthings_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthings_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Where the Wild Things Are Literacy Kit','','inherit','closed','open','','448-revision-v1','','','2015-02-24 03:10:37','2015-02-24 03:10:37','',448,'http://www.learningconnectionsweb.com/?p=1209',0,'revision','',0),(1210,2,'2012-10-17 00:40:48','2012-10-17 00:40:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Literacy Kit','','inherit','closed','open','','450-revision-v1','','','2012-10-17 00:40:48','2012-10-17 00:40:48','',450,'http://www.learningconnectionsweb.com/?p=1210',0,'revision','',0),(1211,2,'2015-02-24 03:11:05','2015-02-24 03:11:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm.jpg\"><img class=\"alignnone size-medium wp-image-203\" title=\"Wiggle_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/Wiggle_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','inherit','closed','open','','450-revision-v1','','','2015-02-24 03:11:05','2015-02-24 03:11:05','',450,'http://www.learningconnectionsweb.com/?p=1211',0,'revision','',0),(1212,2,'2012-10-16 01:49:58','2012-10-16 01:49:58','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred.jpg\"><img class=\"alignnone size-medium wp-image-584\" title=\"Wilfred\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred-237x300.jpg\" alt=\"\" width=\"237\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge Literacy Kit','','inherit','closed','open','','453-revision-v1','','','2012-10-16 01:49:58','2012-10-16 01:49:58','',453,'http://www.learningconnectionsweb.com/?p=1212',0,'revision','',0),(1213,2,'2015-02-24 03:11:35','2015-02-24 03:11:35','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred.jpg\"><img class=\"alignnone size-medium wp-image-584\" title=\"Wilfred\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/Wilfred-237x300.jpg\" alt=\"\" width=\"237\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wilfrid Gordon McDonald Partridge Literacy Kit','','inherit','closed','open','','453-revision-v1','','','2015-02-24 03:11:35','2015-02-24 03:11:35','',453,'http://www.learningconnectionsweb.com/?p=1213',0,'revision','',0),(1214,2,'2014-09-02 02:14:44','2014-09-02 02:14:44','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2.jpg\"><img class=\"alignnone size-medium wp-image-207\" title=\"alexanderpp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\n“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','inherit','closed','open','','465-revision-v1','','','2014-09-02 02:14:44','2014-09-02 02:14:44','',465,'http://www.learningconnectionsweb.com/?p=1214',0,'revision','',0),(1215,2,'2015-02-24 03:12:20','2015-02-24 03:12:20','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2.jpg\"><img class=\"alignnone size-medium wp-image-207\" title=\"alexanderpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/alexanderpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\n“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Parent Pack','','inherit','closed','open','','465-revision-v1','','','2015-02-24 03:12:20','2015-02-24 03:12:20','',465,'http://www.learningconnectionsweb.com/?p=1215',0,'revision','',0),(1216,2,'2014-09-02 02:16:14','2014-09-02 02:16:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2014-09-02 02:16:14','2014-09-02 02:16:14','',467,'http://www.learningconnectionsweb.com/?p=1216',0,'revision','',0),(1217,2,'2015-02-24 03:12:54','2015-02-24 03:12:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2.jpg\"><img class=\"alignnone size-medium wp-image-209\" title=\"beingactivepp2-2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/beingactivepp2-2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Parent Pack','','inherit','closed','open','','467-revision-v1','','','2015-02-24 03:12:54','2015-02-24 03:12:54','',467,'http://www.learningconnectionsweb.com/?p=1217',0,'revision','',0),(1218,2,'2014-09-02 02:16:45','2014-09-02 02:16:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','461-revision-v1','','','2014-09-02 02:16:45','2014-09-02 02:16:45','',461,'http://www.learningconnectionsweb.com/?p=1218',0,'revision','',0),(1219,2,'2015-02-24 03:13:42','2015-02-24 03:13:42','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2.jpg\"><img class=\"alignnone size-medium wp-image-158\" title=\"berensteinjunkfoodpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteinjunkfoodpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nMama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.\r\n\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Parent Pack','','inherit','closed','open','','461-revision-v1','','','2015-02-24 03:13:42','2015-02-24 03:13:42','',461,'http://www.learningconnectionsweb.com/?p=1219',0,'revision','',0),(1220,2,'2014-09-02 02:17:09','2014-09-02 02:17:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\nActivity: Three juggling scarves.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','469-revision-v1','','','2014-09-02 02:17:09','2014-09-02 02:17:09','',469,'http://www.learningconnectionsweb.com/?p=1220',0,'revision','',0),(1221,2,'2015-02-24 03:14:19','2015-02-24 03:14:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-211\" title=\"berensteintvpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/berensteintvpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Parent Pack','','inherit','closed','open','','469-revision-v1','','','2015-02-24 03:14:19','2015-02-24 03:14:19','',469,'http://www.learningconnectionsweb.com/?p=1221',0,'revision','',0),(1222,2,'2014-09-02 02:17:27','2014-09-02 02:17:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-219\" title=\"charlotteswebpp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity— Adjective card game.','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2014-09-02 02:17:27','2014-09-02 02:17:27','',478,'http://www.learningconnectionsweb.com/?p=1222',0,'revision','',0),(1223,2,'2015-02-24 03:14:56','2015-02-24 03:14:56','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-219\" title=\"charlotteswebpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/charlotteswebpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nAn affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity— Adjective card game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Charlotte\'s Web Parent Pack','','inherit','closed','open','','478-revision-v1','','','2015-02-24 03:14:56','2015-02-24 03:14:56','',478,'http://www.learningconnectionsweb.com/?p=1223',0,'revision','',0),(1224,2,'2014-09-02 02:17:48','2014-09-02 02:17:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-221\" title=\"chrysanthemumpp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2014-09-02 02:17:48','2014-09-02 02:17:48','',480,'http://www.learningconnectionsweb.com/?p=1224',0,'revision','',0),(1225,2,'2015-02-24 03:15:49','2015-02-24 03:15:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-221\" title=\"chrysanthemumpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/chrysanthemumpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Chrysanthemum Parent Pack','','inherit','closed','open','','480-revision-v1','','','2015-02-24 03:15:49','2015-02-24 03:15:49','',480,'http://www.learningconnectionsweb.com/?p=1225',0,'revision','',0),(1226,2,'2014-09-02 02:18:06','2014-09-02 02:18:06','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img class=\"alignnone size-medium wp-image-223\" title=\"clickclackmoopp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2014-09-02 02:18:06','2014-09-02 02:18:06','',483,'http://www.learningconnectionsweb.com/?p=1226',0,'revision','',0),(1227,2,'2015-02-24 03:16:43','2015-02-24 03:16:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm.jpg\"><img class=\"alignnone size-medium wp-image-223\" title=\"clickclackmoopp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/clickclackmoopp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Click, Clack, Moo: Cows That Type Parent Pack','','inherit','closed','open','','483-revision-v1','','','2015-02-24 03:16:43','2015-02-24 03:16:43','',483,'http://www.learningconnectionsweb.com/?p=1227',0,'revision','',0),(1228,2,'2014-09-02 02:19:14','2014-09-02 02:19:14','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-225\" title=\"corduroypp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" width=\"262\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2014-09-02 02:19:14','2014-09-02 02:19:14','',485,'http://www.learningconnectionsweb.com/?p=1228',0,'revision','',0),(1229,2,'2015-02-24 03:17:17','2015-02-24 03:17:17','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-225\" title=\"corduroypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/corduroypp_sm-262x300.jpg\" alt=\"\" width=\"262\" height=\"300\" /></a></div>\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Corduroy Parent Pack','','inherit','closed','open','','485-revision-v1','','','2015-02-24 03:17:17','2015-02-24 03:17:17','',485,'http://www.learningconnectionsweb.com/?p=1229',0,'revision','',0),(1230,2,'2014-09-02 02:19:31','2014-09-02 02:19:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img class=\"alignnone size-medium wp-image-227\" title=\"greeneggspp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2014-09-02 02:19:31','2014-09-02 02:19:31','',487,'http://www.learningconnectionsweb.com/?p=1230',0,'revision','',0),(1231,2,'2015-02-24 03:18:03','2015-02-24 03:18:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm.jpg\"><img class=\"alignnone size-medium wp-image-227\" title=\"greeneggspp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/greeneggspp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Green Eggs and Ham Parent Pack','','inherit','closed','open','','487-revision-v1','','','2015-02-24 03:18:03','2015-02-24 03:18:03','',487,'http://www.learningconnectionsweb.com/?p=1231',0,'revision','',0),(1232,2,'2014-09-02 02:19:49','2014-09-02 02:19:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','Healthy Snacks Parent Pack','','inherit','closed','open','','463-revision-v1','','','2014-09-02 02:19:49','2014-09-02 02:19:49','',463,'http://www.learningconnectionsweb.com/?p=1232',0,'revision','',0),(1233,2,'2015-02-24 03:18:43','2015-02-24 03:18:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2.jpg\"><img class=\"alignnone size-medium wp-image-562\" title=\"healthysnackspp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2012/03/healthysnackspp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nHealthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Healthy Snacks Parent Pack','','inherit','closed','open','','463-revision-v1','','','2015-02-24 03:18:43','2015-02-24 03:18:43','',463,'http://www.learningconnectionsweb.com/?p=1233',0,'revision','',0),(1234,2,'2015-02-24 03:19:24','2015-02-24 03:19:24','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends.jpg\"><img class=\"size-medium wp-image-1046 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2014/07/Making-Friends-300x224.jpg\" alt=\"Making Friends\" width=\"300\" height=\"224\" /></a>Brown is the least used pencil in the box. He’s tall, geeky and lonely. Brown envies Red, Purple, Blue and all the other pencils who have fun coloring and playing together. Dark Green is trustworthy, Pink listens well, Orange has fun, and everybody likes Red! Brown doesn\'t smile very often because he doesn\'t get used much and hardly ever needs sharpening. When Brown asks the other pencils why no one likes him, he discovers that to have friends, he needs to be a good friend. Brown learns to use all of the friendship skills the other pencils taught him and he makes friends and has fun too! In her trademark humorous fashion, author Julia Cook teaches kids of all ages (and adults too!) how to practice the art of friendship and getting along with others. Included in the book are tips for parents and teachers on how to help children who feel left out and have trouble making friends.\r\n\r\nActivity—Players of a board game discuss different aspects of friendship.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Making Friends Is An Art Parent Pack','','inherit','closed','open','','1044-revision-v1','','','2015-02-24 03:19:24','2015-02-24 03:19:24','',1044,'http://www.learningconnectionsweb.com/?p=1234',0,'revision','',0),(1235,2,'2014-09-02 02:20:39','2014-09-02 02:20:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-233\" title=\"swimmypp2_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2014-09-02 02:20:39','2014-09-02 02:20:39','',493,'http://www.learningconnectionsweb.com/?p=1235',0,'revision','',0),(1236,2,'2015-02-24 03:20:01','2015-02-24 03:20:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-233\" title=\"swimmypp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/swimmypp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Parent Pack','','inherit','closed','open','','493-revision-v1','','','2015-02-24 03:20:01','2015-02-24 03:20:01','',493,'http://www.learningconnectionsweb.com/?p=1236',0,'revision','',0),(1237,2,'2014-09-02 02:21:01','2014-09-02 02:21:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img class=\"alignnone size-medium wp-image-236\" title=\"tackypp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nTacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2014-09-02 02:21:01','2014-09-02 02:21:01','',495,'http://www.learningconnectionsweb.com/?p=1237',0,'revision','',0),(1238,2,'2015-02-24 03:20:37','2015-02-24 03:20:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2.jpg\"><img class=\"alignnone size-medium wp-image-236\" title=\"tackypp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/tackypp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nTacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\nActivity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Tacky the Penguin Parent Pack','','inherit','closed','open','','495-revision-v1','','','2015-02-24 03:20:37','2015-02-24 03:20:37','',495,'http://www.learningconnectionsweb.com/?p=1238',0,'revision','',0),(1241,2,'2015-02-24 03:21:44','2015-02-24 03:21:44','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide.jpg\"><img class=\"alignnone size-medium wp-image-332\" title=\"Bully Blocker PP with Guide\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/Bully-Blocker-PP-with-Guide-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a></div>\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Parent Pack','','inherit','closed','open','','471-revision-v1','','','2015-02-24 03:21:44','2015-02-24 03:21:44','',471,'http://www.learningconnectionsweb.com/?p=1241',0,'revision','',0),(1242,2,'2014-09-02 02:22:03','2014-09-02 02:22:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-217\" title=\"catinyhehatdictionarypp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2014-09-02 02:22:03','2014-09-02 02:22:03','',476,'http://www.learningconnectionsweb.com/?p=1242',0,'revision','',0),(1243,2,'2015-02-24 03:22:19','2015-02-24 03:22:19','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm.jpg\"><img class=\"alignnone size-medium wp-image-217\" title=\"catinyhehatdictionarypp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/catinyhehatdictionarypp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Dictionary Parent Pack','','inherit','closed','open','','476-revision-v1','','','2015-02-24 03:22:19','2015-02-24 03:22:19','',476,'http://www.learningconnectionsweb.com/?p=1243',0,'revision','',0),(1244,2,'2014-09-02 02:22:38','2014-09-02 02:22:38','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-229\" title=\"hatpp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2014-09-02 02:22:38','2014-09-02 02:22:38','',489,'http://www.learningconnectionsweb.com/?p=1244',0,'revision','',0),(1245,2,'2015-02-24 03:22:51','2015-02-24 03:22:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-229\" title=\"hatpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Hat Parent Pack','','inherit','closed','open','','489-revision-v1','','','2015-02-24 03:22:51','2015-02-24 03:22:51','',489,'http://www.learningconnectionsweb.com/?p=1245',0,'revision','',0),(1246,2,'2014-09-02 02:22:57','2014-09-02 02:22:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-231\" title=\"keepingquiltpp2_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful designs.','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2014-09-02 02:22:57','2014-09-02 02:22:57','',491,'http://www.learningconnectionsweb.com/?p=1246',0,'revision','',0),(1247,2,'2015-02-24 03:23:23','2015-02-24 03:23:23','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-231\" title=\"keepingquiltpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/keepingquiltpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful designs.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Keeping Quilt Parent Pack','','inherit','closed','open','','491-revision-v1','','','2015-02-24 03:23:23','2015-02-24 03:23:23','',491,'http://www.learningconnectionsweb.com/?p=1247',0,'revision','',0),(1248,2,'2014-09-02 02:23:15','2014-09-02 02:23:15','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2014-09-02 02:23:15','2014-09-02 02:23:15','',820,'http://www.learningconnectionsweb.com/?p=1248',0,'revision','',0),(1249,2,'2015-02-24 03:23:54','2015-02-24 03:23:54','<div style=\"float: left; margin-right: 15px;\"></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\"><img class=\"alignnone size-full wp-image-822\" title=\"ScrambledPP\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2013/02/ScrambledPP1.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.\r\n\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Scrambled States of America Parent Pack','','inherit','closed','open','','820-revision-v1','','','2015-02-24 03:23:54','2015-02-24 03:23:54','',820,'http://www.learningconnectionsweb.com/?p=1249',0,'revision','',0),(1250,2,'2014-09-02 02:23:32','2014-09-02 02:23:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2014-09-02 02:23:32','2014-09-02 02:23:32','',499,'http://www.learningconnectionsweb.com/?p=1250',0,'revision','',0),(1251,2,'2015-02-24 03:24:31','2015-02-24 03:24:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm.jpg\"><img class=\"alignnone size-medium wp-image-242\" title=\"vegetablegrouppp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/vegetablegrouppp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Vegetable Group Parent Pack','','inherit','closed','open','','499-revision-v1','','','2015-02-24 03:24:31','2015-02-24 03:24:31','',499,'http://www.learningconnectionsweb.com/?p=1251',0,'revision','',0),(1252,2,'2014-09-02 02:23:50','2014-09-02 02:23:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-240\" title=\"updownpp2_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\nActivity: Board game with vegetables to \"plant\" in a garden.','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2014-09-02 02:23:50','2014-09-02 02:23:50','',497,'http://www.learningconnectionsweb.com/?p=1252',0,'revision','',0),(1253,2,'2015-02-24 03:25:02','2015-02-24 03:25:02','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-240\" title=\"updownpp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/updownpp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nThis is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\n\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Up, Down and Around Parent Pack','','inherit','closed','open','','497-revision-v1','','','2015-02-24 03:25:02','2015-02-24 03:25:02','',497,'http://www.learningconnectionsweb.com/?p=1253',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1254,2,'2014-09-02 02:24:09','2014-09-02 02:24:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img class=\"alignnone size-medium wp-image-244\" title=\"wherewildthingsarepp_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2014-09-02 02:24:09','2014-09-02 02:24:09','',501,'http://www.learningconnectionsweb.com/?p=1254',0,'revision','',0),(1255,2,'2015-02-24 03:25:39','2015-02-24 03:25:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm.jpg\"><img class=\"alignnone size-medium wp-image-244\" title=\"wherewildthingsarepp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wherewildthingsarepp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThis is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Where the Wild Things Are Parent Pack','','inherit','closed','open','','501-revision-v1','','','2015-02-24 03:25:39','2015-02-24 03:25:39','',501,'http://www.learningconnectionsweb.com/?p=1255',0,'revision','',0),(1256,2,'2014-09-02 02:24:40','2014-09-02 02:24:40','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2014-09-02 02:24:40','2014-09-02 02:24:40','',503,'http://www.learningconnectionsweb.com/?p=1256',0,'revision','',0),(1257,2,'2015-02-24 03:26:12','2015-02-24 03:26:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm.jpg\"><img class=\"alignnone size-medium wp-image-246\" title=\"wigglepp2_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/wigglepp2_sm-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nDo you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Parent Pack','','inherit','closed','open','','503-revision-v1','','','2015-02-24 03:26:12','2015-02-24 03:26:12','',503,'http://www.learningconnectionsweb.com/?p=1257',0,'revision','',0),(1258,2,'2014-09-02 02:25:05','2014-09-02 02:25:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img class=\"alignnone size-medium wp-image-311\" title=\"wilfridpp2\" alt=\"\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" width=\"224\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2014-09-02 02:25:05','2014-09-02 02:25:05','',505,'http://www.learningconnectionsweb.com/?p=1258',0,'revision','',0),(1259,2,'2015-02-24 03:27:31','2015-02-24 03:27:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2.jpg\"><img class=\"alignnone size-medium wp-image-311\" title=\"wilfridpp2\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/11/wilfridpp2-224x300.jpg\" alt=\"\" width=\"224\" height=\"300\" /></a></div>\r\nA small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wilfrid Gordon McDonald Partridge Parent Pack','','inherit','closed','open','','505-revision-v1','','','2015-02-24 03:27:31','2015-02-24 03:27:31','',505,'http://www.learningconnectionsweb.com/?p=1259',0,'revision','',0),(1261,2,'2015-02-27 03:28:03','2015-02-27 03:28:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1382\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small-300x225.jpg\" alt=\"Bedtime small\" width=\"300\" height=\"225\" /></a></div>\r\n<p style=\"text-align: justify;\">Bedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, <em>Good Night, Baby</em> (bilingual), <em>Very First Words Bedtime</em>, and <em>Night-Night, Little Pookie</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','publish','closed','open','','bedtime-literacy-kit','','','2018-09-13 01:39:05','2018-09-13 01:39:05','',457,'http://www.learningconnectionsweb.com/?page_id=1261',0,'page','',0),(1262,2,'2015-02-27 03:28:03','2015-02-27 03:28:03','<div style=\"float: left; margin-right: 15px;\"></div>\r\nBedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','open','','1261-revision-v1','','','2015-02-27 03:28:03','2015-02-27 03:28:03','',1261,'http://www.learningconnectionsweb.com/?p=1262',0,'revision','',0),(1263,2,'2015-02-27 03:28:27','2015-02-27 03:28:27','','Photo Coming','','inherit','closed','open','','photo-coming','','','2015-02-27 03:29:26','2015-02-27 03:29:26','',1261,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg',0,'attachment','image/jpeg',0),(1265,2,'2015-02-27 03:44:32','2015-02-27 03:44:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>Bedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','open','','1261-autosave-v1','','','2015-02-27 03:44:32','2015-02-27 03:44:32','',1261,'http://www.learningconnectionsweb.com/?p=1265',0,'revision','',0),(1266,2,'2015-02-27 03:29:47','2015-02-27 03:29:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','open','','1261-revision-v1','','','2015-02-27 03:29:47','2015-02-27 03:29:47','',1261,'http://www.learningconnectionsweb.com/?p=1266',0,'revision','',0),(1267,2,'2015-02-27 03:30:22','2015-02-27 03:30:22',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small.jpg\"><img class=\"size-medium wp-image-1366 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small-225x300.jpg\" alt=\"Body 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books: Head, Shoulders, Knees and Toes, $15.00; Horns to Toes and in Between, $17.00; and My First Body Board Book, $17.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small.jpg\"><img class=\"size-medium wp-image-1365 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small-225x300.jpg\" alt=\"Body 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small.jpg\"><img class=\"size-medium wp-image-1364 alignnone\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small-225x300.jpg\" alt=\"Body 1 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n ','Body Parent Pack','','publish','closed','open','','body-literacy-kit','','','2017-07-18 01:37:04','2017-07-18 01:37:04','',15,'http://www.learningconnectionsweb.com/?page_id=1267',0,'page','',0),(1268,2,'2015-02-27 03:30:22','2015-02-27 03:30:22','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBabies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Kit','','inherit','closed','open','','1267-revision-v1','','','2015-02-27 03:30:22','2015-02-27 03:30:22','',1267,'http://www.learningconnectionsweb.com/?p=1268',0,'revision','',0),(1269,2,'2015-02-27 03:31:00','2015-02-27 03:31:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg\"><img class=\"alignnone size-medium wp-image-1296\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small-225x300.jpg\" alt=\"Colors small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, <em>Brown Bear, Brown Bear, What Do You See?</em>, <em>My First Colors Board Book</em>, and <em>Baby Colors!</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','publish','closed','open','','colors-literacy-kit','','','2018-09-13 01:40:01','2018-09-13 01:40:01','',457,'http://www.learningconnectionsweb.com/?page_id=1269',0,'page','',0),(1270,2,'2015-02-27 03:31:00','2015-02-27 03:31:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBabies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','inherit','closed','open','','1269-revision-v1','','','2015-02-27 03:31:00','2015-02-27 03:31:00','',1269,'http://www.learningconnectionsweb.com/?p=1270',0,'revision','',0),(1271,2,'2015-02-27 03:31:47','2015-02-27 03:31:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small.jpg\"><img class=\"alignnone size-medium wp-image-1461\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small-225x300.jpg\" alt=\"Farm Small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Animals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, <em>Baby Baa Baa</em>, <em>Touch and Feel Farm</em>, and <em>Little Blue Truck</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','publish','closed','open','','farm-literacy-kit','','','2018-09-13 01:40:27','2018-09-13 01:40:27','',457,'http://www.learningconnectionsweb.com/?page_id=1271',0,'page','',0),(1272,2,'2015-02-27 03:31:47','2015-02-27 03:31:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','open','','1271-revision-v1','','','2015-02-27 03:31:47','2015-02-27 03:31:47','',1271,'http://www.learningconnectionsweb.com/?p=1272',0,'revision','',0),(1273,2,'2015-02-27 03:33:27','2015-02-27 03:33:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small.jpg\"><img class=\"alignnone size-medium wp-image-1384\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small-300x225.jpg\" alt=\"First Words small\" width=\"300\" height=\"225\" /></a></div>\r\n<p style=\"text-align: justify;\">It is always an exciting time when babies say their first words. This kit gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this kit provides great opportunities for language development. Included in the kit, along with the cards, is a two-sided guide and three board books, <em>Bright Baby First Words</em>, <em>My First Word Board Book</em>, and <em>We’re Going on a Bear Hunt</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Literacy Kit','','publish','closed','open','','first-words-literacy-kit','','','2018-09-13 01:40:58','2018-09-13 01:40:58','',457,'http://www.learningconnectionsweb.com/?page_id=1273',0,'page','',0),(1274,2,'2015-02-27 03:33:27','2015-02-27 03:33:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nIt is always an exciting time when babies say their first words. This kit gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this kit provides great opportunities for language development. Included in the kit, along with the cards, is a two-sided guide and three board books, Bright Baby First Words, My First Word Board Book, and We’re Going on a Bear Hunt, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Literacy Kit','','inherit','closed','open','','1273-revision-v1','','','2015-02-27 03:33:27','2015-02-27 03:33:27','',1273,'http://www.learningconnectionsweb.com/?p=1274',0,'revision','',0),(1275,2,'2015-02-27 03:33:57','2015-02-27 03:33:57','<div style=\"float: left; margin-right: 15px; text-align: left;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4.jpg\"><img class=\"size-medium wp-image-1735 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4-300x225.jpg\" alt=\"Movement small\" width=\"300\" height=\"225\" /></a>Movement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, <em>Let’s Dance, Little Pookie</em>, <em>Baby Dance</em>, and <em>Five Little Monkeys Jumping on the Bed</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</div>\r\n<p style=\"text-align: left;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</p>','Movement Literacy Kit','','publish','closed','open','','movement-literacy-kit','','','2019-05-02 00:45:07','2019-05-02 00:45:07','',457,'http://www.learningconnectionsweb.com/?page_id=1275',0,'page','',0),(1276,2,'2015-02-27 03:33:57','2015-02-27 03:33:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nMovement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, Let’s Dance, Little Pookie, Baby Dance, and Five Little Monkeys Jumping on the Bed, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Literacy Kit','','inherit','closed','open','','1275-revision-v1','','','2015-02-27 03:33:57','2015-02-27 03:33:57','',1275,'http://www.learningconnectionsweb.com/?p=1276',0,'revision','',0),(1277,2,'2015-02-27 03:34:41','2015-02-27 03:34:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small.jpg\"><img class=\"alignnone size-medium wp-image-1299\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small-225x300.jpg\" alt=\"Music small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Music is so powerful for babies! This kit gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this kit as well as other activities to encourage music. Included in the kit, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and three board books, <em>Barnyard Dance</em>, <em>If You’re Happy</em> (bilingual), and <em>Old MacDonald Had a Farm</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Literacy Kit','','publish','closed','open','','music-literacy-kit','','','2018-09-13 01:42:41','2018-09-13 01:42:41','',457,'http://www.learningconnectionsweb.com/?page_id=1277',0,'page','',0),(1278,2,'2015-02-27 03:34:41','2015-02-27 03:34:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nMusic is so powerful for babies! This kit gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this kit as well as other activities to encourage music. Included in the kit, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Literacy Kit','','inherit','closed','open','','1277-revision-v1','','','2015-02-27 03:34:41','2015-02-27 03:34:41','',1277,'http://www.learningconnectionsweb.com/?p=1278',0,'revision','',0),(1279,2,'2015-02-27 03:35:30','2015-02-27 03:35:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small.jpg\"><img class=\"alignnone size-medium wp-image-1300\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small-225x300.jpg\" alt=\"Nursery R small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies learn so much from rhythm and rhyme. This kit gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this kit as well as other nursery rhyme activities. Included in the kit, along with the teddy bear, is a two-sided guide and three board books, <em>Teddy Bear Teddy Bear</em>, <em>This Little Piggy</em>, and <em>Humpty Dumpty’s Nursery Rhymes</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Literacy Kit','','publish','closed','open','','nursery-rhymes-literacy-kit','','','2018-09-13 01:43:07','2018-09-13 01:43:07','',457,'http://www.learningconnectionsweb.com/?page_id=1279',0,'page','',0),(1280,2,'2015-02-27 03:35:30','2015-02-27 03:35:30','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBabies learn so much from rhythm and rhyme. This kit gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this kit as well as other nursery rhyme activities. Included in the kit, along with the teddy bear, is a two-sided guide and three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Literacy Kit','','inherit','closed','open','','1279-revision-v1','','','2015-02-27 03:35:30','2015-02-27 03:35:30','',1279,'http://www.learningconnectionsweb.com/?p=1280',0,'revision','',0),(1281,2,'2015-02-27 03:36:47','2015-02-27 03:36:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small.jpg\"><img class=\"alignnone size-medium wp-image-1301\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small-225x300.jpg\" alt=\"Outdoor small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies love to play outdoors. This kit gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this kit as well as other outdoor activities. Included in the kit, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and three board books, <em>Baby Touch and Feel Park</em>, <em>Carl’s Afternoon in the Park</em>, and <em>The Seasons</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Literacy Kit','','publish','closed','open','','outdoor-literacy-kit','','','2018-09-13 01:43:28','2018-09-13 01:43:28','',457,'http://www.learningconnectionsweb.com/?page_id=1281',0,'page','',0),(1282,2,'2015-02-27 03:36:47','2015-02-27 03:36:47','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBabies love to play outdoors. This kit gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this kit as well as other outdoor activities. Included in the kit, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Literacy Kit','','inherit','closed','open','','1281-revision-v1','','','2015-02-27 03:36:47','2015-02-27 03:36:47','',1281,'http://www.learningconnectionsweb.com/?p=1282',0,'revision','',0),(1283,2,'2015-02-27 03:37:16','2015-02-27 03:37:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1294\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small-225x300.jpg\" alt=\"Playtime small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Playtime is essential for babies’ development, both physically and mentally. This kit gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this kit as well as other playtime activities. Included in the kit, along with the ball, is a two-sided guide and three board books, <em>My Day Playtime</em>, <em>Elmo’s World Ball</em>, and <em>Play Time, Puppy!</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Literacy Kit','','publish','closed','open','','playtime-literacy-kit','','','2018-09-13 01:44:08','2018-09-13 01:44:08','',457,'http://www.learningconnectionsweb.com/?page_id=1283',0,'page','',0),(1284,2,'2015-02-27 03:37:16','2015-02-27 03:37:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nPlaytime is essential for babies’ development, both physically and mentally. This kit gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this kit as well as other playtime activities. Included in the kit, along with the ball, is a two-sided guide and three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Literacy Kit','','inherit','closed','open','','1283-revision-v1','','','2015-02-27 03:37:16','2015-02-27 03:37:16','',1283,'http://www.learningconnectionsweb.com/?p=1284',0,'revision','',0),(1285,2,'2015-02-27 03:38:07','2015-02-27 03:38:07','','Playtime PP small','','inherit','closed','open','','playtime-pp-small','','','2015-02-27 03:38:07','2015-02-27 03:38:07','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-PP-small.jpg',0,'attachment','image/jpeg',0),(1286,2,'2015-02-27 03:38:08','2015-02-27 03:38:08','','Bedtime PP small','','inherit','closed','open','','bedtime-pp-small','','','2015-02-27 03:41:39','2015-02-27 03:41:39','',1261,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Bedtime-PP-small.jpg',0,'attachment','image/jpeg',0),(1287,2,'2015-02-27 03:38:09','2015-02-27 03:38:09','','Body PP small','','inherit','closed','open','','body-pp-small','','','2015-02-27 03:38:09','2015-02-27 03:38:09','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-PP-small.jpg',0,'attachment','image/jpeg',0),(1288,2,'2015-02-27 03:38:11','2015-02-27 03:38:11','','Colors PP small','','inherit','closed','open','','colors-pp-small','','','2015-02-27 03:38:11','2015-02-27 03:38:11','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-PP-small.jpg',0,'attachment','image/jpeg',0),(1289,2,'2015-02-27 03:38:12','2015-02-27 03:38:12','','Farm PP small','','inherit','closed','open','','farm-pp-small','','','2015-02-27 03:38:12','2015-02-27 03:38:12','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Farm-PP-small.jpg',0,'attachment','image/jpeg',0),(1290,2,'2015-02-27 03:38:14','2015-02-27 03:38:14','','Movement PP small','','inherit','closed','open','','movement-pp-small','','','2015-02-27 03:38:14','2015-02-27 03:38:14','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-PP-small.jpg',0,'attachment','image/jpeg',0),(1291,2,'2015-02-27 03:38:15','2015-02-27 03:38:15','','Music PP small','','inherit','closed','open','','music-pp-small','','','2015-02-27 03:38:15','2015-02-27 03:38:15','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-PP-small.jpg',0,'attachment','image/jpeg',0),(1292,2,'2015-02-27 03:38:17','2015-02-27 03:38:17','','Nursery R PP small','','inherit','closed','open','','nursery-r-pp-small','','','2015-02-27 03:38:17','2015-02-27 03:38:17','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-PP-small.jpg',0,'attachment','image/jpeg',0),(1293,2,'2015-02-27 03:38:19','2015-02-27 03:38:19','','Outdoor PP small','','inherit','closed','open','','outdoor-pp-small','','','2015-02-27 03:38:19','2015-02-27 03:38:19','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-PP-small.jpg',0,'attachment','image/jpeg',0),(1294,2,'2015-02-27 03:44:54','2015-02-27 03:44:54','','Playtime small','','inherit','closed','open','','playtime-small','','','2015-02-27 03:55:03','2015-02-27 03:55:03','',1283,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small.jpg',0,'attachment','image/jpeg',0),(1295,2,'2015-02-27 03:44:55','2015-02-27 03:44:55','','Body small','','inherit','closed','open','','body-small','','','2015-02-27 03:46:22','2015-02-27 03:46:22','',1267,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg',0,'attachment','image/jpeg',0),(1296,2,'2015-02-27 03:44:57','2015-02-27 03:44:57','','Colors small','','inherit','closed','open','','colors-small','','','2015-02-27 03:48:26','2015-02-27 03:48:26','',1269,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg',0,'attachment','image/jpeg',0),(1297,2,'2015-02-27 03:44:58','2015-02-27 03:44:58','','Farm Kit small','','inherit','closed','open','','farm-kit-small','','','2015-02-27 03:49:31','2015-02-27 03:49:31','',1271,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Farm-Kit-small.jpg',0,'attachment','image/jpeg',0),(1298,2,'2015-02-27 03:45:00','2015-02-27 03:45:00','','Movement small','','inherit','closed','open','','movement-small','','','2015-02-27 03:52:22','2015-02-27 03:52:22','',1275,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small.jpg',0,'attachment','image/jpeg',0),(1299,2,'2015-02-27 03:45:01','2015-02-27 03:45:01','','Music small','','inherit','closed','open','','music-small','','','2015-02-27 03:53:07','2015-02-27 03:53:07','',1277,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small.jpg',0,'attachment','image/jpeg',0),(1300,2,'2015-02-27 03:45:03','2015-02-27 03:45:03','','Nursery R small','','inherit','closed','open','','nursery-r-small','','','2015-02-27 03:53:47','2015-02-27 03:53:47','',1279,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small.jpg',0,'attachment','image/jpeg',0),(1301,2,'2015-02-27 03:45:04','2015-02-27 03:45:04','','Outdoor small','','inherit','closed','open','','outdoor-small','','','2015-02-27 03:54:22','2015-02-27 03:54:22','',1281,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small.jpg',0,'attachment','image/jpeg',0),(1302,2,'2017-07-18 01:20:41','2017-07-18 01:20:41',' \n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small.jpg\"><img class=\"size-medium wp-image-1366 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small-225x300.jpg\" alt=\"Body 3 small\" width=\"225\" height=\"300\" /></a>\n\nBabies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books: Head, Shoulders, Knees and Toes, $15.00; Horns to Toes and in Between, $17.00; and My First Body Board Book, $17.00, all housed in a clear, plastic, zippered pouch.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small.jpg\"><img class=\"size-medium wp-image-1365 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small-225x300.jpg\" alt=\"Body 2 small\" width=\"225\" height=\"300\" /></a>\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small.jpg\"><img class=\"size-medium wp-image-1364 alignnone\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small-225x300.jpg\" alt=\"Body 1 small\" width=\"225\" height=\"300\" /></a>\n\n ','Body Parent Pack','','inherit','closed','open','','1267-autosave-v1','','','2017-07-18 01:20:41','2017-07-18 01:20:41','',1267,'http://www.learningconnectionsweb.com/?p=1302',0,'revision','',0),(1303,2,'2015-02-27 03:47:12','2015-02-27 03:47:12','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg\"><img class=\"alignnone size-medium wp-image-1295\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small-225x300.jpg\" alt=\"Body small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Kit','','inherit','closed','open','','1267-revision-v1','','','2015-02-27 03:47:12','2015-02-27 03:47:12','',1267,'http://www.learningconnectionsweb.com/?p=1303',0,'revision','',0),(1304,2,'2015-02-27 03:48:29','2015-02-27 03:48:29','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg\"><img class=\"alignnone size-medium wp-image-1296\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small-225x300.jpg\" alt=\"Colors small\" width=\"225\" height=\"300\" /></a></div>\nBabies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','inherit','closed','open','','1269-autosave-v1','','','2015-02-27 03:48:29','2015-02-27 03:48:29','',1269,'http://www.learningconnectionsweb.com/?p=1304',0,'revision','',0),(1305,2,'2015-02-27 03:49:10','2015-02-27 03:49:10','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg\"><img class=\"alignnone size-medium wp-image-1296\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small-225x300.jpg\" alt=\"Colors small\" width=\"225\" height=\"300\" /></a></div>\r\nBabies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','inherit','closed','open','','1269-revision-v1','','','2015-02-27 03:49:10','2015-02-27 03:49:10','',1269,'http://www.learningconnectionsweb.com/?p=1305',0,'revision','',0),(1306,2,'2015-02-27 03:50:21','2015-02-27 03:50:21','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Farm-Kit-small.jpg\"><img class=\"alignnone size-medium wp-image-1297\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Farm-Kit-small-300x280.jpg\" alt=\"Farm Kit small\" width=\"300\" height=\"280\" /></a></div>\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','open','','1271-autosave-v1','','','2015-02-27 03:50:21','2015-02-27 03:50:21','',1271,'http://www.learningconnectionsweb.com/?p=1306',0,'revision','',0),(1307,2,'2015-02-27 03:51:50','2015-02-27 03:51:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Farm-Kit-small.jpg\"><img class=\"alignnone size-medium wp-image-1297\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Farm-Kit-small-300x280.jpg\" alt=\"Farm Kit small\" width=\"300\" height=\"280\" /></a></div>\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','open','','1271-revision-v1','','','2015-02-27 03:51:50','2015-02-27 03:51:50','',1271,'http://www.learningconnectionsweb.com/?p=1307',0,'revision','',0),(1308,2,'2015-02-27 03:52:41','2015-02-27 03:52:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small.jpg\"><img class=\"alignnone size-medium wp-image-1298\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small-225x300.jpg\" alt=\"Movement small\" width=\"225\" height=\"300\" /></a></div>\r\nMovement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, Let’s Dance, Little Pookie, Baby Dance, and Five Little Monkeys Jumping on the Bed, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Literacy Kit','','inherit','closed','open','','1275-revision-v1','','','2015-02-27 03:52:41','2015-02-27 03:52:41','',1275,'http://www.learningconnectionsweb.com/?p=1308',0,'revision','',0),(1309,2,'2015-02-27 03:53:23','2015-02-27 03:53:23','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small.jpg\"><img class=\"alignnone size-medium wp-image-1299\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small-225x300.jpg\" alt=\"Music small\" width=\"225\" height=\"300\" /></a></div>\r\nMusic is so powerful for babies! This kit gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this kit as well as other activities to encourage music. Included in the kit, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Literacy Kit','','inherit','closed','open','','1277-revision-v1','','','2015-02-27 03:53:23','2015-02-27 03:53:23','',1277,'http://www.learningconnectionsweb.com/?p=1309',0,'revision','',0),(1310,2,'2015-02-27 03:53:57','2015-02-27 03:53:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small.jpg\"><img class=\"alignnone size-medium wp-image-1300\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small-225x300.jpg\" alt=\"Nursery R small\" width=\"225\" height=\"300\" /></a></div>\r\nBabies learn so much from rhythm and rhyme. This kit gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this kit as well as other nursery rhyme activities. Included in the kit, along with the teddy bear, is a two-sided guide and three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Literacy Kit','','inherit','closed','open','','1279-revision-v1','','','2015-02-27 03:53:57','2015-02-27 03:53:57','',1279,'http://www.learningconnectionsweb.com/?p=1310',0,'revision','',0),(1311,2,'2015-02-27 03:54:39','2015-02-27 03:54:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small.jpg\"><img class=\"alignnone size-medium wp-image-1301\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small-225x300.jpg\" alt=\"Outdoor small\" width=\"225\" height=\"300\" /></a></div>\r\nBabies love to play outdoors. This kit gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this kit as well as other outdoor activities. Included in the kit, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Literacy Kit','','inherit','closed','open','','1281-revision-v1','','','2015-02-27 03:54:39','2015-02-27 03:54:39','',1281,'http://www.learningconnectionsweb.com/?p=1311',0,'revision','',0),(1312,2,'2015-02-27 03:55:17','2015-02-27 03:55:17','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1294\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small-225x300.jpg\" alt=\"Playtime small\" width=\"225\" height=\"300\" /></a></div>\r\nPlaytime is essential for babies’ development, both physically and mentally. This kit gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this kit as well as other playtime activities. Included in the kit, along with the ball, is a two-sided guide and three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Literacy Kit','','inherit','closed','open','','1283-revision-v1','','','2015-02-27 03:55:17','2015-02-27 03:55:17','',1283,'http://www.learningconnectionsweb.com/?p=1312',0,'revision','',0),(1313,2,'2015-02-28 22:11:13','2015-02-28 22:11:13',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\"size-medium wp-image-1361 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg\"><img class=\"size-medium wp-image-1362 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\"size-medium wp-image-1363 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a>Bedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books: Good Night, Baby - !Bueanas noches, bebe! (bilingual): $15.00; Night-Night, Little Pookie: $16.00; and Very First Words Bedtime: $16.00, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','publish','closed','open','','bedtime-parent-pack','','','2016-08-30 00:18:57','2016-08-30 00:18:57','',15,'http://www.learningconnectionsweb.com/?page_id=1313',0,'page','',0),(1314,2,'2015-02-28 22:11:13','2015-02-28 22:11:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear plastic zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-revision-v1','','','2015-02-28 22:11:13','2015-02-28 22:11:13','',1313,'http://www.learningconnectionsweb.com/?p=1314',0,'revision','',0),(1315,2,'2015-02-28 22:13:47','2015-02-28 22:13:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in clear, zippered, plastic pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Kit','','inherit','closed','open','','1267-revision-v1','','','2015-02-28 22:13:47','2015-02-28 22:13:47','',1267,'http://www.learningconnectionsweb.com/?p=1315',0,'revision','',0),(1316,2,'2015-02-28 22:14:51','2015-02-28 22:14:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-revision-v1','','','2015-02-28 22:14:51','2015-02-28 22:14:51','',1313,'http://www.learningconnectionsweb.com/?p=1316',0,'revision','',0),(1317,2,'2015-02-28 22:15:52','2015-02-28 22:15:52','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in clear, zippered, plastic pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Parent Pack','','inherit','closed','open','','1267-revision-v1','','','2015-02-28 22:15:52','2015-02-28 22:15:52','',1267,'http://www.learningconnectionsweb.com/?p=1317',0,'revision','',0),(1318,2,'2015-02-28 22:18:14','2015-02-28 22:18:14','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg\"><img class=\"alignleft wp-image-1295 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small-225x300.jpg\" alt=\"Body small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, <em>Head, Shoulders, Knees and Toes</em>, <em>Horns to Toes and in Between</em>, and <em>My First Body Board Book</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Literacy Kit','','publish','closed','open','','body-literacy-literacy-kit','','','2018-09-13 01:39:34','2018-09-13 01:39:34','',457,'http://www.learningconnectionsweb.com/?page_id=1318',0,'page','',0),(1319,2,'2015-02-28 22:18:14','2015-02-28 22:18:14','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg\"><img class=\"alignnone size-medium wp-image-1295\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small-225x300.jpg\" alt=\"Body small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Literacy Kit','','inherit','closed','open','','1318-revision-v1','','','2015-02-28 22:18:14','2015-02-28 22:18:14','',1318,'http://www.learningconnectionsweb.com/?p=1319',0,'revision','',0),(1320,2,'2015-02-28 22:18:45','2015-02-28 22:18:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nBedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-revision-v1','','','2015-02-28 22:18:45','2015-02-28 22:18:45','',1313,'http://www.learningconnectionsweb.com/?p=1320',0,'revision','',0),(1322,2,'2015-02-28 22:24:35','2015-02-28 22:24:35',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small.jpg\"><img class=\"size-medium wp-image-1368 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small-225x300.jpg\" alt=\"Colors 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books: Baby Colors Board Book, $16.00; Brown Bear, Brown Bear, What Do You See?, $17.00; and My First Colors Board Book, $15.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small.jpg\"><img class=\"size-medium wp-image-1367 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small-225x300.jpg\" alt=\"Colors 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small.jpg\"><img class=\"size-medium wp-image-1369 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small-225x300.jpg\" alt=\"Colors 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n ','Colors Parent Pack','','publish','closed','open','','colors-literacy-parent-pack','','','2016-08-30 00:37:20','2016-08-30 00:37:20','',15,'http://www.learningconnectionsweb.com/?page_id=1322',0,'page','',0),(1323,2,'2015-02-28 22:24:35','2015-02-28 22:24:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Parent Pack','','inherit','closed','open','','1322-revision-v1','','','2015-02-28 22:24:35','2015-02-28 22:24:35','',1322,'http://www.learningconnectionsweb.com/?p=1323',0,'revision','',0),(1324,2,'2015-02-28 22:26:18','2015-02-28 22:26:18','<span style=\"line-height: 1.65;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small.jpg\"><img class=\"size-medium wp-image-1467 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small-225x300.jpg\" alt=\"FarmBabyBaaBaa small\" width=\"225\" height=\"300\" /></a></span>\r\n\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books: Baby Baa Baa, $16.00; Baby Touch and Feel Farm, $15.00; and Little Blue Truck, $16.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small.jpg\"><img class=\"size-medium wp-image-1468 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small-225x300.jpg\" alt=\"FarmFarm small\" width=\"225\" height=\"300\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small.jpg\"><img class=\"alignnone size-medium wp-image-1466\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small-225x300.jpg\" alt=\"FarmLittleBlueTruck small\" width=\"225\" height=\"300\" /></a>','Farm Parent Pack','','publish','closed','open','','farm-literacy-parent-pack','','','2016-08-30 00:41:52','2016-08-30 00:41:52','',15,'http://www.learningconnectionsweb.com/?page_id=1324',0,'page','',0),(1325,2,'2015-02-28 22:26:18','2015-02-28 22:26:18','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Parent Pack','','inherit','closed','open','','1324-revision-v1','','','2015-02-28 22:26:18','2015-02-28 22:26:18','',1324,'http://www.learningconnectionsweb.com/?p=1325',0,'revision','',0),(1326,2,'2015-02-28 22:27:06','2015-02-28 22:27:06','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Parent Pack','','inherit','closed','open','','1324-revision-v1','','','2015-02-28 22:27:06','2015-02-28 22:27:06','',1324,'http://www.learningconnectionsweb.com/?p=1326',0,'revision','',0),(1327,2,'2015-02-28 22:28:32','2015-02-28 22:28:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small.jpg\"><img class=\" wp-image-1374 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small-300x225.jpg\" alt=\"First Words 2 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small.jpg\"><img class=\" wp-image-1375 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small-300x225.jpg\" alt=\"First Words 3 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1373\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small-300x225.jpg\" alt=\"First Words 1 small\" width=\"300\" height=\"225\" /></a></div>\r\n<div style=\"text-align: left;\">It is always an exciting time when babies say their first words. This parent pack gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this parent pack provide great opportunities for language development. Included in the parent pack, along with the cards, is a two-sided guide and your choice of any one of three board books: Bright Baby First Words, $20.00; My First Word Board Book, $17.00; and We’re Going on a Bear Hunt, $19.00, all housed in a clear, plastic, zippered pouch.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n ','First Words Parent Pack','','publish','closed','open','','first-words-parent-pack','','','2016-08-30 01:12:13','2016-08-30 01:12:13','',15,'http://www.learningconnectionsweb.com/?page_id=1327',0,'page','',0),(1328,2,'2015-02-28 22:28:32','2015-02-28 22:28:32','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a></div>\r\nIt is always an exciting time when babies say their first words. This parent pack gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this parent pack provide great opportunities for language development. Included in the parent pack, along with the cards, is a two-sided guide and your choice of any one of three board books, Bright Baby First Words, My First Word Board Book, and We’re Going on a Bear Hunt, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Parent Pack','','inherit','closed','open','','1327-revision-v1','','','2015-02-28 22:28:32','2015-02-28 22:28:32','',1327,'http://www.learningconnectionsweb.com/?p=1328',0,'revision','',0),(1330,2,'2015-02-28 22:29:23','2015-02-28 22:29:23','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in clear, zippered, plastic pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Parent Pack','','inherit','closed','open','','1267-revision-v1','','','2015-02-28 22:29:23','2015-02-28 22:29:23','',1267,'http://www.learningconnectionsweb.com/?p=1330',0,'revision','',0),(1331,2,'2015-02-28 22:30:25','2015-02-28 22:30:25','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Parent Pack','','inherit','closed','open','','1322-revision-v1','','','2015-02-28 22:30:25','2015-02-28 22:30:25','',1322,'http://www.learningconnectionsweb.com/?p=1331',0,'revision','',0),(1332,2,'2015-02-28 22:32:08','2015-02-28 22:32:08','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small.jpg\"><img class=\"size-medium wp-image-1730 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small-300x225.jpg\" alt=\"Movement 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-3-small-1.jpg\"><img class=\"size-medium wp-image-1738 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-3-small-1-300x225.jpg\" alt=\"Movement 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-2-small-1.jpg\"><img class=\"size-medium wp-image-1737 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-2-small-1-300x225.jpg\" alt=\"Movement 2 small\" width=\"300\" height=\"225\" /></a>Movement is so important to babies’ development. This parent pack gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this parent pack as well as other activities to encourage movement. Included in the parent pack, along with the two wrist rings, is a two-sided guide and your choice of any one of three board books, Baby Dance, Five Little Monkeys Jumping on the Bed, and Let’s Dance, Little Pookie, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Parent Pack','','publish','closed','open','','movement-parent-pack','','','2019-05-02 00:45:35','2019-05-02 00:45:35','',15,'http://www.learningconnectionsweb.com/?page_id=1332',0,'page','',0),(1333,2,'2015-02-28 22:32:08','2015-02-28 22:32:08','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nMovement is so important to babies’ development. This parent pack gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this parent pack as well as other activities to encourage movement. Included in the parent pack, along with the two wrist rings, is a two-sided guide and your choice of any one of three board books, Let’s Dance, Little Pookie, Baby Dance, and Five Little Monkeys Jumping on the Bed, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Parent Pack','','inherit','closed','open','','1332-revision-v1','','','2015-02-28 22:32:08','2015-02-28 22:32:08','',1332,'http://www.learningconnectionsweb.com/?p=1333',0,'revision','',0),(1334,2,'2015-02-28 22:33:44','2015-02-28 22:33:44','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small.jpg\"><img class=\" size-medium wp-image-1381 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small-300x225.jpg\" alt=\"Music 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small.jpg\"><img class=\" size-medium wp-image-1380 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small-300x225.jpg\" alt=\"Music 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small.jpg\"><img class=\" size-medium wp-image-1379 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small-300x225.jpg\" alt=\"Music 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nMusic is so powerful for babies! This parent pack gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this parent pack as well as other activities to encourage music. Included in the parent pack, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and your choice of any one of three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Parent Pack','','publish','closed','open','','music-parent-pack','','','2015-04-16 01:28:17','2015-04-16 01:28:17','',15,'http://www.learningconnectionsweb.com/?page_id=1334',0,'page','',0),(1335,2,'2015-02-28 22:33:44','2015-02-28 22:33:44','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nMusic is so powerful for babies! This parent pack gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this parent pack as well as other activities to encourage music. Included in the parent pack, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and your choice of any one of three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Parent Pack','','inherit','closed','open','','1334-revision-v1','','','2015-02-28 22:33:44','2015-02-28 22:33:44','',1334,'http://www.learningconnectionsweb.com/?p=1335',0,'revision','',0),(1336,2,'2015-02-28 22:35:37','2015-02-28 22:35:37','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg\"><img class=\" size-medium wp-image-1353 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small-300x225.jpg\" alt=\"Nursery 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small.jpg\"><img class=\" size-medium wp-image-1354 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small-300x225.jpg\" alt=\"Nursery 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','publish','closed','open','','nursery-rhymes-parent-pack','','','2015-04-16 01:29:49','2015-04-16 01:29:49','',15,'http://www.learningconnectionsweb.com/?page_id=1336',0,'page','',0),(1337,2,'2015-02-28 22:35:37','2015-02-28 22:35:37','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','open','','1336-revision-v1','','','2015-02-28 22:35:37','2015-02-28 22:35:37','',1336,'http://www.learningconnectionsweb.com/?p=1337',0,'revision','',0),(1338,2,'2015-02-28 22:37:32','2015-02-28 22:37:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small.jpg\"><img class=\" size-medium wp-image-1356 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small-300x225.jpg\" alt=\"Outdoor 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small.jpg\"><img class=\" size-medium wp-image-1355 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small-300x225.jpg\" alt=\"Outdoor 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small.jpg\"><img class=\" size-medium wp-image-1357 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small-300x225.jpg\" alt=\"Outdoor 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies love to play outdoors. This parent pack gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this parent pack as well as other outdoor activities. Included in the parent pack, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and your choice of any one of three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Parent Pack','','publish','closed','open','','outdoor-parent-pack','','','2015-04-16 01:32:13','2015-04-16 01:32:13','',15,'http://www.learningconnectionsweb.com/?page_id=1338',0,'page','',0),(1339,2,'2015-02-28 22:37:32','2015-02-28 22:37:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nBabies love to play outdoors. This parent pack gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this parent pack as well as other outdoor activities. Included in the parent pack, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and your choice of any one of three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Parent Pack','','inherit','closed','open','','1338-revision-v1','','','2015-02-28 22:37:32','2015-02-28 22:37:32','',1338,'http://www.learningconnectionsweb.com/?p=1339',0,'revision','',0),(1340,2,'2015-02-28 22:39:35','2015-02-28 22:39:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small.jpg\"><img class=\"alignnone size-medium wp-image-1360\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small-225x300.jpg\" alt=\"Play 3 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1358\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small-225x300.jpg\" alt=\"Play 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small.jpg\"><img class=\" size-medium wp-image-1359 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small-225x300.jpg\" alt=\"Play 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nPlaytime is essential for babies’ development, both physically and mentally. This parent pack gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this parent pack as well as other playtime activities. Included in the parent pack, along with the ball, is a two-sided guide and your choice of any one of three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Parent Pack','','publish','closed','open','','playtime-parent-pack','','','2015-04-16 01:33:49','2015-04-16 01:33:49','',15,'http://www.learningconnectionsweb.com/?page_id=1340',0,'page','',0),(1341,2,'2015-02-28 22:39:35','2015-02-28 22:39:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>\r\n\r\nPlaytime is essential for babies’ development, both physically and mentally. This parent pack gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this parent pack as well as other playtime activities. Included in the parent pack, along with the ball, is a two-sided guide and your choice of any one of three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Parent Pack','','inherit','closed','open','','1340-revision-v1','','','2015-02-28 22:39:35','2015-02-28 22:39:35','',1340,'http://www.learningconnectionsweb.com/?p=1341',0,'revision','',0),(1342,2,'2015-02-28 22:40:40','2015-02-28 22:40:40','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\"><img class=\"alignnone size-full wp-image-1263\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Photo-Coming.jpg\" alt=\"Photo Coming\" width=\"300\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Parent Pack','','inherit','closed','open','','1267-revision-v1','','','2015-02-28 22:40:40','2015-02-28 22:40:40','',1267,'http://www.learningconnectionsweb.com/?p=1342',0,'revision','',0),(1345,2,'2015-03-28 22:40:32','2015-03-28 22:40:32','We have created a new set of Literacy Kits and Parent Packs for infants and toddlers, from birth to three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits, and the Parent Packs come in the same plastic, zippered bags. They are each written around specific themes and each Kit contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. The Parent Packs come with your choice of any one of the three books in the corresponding Kit.','Birth to Age Three Kits are here!','','inherit','closed','open','','1123-autosave-v1','','','2015-03-28 22:40:32','2015-03-28 22:40:32','',1123,'http://www.learningconnectionsweb.com/?p=1345',0,'revision','',0),(1346,2,'2015-03-28 22:41:05','2015-03-28 22:41:05','We have created a new set of Literacy Kits and Parent Packs for infants and toddlers, from birth to three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits, and the Parent Packs come in the same plastic, zippered bags. They are each written around specific themes and each Kit contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. The Parent Packs come with your choice of any one of the three books in the corresponding Kit. Click on the appropriate link at the top to view details about these new Literacy Kits and Parent Packs.','Birth to Age Three Kits are here!','','inherit','closed','open','','1123-revision-v1','','','2015-03-28 22:41:05','2015-03-28 22:41:05','',1123,'http://www.learningconnectionsweb.com/?p=1346',0,'revision','',0),(1347,2,'2015-03-28 22:42:21','2015-03-28 22:42:21','We have created a new set of Literacy Kits and Parent Packs for infants and toddlers, from birth to three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits, and the Parent Packs come in the same plastic, zippered bags. They are each written around specific themes and each Kit contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. The Parent Packs come with your choice of any one of the three books in the corresponding Kit. Click on the appropriate link at the top to view details about these new Literacy Kits and Parent Packs.','Birth to Age Three Literacy Kits and Parent Packs are here!','','inherit','closed','open','','1123-revision-v1','','','2015-03-28 22:42:21','2015-03-28 22:42:21','',1123,'http://www.learningconnectionsweb.com/?p=1347',0,'revision','',0),(1348,2,'2015-03-28 22:56:43','2015-03-28 22:56:43','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2015-03-28 22:56:43','2015-03-28 22:56:43','',44,'http://www.learningconnectionsweb.com/?p=1348',0,'revision','',0),(1350,2,'2015-03-29 22:46:33','2015-03-29 22:46:33','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/03/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-03-29 22:46:33','2015-03-29 22:46:33','',19,'http://www.learningconnectionsweb.com/?p=1350',0,'revision','',0),(1352,2,'2015-04-16 00:32:39','2015-04-16 00:32:39','','Nursery 1 small','','inherit','closed','open','','nursery-1-small','','','2015-04-16 01:29:19','2015-04-16 01:29:19','',1336,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg',0,'attachment','image/jpeg',0),(1353,2,'2015-04-16 00:32:41','2015-04-16 00:32:41','','Nursery 2 small','','inherit','closed','open','','nursery-2-small','','','2015-04-16 01:28:49','2015-04-16 01:28:49','',1336,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg',0,'attachment','image/jpeg',0),(1354,2,'2015-04-16 00:32:42','2015-04-16 00:32:42','','Nursery 3 small','','inherit','closed','open','','nursery-3-small','','','2015-04-16 01:29:27','2015-04-16 01:29:27','',1336,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small.jpg',0,'attachment','image/jpeg',0),(1355,2,'2015-04-16 00:32:44','2015-04-16 00:32:44','','Outdoor 1 small','','inherit','closed','open','','outdoor-1-small','','','2015-04-16 01:31:32','2015-04-16 01:31:32','',1338,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small.jpg',0,'attachment','image/jpeg',0),(1356,2,'2015-04-16 00:32:45','2015-04-16 00:32:45','','Outdoor 2 small','','inherit','closed','open','','outdoor-2-small','','','2015-04-16 01:30:56','2015-04-16 01:30:56','',1338,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small.jpg',0,'attachment','image/jpeg',0),(1357,2,'2015-04-16 00:32:46','2015-04-16 00:32:46','','Outdoor 3 small','','inherit','closed','open','','outdoor-3-small','','','2015-04-16 01:31:56','2015-04-16 01:31:56','',1338,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small.jpg',0,'attachment','image/jpeg',0),(1358,2,'2015-04-16 00:32:48','2015-04-16 00:32:48','','Play 1 small','','inherit','closed','open','','play-1-small','','','2015-04-16 01:33:18','2015-04-16 01:33:18','',1340,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small.jpg',0,'attachment','image/jpeg',0),(1359,2,'2015-04-16 00:32:50','2015-04-16 00:32:50','','Play 2 small','','inherit','closed','open','','play-2-small','','','2015-04-16 01:33:27','2015-04-16 01:33:27','',1340,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small.jpg',0,'attachment','image/jpeg',0),(1360,2,'2015-04-16 00:32:51','2015-04-16 00:32:51','','Play 3 small','','inherit','closed','open','','play-3-small','','','2015-04-16 01:32:47','2015-04-16 01:32:47','',1340,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small.jpg',0,'attachment','image/jpeg',0),(1361,2,'2015-04-16 00:32:53','2015-04-16 00:32:53','','Bedtime 1 small','','inherit','closed','open','','bedtime-1-small','','','2015-04-16 00:53:40','2015-04-16 00:53:40','',1313,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg',0,'attachment','image/jpeg',0),(1362,2,'2015-04-16 00:32:54','2015-04-16 00:32:54','','Bedtime 2 small','','inherit','closed','open','','bedtime-2-small','','','2015-04-16 00:53:34','2015-04-16 00:53:34','',1313,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg',0,'attachment','image/jpeg',0),(1363,2,'2015-04-16 00:32:55','2015-04-16 00:32:55','','Bedtime 3 small','','inherit','closed','open','','bedtime-3-small','','','2015-04-16 00:53:29','2015-04-16 00:53:29','',1313,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg',0,'attachment','image/jpeg',0),(1364,2,'2015-04-16 00:32:57','2015-04-16 00:32:57','','Body 1 small','','inherit','closed','open','','body-1-small','','','2015-04-16 01:02:26','2015-04-16 01:02:26','',1267,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small.jpg',0,'attachment','image/jpeg',0),(1365,2,'2015-04-16 00:32:58','2015-04-16 00:32:58','','Body 2 small','','inherit','closed','open','','body-2-small','','','2015-04-16 01:02:26','2015-04-16 01:02:26','',1267,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small.jpg',0,'attachment','image/jpeg',0),(1366,2,'2015-04-16 00:33:00','2015-04-16 00:33:00','','Body 3 small','','inherit','closed','open','','body-3-small','','','2015-04-16 01:02:26','2015-04-16 01:02:26','',1267,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small.jpg',0,'attachment','image/jpeg',0),(1367,2,'2015-04-16 00:33:02','2015-04-16 00:33:02','','Colors 1 small','','inherit','closed','open','','colors-1-small','','','2015-04-16 01:18:00','2015-04-16 01:18:00','',1322,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small.jpg',0,'attachment','image/jpeg',0),(1368,2,'2015-04-16 00:33:03','2015-04-16 00:33:03','','Colors 2 small','','inherit','closed','open','','colors-2-small','','','2015-04-16 01:19:40','2015-04-16 01:19:40','',1322,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small.jpg',0,'attachment','image/jpeg',0),(1369,2,'2015-04-16 00:33:05','2015-04-16 00:33:05','','Colors 3 small','','inherit','closed','open','','colors-3-small','','','2015-04-16 01:18:49','2015-04-16 01:18:49','',1322,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small.jpg',0,'attachment','image/jpeg',0),(1370,2,'2015-04-16 00:33:06','2015-04-16 00:33:06','','Farm 1 small','','inherit','closed','open','','farm-1-small','','','2015-04-16 01:21:43','2015-04-16 01:21:43','',1324,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-1-small.jpg',0,'attachment','image/jpeg',0),(1371,2,'2015-04-16 00:33:08','2015-04-16 00:33:08','','Farm 2 small','','inherit','closed','open','','farm-2-small','','','2015-04-16 01:22:38','2015-04-16 01:22:38','',1324,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-2-small.jpg',0,'attachment','image/jpeg',0),(1372,2,'2015-04-16 00:33:09','2015-04-16 00:33:09','','Farm 3 small','','inherit','closed','open','','farm-3-small','','','2015-04-16 01:22:27','2015-04-16 01:22:27','',1324,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-3-small.jpg',0,'attachment','image/jpeg',0),(1373,2,'2015-04-16 00:33:10','2015-04-16 00:33:10','','First Words 1 small','','inherit','closed','open','','first-words-1-small','','','2015-04-16 01:24:50','2015-04-16 01:24:50','',1327,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small.jpg',0,'attachment','image/jpeg',0),(1374,2,'2015-04-16 00:33:12','2015-04-16 00:33:12','','First Words 2 small','','inherit','closed','open','','first-words-2-small','','','2015-04-16 01:24:01','2015-04-16 01:24:01','',1327,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small.jpg',0,'attachment','image/jpeg',0),(1375,2,'2015-04-16 00:33:13','2015-04-16 00:33:13','','First Words 3 small','','inherit','closed','open','','first-words-3-small','','','2015-04-16 01:24:40','2015-04-16 01:24:40','',1327,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small.jpg',0,'attachment','image/jpeg',0),(1379,2,'2015-04-16 00:33:19','2015-04-16 00:33:19','','Music 1 small','','inherit','closed','open','','music-1-small','','','2015-04-16 01:28:01','2015-04-16 01:28:01','',1334,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small.jpg',0,'attachment','image/jpeg',0),(1380,2,'2015-04-16 00:33:20','2015-04-16 00:33:20','','Music 2 small','','inherit','closed','open','','music-2-small','','','2015-04-16 01:27:55','2015-04-16 01:27:55','',1334,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small.jpg',0,'attachment','image/jpeg',0),(1381,2,'2015-04-16 00:33:22','2015-04-16 00:33:22','','Music 3 small','','inherit','closed','open','','music-3-small','','','2015-04-16 01:27:24','2015-04-16 01:27:24','',1334,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small.jpg',0,'attachment','image/jpeg',0),(1382,2,'2015-04-16 00:36:23','2015-04-16 00:36:23','','Bedtime small','','inherit','closed','open','','bedtime-small','','','2015-04-16 00:44:48','2015-04-16 00:44:48','',1261,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small.jpg',0,'attachment','image/jpeg',0),(1384,2,'2015-04-16 00:39:55','2015-04-16 00:39:55','','First Words small','','inherit','closed','open','','first-words-small','','','2015-04-16 00:51:30','2015-04-16 00:51:30','',1273,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small.jpg',0,'attachment','image/jpeg',0),(1385,2,'2015-04-16 00:43:33','2015-04-16 00:43:33','','Confessions small','','inherit','closed','open','','confessions-small','','','2015-04-17 02:30:16','2015-04-17 02:30:16','',1421,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small.jpg',0,'attachment','image/jpeg',0),(1386,2,'2015-04-16 00:43:44','2015-04-16 00:43:44','','Swimmy small','','inherit','closed','open','','swimmy-small','','','2015-04-16 00:49:38','2015-04-16 00:49:38','',438,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Swimmy-small.jpg',0,'attachment','image/jpeg',0),(1387,2,'2015-04-16 00:45:00','2015-04-16 00:45:00','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1382\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small-300x225.jpg\" alt=\"Bedtime small\" width=\"300\" height=\"225\" /></a></div>\r\nBedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','open','','1261-revision-v1','','','2015-04-16 00:45:00','2015-04-16 00:45:00','',1261,'http://www.learningconnectionsweb.com/?p=1387',0,'revision','',0),(1388,2,'2015-04-16 00:49:38','2015-04-16 00:49:38','<div style=\"float: left; margin-right: 15px;\"></div>\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\n\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Literacy Kit','','inherit','closed','open','','438-autosave-v1','','','2015-04-16 00:49:38','2015-04-16 00:49:38','',438,'http://www.learningconnectionsweb.com/?p=1388',0,'revision','',0),(1389,2,'2015-04-16 00:49:41','2015-04-16 00:49:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Swimmy-small.jpg\"><img class=\"alignnone size-medium wp-image-1386\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Swimmy-small-225x300.jpg\" alt=\"Swimmy small\" width=\"225\" height=\"300\" /></a></div>\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Literacy Kit','','inherit','closed','open','','438-revision-v1','','','2015-04-16 00:49:41','2015-04-16 00:49:41','',438,'http://www.learningconnectionsweb.com/?p=1389',0,'revision','',0),(1390,2,'2015-04-16 00:51:46','2015-04-16 00:51:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small.jpg\"><img class=\"alignnone size-medium wp-image-1384\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small-300x225.jpg\" alt=\"First Words small\" width=\"300\" height=\"225\" /></a></div>\r\nIt is always an exciting time when babies say their first words. This kit gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this kit provides great opportunities for language development. Included in the kit, along with the cards, is a two-sided guide and three board books, Bright Baby First Words, My First Word Board Book, and We’re Going on a Bear Hunt, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Literacy Kit','','inherit','closed','open','','1273-revision-v1','','','2015-04-16 00:51:46','2015-04-16 00:51:46','',1273,'http://www.learningconnectionsweb.com/?p=1390',0,'revision','',0),(1391,2,'2016-08-30 00:17:44','2016-08-30 00:17:44',' \n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\"size-medium wp-image-1361 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a>\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg\"><img class=\"size-medium wp-image-1362 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a>\n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\"size-medium wp-image-1363 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a>Bedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books: Good Night, Baby - !Bueanas noches, bebe! (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch. $15.00. Night-Night, Little Pookie, $16.00. Very First Words Bedtime, $16.00.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-autosave-v1','','','2016-08-30 00:17:44','2016-08-30 00:17:44','',1313,'http://www.learningconnectionsweb.com/?p=1391',0,'revision','',0),(1392,2,'2015-04-16 00:54:21','2015-04-16 00:54:21','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\"alignnone size-medium wp-image-1363\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg\"><img class=\"alignnone size-medium wp-image-1362\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1361\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-revision-v1','','','2015-04-16 00:54:21','2015-04-16 00:54:21','',1313,'http://www.learningconnectionsweb.com/?p=1392',0,'revision','',0),(1393,2,'2015-04-16 00:59:33','2015-04-16 00:59:33','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\" size-medium wp-image-1363 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg\"><img class=\" size-medium wp-image-1362 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\" size-medium wp-image-1361 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-revision-v1','','','2015-04-16 00:59:33','2015-04-16 00:59:33','',1313,'http://www.learningconnectionsweb.com/?p=1393',0,'revision','',0),(1394,2,'2015-04-16 01:01:42','2015-04-16 01:01:42','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\" size-medium wp-image-1361 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\" size-medium wp-image-1363 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\" size-medium wp-image-1362 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','open','','1313-revision-v1','','','2015-04-16 01:01:42','2015-04-16 01:01:42','',1313,'http://www.learningconnectionsweb.com/?p=1394',0,'revision','',0),(1395,2,'2015-04-16 01:17:07','2015-04-16 01:17:07','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small.jpg\"><img class=\" size-medium wp-image-1366 alignnone\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small-225x300.jpg\" alt=\"Body 3 small\" width=\"225\" height=\"300\" /><img class=\"alignright wp-image-1365 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small-225x300.jpg\" alt=\"Body 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small.jpg\"><img class=\" size-medium wp-image-1364 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small-225x300.jpg\" alt=\"Body 1 small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Parent Pack','','inherit','closed','open','','1267-revision-v1','','','2015-04-16 01:17:07','2015-04-16 01:17:07','',1267,'http://www.learningconnectionsweb.com/?p=1395',0,'revision','',0),(1397,2,'2015-04-16 01:19:57','2015-04-16 01:19:57',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1367\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small-225x300.jpg\" alt=\"Colors 1 small\" width=\"225\" height=\"300\" /><img class=\"alignright wp-image-1369 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small-225x300.jpg\" alt=\"Colors 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small.jpg\"><img class=\" size-medium wp-image-1368 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small-225x300.jpg\" alt=\"Colors 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Parent Pack','','inherit','closed','open','','1322-revision-v1','','','2015-04-16 01:19:57','2015-04-16 01:19:57','',1322,'http://www.learningconnectionsweb.com/?p=1397',0,'revision','',0),(1398,2,'2016-08-30 00:41:36','2016-08-30 00:41:36','<span style=\"line-height: 1.65;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small.jpg\"><img class=\"size-medium wp-image-1467 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small-225x300.jpg\" alt=\"FarmBabyBaaBaa small\" width=\"225\" height=\"300\" /></a></span>\r\n\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books: Baby Baa Baa, $16.00; Baby Touch and Feel Farm, $15.00; and Little Blue Truck, $16.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small.jpg\"><img class=\"size-medium wp-image-1468 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small-225x300.jpg\" alt=\"FarmFarm small\" width=\"225\" height=\"300\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small.jpg\"><img class=\"alignnone size-medium wp-image-1466\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small-225x300.jpg\" alt=\"FarmLittleBlueTruck small\" width=\"225\" height=\"300\" /></a>','Farm Parent Pack','','inherit','closed','open','','1324-autosave-v1','','','2016-08-30 00:41:36','2016-08-30 00:41:36','',1324,'http://www.learningconnectionsweb.com/?p=1398',0,'revision','',0),(1399,2,'2015-04-16 01:23:07','2015-04-16 01:23:07','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-1-small.jpg\"><img class=\" size-medium wp-image-1370 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-1-small-300x225.jpg\" alt=\"Farm 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-3-small.jpg\"><img class=\" size-medium wp-image-1372 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-3-small-300x225.jpg\" alt=\"Farm 3 small\" width=\"300\" height=\"225\" /></a><span style=\"line-height: 1.65;\">Ani<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-2-small.jpg\"><img class=\" size-medium wp-image-1371 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Farm-2-small-300x225.jpg\" alt=\"Farm 2 small\" width=\"300\" height=\"225\" /></a>mals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a clear, plastic, zippered pouch.</span>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Parent Pack','','inherit','closed','open','','1324-revision-v1','','','2015-04-16 01:23:07','2015-04-16 01:23:07','',1324,'http://www.learningconnectionsweb.com/?p=1399',0,'revision','',0),(1400,2,'2016-08-30 01:12:05','2016-08-30 01:12:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small.jpg\"><img class=\" wp-image-1374 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small-300x225.jpg\" alt=\"First Words 2 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small.jpg\"><img class=\" wp-image-1375 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small-300x225.jpg\" alt=\"First Words 3 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1373\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small-300x225.jpg\" alt=\"First Words 1 small\" width=\"300\" height=\"225\" /></a></div>\r\n<div style=\"text-align: left;\">It is always an exciting time when babies say their first words. This parent pack gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this parent pack provide great opportunities for language development. Included in the parent pack, along with the cards, is a two-sided guide and your choice of any one of three board books: Bright Baby First Words, $20.00; My First Word Board Book, $17.00; and We’re Going on a Bear Hunt, $19.00, all housed in a clear, plastic, zippered pouch.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n ','First Words Parent Pack','','inherit','closed','open','','1327-autosave-v1','','','2016-08-30 01:12:05','2016-08-30 01:12:05','',1327,'http://www.learningconnectionsweb.com/?p=1400',0,'revision','',0),(1401,2,'2015-04-16 01:25:05','2015-04-16 01:25:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small.jpg\"><img class=\" size-medium wp-image-1374 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small-300x225.jpg\" alt=\"First Words 2 small\" width=\"300\" height=\"225\" /></a></div>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small.jpg\"><img class=\" size-medium wp-image-1375 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small-300x225.jpg\" alt=\"First Words 3 small\" width=\"300\" height=\"225\" /></a>It is <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small.jpg\"><img class=\" size-medium wp-image-1373 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small-300x225.jpg\" alt=\"First Words 1 small\" width=\"300\" height=\"225\" /></a>always an exciting time when babies say their first words. This parent pack gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this parent pack provide great opportunities for language development. Included in the parent pack, along with the cards, is a two-sided guide and your choice of any one of three board books, Bright Baby First Words, My First Word Board Book, and We’re Going on a Bear Hunt, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Parent Pack','','inherit','closed','open','','1327-revision-v1','','','2015-04-16 01:25:05','2015-04-16 01:25:05','',1327,'http://www.learningconnectionsweb.com/?p=1401',0,'revision','',0),(1402,2,'2019-05-02 00:35:35','2019-05-02 00:35:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small.jpg\"><img class=\"size-medium wp-image-1730 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small-300x225.jpg\" alt=\"Movement 1 small\" width=\"300\" height=\"225\" /></a>Movement is so important to babies’ development. This parent pack gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this parent pack as well as other activities to encourage movement. Included in the parent pack, along with the two wrist rings, is a two-sided guide and your choice of any one of three board books, Baby Dance, Five Little Monkeys Jumping on the Bed, and Let’s Dance, Little Pookie, all housed in a clear, plastic, zippered pouch.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Parent Pack','','inherit','closed','open','','1332-autosave-v1','','','2019-05-02 00:35:35','2019-05-02 00:35:35','',1332,'http://www.learningconnectionsweb.com/?p=1402',0,'revision','',0),(1403,2,'2015-04-16 01:26:47','2015-04-16 01:26:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Movement-3-small.jpg\"><img class=\" size-medium wp-image-1378 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Movement-3-small-300x225.jpg\" alt=\"Movement 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Movement-1-small.jpg\"><img class=\" size-medium wp-image-1376 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Movement-1-small-300x225.jpg\" alt=\"Movement 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Movement-2-small.jpg\"><img class=\" size-medium wp-image-1377 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Movement-2-small-300x225.jpg\" alt=\"Movement 2 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nMovement is so important to babies’ development. This parent pack gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this parent pack as well as other activities to encourage movement. Included in the parent pack, along with the two wrist rings, is a two-sided guide and your choice of any one of three board books, Let’s Dance, Little Pookie, Baby Dance, and Five Little Monkeys Jumping on the Bed, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Parent Pack','','inherit','closed','open','','1332-revision-v1','','','2015-04-16 01:26:47','2015-04-16 01:26:47','',1332,'http://www.learningconnectionsweb.com/?p=1403',0,'revision','',0),(1404,2,'2015-04-16 01:28:12','2015-04-16 01:28:12','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small.jpg\"><img class=\" size-medium wp-image-1381 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small-300x225.jpg\" alt=\"Music 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small.jpg\"><img class=\" size-medium wp-image-1380 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small-300x225.jpg\" alt=\"Music 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small.jpg\"><img class=\" size-medium wp-image-1379 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small-300x225.jpg\" alt=\"Music 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nMusic is so powerful for babies! This parent pack gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this parent pack as well as other activities to encourage music. Included in the parent pack, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and your choice of any one of three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Parent Pack','','inherit','closed','open','','1334-autosave-v1','','','2015-04-16 01:28:12','2015-04-16 01:28:12','',1334,'http://www.learningconnectionsweb.com/?p=1404',0,'revision','',0),(1405,2,'2015-04-16 01:28:17','2015-04-16 01:28:17','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small.jpg\"><img class=\" size-medium wp-image-1381 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-3-small-300x225.jpg\" alt=\"Music 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small.jpg\"><img class=\" size-medium wp-image-1380 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-2-small-300x225.jpg\" alt=\"Music 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small.jpg\"><img class=\" size-medium wp-image-1379 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Music-1-small-300x225.jpg\" alt=\"Music 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nMusic is so powerful for babies! This parent pack gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this parent pack as well as other activities to encourage music. Included in the parent pack, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and your choice of any one of three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Parent Pack','','inherit','closed','open','','1334-revision-v1','','','2015-04-16 01:28:17','2015-04-16 01:28:17','',1334,'http://www.learningconnectionsweb.com/?p=1405',0,'revision','',0),(1406,2,'2015-04-16 01:29:43','2015-04-16 01:29:43','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg\"><img class=\" size-medium wp-image-1353 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small-300x225.jpg\" alt=\"Nursery 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small.jpg\"><img class=\" size-medium wp-image-1354 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small-300x225.jpg\" alt=\"Nursery 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','open','','1336-autosave-v1','','','2015-04-16 01:29:43','2015-04-16 01:29:43','',1336,'http://www.learningconnectionsweb.com/?p=1406',0,'revision','',0),(1407,2,'2015-04-16 01:29:49','2015-04-16 01:29:49','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg\"><img class=\" size-medium wp-image-1353 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small-300x225.jpg\" alt=\"Nursery 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small.jpg\"><img class=\" size-medium wp-image-1354 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small-300x225.jpg\" alt=\"Nursery 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','open','','1336-revision-v1','','','2015-04-16 01:29:49','2015-04-16 01:29:49','',1336,'http://www.learningconnectionsweb.com/?p=1407',0,'revision','',0),(1408,2,'2015-04-16 01:32:07','2015-04-16 01:32:07','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small.jpg\"><img class=\" size-medium wp-image-1356 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small-300x225.jpg\" alt=\"Outdoor 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small.jpg\"><img class=\" size-medium wp-image-1355 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small-300x225.jpg\" alt=\"Outdoor 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small.jpg\"><img class=\" size-medium wp-image-1357 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small-300x225.jpg\" alt=\"Outdoor 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies love to play outdoors. This parent pack gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this parent pack as well as other outdoor activities. Included in the parent pack, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and your choice of any one of three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Parent Pack','','inherit','closed','open','','1338-autosave-v1','','','2015-04-16 01:32:07','2015-04-16 01:32:07','',1338,'http://www.learningconnectionsweb.com/?p=1408',0,'revision','',0),(1409,2,'2015-04-16 01:32:13','2015-04-16 01:32:13','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small.jpg\"><img class=\" size-medium wp-image-1356 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-2-small-300x225.jpg\" alt=\"Outdoor 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small.jpg\"><img class=\" size-medium wp-image-1355 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-1-small-300x225.jpg\" alt=\"Outdoor 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small.jpg\"><img class=\" size-medium wp-image-1357 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Outdoor-3-small-300x225.jpg\" alt=\"Outdoor 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies love to play outdoors. This parent pack gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this parent pack as well as other outdoor activities. Included in the parent pack, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and your choice of any one of three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Parent Pack','','inherit','closed','open','','1338-revision-v1','','','2015-04-16 01:32:13','2015-04-16 01:32:13','',1338,'http://www.learningconnectionsweb.com/?p=1409',0,'revision','',0),(1410,2,'2015-04-16 01:33:34','2015-04-16 01:33:34','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small.jpg\"><img class=\"alignnone size-medium wp-image-1360\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small-225x300.jpg\" alt=\"Play 3 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1358\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small-225x300.jpg\" alt=\"Play 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small.jpg\"><img class=\" size-medium wp-image-1359 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small-225x300.jpg\" alt=\"Play 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nPlaytime is essential for babies’ development, both physically and mentally. This parent pack gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this parent pack as well as other playtime activities. Included in the parent pack, along with the ball, is a two-sided guide and your choice of any one of three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Parent Pack','','inherit','closed','open','','1340-autosave-v1','','','2015-04-16 01:33:34','2015-04-16 01:33:34','',1340,'http://www.learningconnectionsweb.com/?p=1410',0,'revision','',0),(1411,2,'2015-04-16 01:33:49','2015-04-16 01:33:49','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small.jpg\"><img class=\"alignnone size-medium wp-image-1360\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-3-small-225x300.jpg\" alt=\"Play 3 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1358\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-1-small-225x300.jpg\" alt=\"Play 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small.jpg\"><img class=\" size-medium wp-image-1359 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Play-2-small-225x300.jpg\" alt=\"Play 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nPlaytime is essential for babies’ development, both physically and mentally. This parent pack gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this parent pack as well as other playtime activities. Included in the parent pack, along with the ball, is a two-sided guide and your choice of any one of three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Parent Pack','','inherit','closed','open','','1340-revision-v1','','','2015-04-16 01:33:49','2015-04-16 01:33:49','',1340,'http://www.learningconnectionsweb.com/?p=1411',0,'revision','',0),(1414,2,'2015-04-16 01:45:07','2015-04-16 01:45:07','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-04-16 01:45:07','2015-04-16 01:45:07','',19,'http://www.learningconnectionsweb.com/?p=1414',0,'revision','',0),(1417,2,'2015-04-16 01:46:31','2015-04-16 01:46:31','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-04-16 01:46:31','2015-04-16 01:46:31','',19,'http://www.learningconnectionsweb.com/?p=1417',0,'revision','',0),(1420,2,'2015-04-17 02:17:05','2015-04-17 02:17:05','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2010/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-04-17 02:17:05','2015-04-17 02:17:05','',19,'http://www.learningconnectionsweb.com/?p=1420',0,'revision','',0),(1421,2,'2015-04-17 02:31:34','2015-04-17 02:31:34','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions.jpg\"><img class=\"size-medium wp-image-1597 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions-300x225.jpg\" alt=\"Confessions\" width=\"300\" height=\"225\" /></a>\r\n\r\nAfter Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Literacy Kit','','publish','closed','closed','','confessions-of-a-former-bully-literacy-kit','','','2018-06-26 00:58:21','2018-06-26 00:58:21','',381,'http://www.learningconnectionsweb.com/?page_id=1421',0,'page','',0),(1422,2,'2015-04-17 02:31:21','2015-04-17 02:31:21','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small.jpg\"><img class=\" size-medium wp-image-1385 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small-225x300.jpg\" alt=\"Confessions small\" width=\"225\" height=\"300\" /></a>\r\n\r\nAfter Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Literacy Kit','','inherit','closed','open','','1421-revision-v1','','','2015-04-17 02:31:21','2015-04-17 02:31:21','',1421,'http://www.learningconnectionsweb.com/?p=1422',0,'revision','',0),(1423,2,'2015-04-17 02:33:01','2015-04-17 02:33:01','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions.jpg\"><img class=\"size-medium wp-image-1597 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions-300x225.jpg\" alt=\"Confessions\" width=\"300\" height=\"225\" /></a>After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n ','Confessions of a Former Bully Literacy Kit','','publish','closed','closed','','confessions-of-a-former-bully-literacy-kit','','','2018-06-26 00:38:22','2018-06-26 00:38:22','',17,'http://www.learningconnectionsweb.com/?page_id=1423',0,'page','',0),(1424,2,'2015-04-17 02:33:01','2015-04-17 02:33:01','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small.jpg\"><img class=\" size-medium wp-image-1385 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small-225x300.jpg\" alt=\"Confessions small\" width=\"225\" height=\"300\" /></a>\r\n\r\nAfter Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Literacy Kit','','inherit','closed','open','','1423-revision-v1','','','2015-04-17 02:33:01','2015-04-17 02:33:01','',1423,'http://www.learningconnectionsweb.com/?p=1424',0,'revision','',0),(1425,2,'2015-04-17 02:37:06','2015-04-17 02:37:06','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small1.jpg\"><img class=\" size-medium wp-image-1431 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small1-225x300.jpg\" alt=\"Confessions small\" width=\"225\" height=\"300\" /></a>After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity—A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Parent Pack','','publish','closed','open','','confessions-of-a-former-bully-parent-pack','','','2015-04-17 02:47:15','2015-04-17 02:47:15','',511,'http://www.learningconnectionsweb.com/?page_id=1425',0,'page','',0),(1426,2,'2015-04-17 02:37:06','2015-04-17 02:37:06','After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity—\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Parent Pack','','inherit','closed','open','','1425-revision-v1','','','2015-04-17 02:37:06','2015-04-17 02:37:06','',1425,'http://www.learningconnectionsweb.com/?p=1426',0,'revision','',0),(1427,2,'2015-04-17 02:38:04','2015-04-17 02:38:04','After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity—A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Parent Pack','','inherit','closed','open','','1425-autosave-v1','','','2015-04-17 02:38:04','2015-04-17 02:38:04','',1425,'http://www.learningconnectionsweb.com/?p=1427',0,'revision','',0),(1428,2,'2015-04-17 02:38:13','2015-04-17 02:38:13','After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity—A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Parent Pack','','inherit','closed','open','','1425-revision-v1','','','2015-04-17 02:38:13','2015-04-17 02:38:13','',1425,'http://www.learningconnectionsweb.com/?p=1428',0,'revision','',0),(1429,2,'2013-09-30 00:09:25','2013-09-30 00:09:25','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" alt=\"\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which <span>are purchased by schools or organizations </span><span>and checked out to students and sent home. Each literacy kit contains two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.</span>\r\n\r\n<span>Literacy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. </span><span>Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.</span>\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 21,000 kits in forty of the fifty United States.\r\n\r\n<span> Learning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2013-09-30 00:09:25','2013-09-30 00:09:25','',2,'http://www.learningconnectionsweb.com/?p=1429',0,'revision','',0),(1430,2,'2015-04-17 02:38:42','2015-04-17 02:38:42','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains two books (one in English and one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 22,000 kits in forty-one of the fifty United States.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','open','','2-revision-v1','','','2015-04-17 02:38:42','2015-04-17 02:38:42','',2,'http://www.learningconnectionsweb.com/?p=1430',0,'revision','',0),(1431,2,'2015-04-17 02:46:00','2015-04-17 02:46:00','','Confessions small','','inherit','closed','open','','confessions-small-2','','','2015-04-17 02:46:41','2015-04-17 02:46:41','',1425,'http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small1.jpg',0,'attachment','image/jpeg',0),(1432,2,'2015-04-17 02:47:15','2015-04-17 02:47:15','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small1.jpg\"><img class=\" size-medium wp-image-1431 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Confessions-small1-225x300.jpg\" alt=\"Confessions small\" width=\"225\" height=\"300\" /></a>After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity—A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Parent Pack','','inherit','closed','open','','1425-revision-v1','','','2015-04-17 02:47:15','2015-04-17 02:47:15','',1425,'http://www.learningconnectionsweb.com/?p=1432',0,'revision','',0),(1433,2,'2015-04-18 01:43:37','2015-04-18 01:43:37','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">We have created a new line of Literacy Kits for infants and toddlers, from birth to age three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits. They are written around specific themes and each contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. </span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Literacy Kits','','inherit','closed','open','','457-autosave-v1','','','2015-04-18 01:43:37','2015-04-18 01:43:37','',457,'http://www.learningconnectionsweb.com/?p=1433',0,'revision','',0),(1434,2,'2015-04-18 01:43:53','2015-04-18 01:43:53','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">We have created a new line of Literacy Kits for infants and toddlers, from birth to age three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits. They are written around specific themes and each contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. </span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Literacy Kits','','inherit','closed','open','','457-revision-v1','','','2015-04-18 01:43:53','2015-04-18 01:43:53','',457,'http://www.learningconnectionsweb.com/?p=1434',0,'revision','',0),(1435,2,'2015-04-18 01:46:23','2015-04-18 01:46:23','We have created a new line of parent packs for infants and toddlers, from birth to age three. Each parent pack comes in the same zippered plastic bag as our Pre-K to Fifth Grade parent packs. They are written around specific themes and each contains one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','open','','15-revision-v1','','','2015-04-18 01:46:23','2015-04-18 01:46:23','',15,'http://www.learningconnectionsweb.com/?p=1435',0,'revision','',0),(1436,2,'2015-04-18 01:49:07','2015-04-18 01:49:07','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n \r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference, Arlington, TX\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2015-04-18 01:49:07','2015-04-18 01:49:07','',44,'http://www.learningconnectionsweb.com/?p=1436',0,'revision','',0),(1443,2,'2015-12-03 02:26:54','2015-12-03 02:26:54','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/12/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/12/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','open','','19-revision-v1','','','2015-12-03 02:26:54','2015-12-03 02:26:54','',19,'http://www.learningconnectionsweb.com/?p=1443',0,'revision','',0),(1445,2,'2015-12-03 02:32:49','2015-12-03 02:32:49','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n \r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>September 29-October 1, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louise, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2015-12-03 02:32:49','2015-12-03 02:32:49','',44,'http://www.learningconnectionsweb.com/?p=1445',0,'revision','',0),(1447,2,'2016-01-24 22:27:40','2016-01-24 22:27:40','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>August 2-3, 2016:</strong> Early Childhood Christian Education Conference in Kansas City, MO\r\n\r\n<strong>September 29-October 1, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louise, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2016-01-24 22:27:40','2016-01-24 22:27:40','',44,'http://www.learningconnectionsweb.com/?p=1447',0,'revision','',0),(1449,2,'2016-02-28 18:14:35','2016-02-28 18:14:35','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>August 2-3, 2016:</strong> Early Childhood Christian Education Conference in Kansas City, MO\r\n\r\n<strong>September 29-October 1, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louise, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','open','','44-revision-v1','','','2016-02-28 18:14:35','2016-02-28 18:14:35','',44,'http://www.learningconnectionsweb.com/?p=1449',0,'revision','',0),(1450,2,'2016-02-28 18:18:56','2016-02-28 18:18:56','Learning Connections, Inc., celebrated its tenth birthday on February 17, 2016. It was listed in a Milestones insert in the February 14, 2016, Lincoln Journal-Star, which celebrated Lincoln businesses celebrating being in business for a multiple of five years. The entire Milestones insert may be seen here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones.pdf\">Milestones</a>; Learning Connections is listed on pages 17 and 18 of the insert, and you may see those two specific pages here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones-pages-17-and-18.pdf\">Milestones pages 17 and 18</a>.','Learning Connections was 10 years old in 2016!','','publish','closed','open','','learning-connections-is-10-years-old','','','2017-07-18 01:18:05','2017-07-18 01:18:05','',0,'http://www.learningconnectionsweb.com/?p=1450',0,'post','',0),(1451,2,'2016-02-28 18:17:26','2016-02-28 18:17:26','','Milestones','','inherit','closed','open','','milestones','','','2016-02-28 18:17:26','2016-02-28 18:17:26','',1450,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones.pdf',0,'attachment','application/pdf',0),(1452,2,'2016-02-28 18:17:28','2016-02-28 18:17:28','','Milestones pages 17 and 18','','inherit','closed','open','','milestones-pages-17-and-18','','','2016-02-28 18:17:28','2016-02-28 18:17:28','',1450,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones-pages-17-and-18.pdf',0,'attachment','application/pdf',0),(1453,2,'2016-02-28 18:18:56','2016-02-28 18:18:56','Learning Connections, Inc., celebrated its tenth birthday on February 17, 2016. It was listed in a Milestones insert in the February 14, 2016, Lincoln Journal-Star, which celebrated Lincoln businesses celebrating being business for a multiple of five. The entire Milestones inserts may be seen here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones.pdf\">Milestones</a>; Learning Connections is listed on pages 17 and 18 of the insert, which you may see here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones-pages-17-and-18.pdf\">Milestones pages 17 and 18</a>.','Learning Connections is 10 years old!','','inherit','closed','open','','1450-revision-v1','','','2016-02-28 18:18:56','2016-02-28 18:18:56','',1450,'http://www.learningconnectionsweb.com/?p=1453',0,'revision','',0),(1454,2,'2016-02-28 18:22:44','2016-02-28 18:22:44','Learning Connections, Inc., celebrated its tenth birthday on February 17, 2016. It was listed in a Milestones insert in the February 14, 2016, Lincoln Journal-Star, which celebrated Lincoln businesses celebrating being in business for a multiple of five years. The entire Milestones insert may be seen here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones.pdf\">Milestones</a>; Learning Connections is listed on pages 17 and 18 of the insert, and you may see those two specific pages here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones-pages-17-and-18.pdf\">Milestones pages 17 and 18</a>.','Learning Connections is 10 years old!','','inherit','closed','open','','1450-revision-v1','','','2016-02-28 18:22:44','2016-02-28 18:22:44','',1450,'http://www.learningconnectionsweb.com/?p=1454',0,'revision','',0),(1461,2,'2016-08-28 23:15:51','2016-08-28 23:15:51','','Farm Small','','inherit','closed','closed','','farm-small','','','2016-08-28 23:29:34','2016-08-28 23:29:34','',1271,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small.jpg',0,'attachment','image/jpeg',0),(1462,2,'2016-08-28 23:16:29','2016-08-28 23:16:29','','Doctor Small','','inherit','closed','closed','','doctor-small','','','2016-08-29 00:02:54','2016-08-29 00:02:54','',1482,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small.jpg',0,'attachment','image/jpeg',0),(1463,2,'2016-08-28 23:19:40','2016-08-28 23:19:40','','DoctorIfIWere small','','inherit','closed','closed','','doctorifiwere-small','','','2016-08-29 00:07:07','2016-08-29 00:07:07','',15,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg',0,'attachment','image/jpeg',0),(1464,2,'2016-08-28 23:19:41','2016-08-28 23:19:41','','DoctorCaillou small','','inherit','closed','closed','','doctorcaillou-small','','','2016-08-29 00:06:18','2016-08-29 00:06:18','',15,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg',0,'attachment','image/jpeg',0),(1465,2,'2016-08-28 23:19:42','2016-08-28 23:19:42','','DoctorCorduroy small','','inherit','closed','closed','','doctorcorduroy-small','','','2016-08-29 00:06:02','2016-08-29 00:06:02','',15,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg',0,'attachment','image/jpeg',0),(1466,2,'2016-08-28 23:20:04','2016-08-28 23:20:04','','FarmLittleBlueTruck small','','inherit','closed','closed','','farmlittlebluetruck-small','','','2016-08-28 23:32:52','2016-08-28 23:32:52','',1324,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small.jpg',0,'attachment','image/jpeg',0),(1467,2,'2016-08-28 23:20:05','2016-08-28 23:20:05','','FarmBabyBaaBaa small','','inherit','closed','closed','','farmbabybaabaa-small','','','2016-08-28 23:32:01','2016-08-28 23:32:01','',1324,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small.jpg',0,'attachment','image/jpeg',0),(1468,2,'2016-08-28 23:20:07','2016-08-28 23:20:07','','FarmFarm small','','inherit','closed','closed','','farmfarm-small','','','2016-08-28 23:30:29','2016-08-28 23:30:29','',1324,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small.jpg',0,'attachment','image/jpeg',0),(1469,2,'2016-08-28 23:21:23','2016-08-28 23:21:23','','CatInTheHatEnglish small','','inherit','closed','closed','','catinthehatenglish-small','','','2016-08-28 23:25:31','2016-08-28 23:25:31','',632,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small.jpg',0,'attachment','image/jpeg',0),(1470,2,'2016-08-28 23:21:30','2016-08-28 23:21:30','','ToothBook small','','inherit','closed','closed','','toothbook-small','','','2016-08-28 23:56:57','2016-08-28 23:56:57','',1477,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small.jpg',0,'attachment','image/jpeg',0),(1471,2,'2016-08-28 23:21:51','2016-08-28 23:21:51','','CatInTheHatEnglish small','','inherit','closed','closed','','catinthehatenglish-small-2','','','2016-08-28 23:28:39','2016-08-28 23:28:39','',473,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1.jpg',0,'attachment','image/jpeg',0),(1472,2,'2016-08-28 23:21:56','2016-08-28 23:21:56','','ToothBook small','','inherit','closed','closed','','toothbook-small-2','','','2016-08-29 00:00:48','2016-08-29 00:00:48','',1479,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1.jpg',0,'attachment','image/jpeg',0),(1473,2,'2016-08-28 23:26:52','2016-08-28 23:26:52','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small.jpg\"><img class=\"alignnone size-medium wp-image-1469\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-225x300.jpg\" alt=\"CatInTheHatEnglish small\" width=\"225\" height=\"300\" /></a></div>\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Literacy Kit','','inherit','closed','closed','','632-revision-v1','','','2016-08-28 23:26:52','2016-08-28 23:26:52','',632,'http://www.learningconnectionsweb.com/?p=1473',0,'revision','',0),(1474,2,'2016-08-28 23:28:48','2016-08-28 23:28:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1471\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/CatInTheHatEnglish-small-1-300x225.jpg\" alt=\"CatInTheHatEnglish small\" width=\"300\" height=\"225\" /></a></div>\r\nPoor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.','The Cat in the Hat Parent Pack','','inherit','closed','closed','','473-revision-v1','','','2016-08-28 23:28:48','2016-08-28 23:28:48','',473,'http://www.learningconnectionsweb.com/?p=1474',0,'revision','',0),(1475,2,'2016-08-28 23:29:37','2016-08-28 23:29:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small.jpg\"><img class=\"alignnone size-medium wp-image-1461\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small-225x300.jpg\" alt=\"Farm Small\" width=\"225\" height=\"300\" /></a></div>\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','closed','','1271-revision-v1','','','2016-08-28 23:29:37','2016-08-28 23:29:37','',1271,'http://www.learningconnectionsweb.com/?p=1475',0,'revision','',0),(1476,2,'2016-08-28 23:42:14','2016-08-28 23:42:14','<span style=\"line-height: 1.65;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small.jpg\"><img class=\"size-medium wp-image-1468 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small-225x300.jpg\" alt=\"FarmFarm small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small.jpg\"><img class=\"alignnone size-medium wp-image-1467\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small-225x300.jpg\" alt=\"FarmBabyBaaBaa small\" width=\"225\" height=\"300\" /></a>\r\n</span>\r\n\r\n<span style=\"line-height: 1.65;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small.jpg\"><img class=\"size-medium wp-image-1466 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small-225x300.jpg\" alt=\"FarmLittleBlueTruck small\" width=\"225\" height=\"300\" /></a>Animals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a clear, plastic, zippered pouch.</span>\r\n\r\n \r\n\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Parent Pack','','inherit','closed','closed','','1324-revision-v1','','','2016-08-28 23:42:14','2016-08-28 23:42:14','',1324,'http://www.learningconnectionsweb.com/?p=1476',0,'revision','',0),(1477,2,'2016-08-28 23:57:54','2016-08-28 23:57:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small.jpg\"><img class=\"alignnone size-medium wp-image-1470\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-225x300.jpg\" alt=\"ToothBook small\" width=\"225\" height=\"300\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Literacy Kit','','publish','closed','closed','','the-tooth-book','','','2016-08-29 22:10:29','2016-08-29 22:10:29','',17,'http://www.learningconnectionsweb.com/?page_id=1477',0,'page','',0),(1478,2,'2016-08-28 23:57:54','2016-08-28 23:57:54','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small.jpg\"><img class=\"alignnone size-medium wp-image-1470\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-225x300.jpg\" alt=\"ToothBook small\" width=\"225\" height=\"300\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book','','inherit','closed','closed','','1477-revision-v1','','','2016-08-28 23:57:54','2016-08-28 23:57:54','',1477,'http://www.learningconnectionsweb.com/?p=1478',0,'revision','',0),(1479,2,'2016-08-29 00:01:08','2016-08-29 00:01:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1472\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1-300x225.jpg\" alt=\"ToothBook small\" width=\"300\" height=\"225\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Parent Pack','','publish','closed','closed','','the-tooth-book-parent-pack','','','2016-08-29 00:01:08','2016-08-29 00:01:08','',17,'http://www.learningconnectionsweb.com/?page_id=1479',0,'page','',0),(1480,2,'2016-08-29 00:01:08','2016-08-29 00:01:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1472\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1-300x225.jpg\" alt=\"ToothBook small\" width=\"300\" height=\"225\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Parent Pack','','inherit','closed','closed','','1479-revision-v1','','','2016-08-29 00:01:08','2016-08-29 00:01:08','',1479,'http://www.learningconnectionsweb.com/?p=1480',0,'revision','',0),(1481,2,'2016-08-29 00:01:43','2016-08-29 00:01:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small.jpg\"><img class=\"alignnone size-medium wp-image-1470\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-225x300.jpg\" alt=\"ToothBook small\" width=\"225\" height=\"300\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Literacy Kit','','inherit','closed','closed','','1477-revision-v1','','','2016-08-29 00:01:43','2016-08-29 00:01:43','',1477,'http://www.learningconnectionsweb.com/?p=1481',0,'revision','',0),(1482,2,'2016-08-29 00:04:03','2016-08-29 00:04:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small.jpg\"><img class=\"alignnone size-medium wp-image-1462\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small-225x300.jpg\" alt=\"Doctor Small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Whether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this kit are a two-sided guide, a stethoscope, six felt play band aids and three books, <em>If I Were a Doctor</em>, <em>Corduroy Goes to the Doctor</em>, and <em>Caillou at the Doctor</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\n<p style=\"text-align: justify;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</p>','Going To The Doctor Literacy Kit','','publish','closed','open','','going-to-the-doctor-literacy-kit','','','2018-09-13 01:41:45','2018-09-13 01:41:45','',457,'http://www.learningconnectionsweb.com/?page_id=1482',0,'page','',0),(1483,2,'2016-08-29 00:04:03','2016-08-29 00:04:03','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small.jpg\"><img class=\"alignnone size-medium wp-image-1462\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small-225x300.jpg\" alt=\"Doctor Small\" width=\"225\" height=\"300\" /></a></div>\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\nWhether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this kit are a two-sided guide, a stethoscope, six felt play band aids and three books, If I Were a Doctor, Corduroy Goes to the Doctor, and Caillou at the Doctor, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit.','Going To The Doctor Literacy Kit','','inherit','closed','closed','','1482-revision-v1','','','2016-08-29 00:04:03','2016-08-29 00:04:03','',1482,'http://www.learningconnectionsweb.com/?p=1483',0,'revision','',0),(1493,2,'2016-08-29 00:15:47','2016-08-29 00:15:47',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nWhether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this parent pack are a two-sided guide, a stethoscope, six felt play band aids and your choice of any one of three board books: Caillou at the Doctor, $15.00; Corduroy Goes to the Doctor, $15.00; and If I Were a Doctor, $16.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"alignnone size-medium wp-image-1465\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a> <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Going To The Doctor Parent Pack','','publish','closed','open','','nursery-rhymes-parent-pack-2','','','2016-08-30 01:36:47','2016-08-30 01:36:47','',15,'http://www.learningconnectionsweb.com/?page_id=1493',0,'page','',0),(1494,2,'2016-08-29 00:11:32','2016-08-29 00:11:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg\"><img class=\" size-medium wp-image-1353 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small-300x225.jpg\" alt=\"Nursery 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small.jpg\"><img class=\" size-medium wp-image-1354 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-3-small-300x225.jpg\" alt=\"Nursery 3 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:11:32','2016-08-29 00:11:32','',1493,'http://www.learningconnectionsweb.com/?p=1494',0,'revision','',0),(1495,2,'2016-08-29 00:11:47','2016-08-29 00:11:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg\"><img class=\" size-medium wp-image-1353 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small-300x225.jpg\" alt=\"Nursery 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:11:47','2016-08-29 00:11:47','',1493,'http://www.learningconnectionsweb.com/?p=1495',0,'revision','',0),(1496,2,'2016-08-29 00:12:15','2016-08-29 00:12:15','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small.jpg\"><img class=\" size-medium wp-image-1353 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-2-small-300x225.jpg\" alt=\"Nursery 2 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"alignnone size-medium wp-image-1465\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:12:15','2016-08-29 00:12:15','',1493,'http://www.learningconnectionsweb.com/?p=1496',0,'revision','',0),(1497,2,'2016-08-29 00:12:29','2016-08-29 00:12:29','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small.jpg\"><img class=\" size-medium wp-image-1352 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Nursery-1-small-300x225.jpg\" alt=\"Nursery 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:12:29','2016-08-29 00:12:29','',1493,'http://www.learningconnectionsweb.com/?p=1497',0,'revision','',0),(1498,2,'2016-08-29 00:12:39','2016-08-29 00:12:39','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:12:39','2016-08-29 00:12:39','',1493,'http://www.learningconnectionsweb.com/?p=1498',0,'revision','',0),(1499,2,'2016-08-29 00:12:58','2016-08-29 00:12:58','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"alignnone size-medium wp-image-1464\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:12:58','2016-08-29 00:12:58','',1493,'http://www.learningconnectionsweb.com/?p=1499',0,'revision','',0),(1500,2,'2016-08-29 00:13:08','2016-08-29 00:13:08','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:13:08','2016-08-29 00:13:08','',1493,'http://www.learningconnectionsweb.com/?p=1500',0,'revision','',0),(1501,2,'2016-08-29 00:13:19','2016-08-29 00:13:19','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:13:19','2016-08-29 00:13:19','',1493,'http://www.learningconnectionsweb.com/?p=1501',0,'revision','',0),(1502,2,'2016-08-29 00:13:28','2016-08-29 00:13:28','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:13:28','2016-08-29 00:13:28','',1493,'http://www.learningconnectionsweb.com/?p=1502',0,'revision','',0),(1503,2,'2016-08-29 00:13:38','2016-08-29 00:13:38','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:13:38','2016-08-29 00:13:38','',1493,'http://www.learningconnectionsweb.com/?p=1503',0,'revision','',0),(1504,2,'2016-08-29 00:14:09','2016-08-29 00:14:09','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\n ','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:14:09','2016-08-29 00:14:09','',1493,'http://www.learningconnectionsweb.com/?p=1504',0,'revision','',0),(1505,2,'2016-08-29 00:14:20','2016-08-29 00:14:20','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:14:20','2016-08-29 00:14:20','',1493,'http://www.learningconnectionsweb.com/?p=1505',0,'revision','',0),(1506,2,'2016-08-29 00:15:07','2016-08-29 00:15:07','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:15:07','2016-08-29 00:15:07','',1493,'http://www.learningconnectionsweb.com/?p=1506',0,'revision','',0),(1507,2,'2016-08-29 00:15:19','2016-08-29 00:15:19','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:15:19','2016-08-29 00:15:19','',1493,'http://www.learningconnectionsweb.com/?p=1507',0,'revision','',0),(1508,2,'2016-08-29 00:15:39','2016-08-29 00:15:39','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:15:39','2016-08-29 00:15:39','',1493,'http://www.learningconnectionsweb.com/?p=1508',0,'revision','',0),(1509,2,'2016-08-29 00:15:47','2016-08-29 00:15:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Nursery Rhymes Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:15:47','2016-08-29 00:15:47','',1493,'http://www.learningconnectionsweb.com/?p=1509',0,'revision','',0),(1510,2,'2016-08-29 00:16:04','2016-08-29 00:16:04','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies learn so much from rhythm and rhyme. This parent pack gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this parent pack as well as other nursery rhyme activities. Included in the parent pack, along with the teddy bear, is a two-sided guide and your choice of any one of three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Going To The Doctor Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-29 00:16:04','2016-08-29 00:16:04','',1493,'http://www.learningconnectionsweb.com/?p=1510',0,'revision','',0),(1511,2,'2016-08-29 22:08:01','2016-08-29 22:08:01','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 23,000 kits in forty-one of the fifty United States and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','closed','','2-revision-v1','','','2016-08-29 22:08:01','2016-08-29 22:08:01','',2,'http://www.learningconnectionsweb.com/?p=1511',0,'revision','',0),(1512,2,'2016-08-29 22:11:53','2016-08-29 22:11:53','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tooth-Book.jpg\"><img class=\"size-medium wp-image-1610 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tooth-Book-300x225.jpg\" alt=\"Tooth Book\" width=\"300\" height=\"225\" /></a>Every child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Literacy Kit','','publish','closed','closed','','the-tooth-book-literacy-kit','','','2018-06-26 01:09:22','2018-06-26 01:09:22','',381,'http://www.learningconnectionsweb.com/?page_id=1512',0,'page','',0),(1513,2,'2016-08-29 22:11:53','2016-08-29 22:11:53','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small.jpg\"><img class=\"size-medium wp-image-1470 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-225x300.jpg\" alt=\"ToothBook small\" width=\"225\" height=\"300\" /></a>\r\n\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Literacy Kit','','inherit','closed','closed','','1512-revision-v1','','','2016-08-29 22:11:53','2016-08-29 22:11:53','',1512,'http://www.learningconnectionsweb.com/?p=1513',0,'revision','',0),(1514,2,'2016-08-29 22:14:05','2016-08-29 22:14:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1472\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1-300x225.jpg\" alt=\"ToothBook small\" width=\"300\" height=\"225\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Parent Pack','','publish','closed','open','','the-tooth-book-parent-pack','','','2016-08-29 22:14:05','2016-08-29 22:14:05','',511,'http://www.learningconnectionsweb.com/?page_id=1514',0,'page','',0),(1515,2,'2016-08-29 22:14:05','2016-08-29 22:14:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1.jpg\"><img class=\"alignnone size-medium wp-image-1472\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/ToothBook-small-1-300x225.jpg\" alt=\"ToothBook small\" width=\"300\" height=\"225\" /></a></div>\r\nEvery child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Parent Pack','','inherit','closed','closed','','1514-revision-v1','','','2016-08-29 22:14:05','2016-08-29 22:14:05','',1514,'http://www.learningconnectionsweb.com/?p=1515',0,'revision','',0),(1516,2,'2016-08-29 22:17:14','2016-08-29 22:17:14','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains one or two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 23,000 kits in forty-one of the fifty United States and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','closed','','2-revision-v1','','','2016-08-29 22:17:14','2016-08-29 22:17:14','',2,'http://www.learningconnectionsweb.com/?p=1516',0,'revision','',0),(1517,2,'2016-08-29 22:18:30','2016-08-29 22:18:30','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>September 29-October 1, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louise, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2016-08-29 22:18:30','2016-08-29 22:18:30','',44,'http://www.learningconnectionsweb.com/?p=1517',0,'revision','',0),(1518,2,'2016-08-29 22:24:57','2016-08-29 22:24:57','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louise, MO\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2016-08-29 22:24:57','2016-08-29 22:24:57','',44,'http://www.learningconnectionsweb.com/?p=1518',0,'revision','',0),(1529,2,'2016-08-29 23:06:42','2016-08-29 23:06:42','','Birth to Age 3 Literacy Kit Order Form','','inherit','closed','closed','','birth-to-age-3-literacy-kit-order-form','','','2016-08-29 23:06:42','2016-08-29 23:06:42','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf',0,'attachment','application/pdf',0),(1532,2,'2016-08-29 23:17:17','2016-08-29 23:17:17','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!','Order Forms','','inherit','closed','closed','','19-revision-v1','','','2016-08-29 23:17:17','2016-08-29 23:17:17','',19,'http://www.learningconnectionsweb.com/?p=1532',0,'revision','',0),(1533,2,'2016-08-30 00:05:12','2016-08-30 00:05:12','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1382\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small-300x225.jpg\" alt=\"Bedtime small\" width=\"300\" height=\"225\" /></a></div>\r\nBedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','closed','','1261-revision-v1','','','2016-08-30 00:05:12','2016-08-30 00:05:12','',1261,'http://www.learningconnectionsweb.com/?p=1533',0,'revision','',0),(1534,2,'2016-08-30 00:05:34','2016-08-30 00:05:34','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg\"><img class=\"alignnone size-medium wp-image-1295\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small-225x300.jpg\" alt=\"Body small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Literacy Kit','','inherit','closed','closed','','1318-revision-v1','','','2016-08-30 00:05:34','2016-08-30 00:05:34','',1318,'http://www.learningconnectionsweb.com/?p=1534',0,'revision','',0),(1535,2,'2016-08-30 00:06:09','2016-08-30 00:06:09','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg\"><img class=\"alignnone size-medium wp-image-1296\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small-225x300.jpg\" alt=\"Colors small\" width=\"225\" height=\"300\" /></a></div>\r\nBabies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','inherit','closed','closed','','1269-revision-v1','','','2016-08-30 00:06:09','2016-08-30 00:06:09','',1269,'http://www.learningconnectionsweb.com/?p=1535',0,'revision','',0),(1536,2,'2016-08-30 00:06:28','2016-08-30 00:06:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small.jpg\"><img class=\"alignnone size-medium wp-image-1461\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small-225x300.jpg\" alt=\"Farm Small\" width=\"225\" height=\"300\" /></a></div>\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','closed','','1271-revision-v1','','','2016-08-30 00:06:28','2016-08-30 00:06:28','',1271,'http://www.learningconnectionsweb.com/?p=1536',0,'revision','',0),(1537,2,'2016-08-30 00:06:51','2016-08-30 00:06:51','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small.jpg\"><img class=\"alignnone size-medium wp-image-1384\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small-300x225.jpg\" alt=\"First Words small\" width=\"300\" height=\"225\" /></a></div>\r\nIt is always an exciting time when babies say their first words. This kit gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this kit provides great opportunities for language development. Included in the kit, along with the cards, is a two-sided guide and three board books, Bright Baby First Words, My First Word Board Book, and We’re Going on a Bear Hunt, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Literacy Kit','','inherit','closed','closed','','1273-revision-v1','','','2016-08-30 00:06:51','2016-08-30 00:06:51','',1273,'http://www.learningconnectionsweb.com/?p=1537',0,'revision','',0),(1538,2,'2016-08-30 00:07:16','2016-08-30 00:07:16','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small.jpg\"><img class=\"alignnone size-medium wp-image-1462\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small-225x300.jpg\" alt=\"Doctor Small\" width=\"225\" height=\"300\" /></a></div>\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\nWhether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this kit are a two-sided guide, a stethoscope, six felt play band aids and three books, If I Were a Doctor, Corduroy Goes to the Doctor, and Caillou at the Doctor, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.','Going To The Doctor Literacy Kit','','inherit','closed','closed','','1482-revision-v1','','','2016-08-30 00:07:16','2016-08-30 00:07:16','',1482,'http://www.learningconnectionsweb.com/?p=1538',0,'revision','',0),(1539,2,'2016-08-30 00:07:43','2016-08-30 00:07:43','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small.jpg\"><img class=\"alignnone size-medium wp-image-1298\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small-225x300.jpg\" alt=\"Movement small\" width=\"225\" height=\"300\" /></a></div>\r\nMovement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, Let’s Dance, Little Pookie, Baby Dance, and Five Little Monkeys Jumping on the Bed, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Literacy Kit','','inherit','closed','closed','','1275-revision-v1','','','2016-08-30 00:07:43','2016-08-30 00:07:43','',1275,'http://www.learningconnectionsweb.com/?p=1539',0,'revision','',0),(1540,2,'2016-08-30 00:08:04','2016-08-30 00:08:04','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small.jpg\"><img class=\"alignnone size-medium wp-image-1299\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small-225x300.jpg\" alt=\"Music small\" width=\"225\" height=\"300\" /></a></div>\r\nMusic is so powerful for babies! This kit gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this kit as well as other activities to encourage music. Included in the kit, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Literacy Kit','','inherit','closed','closed','','1277-revision-v1','','','2016-08-30 00:08:04','2016-08-30 00:08:04','',1277,'http://www.learningconnectionsweb.com/?p=1540',0,'revision','',0),(1541,2,'2016-08-30 00:08:24','2016-08-30 00:08:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small.jpg\"><img class=\"alignnone size-medium wp-image-1300\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small-225x300.jpg\" alt=\"Nursery R small\" width=\"225\" height=\"300\" /></a></div>\r\nBabies learn so much from rhythm and rhyme. This kit gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this kit as well as other nursery rhyme activities. Included in the kit, along with the teddy bear, is a two-sided guide and three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Literacy Kit','','inherit','closed','closed','','1279-revision-v1','','','2016-08-30 00:08:24','2016-08-30 00:08:24','',1279,'http://www.learningconnectionsweb.com/?p=1541',0,'revision','',0),(1542,2,'2016-08-30 00:08:45','2016-08-30 00:08:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small.jpg\"><img class=\"alignnone size-medium wp-image-1301\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small-225x300.jpg\" alt=\"Outdoor small\" width=\"225\" height=\"300\" /></a></div>\r\nBabies love to play outdoors. This kit gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this kit as well as other outdoor activities. Included in the kit, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Literacy Kit','','inherit','closed','closed','','1281-revision-v1','','','2016-08-30 00:08:45','2016-08-30 00:08:45','',1281,'http://www.learningconnectionsweb.com/?p=1542',0,'revision','',0),(1543,2,'2016-08-30 00:09:11','2016-08-30 00:09:11','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1294\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small-225x300.jpg\" alt=\"Playtime small\" width=\"225\" height=\"300\" /></a></div>\r\nPlaytime is essential for babies’ development, both physically and mentally. This kit gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this kit as well as other playtime activities. Included in the kit, along with the ball, is a two-sided guide and three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Literacy Kit','','inherit','closed','closed','','1283-revision-v1','','','2016-08-30 00:09:11','2016-08-30 00:09:11','',1283,'http://www.learningconnectionsweb.com/?p=1543',0,'revision','',0),(1544,2,'2016-08-30 00:09:40','2016-08-30 00:09:40','<big><big></big></big><span style=\"font-family: Helvetica,Arial,sans-serif;\">We have created a new line of Literacy Kits for infants and toddlers, from birth to age three. Each Literacy Kit comes in the same colorful backpack as our Pre-K to Fifth Grade kits. They are written around specific themes and each contains three board books, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. $40.00 each.</span>\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Literacy Kits','','inherit','closed','closed','','457-revision-v1','','','2016-08-30 00:09:40','2016-08-30 00:09:40','',457,'http://www.learningconnectionsweb.com/?p=1544',0,'revision','',0),(1545,2,'2016-08-30 00:10:06','2016-08-30 00:10:06','We have created a new line of parent packs for infants and toddlers, from birth to age three. Each parent pack comes in the same zippered plastic bag as our Pre-K to Fifth Grade parent packs. They are written around specific themes and each contains one board book, one or two manipulatives, and a guide (front and back) with reading tips, parenting tips, suggestions on how to use the included manipulatives, and other suggestions. Prices vary depending on the book selected.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Birth to Age Three Parent Packs','','inherit','closed','closed','','15-revision-v1','','','2016-08-30 00:10:06','2016-08-30 00:10:06','',15,'http://www.learningconnectionsweb.com/?p=1545',0,'revision','',0),(1546,2,'2016-08-30 00:15:52','2016-08-30 00:15:52',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\"size-medium wp-image-1361 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg\"><img class=\"size-medium wp-image-1362 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\"size-medium wp-image-1363 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a>Bedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all packaged in a clear, plastic, zippered pouch. !Bueanas noches, bebe!, $15.00. Night-Night, Little Pookie, $16.00. Very First Words Bedtime, $16.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','closed','','1313-revision-v1','','','2016-08-30 00:15:52','2016-08-30 00:15:52','',1313,'http://www.learningconnectionsweb.com/?p=1546',0,'revision','',0),(1547,2,'2016-08-30 00:18:57','2016-08-30 00:18:57',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small.jpg\"><img class=\"size-medium wp-image-1361 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-1-small-300x225.jpg\" alt=\"Bedtime 1 small\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small.jpg\"><img class=\"size-medium wp-image-1362 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-2-small-300x225.jpg\" alt=\"Bedtime 2 small\" width=\"300\" height=\"225\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small.jpg\"><img class=\"size-medium wp-image-1363 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-3-small-300x225.jpg\" alt=\"Bedtime 3 small\" width=\"300\" height=\"225\" /></a>Bedtime can be a stressful time for everyone involved. This parent pack gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the parent pack as well as other activities to help bedtime become enjoyable. Included in the parent pack, along with the owl and blanket, is a two-sided guide and your choice of any one of the following three board books: Good Night, Baby - !Bueanas noches, bebe! (bilingual): $15.00; Night-Night, Little Pookie: $16.00; and Very First Words Bedtime: $16.00, all packaged in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Parent Pack','','inherit','closed','closed','','1313-revision-v1','','','2016-08-30 00:18:57','2016-08-30 00:18:57','',1313,'http://www.learningconnectionsweb.com/?p=1547',0,'revision','',0),(1548,2,'2016-08-30 00:24:31','2016-08-30 00:24:31',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small.jpg\"><img class=\"size-medium wp-image-1366 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small-225x300.jpg\" alt=\"Body 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books: Head, Shoulders, Knees and Toes, $13.00; Horns to Toes and in Between, $15.00; and My First Body Board Book, $15.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small.jpg\"><img class=\"size-medium wp-image-1365 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small-225x300.jpg\" alt=\"Body 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small.jpg\"><img class=\"size-medium wp-image-1364 alignnone\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small-225x300.jpg\" alt=\"Body 1 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n ','Body Parent Pack','','inherit','closed','closed','','1267-revision-v1','','','2016-08-30 00:24:31','2016-08-30 00:24:31','',1267,'http://www.learningconnectionsweb.com/?p=1548',0,'revision','',0),(1549,2,'2016-08-30 00:36:57','2016-08-30 00:36:57',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small.jpg\"><img class=\"size-medium wp-image-1368 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small-225x300.jpg\" alt=\"Colors 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books: Baby Colors Board Book, $16.00; Brown Bear, Brown Bear, What Do You See?, $17.00; and My First Colors Board Book, $15.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small.jpg\"><img class=\"size-medium wp-image-1367 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small-225x300.jpg\" alt=\"Colors 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small.jpg\"><img class=\"size-medium wp-image-1369 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small-225x300.jpg\" alt=\"Colors 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n ','Colors Parent Pack','','inherit','closed','closed','','1322-autosave-v1','','','2016-08-30 00:36:57','2016-08-30 00:36:57','',1322,'http://www.learningconnectionsweb.com/?p=1549',0,'revision','',0),(1550,2,'2016-08-30 00:35:34','2016-08-30 00:35:34',' \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small.jpg\"><img class=\"size-medium wp-image-1368 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small-225x300.jpg\" alt=\"Colors 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books: Baby Colors Board Book, $16.00; Brown Bear, Brown Bear, What Do You See?, $17.00; and My First Colors Board Book, $15.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small.jpg\"><img class=\"size-medium wp-image-1367 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small-225x300.jpg\" alt=\"Colors 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small.jpg\"><img class=\"size-medium wp-image-1369 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small-225x300.jpg\" alt=\"Colors 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n ','Colors Parent Pack','','inherit','closed','closed','','1322-revision-v1','','','2016-08-30 00:35:34','2016-08-30 00:35:34','',1322,'http://www.learningconnectionsweb.com/?p=1550',0,'revision','',0),(1551,2,'2016-08-30 00:37:20','2016-08-30 00:37:20',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small.jpg\"><img class=\"size-medium wp-image-1368 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-2-small-225x300.jpg\" alt=\"Colors 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies love to look at bright colors. This parent pack gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this parent pack as well as other activities to teach baby about color. Included in the parent pack, along with the stacking cups and color squares, is a two-sided guide and your choice of any one of three board books: Baby Colors Board Book, $16.00; Brown Bear, Brown Bear, What Do You See?, $17.00; and My First Colors Board Book, $15.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small.jpg\"><img class=\"size-medium wp-image-1367 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-1-small-225x300.jpg\" alt=\"Colors 1 small\" width=\"225\" height=\"300\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small.jpg\"><img class=\"size-medium wp-image-1369 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Colors-3-small-225x300.jpg\" alt=\"Colors 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n ','Colors Parent Pack','','inherit','closed','closed','','1322-revision-v1','','','2016-08-30 00:37:20','2016-08-30 00:37:20','',1322,'http://www.learningconnectionsweb.com/?p=1551',0,'revision','',0),(1552,2,'2016-08-30 00:41:46','2016-08-30 00:41:46','<span style=\"line-height: 1.65;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small.jpg\"><img class=\"size-medium wp-image-1467 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmBabyBaaBaa-small-225x300.jpg\" alt=\"FarmBabyBaaBaa small\" width=\"225\" height=\"300\" /></a></span>\r\n\r\nAnimals bring smiles to babies’ faces. The two farm animal puppets included in this parent pack will provide lots of entertainment for babies. This parent pack also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the parent pack, along with the two puppets, is a two-sided guide and your choice of any one of three board books: Baby Baa Baa, $16.00; Baby Touch and Feel Farm, $15.00; and Little Blue Truck, $16.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small.jpg\"><img class=\"size-medium wp-image-1468 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmFarm-small-225x300.jpg\" alt=\"FarmFarm small\" width=\"225\" height=\"300\" /></a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small.jpg\"><img class=\"alignnone size-medium wp-image-1466\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/FarmLittleBlueTruck-small-225x300.jpg\" alt=\"FarmLittleBlueTruck small\" width=\"225\" height=\"300\" /></a>','Farm Parent Pack','','inherit','closed','closed','','1324-revision-v1','','','2016-08-30 00:41:46','2016-08-30 00:41:46','',1324,'http://www.learningconnectionsweb.com/?p=1552',0,'revision','',0),(1553,2,'2016-08-30 01:10:48','2016-08-30 01:10:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small.jpg\"><img class=\" wp-image-1374 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small-300x225.jpg\" alt=\"First Words 2 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small.jpg\"><img class=\" wp-image-1375 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small-300x225.jpg\" alt=\"First Words 3 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1373\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small-300x225.jpg\" alt=\"First Words 1 small\" width=\"300\" height=\"225\" /></a></div>\r\n<div style=\"text-align: left;\">It is always an exciting time when babies say their first words. This parent pack gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this parent pack provide great opportunities for language development. Included in the parent pack, along with the cards, is a two-sided guide and your choice of any one of three board books: Bright Baby First Words, $20.00; My First Word Board Book, $17.00; and We’re Going on a Bear Hunt, $19.00, all housed in a clear, plastic, zippered pouch.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</div>\r\n ','First Words Parent Pack','','inherit','closed','closed','','1327-revision-v1','','','2016-08-30 01:10:48','2016-08-30 01:10:48','',1327,'http://www.learningconnectionsweb.com/?p=1553',0,'revision','',0),(1554,2,'2016-08-30 01:12:13','2016-08-30 01:12:13','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small.jpg\"><img class=\" wp-image-1374 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-2-small-300x225.jpg\" alt=\"First Words 2 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small.jpg\"><img class=\" wp-image-1375 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-3-small-300x225.jpg\" alt=\"First Words 3 small\" width=\"296\" height=\"222\" /></a></div>\r\n<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small.jpg\"><img class=\"alignnone size-medium wp-image-1373\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-1-small-300x225.jpg\" alt=\"First Words 1 small\" width=\"300\" height=\"225\" /></a></div>\r\n<div style=\"text-align: left;\">It is always an exciting time when babies say their first words. This parent pack gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this parent pack provide great opportunities for language development. Included in the parent pack, along with the cards, is a two-sided guide and your choice of any one of three board books: Bright Baby First Words, $20.00; My First Word Board Book, $17.00; and We’re Going on a Bear Hunt, $19.00, all housed in a clear, plastic, zippered pouch.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</div>\r\n<div style=\"text-align: left;\"></div>\r\n<div style=\"text-align: left;\"></div>\r\n ','First Words Parent Pack','','inherit','closed','closed','','1327-revision-v1','','','2016-08-30 01:12:13','2016-08-30 01:12:13','',1327,'http://www.learningconnectionsweb.com/?p=1554',0,'revision','',0),(1555,2,'2016-08-30 01:36:41','2016-08-30 01:36:41',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nWhether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this parent pack are a two-sided guide, a stethoscope, six felt play band aids and your choice of any one of three board books: Caillou at the Doctor, $15.00; Corduroy Goes to the Doctor, $15.00; and If I Were a Doctor, $16.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"alignnone size-medium wp-image-1465\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a> <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Going To The Doctor Parent Pack','','inherit','closed','closed','','1493-autosave-v1','','','2016-08-30 01:36:41','2016-08-30 01:36:41','',1493,'http://www.learningconnectionsweb.com/?p=1555',0,'revision','',0),(1556,2,'2016-08-30 01:30:53','2016-08-30 01:30:53','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"size-medium wp-image-1465 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a>\r\n\r\nWhether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this parent pack are a two-sided guide, a stethoscope, six felt play band aids and three books, Caillou at the Doctor, Corduroy Goes to the Doctor, and If I Were a Doctor, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. all housed in a clear, plastic, zippered pouch.\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Going To The Doctor Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-30 01:30:53','2016-08-30 01:30:53','',1493,'http://www.learningconnectionsweb.com/?p=1556',0,'revision','',0),(1557,2,'2016-08-30 01:36:47','2016-08-30 01:36:47',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small.jpg\"><img class=\"size-medium wp-image-1464 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCaillou-small-225x300.jpg\" alt=\"DoctorCaillou small\" width=\"225\" height=\"300\" /></a>\r\n\r\nWhether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this parent pack are a two-sided guide, a stethoscope, six felt play band aids and your choice of any one of three board books: Caillou at the Doctor, $15.00; Corduroy Goes to the Doctor, $15.00; and If I Were a Doctor, $16.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small.jpg\"><img class=\"alignnone size-medium wp-image-1465\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorCorduroy-small-225x300.jpg\" alt=\"DoctorCorduroy small\" width=\"225\" height=\"300\" /></a> <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small.jpg\"><img class=\"alignnone size-medium wp-image-1463\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/DoctorIfIWere-small-225x300.jpg\" alt=\"DoctorIfIWere small\" width=\"225\" height=\"300\" /></a>','Going To The Doctor Parent Pack','','inherit','closed','closed','','1493-revision-v1','','','2016-08-30 01:36:47','2016-08-30 01:36:47','',1493,'http://www.learningconnectionsweb.com/?p=1557',0,'revision','',0),(1560,2,'2016-08-31 01:48:04','2016-08-31 01:48:04','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains one or two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 23,000 kits in forty-one states and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','closed','','2-revision-v1','','','2016-08-31 01:48:04','2016-08-31 01:48:04','',2,'http://www.learningconnectionsweb.com/?p=1560',0,'revision','',0),(1561,2,'2016-08-31 01:49:32','2016-08-31 01:49:32','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louise, MO\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2016-08-31 01:49:32','2016-08-31 01:49:32','',44,'http://www.learningconnectionsweb.com/?p=1561',0,'revision','',0),(1562,2,'2016-09-05 19:50:40','2016-09-05 19:50:40','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\nIf you would like a two page flyer listing our literacy kits or parent packs, you may download them here:\r\n\r\n ','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2016-09-05 19:50:40','2016-09-05 19:50:40','',19,'http://www.learningconnectionsweb.com/?p=1562',0,'revision','',0),(1565,2,'2016-09-05 20:02:34','2016-09-05 20:02:34','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Pre-K-to-5th-Grade-Flyer.pdf\">Pre-K to 5th Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Birth-to-Age-3-Flyer.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>\r\n\r\n ','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2016-09-05 20:02:34','2016-09-05 20:02:34','',19,'http://www.learningconnectionsweb.com/?p=1565',0,'revision','',0),(1566,2,'2016-09-05 20:03:18','2016-09-05 20:03:18','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Pre-K-to-5th-Grade-Flyer.pdf\">Pre-K to 5th Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Birth-to-Age-3-Flyer.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>\r\n\r\n ','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2016-09-05 20:03:18','2016-09-05 20:03:18','',19,'http://www.learningconnectionsweb.com/?p=1566',0,'revision','',0),(1569,2,'2016-11-09 01:28:47','2016-11-09 01:28:47','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/11/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth-to-Age-3-Parent-Pack-Kit-Order-Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Pre-K-to-5th-Grade-Flyer.pdf\">Pre-K to 5th Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Birth-to-Age-3-Flyer.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>\r\n\r\n ','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2016-11-09 01:28:47','2016-11-09 01:28:47','',19,'http://www.learningconnectionsweb.com/?p=1569',0,'revision','',0),(1571,2,'2017-07-18 01:06:49','2017-07-18 01:06:49','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n \r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2017-07-18 01:06:49','2017-07-18 01:06:49','',44,'http://www.learningconnectionsweb.com/?p=1571',0,'revision','',0),(1572,2,'2017-07-18 01:13:11','2017-07-18 01:13:11','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2017-07-18 01:13:11','2017-07-18 01:13:11','',44,'http://www.learningconnectionsweb.com/?p=1572',0,'revision','',0),(1573,2,'2017-07-18 01:14:04','2017-07-18 01:14:04','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2017-07-18 01:14:04','2017-07-18 01:14:04','',44,'http://www.learningconnectionsweb.com/?p=1573',0,'revision','',0),(1574,2,'2017-07-18 01:18:05','2017-07-18 01:18:05','Learning Connections, Inc., celebrated its tenth birthday on February 17, 2016. It was listed in a Milestones insert in the February 14, 2016, Lincoln Journal-Star, which celebrated Lincoln businesses celebrating being in business for a multiple of five years. The entire Milestones insert may be seen here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones.pdf\">Milestones</a>; Learning Connections is listed on pages 17 and 18 of the insert, and you may see those two specific pages here: <a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/02/Milestones-pages-17-and-18.pdf\">Milestones pages 17 and 18</a>.','Learning Connections was 10 years old in 2016!','','inherit','closed','closed','','1450-revision-v1','','','2017-07-18 01:18:05','2017-07-18 01:18:05','',1450,'http://www.learningconnectionsweb.com/?p=1574',0,'revision','',0),(1575,2,'2017-07-18 01:21:36','2017-07-18 01:21:36',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small.jpg\"><img class=\"size-medium wp-image-1366 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-3-small-225x300.jpg\" alt=\"Body 3 small\" width=\"225\" height=\"300\" /></a>\r\n\r\nBabies are fascinated by looking at themselves in a mirror. This parent pack gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this parent pack as well as other activities to teach baby about his body. Included in parent pack, along with the mirror, is a two-sided guide and your choice of one of three board books: Head, Shoulders, Knees and Toes, $15.00; Horns to Toes and in Between, $17.00; and My First Body Board Book, $17.00, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small.jpg\"><img class=\"size-medium wp-image-1365 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-2-small-225x300.jpg\" alt=\"Body 2 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small.jpg\"><img class=\"size-medium wp-image-1364 alignnone\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Body-1-small-225x300.jpg\" alt=\"Body 1 small\" width=\"225\" height=\"300\" /></a>\r\n\r\n ','Body Parent Pack','','inherit','closed','closed','','1267-revision-v1','','','2017-07-18 01:21:36','2017-07-18 01:21:36','',1267,'http://www.learningconnectionsweb.com/?p=1575',0,'revision','',0),(1576,2,'2017-07-18 01:42:45','2017-07-18 01:42:45','','Birth to Age 3 Parent Pack Kit Order Form','','inherit','closed','closed','','birth-to-age-3-parent-pack-kit-order-form','','','2017-07-18 01:47:31','2017-07-18 01:47:31','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2017/07/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf',0,'attachment','application/pdf',0),(1578,2,'2017-07-18 01:47:37','2017-07-18 01:47:37','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2017/07/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Pre-K-to-5th-Grade-Flyer.pdf\">Pre-K to 5th Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Birth-to-Age-3-Flyer.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>\r\n\r\n ','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2017-07-18 01:47:37','2017-07-18 01:47:37','',19,'http://www.learningconnectionsweb.com/?p=1578',0,'revision','',0),(1580,2,'2018-01-21 00:59:56','2018-01-21 00:59:56','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\r\n\r\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\r\n\r\n<strong>June 26-27, 2018:</strong> Iowa State Reading Association Conference, Ames, Iowa\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2018-01-21 00:59:56','2018-01-21 00:59:56','',44,'http://www.learningconnectionsweb.com/?p=1580',0,'revision','',0),(1581,2,'2018-01-21 01:01:05','2018-01-21 01:01:05','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\r\n\r\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\r\n\r\n<strong>June 26-27, 2018:</strong> Iowa Reading Association Conference, Ames, Iowa\r\n\r\n \r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2018-01-21 01:01:05','2018-01-21 01:01:05','',44,'http://www.learningconnectionsweb.com/?p=1581',0,'revision','',0),(1583,2,'2018-03-26 00:19:13','2018-03-26 00:19:13','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\r\n\r\n<strong>June 26-27, 2018:</strong> Iowa Reading Association Conference, Ames, Iowa\r\n\r\n<strong>October 3-5, 2018:</strong> Zero to Three Conference, Denver, CO\r\n\r\n<strong>October 8-11, 2018:</strong> National Parents As Teachers Conference, Phoenix, AZ\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>March 4-7, 2018:</strong> National Youth At Risk Conference, Savannah, GA\r\n\r\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2018-03-26 00:19:13','2018-03-26 00:19:13','',44,'http://www.learningconnectionsweb.com/?p=1583',0,'revision','',0),(1584,2,'2018-03-26 00:20:40','2018-03-26 00:20:40','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains one or two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 24,000 kits in forty-three states and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','closed','','2-revision-v1','','','2018-03-26 00:20:40','2018-03-26 00:20:40','',2,'http://www.learningconnectionsweb.com/?p=1584',0,'revision','',0),(1586,2,'2018-06-25 23:54:06','2018-06-25 23:54:06','','Wilfred','','inherit','closed','closed','','wilfred-2','','','2018-06-26 01:13:04','2018-06-26 01:13:04','',453,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wilfred.jpg',0,'attachment','image/jpeg',0),(1587,2,'2018-06-25 23:54:19','2018-06-25 23:54:19','','Alexander','','inherit','closed','closed','','alexander','','','2018-06-26 00:49:10','2018-06-26 00:49:10','',375,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander.jpg',0,'attachment','image/jpeg',0),(1588,2,'2018-06-25 23:54:35','2018-06-25 23:54:35','','BB Junk Food','','inherit','closed','closed','','bb-junk-food','','','2018-06-26 00:20:20','2018-06-26 00:20:20','',520,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg',0,'attachment','image/jpeg',0),(1589,2,'2018-06-25 23:54:50','2018-06-25 23:54:50','','BB TV','','inherit','closed','closed','','bb-tv','','','2018-06-26 00:28:40','2018-06-26 00:28:40','',406,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV.jpg',0,'attachment','image/jpeg',0),(1590,2,'2018-06-25 23:55:01','2018-06-25 23:55:01','','Being Active','','inherit','closed','closed','','being-active','','','2018-06-26 00:13:30','2018-06-26 00:13:30','',523,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active.jpg',0,'attachment','image/jpeg',0),(1591,2,'2018-06-25 23:55:15','2018-06-25 23:55:15','','Bully Blockers','','inherit','closed','closed','','bully-blockers','','','2018-06-26 00:40:14','2018-06-26 00:40:14','',1078,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers.jpg',0,'attachment','image/jpeg',0),(1592,2,'2018-06-25 23:55:30','2018-06-25 23:55:30','','Cat Dictinary','','inherit','closed','closed','','cat-dictinary','','','2018-06-26 01:03:01','2018-06-26 01:03:01','',416,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-Dictinary.jpg',0,'attachment','image/jpeg',0),(1593,2,'2018-06-25 23:55:47','2018-06-25 23:55:47','','Cat in the Hat','','inherit','closed','closed','','cat-in-the-hat','','','2018-06-26 01:04:26','2018-06-26 01:04:26','',632,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat.jpg',0,'attachment','image/jpeg',0),(1594,2,'2018-06-25 23:56:02','2018-06-25 23:56:02','','Charlottes','','inherit','closed','closed','','charlottes','','','2018-06-26 00:54:56','2018-06-26 00:54:56','',418,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Charlottes.jpg',0,'attachment','image/jpeg',0),(1595,2,'2018-06-25 23:56:16','2018-06-25 23:56:16','','Chrysanthimum','','inherit','closed','closed','','chrysanthimum','','','2018-06-26 00:56:07','2018-06-26 00:56:07','',423,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Chrysanthimum.jpg',0,'attachment','image/jpeg',0),(1596,2,'2018-06-25 23:56:31','2018-06-25 23:56:31','','Click Clack','','inherit','closed','closed','','click-clack','','','2018-06-26 00:57:07','2018-06-26 00:57:07','',425,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Click-Clack.jpg',0,'attachment','image/jpeg',0),(1597,2,'2018-06-25 23:56:48','2018-06-25 23:56:48','','Confessions','','inherit','closed','closed','','confessions','','','2018-06-26 00:34:20','2018-06-26 00:34:20','',1423,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions.jpg',0,'attachment','image/jpeg',0),(1598,2,'2018-06-25 23:57:02','2018-06-25 23:57:02','','Corduroy','','inherit','closed','closed','','corduroy-2','','','2018-06-26 00:58:48','2018-06-26 00:58:48','',427,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Corduroy.jpg',0,'attachment','image/jpeg',0),(1599,2,'2018-06-25 23:57:16','2018-06-25 23:57:16','','Green Eggs','','inherit','closed','closed','','green-eggs','','','2018-06-26 00:59:32','2018-06-26 00:59:32','',429,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Green-Eggs.jpg',0,'attachment','image/jpeg',0),(1600,2,'2018-06-25 23:57:32','2018-06-25 23:57:32','','Keeping Quilt','','inherit','closed','closed','','keeping-quilt','','','2018-06-26 01:06:52','2018-06-26 01:06:52','',436,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Keeping-Quilt.jpg',0,'attachment','image/jpeg',0),(1601,2,'2018-06-25 23:57:48','2018-06-25 23:57:48','','Making Friends','','inherit','closed','closed','','making-friends-2','','','2018-06-25 23:57:48','2018-06-25 23:57:48','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Making-Friends.jpg',0,'attachment','image/jpeg',0),(1602,2,'2018-06-25 23:58:03','2018-06-25 23:58:03','','Scrambles States','','inherit','closed','closed','','scrambles-states','','','2018-06-26 01:07:56','2018-06-26 01:07:56','',825,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Scrambles-States.jpg',0,'attachment','image/jpeg',0),(1603,2,'2018-06-25 23:58:20','2018-06-25 23:58:20','','Swimmy','','inherit','closed','closed','','swimmy-2','','','2018-06-26 01:00:23','2018-06-26 01:00:23','',438,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Swimmy.jpg',0,'attachment','image/jpeg',0),(1604,2,'2018-06-25 23:58:34','2018-06-25 23:58:34','','Tacky','','inherit','closed','closed','','tacky','','','2018-06-26 01:01:09','2018-06-26 01:01:09','',630,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tacky.jpg',0,'attachment','image/jpeg',0),(1605,2,'2018-06-25 23:58:53','2018-06-25 23:58:53','','The Hat','','inherit','closed','closed','','the-hat-2','','','2018-06-26 01:05:50','2018-06-26 01:05:50','',431,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/The-Hat.jpg',0,'attachment','image/jpeg',0),(1606,2,'2018-06-25 23:59:12','2018-06-25 23:59:12','','Things that Go 1','','inherit','closed','closed','','things-that-go-1','','','2018-06-26 01:21:52','2018-06-26 01:21:52','',1649,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1.jpg',0,'attachment','image/jpeg',0),(1607,2,'2018-06-25 23:59:29','2018-06-25 23:59:29','','Things that Go 3','','inherit','closed','closed','','things-that-go-3','','','2018-06-26 01:20:48','2018-06-26 01:20:48','',1649,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3.jpg',0,'attachment','image/jpeg',0),(1608,2,'2018-06-25 23:59:50','2018-06-25 23:59:50','','Things that Go Kit','','inherit','closed','closed','','things-that-go-kit','','','2018-06-26 01:15:29','2018-06-26 01:15:29','',1647,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit.jpg',0,'attachment','image/jpeg',0),(1609,2,'2018-06-26 00:00:03','2018-06-26 00:00:03','','Thngs that Go 2','','inherit','closed','closed','','thngs-that-go-2','','','2018-06-26 01:20:25','2018-06-26 01:20:25','',1649,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2.jpg',0,'attachment','image/jpeg',0),(1610,2,'2018-06-26 00:00:17','2018-06-26 00:00:17','','Tooth Book','','inherit','closed','closed','','tooth-book','','','2018-06-26 01:09:04','2018-06-26 01:09:04','',1512,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tooth-Book.jpg',0,'attachment','image/jpeg',0),(1611,2,'2018-06-26 00:00:31','2018-06-26 00:00:31','','Up Down','','inherit','closed','closed','','up-down','','','2018-06-26 01:10:19','2018-06-26 01:10:19','',444,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Up-Down.jpg',0,'attachment','image/jpeg',0),(1612,2,'2018-06-26 00:00:49','2018-06-26 00:00:49','','Where the Wild Things Are','','inherit','closed','closed','','where-the-wild-things-are-2','','','2018-06-26 01:11:08','2018-06-26 01:11:08','',448,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Where-the-Wild-Things-Are.jpg',0,'attachment','image/jpeg',0),(1613,2,'2018-06-26 00:01:04','2018-06-26 00:01:04','','Wiggle','','inherit','closed','closed','','wiggle-2','','','2018-06-26 00:46:43','2018-06-26 00:46:43','',533,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle.jpg',0,'attachment','image/jpeg',0),(1614,2,'2018-06-26 00:18:17','2018-06-26 00:18:17','<div style=\"float: left; margin-right: 15px; text-align: left;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active.jpg\"><img class=\"alignnone size-medium wp-image-1590\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active-300x225.jpg\" alt=\"Being Active\" width=\"300\" height=\"225\" /></a></div>\r\nBeing Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','inherit','closed','closed','','523-revision-v1','','','2018-06-26 00:18:17','2018-06-26 00:18:17','',523,'http://www.learningconnectionsweb.com/?p=1614',0,'revision','',0),(1615,2,'2018-06-26 00:21:33','2018-06-26 00:21:33','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg\"><img class=\"alignnone size-medium wp-image-1588\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food-300x225.jpg\" alt=\"BB Junk Food\" width=\"300\" height=\"225\" /></a></div>\r\n<div>\r\n<div>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</div>\r\n<div></div>\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n</div>','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','closed','','520-revision-v1','','','2018-06-26 00:21:33','2018-06-26 00:21:33','',520,'http://www.learningconnectionsweb.com/?p=1615',0,'revision','',0),(1616,2,'2018-06-26 00:32:37','2018-06-26 00:32:37','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV.jpg\"><img class=\"alignnone size-medium wp-image-1589 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV-300x225.jpg\" alt=\"BB TV\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n \r\n\r\n \r\n\r\n ','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','closed','','406-revision-v1','','','2018-06-26 00:32:37','2018-06-26 00:32:37','',406,'http://www.learningconnectionsweb.com/?p=1616',0,'revision','',0),(1617,2,'2018-06-26 00:37:51','2018-06-26 00:37:51',' \n\n ','Confessions of a Former Bully Literacy Kit','','inherit','closed','closed','','1423-autosave-v1','','','2018-06-26 00:37:51','2018-06-26 00:37:51','',1423,'http://www.learningconnectionsweb.com/?p=1617',0,'revision','',0),(1618,2,'2018-06-26 00:38:22','2018-06-26 00:38:22','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions.jpg\"><img class=\"size-medium wp-image-1597 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions-300x225.jpg\" alt=\"Confessions\" width=\"300\" height=\"225\" /></a>After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n ','Confessions of a Former Bully Literacy Kit','','inherit','closed','closed','','1423-revision-v1','','','2018-06-26 00:38:22','2018-06-26 00:38:22','',1423,'http://www.learningconnectionsweb.com/?p=1618',0,'revision','',0),(1619,2,'2018-06-26 00:44:04','2018-06-26 00:44:04','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers.jpg\"><img class=\"alignnone size-medium wp-image-1591\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers-300x225.jpg\" alt=\"Bully Blockers\" width=\"300\" height=\"225\" /></a><!--more-->\n\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\n\nActivity: Game in which bullying situations are discussed.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\n\n ','The Bully Blockers Club Literacy Kit','','inherit','closed','closed','','1078-autosave-v1','','','2018-06-26 00:44:04','2018-06-26 00:44:04','',1078,'http://www.learningconnectionsweb.com/?p=1619',0,'revision','',0),(1620,2,'2018-06-26 00:44:36','2018-06-26 00:44:36','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers.jpg\"><img class=\"alignnone size-medium wp-image-1591 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers-300x225.jpg\" alt=\"Bully Blockers\" width=\"300\" height=\"225\" /></a>\r\n\r\nOn the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n ','The Bully Blockers Club Literacy Kit','','inherit','closed','closed','','1078-revision-v1','','','2018-06-26 00:44:36','2018-06-26 00:44:36','',1078,'http://www.learningconnectionsweb.com/?p=1620',0,'revision','',0),(1621,2,'2018-06-26 00:47:49','2018-06-26 00:47:49','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle.jpg\"><img class=\"size-medium wp-image-1613 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle-300x225.jpg\" alt=\"Wiggle\" width=\"300\" height=\"225\" /></a>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!</div>\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','inherit','closed','closed','','533-revision-v1','','','2018-06-26 00:47:49','2018-06-26 00:47:49','',533,'http://www.learningconnectionsweb.com/?p=1621',0,'revision','',0),(1622,2,'2018-06-26 00:49:14','2018-06-26 00:49:14','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander.jpg\"><img class=\"alignnone size-medium wp-image-1587\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander-300x225.jpg\" alt=\"Alexander\" width=\"300\" height=\"225\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\n\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Literacy Kit','','inherit','closed','closed','','375-autosave-v1','','','2018-06-26 00:49:14','2018-06-26 00:49:14','',375,'http://www.learningconnectionsweb.com/?p=1622',0,'revision','',0),(1623,2,'2018-06-26 00:49:57','2018-06-26 00:49:57','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander.jpg\"><img class=\"size-medium wp-image-1587 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Alexander-300x225.jpg\" alt=\"Alexander\" width=\"300\" height=\"225\" /></a>“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Alexander and the Terrible, Horrible, No Good, Very Bad Day Literacy Kit','','inherit','closed','closed','','375-revision-v1','','','2018-06-26 00:49:57','2018-06-26 00:49:57','',375,'http://www.learningconnectionsweb.com/?p=1623',0,'revision','',0),(1624,2,'2018-06-26 00:51:08','2018-06-26 00:51:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active.jpg\"><img class=\"size-medium wp-image-1590 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Being-Active-300x225.jpg\" alt=\"Being Active\" width=\"300\" height=\"225\" /></a>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.</div>\r\nActivity: jump rope with many suggested activities\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Being Active Literacy Kit (Bilingual)','','inherit','closed','closed','','578-revision-v1','','','2018-06-26 00:51:08','2018-06-26 00:51:08','',578,'http://www.learningconnectionsweb.com/?p=1624',0,'revision','',0),(1625,2,'2018-06-26 00:52:37','2018-06-26 00:52:37','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg\"><img class=\"size-medium wp-image-1588 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food-300x225.jpg\" alt=\"BB Junk Food\" width=\"300\" height=\"225\" /></a>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</div>\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','closed','','370-autosave-v1','','','2018-06-26 00:52:37','2018-06-26 00:52:37','',370,'http://www.learningconnectionsweb.com/?p=1625',0,'revision','',0),(1626,2,'2018-06-26 00:52:57','2018-06-26 00:52:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food.jpg\"><img class=\"size-medium wp-image-1588 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-Junk-Food-300x225.jpg\" alt=\"BB Junk Food\" width=\"300\" height=\"225\" /></a>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</div>\r\nActivity— Fruits and vegetables card game (similar to \"Go Fish\" game).\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much Junk Food Literacy Kit','','inherit','closed','closed','','370-revision-v1','','','2018-06-26 00:52:57','2018-06-26 00:52:57','',370,'http://www.learningconnectionsweb.com/?p=1626',0,'revision','',0),(1627,2,'2018-06-26 00:54:20','2018-06-26 00:54:20','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV.jpg\"><img class=\"size-medium wp-image-1589 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/BB-TV-300x225.jpg\" alt=\"BB TV\" width=\"300\" height=\"225\" /></a>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.\r\n\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Berenstain Bears and Too Much TV Literacy Kit','','inherit','closed','closed','','841-revision-v1','','','2018-06-26 00:54:20','2018-06-26 00:54:20','',841,'http://www.learningconnectionsweb.com/?p=1627',0,'revision','',0),(1628,2,'2018-06-26 00:55:22','2018-06-26 00:55:22','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Charlottes.jpg\"><img class=\"size-medium wp-image-1594 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Charlottes-300x225.jpg\" alt=\"Charlottes\" width=\"300\" height=\"225\" /></a>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.</div>\r\nActivity—A card game that require critical thinking to match adjectives to the characters.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Charlotte\'s Web Literacy Kit','','inherit','closed','closed','','418-revision-v1','','','2018-06-26 00:55:22','2018-06-26 00:55:22','',418,'http://www.learningconnectionsweb.com/?p=1628',0,'revision','',0),(1629,2,'2018-06-26 00:56:32','2018-06-26 00:56:32','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Chrysanthimum.jpg\"><img class=\"size-medium wp-image-1595 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Chrysanthimum-300x225.jpg\" alt=\"Chrysanthimum\" width=\"300\" height=\"225\" /></a>\r\n\r\nShe was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Chrysanthemum Literacy Kit','','inherit','closed','closed','','423-revision-v1','','','2018-06-26 00:56:32','2018-06-26 00:56:32','',423,'http://www.learningconnectionsweb.com/?p=1629',0,'revision','',0),(1630,2,'2018-06-26 00:57:25','2018-06-26 00:57:25','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Click-Clack.jpg\"><img class=\"size-medium wp-image-1596 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Click-Clack-300x225.jpg\" alt=\"Click Clack\" width=\"300\" height=\"225\" /></a>\r\n\r\nIn this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Click, Clack, Moo: Cows That Type Literacy Kit','','inherit','closed','closed','','425-revision-v1','','','2018-06-26 00:57:25','2018-06-26 00:57:25','',425,'http://www.learningconnectionsweb.com/?p=1630',0,'revision','',0),(1631,2,'2018-06-26 00:58:21','2018-06-26 00:58:21','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions.jpg\"><img class=\"size-medium wp-image-1597 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Confessions-300x225.jpg\" alt=\"Confessions\" width=\"300\" height=\"225\" /></a>\r\n\r\nAfter Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Confessions of a Former Bully Literacy Kit','','inherit','closed','closed','','1421-revision-v1','','','2018-06-26 00:58:21','2018-06-26 00:58:21','',1421,'http://www.learningconnectionsweb.com/?p=1631',0,'revision','',0),(1632,2,'2018-06-26 00:59:01','2018-06-26 00:59:01','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Corduroy.jpg\"><img class=\"size-medium wp-image-1598 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Corduroy-300x225.jpg\" alt=\"Corduroy\" width=\"300\" height=\"225\" /></a>\r\n\r\nCorduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\nActivity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Corduroy Literacy Kit','','inherit','closed','closed','','427-revision-v1','','','2018-06-26 00:59:01','2018-06-26 00:59:01','',427,'http://www.learningconnectionsweb.com/?p=1632',0,'revision','',0),(1633,2,'2018-06-26 00:59:48','2018-06-26 00:59:48','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Green-Eggs.jpg\"><img class=\"size-medium wp-image-1599 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Green-Eggs-300x225.jpg\" alt=\"Green Eggs\" width=\"300\" height=\"225\" /></a>\r\n\r\nDr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n\r\nActivity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Green Eggs and Ham Literacy Kit','','inherit','closed','closed','','429-revision-v1','','','2018-06-26 00:59:48','2018-06-26 00:59:48','',429,'http://www.learningconnectionsweb.com/?p=1633',0,'revision','',0),(1634,2,'2018-06-26 01:00:39','2018-06-26 01:00:39','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Swimmy.jpg\"><img class=\"size-medium wp-image-1603 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Swimmy-300x225.jpg\" alt=\"Swimmy\" width=\"300\" height=\"225\" /></a>\r\n\r\nSwimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Swimmy Literacy Kit','','inherit','closed','closed','','438-revision-v1','','','2018-06-26 01:00:39','2018-06-26 01:00:39','',438,'http://www.learningconnectionsweb.com/?p=1634',0,'revision','',0),(1635,2,'2018-06-26 01:01:25','2018-06-26 01:01:25','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tacky.jpg\"><img class=\"size-medium wp-image-1604 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tacky-300x225.jpg\" alt=\"Tacky\" width=\"300\" height=\"225\" /></a>\r\n\r\nTracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.\r\n\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Tacky the Penguin Literacy Kit','','inherit','closed','closed','','630-revision-v1','','','2018-06-26 01:01:25','2018-06-26 01:01:25','',630,'http://www.learningconnectionsweb.com/?p=1635',0,'revision','',0),(1636,2,'2018-06-26 01:02:28','2018-06-26 01:02:28','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers.jpg\"><img class=\"size-medium wp-image-1591 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Bully-Blockers-300x225.jpg\" alt=\"Bully Blockers\" width=\"300\" height=\"225\" /></a>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Bully Blockers Club Literacy Kit','','inherit','closed','closed','','378-revision-v1','','','2018-06-26 01:02:28','2018-06-26 01:02:28','',378,'http://www.learningconnectionsweb.com/?p=1636',0,'revision','',0),(1637,2,'2018-06-26 01:03:14','2018-06-26 01:03:14','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-Dictinary.jpg\"><img class=\"size-medium wp-image-1592 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-Dictinary-300x225.jpg\" alt=\"Cat Dictinary\" width=\"300\" height=\"225\" /></a>\r\n\r\nFor those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Dictionary Literacy Kit (Bilingual)','','inherit','closed','closed','','416-revision-v1','','','2018-06-26 01:03:14','2018-06-26 01:03:14','',416,'http://www.learningconnectionsweb.com/?p=1637',0,'revision','',0),(1638,2,'2018-06-26 01:05:05','2018-06-26 01:05:05','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat.jpg\"><img class=\"size-medium wp-image-1593 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Cat-in-the-Hat-300x225.jpg\" alt=\"Cat in the Hat\" width=\"300\" height=\"225\" /></a>\r\n\r\nPoor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Cat in the Hat Literacy Kit','','inherit','closed','closed','','632-revision-v1','','','2018-06-26 01:05:05','2018-06-26 01:05:05','',632,'http://www.learningconnectionsweb.com/?p=1638',0,'revision','',0),(1639,2,'2018-06-26 01:06:08','2018-06-26 01:06:08','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/The-Hat.jpg\"><img class=\"size-medium wp-image-1605 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/The-Hat-300x225.jpg\" alt=\"The Hat\" width=\"300\" height=\"225\" /></a>\r\n\r\nHedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Hat Literacy Kit','','inherit','closed','closed','','431-revision-v1','','','2018-06-26 01:06:08','2018-06-26 01:06:08','',431,'http://www.learningconnectionsweb.com/?p=1639',0,'revision','',0),(1640,2,'2018-06-26 01:07:14','2018-06-26 01:07:14','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Keeping-Quilt.jpg\"><img class=\"size-medium wp-image-1600 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Keeping-Quilt-300x225.jpg\" alt=\"Keeping Quilt\" width=\"300\" height=\"225\" /></a>\r\n\r\nIn Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Keeping Quilt Literacy Kit','','inherit','closed','closed','','436-revision-v1','','','2018-06-26 01:07:14','2018-06-26 01:07:14','',436,'http://www.learningconnectionsweb.com/?p=1640',0,'revision','',0),(1641,2,'2018-06-26 01:08:24','2018-06-26 01:08:24','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Scrambles-States.jpg\"><img class=\"size-medium wp-image-1602 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Scrambles-States-300x225.jpg\" alt=\"Scrambles States\" width=\"300\" height=\"225\" /></a>It was a very ordinary day and states all over the country were waking up to enjoy a beautiful sunrise. All the states, except Kansas. Together with Nebraska, they decided to throw a first annual \"states party.\" During the party states hatched a plan to switch places so each could see a different part of the country. In the beginning, every state was happy in its new location. But soon things started to go wrong. Would the states ever unscramble themselves and return to their proper places? Packed with humor and whimsical illustrations, this delightful story is full of interesting facts that make learning geography as much fun as taking a vacation.</div>\r\nActivity—Learning state names and locations using two maps, one with the states identified and one without.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Scrambled States of America Literacy Kit','','inherit','closed','closed','','825-revision-v1','','','2018-06-26 01:08:24','2018-06-26 01:08:24','',825,'http://www.learningconnectionsweb.com/?p=1641',0,'revision','',0),(1642,2,'2018-06-26 01:09:22','2018-06-26 01:09:22','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tooth-Book.jpg\"><img class=\"size-medium wp-image-1610 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Tooth-Book-300x225.jpg\" alt=\"Tooth Book\" width=\"300\" height=\"225\" /></a>Every child studies dental care in school and this lively picture book makes learning how to care for your teeth fun. Taking good care of your teeth and gums is an important part of maintaining overall health. After all, you need your pearly whites to eat, smile, and talk. But what should you expect when you go to the dentist? What should you do if you lose a tooth? Full of straightforward advice, this guide provides much-needed information about taking care of your teeth.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Tooth Book Literacy Kit','','inherit','closed','closed','','1512-revision-v1','','','2018-06-26 01:09:22','2018-06-26 01:09:22','',1512,'http://www.learningconnectionsweb.com/?p=1642',0,'revision','',0),(1643,2,'2018-06-26 01:10:35','2018-06-26 01:10:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Up-Down.jpg\"><img class=\"size-medium wp-image-1611 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Up-Down-300x225.jpg\" alt=\"Up Down\" width=\"300\" height=\"225\" /></a>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\n\r\nActivity: Board game with vegetables to \"plant\" in a garden.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Up, Down and Around Literacy Kit','','inherit','closed','closed','','444-revision-v1','','','2018-06-26 01:10:35','2018-06-26 01:10:35','',444,'http://www.learningconnectionsweb.com/?p=1643',0,'revision','',0),(1644,2,'2018-06-26 01:11:22','2018-06-26 01:11:22','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Where-the-Wild-Things-Are.jpg\"><img class=\"size-medium wp-image-1612 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Where-the-Wild-Things-Are-300x225.jpg\" alt=\"Where the Wild Things Are\" width=\"300\" height=\"225\" /></a>This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n\r\nActivity—A memory matching game with number recognition as an additional teaching tool.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Where the Wild Things Are Literacy Kit','','inherit','closed','closed','','448-revision-v1','','','2018-06-26 01:11:22','2018-06-26 01:11:22','',448,'http://www.learningconnectionsweb.com/?p=1644',0,'revision','',0),(1645,2,'2018-06-26 01:12:25','2018-06-26 01:12:25','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle.jpg\"><img class=\"size-medium wp-image-1613 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wiggle-300x225.jpg\" alt=\"Wiggle\" width=\"300\" height=\"225\" /></a>Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who aren\'t?), here is a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wand.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wiggle Literacy Kit','','inherit','closed','closed','','450-revision-v1','','','2018-06-26 01:12:25','2018-06-26 01:12:25','',450,'http://www.learningconnectionsweb.com/?p=1645',0,'revision','',0),(1646,2,'2018-06-26 01:13:22','2018-06-26 01:13:22','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wilfred.jpg\"><img class=\"size-medium wp-image-1586 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Wilfred-300x225.jpg\" alt=\"Wilfred\" width=\"300\" height=\"225\" /></a>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Wilfrid Gordon McDonald Partridge Literacy Kit','','inherit','closed','closed','','453-revision-v1','','','2018-06-26 01:13:22','2018-06-26 01:13:22','',453,'http://www.learningconnectionsweb.com/?p=1646',0,'revision','',0),(1647,2,'2018-06-26 01:18:24','2018-06-26 01:18:24','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit.jpg\"><img class=\"size-medium wp-image-1608 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit-300x225.jpg\" alt=\"Things that Go Kit\" width=\"300\" height=\"225\" /></a>\r\n<p style=\"text-align: justify;\">Rolling cars and saying “vroom” are favorite activities of toddlers. This literacy kit gives reading and parenting tips to promote play with your baby and toddler. It also offers suggestions of what to do with the three wooden cars included in the kit, as well as additional activities to do with other toy vehicles in the home. Included in the kit, along with the three wooden cars, is a two-sided guide and three board books, <em>Touch and Feel Things That Go</em>, <em>Things That Go Vroom</em>, and <em>Go Dog Go</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Literacy Kit','','publish','closed','open','','things-that-go-literacy-kit','','','2018-09-13 01:38:35','2018-09-13 01:38:35','',457,'http://www.learningconnectionsweb.com/?page_id=1647',0,'page','',0),(1648,2,'2018-06-26 01:18:24','2018-06-26 01:18:24','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit.jpg\"><img class=\"alignnone size-medium wp-image-1608\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit-300x225.jpg\" alt=\"Things that Go Kit\" width=\"300\" height=\"225\" /></a>\r\n\r\nRolling cars and saying “vroom” is a favorite activity of toddlers. This parent packs gives reading tips and parenting tips to promote play with your baby. It also offers suggestions of what to do with the three wooden cars included in the pack as well as additional activities to do with other toy vehicles in the home. Included in the kit, along with the three wooden cars is a two-sided guide and three board books, Touch and Feel Things That Go, Things That Go Vroom, and Go Dog Go, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Literacy Kit','','inherit','closed','closed','','1647-revision-v1','','','2018-06-26 01:18:24','2018-06-26 01:18:24','',1647,'http://www.learningconnectionsweb.com/?p=1648',0,'revision','',0),(1649,2,'2018-06-26 01:22:54','2018-06-26 01:22:54',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2.jpg\"><img class=\"size-medium wp-image-1609 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2-300x225.jpg\" alt=\"Thngs that Go 2\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3.jpg\"><img class=\"size-medium wp-image-1607 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3-300x225.jpg\" alt=\"Things that Go 3\" width=\"300\" height=\"225\" /></a>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1.jpg\"><img class=\"size-medium wp-image-1606 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1-300x225.jpg\" alt=\"Things that Go 1\" width=\"300\" height=\"225\" /></a>Rolling cars and saying “vroom” are favorite activities of toddlers. This parent pack gives reading and parenting tips to promote play with your baby and toddler. It also offers suggestions of what to do with the three wooden cars included in the pack as well as additional activities to do with other toy vehicles in the home. Included in the parent pack, along with the three wooden cars, is a two-sided guide and your choice of any one of three board books: Touch and Feel Things That Go, $15.00; Things That Go Vroom, $16.00; and Go Dog Go, $16.00, all housed in a clear plastic zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Parent Pack','','publish','closed','open','','things-that-go-parent-pack','','','2018-06-27 02:31:47','2018-06-27 02:31:47','',15,'http://www.learningconnectionsweb.com/?page_id=1649',0,'page','',0),(1650,2,'2018-06-26 01:22:54','2018-06-26 01:22:54',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2.jpg\"><img class=\"size-medium wp-image-1609 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2-300x225.jpg\" alt=\"Thngs that Go 2\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3.jpg\"><img class=\"size-medium wp-image-1607 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3-300x225.jpg\" alt=\"Things that Go 3\" width=\"300\" height=\"225\" /></a>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1.jpg\"><img class=\"size-medium wp-image-1606 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1-300x225.jpg\" alt=\"Things that Go 1\" width=\"300\" height=\"225\" /></a>Rolling cars and saying “vroom” is a favorite activity of toddlers. This parent packs gives reading tips and parenting tips to promote play with your baby. It also offers suggestions of what to do with the three wooden cars included in the pack as well as additional activities to do with other toy vehicles in the home. Included in the parent pack, along with the three wooden cars is a two-sided guide and your choice of any one of three board books: Touch and Feel Things That Go, $15.00; Things That Go Vroom, $16.00; and Go Dog Go, $16.00, all housed in a clear plastic zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Parent Pack','','inherit','closed','closed','','1649-revision-v1','','','2018-06-26 01:22:54','2018-06-26 01:22:54','',1649,'http://www.learningconnectionsweb.com/?p=1650',0,'revision','',0),(1651,2,'2018-06-27 02:28:47','2018-06-27 02:28:47','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit.jpg\"><img class=\"size-medium wp-image-1608 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit-300x225.jpg\" alt=\"Things that Go Kit\" width=\"300\" height=\"225\" /></a>\n\nRolling cars and saying “vroom” are favorite activities of toddlers. This literacy kit gives reading tips and parenting tips to promote play with your baby. It also offers suggestions of what to do with the three wooden cars included in the pack as well as additional activities to do with other toy vehicles in the home. Included in the kit, along with the three wooden cars is a two-sided guide and three board books, Touch and Feel Things That Go, Things That Go Vroom, and Go Dog Go, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Literacy Kit','','inherit','closed','closed','','1647-autosave-v1','','','2018-06-27 02:28:47','2018-06-27 02:28:47','',1647,'http://www.learningconnectionsweb.com/?p=1651',0,'revision','',0),(1652,2,'2018-06-27 02:29:48','2018-06-27 02:29:48','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit.jpg\"><img class=\"size-medium wp-image-1608 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit-300x225.jpg\" alt=\"Things that Go Kit\" width=\"300\" height=\"225\" /></a>\r\n\r\nRolling cars and saying “vroom” are favorite activities of toddlers. This literacy kit gives reading and parenting tips to promote play with your baby and toddler. It also offers suggestions of what to do with the three wooden cars included in the kit, as well as additional activities to do with other toy vehicles in the home. Included in the kit, along with the three wooden cars, is a two-sided guide and three board books, Touch and Feel Things That Go, Things That Go Vroom, and Go Dog Go, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Literacy Kit','','inherit','closed','closed','','1647-revision-v1','','','2018-06-27 02:29:48','2018-06-27 02:29:48','',1647,'http://www.learningconnectionsweb.com/?p=1652',0,'revision','',0),(1653,2,'2018-06-27 02:31:10','2018-06-27 02:31:10',' \n\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2.jpg\"><img class=\"size-medium wp-image-1609 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2-300x225.jpg\" alt=\"Thngs that Go 2\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3.jpg\"><img class=\"size-medium wp-image-1607 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3-300x225.jpg\" alt=\"Things that Go 3\" width=\"300\" height=\"225\" /></a>\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1.jpg\"><img class=\"size-medium wp-image-1606 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1-300x225.jpg\" alt=\"Things that Go 1\" width=\"300\" height=\"225\" /></a>Rolling cars and saying “vroom” are favorite activities of toddlers. This parent pack gives reading and parenting tips to promote play with your baby and toddler. It also offers suggestions of what to do with the three wooden cars included in the pack as well as additional activities to do with other toy vehicles in the home. Included in the parent pack, along with the three wooden cars is a two-sided guide and your choice of any one of three board books: Touch and Feel Things That Go, $15.00; Things That Go Vroom, $16.00; and Go Dog Go, $16.00, all housed in a clear plastic zippered pouch.\n\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Parent Pack','','inherit','closed','closed','','1649-autosave-v1','','','2018-06-27 02:31:10','2018-06-27 02:31:10','',1649,'http://www.learningconnectionsweb.com/?p=1653',0,'revision','',0),(1654,2,'2018-06-27 02:31:47','2018-06-27 02:31:47',' \r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2.jpg\"><img class=\"size-medium wp-image-1609 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Thngs-that-Go-2-300x225.jpg\" alt=\"Thngs that Go 2\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3.jpg\"><img class=\"size-medium wp-image-1607 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-3-300x225.jpg\" alt=\"Things that Go 3\" width=\"300\" height=\"225\" /></a>\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1.jpg\"><img class=\"size-medium wp-image-1606 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-1-300x225.jpg\" alt=\"Things that Go 1\" width=\"300\" height=\"225\" /></a>Rolling cars and saying “vroom” are favorite activities of toddlers. This parent pack gives reading and parenting tips to promote play with your baby and toddler. It also offers suggestions of what to do with the three wooden cars included in the pack as well as additional activities to do with other toy vehicles in the home. Included in the parent pack, along with the three wooden cars, is a two-sided guide and your choice of any one of three board books: Touch and Feel Things That Go, $15.00; Things That Go Vroom, $16.00; and Go Dog Go, $16.00, all housed in a clear plastic zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Parent Pack','','inherit','closed','closed','','1649-revision-v1','','','2018-06-27 02:31:47','2018-06-27 02:31:47','',1649,'http://www.learningconnectionsweb.com/?p=1654',0,'revision','',0),(1656,2,'2018-09-10 23:51:21','2018-09-10 23:51:21','','Pre-K to 5th Grade Parent Pack Order Form','','inherit','closed','closed','','pre-k-to-5th-grade-parent-pack-order-form-2','','','2018-09-10 23:59:55','2018-09-10 23:59:55','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf',0,'attachment','application/pdf',0),(1657,2,'2018-09-10 23:51:22','2018-09-10 23:51:22','','Pre-K to 5th Grade Literacy Kit Order Form','','inherit','closed','closed','','pre-k-to-5th-grade-literacy-kit-order-form-2','','','2018-09-10 23:59:35','2018-09-10 23:59:35','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf',0,'attachment','application/pdf',0),(1658,2,'2018-09-11 00:01:44','2018-09-11 00:01:44','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2017/07/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Pre-K-to-5th-Grade-Flyer.pdf\">Pre-K to 5th Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/09/Birth-to-Age-3-Flyer.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>\r\n\r\n ','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2018-09-11 00:01:44','2018-09-11 00:01:44','',19,'http://www.learningconnectionsweb.com/?p=1658',0,'revision','',0),(1659,2,'2018-09-13 01:16:56','2018-09-13 01:16:56','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignleft wp-image-1663 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</p>\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Literacy Kit','','publish','closed','closed','','the-judgmental-flower','','','2018-09-13 01:29:54','2018-09-13 01:29:54','',381,'http://www.learningconnectionsweb.com/?page_id=1659',0,'page','',0),(1660,2,'2018-09-13 00:35:24','2018-09-13 00:35:24','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nThe flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Judgmental Flower, The','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 00:35:24','2018-09-13 00:35:24','',1659,'http://www.learningconnectionsweb.com/?p=1660',0,'revision','',0),(1661,2,'2018-09-13 00:40:02','2018-09-13 00:40:02','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm.jpg\"><img class=\"alignnone size-medium wp-image-187\" title=\"HealthySnacks_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/HealthySnacks_sm-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>\r\n\r\n \r\n\r\nThe flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 00:40:02','2018-09-13 00:40:02','',1659,'http://www.learningconnectionsweb.com/?p=1661',0,'revision','',0),(1663,2,'2018-09-13 00:48:00','2018-09-13 00:48:00','','Judgmental','','inherit','closed','closed','','judgmental-2','','','2018-09-13 00:54:39','2018-09-13 00:54:39','',1659,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg',0,'attachment','image/jpeg',0),(1666,2,'2018-09-13 00:49:17','2018-09-13 00:49:17','','Judgmental','','inherit','closed','closed','','judgmental-5','','','2018-09-13 01:20:23','2018-09-13 01:20:23','',1672,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4.jpg',0,'attachment','image/jpeg',0),(1667,2,'2018-09-13 00:59:03','2018-09-13 00:59:03','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignnone size-medium wp-image-1663\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</p>\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 00:59:03','2018-09-13 00:59:03','',1659,'http://www.learningconnectionsweb.com/?p=1667',0,'revision','',0),(1668,2,'2018-09-13 01:01:06','2018-09-13 01:01:06','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignnone size-medium wp-image-1663\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 01:01:06','2018-09-13 01:01:06','',1659,'http://www.learningconnectionsweb.com/?p=1668',0,'revision','',0),(1669,2,'2018-09-13 01:02:21','2018-09-13 01:02:21','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg\"><img class=\"alignnone size-medium wp-image-1296\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small-225x300.jpg\" alt=\"Colors small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, Brown Bear, Brown Bear, What Do You See?, My First Colors Board Book, and Baby Colors!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','inherit','closed','closed','','1269-revision-v1','','','2018-09-13 01:02:21','2018-09-13 01:02:21','',1269,'http://www.learningconnectionsweb.com/?p=1669',0,'revision','',0),(1670,2,'2018-09-13 01:06:20','2018-09-13 01:06:20','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignnone size-medium wp-image-1663\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 01:06:20','2018-09-13 01:06:20','',1659,'http://www.learningconnectionsweb.com/?p=1670',0,'revision','',0),(1671,2,'2018-09-13 01:16:56','2018-09-13 01:16:56','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignleft wp-image-1663 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 01:16:56','2018-09-13 01:16:56','',1659,'http://www.learningconnectionsweb.com/?p=1671',0,'revision','',0),(1672,2,'2018-09-13 01:20:53','2018-09-13 01:20:53','<div style=\"float: left; margin-right: 15px; text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4.jpg\"><img class=\"alignleft wp-image-1666 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</div>\r\nActivity—Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Parent Pack','','publish','closed','open','','the-judgmental-flower-parent-pack','','','2018-09-13 01:20:53','2018-09-13 01:20:53','',511,'http://www.learningconnectionsweb.com/?page_id=1672',0,'page','',0),(1673,2,'2018-09-13 01:19:31','2018-09-13 01:19:31','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm.jpg\"><img class=\"alignnone size-medium wp-image-229\" title=\"hatpp_sm\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2011/06/hatpp_sm-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a></div>\r\nThe flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity—\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Parent Pack','','inherit','closed','closed','','1672-revision-v1','','','2018-09-13 01:19:31','2018-09-13 01:19:31','',1672,'http://www.learningconnectionsweb.com/?p=1673',0,'revision','',0),(1674,2,'2018-09-13 01:20:53','2018-09-13 01:20:53','<div style=\"float: left; margin-right: 15px; text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4.jpg\"><img class=\"alignleft wp-image-1666 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</div>\r\nActivity—Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Parent Pack','','inherit','closed','closed','','1672-revision-v1','','','2018-09-13 01:20:53','2018-09-13 01:20:53','',1672,'http://www.learningconnectionsweb.com/?p=1674',0,'revision','',0),(1675,2,'2014-09-02 01:39:11','2014-09-02 01:39:11','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\r\n\r\n<strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<strong>Anti-Bullying Kits:</strong> One literacy kit (and parent pack), <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Bullying Kits','','inherit','closed','closed','','17-revision-v1','','','2014-09-02 01:39:11','2014-09-02 01:39:11','',17,'http://www.learningconnectionsweb.com/?p=1675',0,'revision','',0),(1676,2,'2018-09-13 01:21:28','2018-09-13 01:21:28','<strong>Keeping Kids Healthy and Anti-Bullying Literacy Kits and Parent Packs</strong>\r\n\r\n<strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.\r\n\r\n<strong>Anti-Bullying Kits:</strong> One literacy kit (and parent pack), <em>The Bully Blockers Club</em>, has been written to address bullying for Kindergarten through Second Grades. Watch for a second kit, <em>Confessions of a Former Bully</em>, which is in the works. Please take a look at <em>Making Friends is an Art</em>, which is a related topic.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Social Issues Kits','','inherit','closed','closed','','17-revision-v1','','','2018-09-13 01:21:28','2018-09-13 01:21:28','',17,'http://www.learningconnectionsweb.com/?p=1676',0,'revision','',0),(1677,2,'2018-09-13 01:24:59','2018-09-13 01:24:59','<strong>Keeping Kids Healthy and Social Issue Literacy Kits and Parent Packs</strong>\n<p style=\"text-align: justify;\"><strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.</p>\n<strong>Social Issue Kits:</strong> Two literacy kits (and parent packs), <em>The Bully Blockers Club </em>and <em>Confessions of a Former Bully</em>, have been written to address bullying for Kindergarten through Second Grades. <em>Making Friends is an Art</em> is a related topic. <em>The Judgmental Flower</em> addresses\n\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\n\n[eshop_list_subpages]','Health and Social Issues Kits','','inherit','closed','closed','','17-autosave-v1','','','2018-09-13 01:24:59','2018-09-13 01:24:59','',17,'http://www.learningconnectionsweb.com/?p=1677',0,'revision','',0),(1678,2,'2018-09-13 01:25:16','2018-09-13 01:25:16','<strong>Keeping Kids Healthy and Social Issue Literacy Kits and Parent Packs</strong>\r\n<p style=\"text-align: justify;\"><strong>Health Kits: </strong>Seven literacy kits (and parent packs) have been specifically written to address health issues of children. Each kit provides valuable information about the particular health issue addressed in the book. Subjects range from healthy eating, getting enough exercise, dental health, and watching too much TV. Consulting with specialists in the field for each literacy kit and parent pack provides up to date information and suggestions for the entire family. The activity included in each kit compliments the information discussed in the both the book and literacy guide.</p>\r\n<strong>Social Issue Kits:</strong> Two literacy kits (and parent packs), <em>The Bully Blockers Club </em>and <em>Confessions of a Former Bully</em>, have been written to address bullying for Kindergarten through Second Grades. <em>Making Friends is an Art</em> is a related topic. <em>The Judgmental Flower</em> addresses the problem of discrimination.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.\r\n\r\n[eshop_list_subpages]','Health and Social Issues Kits','','inherit','closed','closed','','17-revision-v1','','','2018-09-13 01:25:16','2018-09-13 01:25:16','',17,'http://www.learningconnectionsweb.com/?p=1678',0,'revision','',0),(1679,2,'2018-09-13 01:25:55','2018-09-13 01:25:55','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignleft wp-image-1663 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</p>\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Literacy Kit','','publish','closed','closed','','the-judgmental-flower','','','2018-09-13 01:30:40','2018-09-13 01:30:40','',17,'http://www.learningconnectionsweb.com/?page_id=1679',0,'page','',0),(1680,2,'2018-09-13 01:26:40','2018-09-13 01:26:40','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignleft wp-image-1663 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.\r\n\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower','','inherit','closed','closed','','1679-revision-v1','','','2018-09-13 01:26:40','2018-09-13 01:26:40','',1679,'http://www.learningconnectionsweb.com/?p=1680',0,'revision','',0),(1681,2,'2018-09-13 01:28:32','2018-09-13 01:28:32','<div style=\"float: left; margin-right: 15px; text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4.jpg\"><img class=\"alignleft wp-image-1666 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</div>\r\nActivity—Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Parent Pack','','publish','closed','open','','the-judgmental-flower-parent-pack','','','2018-09-13 01:28:32','2018-09-13 01:28:32','',17,'http://www.learningconnectionsweb.com/?page_id=1681',0,'page','',0),(1682,2,'2018-09-13 01:27:41','2018-09-13 01:27:41','<div style=\"float: left; margin-right: 15px; text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4.jpg\"><img class=\"alignleft wp-image-1666 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-4-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with other Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</div>\r\nActivity—Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Parent Pack','','inherit','closed','closed','','1681-revision-v1','','','2018-09-13 01:27:41','2018-09-13 01:27:41','',1681,'http://www.learningconnectionsweb.com/?p=1682',0,'revision','',0),(1683,2,'2018-09-13 01:29:54','2018-09-13 01:29:54','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignleft wp-image-1663 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</p>\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Literacy Kit','','inherit','closed','closed','','1659-revision-v1','','','2018-09-13 01:29:54','2018-09-13 01:29:54','',1659,'http://www.learningconnectionsweb.com/?p=1683',0,'revision','',0),(1684,2,'2018-09-13 01:30:40','2018-09-13 01:30:40','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1.jpg\"><img class=\"alignleft wp-image-1663 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Judgmental-1-300x225.jpg\" alt=\"Judgmental\" width=\"300\" height=\"225\" /></a>The flower patch has always been the same. Purples hang with Purples. Blues hang with Blues. But when Purple moves into the Blue Patch, Blue just isn\'t sure how he feels about that! Fortunately, Blue\'s Mom is around to point out how much Blue and his friends can learn from Purple. This important tale teaches the skill of valuing the differences of others.</p>\r\nActivity: Creating colorful flowers.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','The Judgmental Flower Literacy Kit','','inherit','closed','closed','','1679-revision-v1','','','2018-09-13 01:30:40','2018-09-13 01:30:40','',1679,'http://www.learningconnectionsweb.com/?p=1684',0,'revision','',0),(1685,2,'2018-09-13 01:31:28','2018-09-13 01:31:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1382\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small-300x225.jpg\" alt=\"Bedtime small\" width=\"300\" height=\"225\" /></a></div>\r\n<p style=\"text-align: justify;\">Bedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, Good Night, Baby (bilingual), Very First Words Bedtime, and Night-Night, Little Pookie, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','closed','','1261-revision-v1','','','2018-09-13 01:31:28','2018-09-13 01:31:28','',1261,'http://www.learningconnectionsweb.com/?p=1685',0,'revision','',0),(1686,2,'2018-09-13 01:32:02','2018-09-13 01:32:02','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg\"><img class=\"alignleft wp-image-1295 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small-225x300.jpg\" alt=\"Body small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, Head, Shoulders, Knees and Toes, Horns to Toes and in Between, and My First Body Board Book, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Literacy Kit','','inherit','closed','closed','','1318-revision-v1','','','2018-09-13 01:32:02','2018-09-13 01:32:02','',1318,'http://www.learningconnectionsweb.com/?p=1686',0,'revision','',0),(1687,2,'2018-09-13 01:32:39','2018-09-13 01:32:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small.jpg\"><img class=\"alignnone size-medium wp-image-1461\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small-225x300.jpg\" alt=\"Farm Small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Animals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, Baby Baa Baa, Touch and Feel Farm, and Little Blue Truck, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','closed','','1271-revision-v1','','','2018-09-13 01:32:39','2018-09-13 01:32:39','',1271,'http://www.learningconnectionsweb.com/?p=1687',0,'revision','',0),(1688,2,'2018-09-13 01:32:57','2018-09-13 01:32:57','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small.jpg\"><img class=\"alignnone size-medium wp-image-1384\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small-300x225.jpg\" alt=\"First Words small\" width=\"300\" height=\"225\" /></a></div>\r\n<p style=\"text-align: justify;\">It is always an exciting time when babies say their first words. This kit gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this kit provides great opportunities for language development. Included in the kit, along with the cards, is a two-sided guide and three board books, Bright Baby First Words, My First Word Board Book, and We’re Going on a Bear Hunt, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Literacy Kit','','inherit','closed','closed','','1273-revision-v1','','','2018-09-13 01:32:57','2018-09-13 01:32:57','',1273,'http://www.learningconnectionsweb.com/?p=1688',0,'revision','',0),(1689,2,'2018-09-13 01:33:46','2018-09-13 01:33:46','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small.jpg\"><img class=\"alignnone size-medium wp-image-1462\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small-225x300.jpg\" alt=\"Doctor Small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Whether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this kit are a two-sided guide, a stethoscope, six felt play band aids and three books, If I Were a Doctor, Corduroy Goes to the Doctor, and Caillou at the Doctor, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</p>','Going To The Doctor Literacy Kit','','inherit','closed','closed','','1482-revision-v1','','','2018-09-13 01:33:46','2018-09-13 01:33:46','',1482,'http://www.learningconnectionsweb.com/?p=1689',0,'revision','',0),(1690,2,'2018-09-13 01:34:07','2018-09-13 01:34:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small.jpg\"><img class=\"alignnone size-medium wp-image-1298\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small-225x300.jpg\" alt=\"Movement small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Movement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, Let’s Dance, Little Pookie, Baby Dance, and Five Little Monkeys Jumping on the Bed, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Literacy Kit','','inherit','closed','closed','','1275-revision-v1','','','2018-09-13 01:34:07','2018-09-13 01:34:07','',1275,'http://www.learningconnectionsweb.com/?p=1690',0,'revision','',0),(1691,2,'2018-09-13 01:34:50','2018-09-13 01:34:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small.jpg\"><img class=\"alignnone size-medium wp-image-1299\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small-225x300.jpg\" alt=\"Music small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Music is so powerful for babies! This kit gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this kit as well as other activities to encourage music. Included in the kit, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and three board books, Barnyard Dance, If You’re Happy (bilingual), and Old MacDonald Had a Farm, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Literacy Kit','','inherit','closed','closed','','1277-revision-v1','','','2018-09-13 01:34:50','2018-09-13 01:34:50','',1277,'http://www.learningconnectionsweb.com/?p=1691',0,'revision','',0),(1692,2,'2018-09-13 01:36:32','2018-09-13 01:36:32','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>October 3-5, 2018:</strong> Zero to Three Conference, Denver, CO\r\n\r\n<strong>October 8-11, 2018:</strong> National Parents As Teachers Conference, Phoenix, AZ\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>June 26-27, 2018:</strong> Iowa Reading Association Conference, Ames, Iowa\r\n\r\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\r\n\r\n<strong>March 4-7, 2018:</strong> National Youth At Risk Conference, Savannah, GA\r\n\r\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2018-09-13 01:36:32','2018-09-13 01:36:32','',44,'http://www.learningconnectionsweb.com/?p=1692',0,'revision','',0),(1693,2,'2018-09-13 01:37:06','2018-09-13 01:37:06','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small.jpg\"><img class=\"alignnone size-medium wp-image-1300\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small-225x300.jpg\" alt=\"Nursery R small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies learn so much from rhythm and rhyme. This kit gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this kit as well as other nursery rhyme activities. Included in the kit, along with the teddy bear, is a two-sided guide and three board books, Teddy Bear Teddy Bear, This Little Piggy, and Humpty Dumpty’s Nursery Rhymes, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Literacy Kit','','inherit','closed','closed','','1279-revision-v1','','','2018-09-13 01:37:06','2018-09-13 01:37:06','',1279,'http://www.learningconnectionsweb.com/?p=1693',0,'revision','',0),(1694,2,'2018-09-13 01:37:25','2018-09-13 01:37:25','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small.jpg\"><img class=\"alignnone size-medium wp-image-1301\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small-225x300.jpg\" alt=\"Outdoor small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies love to play outdoors. This kit gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this kit as well as other outdoor activities. Included in the kit, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and three board books, Baby Touch and Feel Park, Carl’s Afternoon in the Park, and The Seasons, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Literacy Kit','','inherit','closed','closed','','1281-revision-v1','','','2018-09-13 01:37:25','2018-09-13 01:37:25','',1281,'http://www.learningconnectionsweb.com/?p=1694',0,'revision','',0),(1695,2,'2018-09-13 01:37:48','2018-09-13 01:37:48','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1294\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small-225x300.jpg\" alt=\"Playtime small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Playtime is essential for babies’ development, both physically and mentally. This kit gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this kit as well as other playtime activities. Included in the kit, along with the ball, is a two-sided guide and three board books, My Day Playtime, Elmo’s World Ball, and Play Time, Puppy!, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Literacy Kit','','inherit','closed','closed','','1283-revision-v1','','','2018-09-13 01:37:48','2018-09-13 01:37:48','',1283,'http://www.learningconnectionsweb.com/?p=1695',0,'revision','',0),(1696,2,'2018-09-13 01:38:35','2018-09-13 01:38:35','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit.jpg\"><img class=\"size-medium wp-image-1608 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/06/Things-that-Go-Kit-300x225.jpg\" alt=\"Things that Go Kit\" width=\"300\" height=\"225\" /></a>\r\n<p style=\"text-align: justify;\">Rolling cars and saying “vroom” are favorite activities of toddlers. This literacy kit gives reading and parenting tips to promote play with your baby and toddler. It also offers suggestions of what to do with the three wooden cars included in the kit, as well as additional activities to do with other toy vehicles in the home. Included in the kit, along with the three wooden cars, is a two-sided guide and three board books, <em>Touch and Feel Things That Go</em>, <em>Things That Go Vroom</em>, and <em>Go Dog Go</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Things That Go Literacy Kit','','inherit','closed','closed','','1647-revision-v1','','','2018-09-13 01:38:35','2018-09-13 01:38:35','',1647,'http://www.learningconnectionsweb.com/?p=1696',0,'revision','',0),(1697,2,'2018-09-13 01:39:05','2018-09-13 01:39:05','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1382\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/Bedtime-small-300x225.jpg\" alt=\"Bedtime small\" width=\"300\" height=\"225\" /></a></div>\r\n<p style=\"text-align: justify;\">Bedtime can be a stressful time for everyone involved. This kit gives reading tips and parenting tips on how to make bedtime peaceful. It also offers suggestions on how to use the stuffed owl and blanket that is included in the kit as well as other activities to help bedtime become enjoyable. Included in the kit, along with the owl and blanket, is a two-sided guide and three board books, <em>Good Night, Baby</em> (bilingual), <em>Very First Words Bedtime</em>, and <em>Night-Night, Little Pookie</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Bedtime Literacy Kit','','inherit','closed','closed','','1261-revision-v1','','','2018-09-13 01:39:05','2018-09-13 01:39:05','',1261,'http://www.learningconnectionsweb.com/?p=1697',0,'revision','',0),(1698,2,'2018-09-13 01:39:34','2018-09-13 01:39:34','<p style=\"text-align: justify;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small.jpg\"><img class=\"alignleft wp-image-1295 size-medium\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Body-small-225x300.jpg\" alt=\"Body small\" width=\"225\" height=\"300\" /></a>Babies are fascinated by looking at themselves in a mirror. This kit gives reading tips and parenting tips to promote self-awareness in babies. It also offers suggestions on how to use the double-sided mirror that is included in this kit as well as other activities to teach baby about his body. Included in the kit, along with the mirror, is a two-sided guide and three board books, <em>Head, Shoulders, Knees and Toes</em>, <em>Horns to Toes and in Between</em>, and <em>My First Body Board Book</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Body Literacy Literacy Kit','','inherit','closed','closed','','1318-revision-v1','','','2018-09-13 01:39:34','2018-09-13 01:39:34','',1318,'http://www.learningconnectionsweb.com/?p=1698',0,'revision','',0),(1699,2,'2018-09-13 01:40:01','2018-09-13 01:40:01','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small.jpg\"><img class=\"alignnone size-medium wp-image-1296\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Colors-small-225x300.jpg\" alt=\"Colors small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies love to look at bright colors. This kit gives reading tips and parenting tips to promote object permanence in babies. It also offers suggestions on how to use the stacking cups and six color squares that are included in this kit as well as other activities to teach baby about color. Included in the kit, along with the stacking cups and color squares, is a two-sided guide and three board books, <em>Brown Bear, Brown Bear, What Do You See?</em>, <em>My First Colors Board Book</em>, and <em>Baby Colors!</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Colors Literacy Kit','','inherit','closed','closed','','1269-revision-v1','','','2018-09-13 01:40:01','2018-09-13 01:40:01','',1269,'http://www.learningconnectionsweb.com/?p=1699',0,'revision','',0),(1700,2,'2018-09-13 01:40:27','2018-09-13 01:40:27','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small.jpg\"><img class=\"alignnone size-medium wp-image-1461\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Farm-Small-225x300.jpg\" alt=\"Farm Small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Animals bring smiles to babies’ faces. The two farm animal puppets included in this kit will provide lots of entertainment for babies. This kit also gives reading tips and parenting tips on how to teach babies simple sign language. It offers suggestions on how to use the puppets as well as other activities to teach baby about farms and farm animals. Included in the kit, along with the two puppets, is a two-sided guide and three board books, <em>Baby Baa Baa</em>, <em>Touch and Feel Farm</em>, and <em>Little Blue Truck</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Farm Literacy Kit','','inherit','closed','closed','','1271-revision-v1','','','2018-09-13 01:40:27','2018-09-13 01:40:27','',1271,'http://www.learningconnectionsweb.com/?p=1700',0,'revision','',0),(1701,2,'2018-09-13 01:40:58','2018-09-13 01:40:58','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small.jpg\"><img class=\"alignnone size-medium wp-image-1384\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/04/First-Words-small-300x225.jpg\" alt=\"First Words small\" width=\"300\" height=\"225\" /></a></div>\r\n<p style=\"text-align: justify;\">It is always an exciting time when babies say their first words. This kit gives reading tips, parenting tips, and milestones each baby goes through when learning language. The guide also gives suggestions on how to help babies expand their language. The Touch and Feel Cards included in this kit provides great opportunities for language development. Included in the kit, along with the cards, is a two-sided guide and three board books, <em>Bright Baby First Words</em>, <em>My First Word Board Book</em>, and <em>We’re Going on a Bear Hunt</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','First Words Literacy Kit','','inherit','closed','closed','','1273-revision-v1','','','2018-09-13 01:40:58','2018-09-13 01:40:58','',1273,'http://www.learningconnectionsweb.com/?p=1701',0,'revision','',0),(1702,2,'2018-09-13 01:41:45','2018-09-13 01:41:45','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small.jpg\"><img class=\"alignnone size-medium wp-image-1462\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Doctor-Small-225x300.jpg\" alt=\"Doctor Small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Whether for a well baby check up or taking a sick child to the doctor, this kit will help you and your baby feel more comfortable about going to the doctor. It will help you explain to your child what to expect as well as sickness prevention tips. Included in this kit are a two-sided guide, a stethoscope, six felt play band aids and three books, <em>If I Were a Doctor</em>, <em>Corduroy Goes to the Doctor</em>, and <em>Caillou at the Doctor</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\n<p style=\"text-align: justify;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</p>','Going To The Doctor Literacy Kit','','inherit','closed','closed','','1482-revision-v1','','','2018-09-13 01:41:45','2018-09-13 01:41:45','',1482,'http://www.learningconnectionsweb.com/?p=1702',0,'revision','',0),(1703,2,'2018-09-13 01:42:17','2018-09-13 01:42:17','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small.jpg\"><img class=\"alignnone size-medium wp-image-1298\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Movement-small-225x300.jpg\" alt=\"Movement small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Movement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, <em>Let’s Dance, Little Pookie</em>, <em>Baby Dance</em>, and <em>Five Little Monkeys Jumping on the Bed</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Literacy Kit','','inherit','closed','closed','','1275-revision-v1','','','2018-09-13 01:42:17','2018-09-13 01:42:17','',1275,'http://www.learningconnectionsweb.com/?p=1703',0,'revision','',0),(1704,2,'2018-09-13 01:42:41','2018-09-13 01:42:41','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small.jpg\"><img class=\"alignnone size-medium wp-image-1299\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Music-small-225x300.jpg\" alt=\"Music small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Music is so powerful for babies! This kit gives reading tips and parenting tips on the importance of music. It also offers suggestions on how to use the two egg shakers included in this kit as well as other activities to encourage music. Included in the kit, along with the two egg shakers, is a two-sided guide, a sheet with the words to eight favorite children’s songs, and three board books, <em>Barnyard Dance</em>, <em>If You’re Happy</em> (bilingual), and <em>Old MacDonald Had a Farm</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Music Literacy Kit','','inherit','closed','closed','','1277-revision-v1','','','2018-09-13 01:42:41','2018-09-13 01:42:41','',1277,'http://www.learningconnectionsweb.com/?p=1704',0,'revision','',0),(1705,2,'2018-09-13 01:43:07','2018-09-13 01:43:07','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small.jpg\"><img class=\"alignnone size-medium wp-image-1300\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Nursery-R-small-225x300.jpg\" alt=\"Nursery R small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies learn so much from rhythm and rhyme. This kit gives reading tips and parenting tips on language development and the importance of rhythm and rhyme. It also offers suggestions on what to do with the teddy bear included in this kit as well as other nursery rhyme activities. Included in the kit, along with the teddy bear, is a two-sided guide and three board books, <em>Teddy Bear Teddy Bear</em>, <em>This Little Piggy</em>, and <em>Humpty Dumpty’s Nursery Rhymes</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Nursery Rhymes Literacy Kit','','inherit','closed','closed','','1279-revision-v1','','','2018-09-13 01:43:07','2018-09-13 01:43:07','',1279,'http://www.learningconnectionsweb.com/?p=1705',0,'revision','',0),(1706,2,'2018-09-13 01:43:28','2018-09-13 01:43:28','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small.jpg\"><img class=\"alignnone size-medium wp-image-1301\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Outdoor-small-225x300.jpg\" alt=\"Outdoor small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Babies love to play outdoors. This kit gives reading tips and parenting tips on the importance of moving and playing. It also offers lots of suggestions on how what to do with the bucket, shovel, and two magnifying glasses that are included in this kit as well as other outdoor activities. Included in the kit, along with the bucket, shovel, and magnifying glasses, is a two-sided guide and three board books, <em>Baby Touch and Feel Park</em>, <em>Carl’s Afternoon in the Park</em>, and <em>The Seasons</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Outdoor Literacy Kit','','inherit','closed','closed','','1281-revision-v1','','','2018-09-13 01:43:28','2018-09-13 01:43:28','',1281,'http://www.learningconnectionsweb.com/?p=1706',0,'revision','',0),(1707,2,'2018-09-13 01:44:08','2018-09-13 01:44:08','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small.jpg\"><img class=\"alignnone size-medium wp-image-1294\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2015/02/Playtime-small-225x300.jpg\" alt=\"Playtime small\" width=\"225\" height=\"300\" /></a></div>\r\n<p style=\"text-align: justify;\">Playtime is essential for babies’ development, both physically and mentally. This kit gives reading tips and parenting tips on the power of play. It also offers suggestions on how what to do with the spike ball that is included in this kit as well as other playtime activities. Included in the kit, along with the ball, is a two-sided guide and three board books, <em>My Day Playtime</em>, <em>Elmo’s World Ball</em>, and <em>Play Time, Puppy!</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</p>\r\n \r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Playtime Literacy Kit','','inherit','closed','closed','','1283-revision-v1','','','2018-09-13 01:44:08','2018-09-13 01:44:08','',1283,'http://www.learningconnectionsweb.com/?p=1707',0,'revision','',0),(1711,2,'2018-09-23 17:24:27','2018-09-23 17:24:27','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2017/07/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\nPre-K to 5th Grade Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53.pdf\">Pre-K to 5th Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\nBirth to Age 3 Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2018-09-23 17:24:27','2018-09-23 17:24:27','',19,'http://www.learningconnectionsweb.com/?p=1711',0,'revision','',0),(1712,2,'2018-09-24 23:54:25','2018-09-24 23:54:25','','Pre-K to Fifth Grade Literacy Kits and Parent Packs Flyer','','inherit','closed','closed','','flyer-53-2','','','2018-09-24 23:58:32','2018-09-24 23:58:32','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53-1.pdf',0,'attachment','application/pdf',0),(1713,2,'2018-09-24 23:54:32','2018-09-24 23:54:32','','Birth to Age 3 Literacy Kits and Parent Packs Flyer','','inherit','closed','closed','','b-to-3-flyer-10-2','','','2018-09-24 23:58:48','2018-09-24 23:58:48','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10-1.pdf',0,'attachment','application/pdf',0),(1714,2,'2018-09-24 23:58:50','2018-09-24 23:58:50','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2016/08/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2017/07/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\nPre-K to 5th Grade Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53-1.pdf\">Pre-K to Fifth Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\nBirth to Age 3 Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10-1.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2018-09-24 23:58:50','2018-09-24 23:58:50','',19,'http://www.learningconnectionsweb.com/?p=1714',0,'revision','',0),(1716,2,'2018-10-30 00:30:46','2018-10-30 00:30:46','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains one or two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 24,000 kits in forty-five states and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','closed','','2-revision-v1','','','2018-10-30 00:30:46','2018-10-30 00:30:46','',2,'http://www.learningconnectionsweb.com/?p=1716',0,'revision','',0),(1717,2,'2018-10-30 00:34:05','2018-10-30 00:34:05','Here is our upcoming conference calendar--we would love for you to visit our booth if you are there:\r\n\r\n<strong>February, 2019:</strong> Nebraska State Reading Conference, Kearney, NE\r\n\r\n<span style=\"line-height: 1.65;\">We have recently displayed at these conferences:</span>\r\n\r\n<strong>October 8-11, 2018:</strong> National Parents As Teachers Conference, Phoenix, AZ\r\n\r\n<strong>October 3-5, 2018:</strong> Zero to Three Conference, Denver, CO\r\n\r\n<strong>June 26-27, 2018:</strong> Iowa Reading Association Conference, Ames, Iowa\r\n\r\n<strong>April 27-28, 2018:</strong> Nebraska Christian Home Education Association, Lincoln, NE\r\n\r\n<strong>March 4-7, 2018:</strong> National Youth At Risk Conference, Savannah, GA\r\n\r\n<strong>February 22-24, 2018:</strong> Nebraska State Reading Association Conference, Kearney, NE\r\n\r\n<strong>November 9-10, 2017:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 5-7, 2017</strong>: Illinois Reading Council Conference in Peoria, IL\r\n\r\n<strong>September 22-23, 2017</strong>: Iowa Association for the Education of Young Children Institute in Altoona, IA\r\n\r\n<strong>June 27-28, 2017:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 10, 2017</strong>: Family Service Conference in Grand Island, NE\r\n\r\n<strong>March 31-April 1, 2017:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>February 23-25, 2017:</strong> Nebraska State Reading Association Conference in Kearney, NE\r\n\r\n<strong>February 4, 2017</strong>: Early Childhood Conference in Grand Island, NE\r\n\r\n<strong>November 10-11, 2016:</strong> Missouri Early Learning Conference in Osage Beach, MO\r\n\r\n<strong>October 17-19, 2016:</strong> Parents as Teachers National Conference in St. Louis, MO\r\n\r\n<strong>October 10, 2016:</strong> Diocesan Teachers’ Institute in Lincoln, NE\r\n\r\n<strong>October 1, 2016:</strong> Iowa AEYC in Altoona, IA\r\n\r\n<strong>September 29-30, 2016:</strong> Illinois State Reading Conference in Peoria, IL\r\n\r\n<strong>June 28-29, 2016:</strong> Iowa State Reading Association Conference in Ames, IA\r\n\r\n<strong>June 11, 2016:</strong> Family Service Conference in Grand Island, NE\r\n\r\n<strong>April 1-2, 2016:</strong> NCHEA Conference in Lincoln, NE\r\n\r\n<strong>March 10-12, 2016:</strong> Conference on the Young Years in Osage Beach, MO\r\n\r\n<strong>February 25-27, 2016:</strong> Nebraska State Reading Association in Kearney, NE\r\n\r\n<strong>January 28-29, 2016:</strong> National Title I Conference in Houston, TX\r\n\r\n<strong>December 10-12, 2015: </strong>Texas Statewide Parental Involvement Conference in Arlington, TX\r\n\r\n<strong>November 9-10, 2015:</strong> National Parents as Teachers Conference in Dallas, TX\r\n\r\n<strong>October 1-2, 2015:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 18-19, 2015:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>June 23-24, 2015:</strong> Iowa Reading Conference in Ames, IA\r\n\r\n<strong>April 24-25, 2015:</strong> North Dakota Reading Conference in Minst, ND\r\n\r\n<strong>April 10-11, 2015:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 5-6, 2015:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>March 2-3, 2015:</strong> Kansas Parents as Teachers Conference in Topeka, KS\r\n\r\n<strong>February 26-28, 2015:</strong> Nebraska State Reading Association Conference in Kearney, Nebraska\r\n\r\n<strong>December 6, 2014:</strong> Book sale at Cathedral of the Risen Christ in Lincoln, NE\r\n\r\n<strong>October 29-30, 2014:</strong> Nebraska Home Visiting Conference in Kearney, NE\r\n\r\n<strong>October 13, 2014:</strong> Diocesan Teachers\' Institute in Lincoln, NE\r\n\r\n<strong>October 2-4, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>September 19-20, 2014:</strong> Iowa AEYC in Altooma, IA\r\n\r\n<strong>March 28-29, 2014:</strong> Nebraska Christian Homeschool Education Association in Lincoln, NE\r\n\r\n<strong>March 13-15, 2014:</strong> Illinois State Reading Conference in Springfield, IL\r\n\r\n<strong>March 7-8, 2014:</strong> Illinois Kindergarten Conference in Shaumberg, IL\r\n\r\n<strong>February 20-21, 2014:</strong> Nebraska State Reading Conference in Kearney, NE\r\n\r\n<strong>February 17-18, 2014:</strong> National Family Literacy Conference in Washington, D.C.\r\n\r\n<strong style=\"line-height: 1.65;\">December 7, 2013:</strong><span style=\"line-height: 1.65;\"> Book sale at Cathedral of the Risen Christ in Lincoln, NE</span>\r\n\r\n<strong>November 13-16, 2013:</strong> Annual Book Sale in Lincoln, NE\r\n\r\n<strong>October 17-18, 2013:</strong> Utah Education Association Conference in Salt Lake City, UT\r\n\r\n<strong style=\"line-height: 1.65;\">September 20-21, 2013:</strong><span style=\"line-height: 1.65;\"> Iowa AEYC in Altooma, Iowa</span>\r\n\r\n<strong>July 10-11, 2013:</strong> Nebraska Kindergarten Conference, Kearney, Nebraska\r\n\r\n<strong>May 16-18, 2013:</strong> Network of Iowa Christian Home Educators in Des Moines, Iowa\r\n\r\n<strong>April 28-30, 2013: </strong>National Conference on Family Literacy in Louisville, Kentucky\r\n\r\n<strong>April 12, 2013:</strong> Nebraska Christian Home Educators Association in Lincoln, Nebraska\r\n\r\n<strong style=\"line-height: 1.65;\">March 14-16, 2013:</strong><span style=\"line-height: 1.65;\"> Illinois Reading Council Conference in Springfield, Illinois</span>\r\n\r\n<strong style=\"line-height: 1.65;\">February 21-23, 2013:</strong><span style=\"line-height: 1.65;\"> Nebraska State Reading Association Conference in Kearney, Nebraska</span>\r\n\r\n<strong>February 6-9, 2013:</strong> Colorado Council of the International Reading Association in Denver, Colorado\r\n\r\n \r\n\r\n ','Upcoming Conference Schedule','','inherit','closed','closed','','44-revision-v1','','','2018-10-30 00:34:05','2018-10-30 00:34:05','',44,'http://www.learningconnectionsweb.com/?p=1717',0,'revision','',0),(1718,2,'2018-10-30 00:37:41','2018-10-30 00:37:41','','Birth to Age 3 Literacy Kit Order Form','','inherit','closed','closed','','birth-to-age-3-literacy-kit-order-form-2','','','2018-10-30 00:41:49','2018-10-30 00:41:49','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf',0,'attachment','application/pdf',0),(1719,2,'2018-10-30 00:37:48','2018-10-30 00:37:48','','Birth to Age 3 Parent Pack Kit Order Form','','inherit','closed','closed','','birth-to-age-3-parent-pack-kit-order-form-2','','','2018-10-30 00:42:12','2018-10-30 00:42:12','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf',0,'attachment','application/pdf',0),(1720,2,'2018-10-30 00:37:58','2018-10-30 00:37:58','','Manipulatives Order Form','','inherit','closed','closed','','manipulatives-order-form','','','2018-10-30 00:42:28','2018-10-30 00:42:28','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Manipulatives-Order-Form.pdf',0,'attachment','application/pdf',0),(1721,2,'2018-10-30 00:42:58','2018-10-30 00:42:58','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Manipulatives-Order-Form.pdf\">Manipulatives Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\nPre-K to 5th Grade Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53-1.pdf\">Pre-K to Fifth Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\nBirth to Age 3 Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10-1.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2018-10-30 00:42:58','2018-10-30 00:42:58','',19,'http://www.learningconnectionsweb.com/?p=1721',0,'revision','',0),(1722,2,'2018-10-30 00:44:42','2018-10-30 00:44:42','','Confessions small','','inherit','closed','closed','','confessions-small-3','','','2018-10-30 00:46:08','2018-10-30 00:46:08','',1723,'http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Confessions-small.jpg',0,'attachment','image/jpeg',0),(1723,2,'2018-10-30 00:46:55','2018-10-30 00:46:55','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Confessions-small.jpg\"><img class=\"size-medium wp-image-1722 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Confessions-small-225x300.jpg\" alt=\"Confessions small\" width=\"225\" height=\"300\" /></a>After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n ','Confessions of a Former Bully Parent Pack','','publish','closed','closed','','confessions-of-a-former-bully-parent-pack','','','2018-10-30 00:46:55','2018-10-30 00:46:55','',17,'http://www.learningconnectionsweb.com/?page_id=1723',0,'page','',0),(1724,2,'2018-10-30 00:46:55','2018-10-30 00:46:55','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Confessions-small.jpg\"><img class=\"size-medium wp-image-1722 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Confessions-small-225x300.jpg\" alt=\"Confessions small\" width=\"225\" height=\"300\" /></a>After Katie gets caught teasing a classmate, she faces consequences for her actions. It doesn’t take long before Katie realizes that bullying hurts not only the people around her, but it hurts her, as well. Told from the unusual perspective of the bully, Confessions of a Former Bully provides kids with real life tips and tools they can use to help identify and overcome bullying.\r\n\r\nActivity— A card game with bullying situations\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.\r\n\r\n ','Confessions of a Former Bully Parent Pack','','inherit','closed','closed','','1723-revision-v1','','','2018-10-30 00:46:55','2018-10-30 00:46:55','',1723,'http://www.learningconnectionsweb.com/?p=1724',0,'revision','',0),(1727,2,'2019-05-02 00:20:15','2019-05-02 00:20:15','','Movement small','','inherit','closed','closed','','movement-small-2','','','2019-05-02 00:20:15','2019-05-02 00:20:15','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small.jpg',0,'attachment','image/jpeg',0),(1728,2,'2019-05-02 00:20:27','2019-05-02 00:20:27','','Movement','','inherit','closed','closed','','movement','','','2019-05-02 00:20:27','2019-05-02 00:20:27','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement.jpg',0,'attachment','image/jpeg',0),(1729,2,'2019-05-02 00:20:46','2019-05-02 00:20:46','','Movement small','','inherit','closed','closed','','movement-small-3','','','2019-05-02 00:20:46','2019-05-02 00:20:46','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-1.jpg',0,'attachment','image/jpeg',0),(1730,2,'2019-05-02 00:21:09','2019-05-02 00:21:09','','Movement 1 small','','inherit','closed','closed','','movement-1-small','','','2019-05-02 00:35:24','2019-05-02 00:35:24','',1332,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small.jpg',0,'attachment','image/jpeg',0),(1731,2,'2019-05-02 00:21:09','2019-05-02 00:21:09','','Movement 2 small','','inherit','closed','closed','','movement-2-small','','','2019-05-02 00:21:09','2019-05-02 00:21:09','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-2-small.jpg',0,'attachment','image/jpeg',0),(1732,2,'2019-05-02 00:21:09','2019-05-02 00:21:09','','Movement 3 small','','inherit','closed','closed','','movement-3-small','','','2019-05-02 00:21:09','2019-05-02 00:21:09','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-3-small.jpg',0,'attachment','image/jpeg',0),(1733,2,'2019-05-02 00:21:46','2019-05-02 00:21:46','','Movement small','','inherit','closed','closed','','movement-small-4','','','2019-05-02 00:21:46','2019-05-02 00:21:46','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-2.jpg',0,'attachment','image/jpeg',0),(1734,2,'2019-05-02 00:23:18','2019-05-02 00:23:18','','Movement small','','inherit','closed','closed','','movement-small-5','','','2019-05-02 00:23:18','2019-05-02 00:23:18','',0,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-3.jpg',0,'attachment','image/jpeg',0),(1735,2,'2019-05-02 00:24:17','2019-05-02 00:24:17','','Movement small','','inherit','closed','closed','','movement-small-6','','','2019-05-02 00:26:34','2019-05-02 00:26:34','',1275,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4.jpg',0,'attachment','image/jpeg',0),(1736,2,'2019-05-02 00:24:40','2019-05-02 00:24:40','','Movement 1 small','','inherit','closed','closed','','movement-1-small-2','','','2019-05-02 00:30:57','2019-05-02 00:30:57','',1332,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small-1.jpg',0,'attachment','image/jpeg',0),(1737,2,'2019-05-02 00:24:47','2019-05-02 00:24:47','','Movement 2 small','','inherit','closed','closed','','movement-2-small-2','','','2019-05-02 00:30:53','2019-05-02 00:30:53','',1332,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-2-small-1.jpg',0,'attachment','image/jpeg',0),(1738,2,'2019-05-02 00:24:53','2019-05-02 00:24:53','','Movement 3 small','','inherit','closed','closed','','movement-3-small-2','','','2019-05-02 00:30:48','2019-05-02 00:30:48','',1332,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-3-small-1.jpg',0,'attachment','image/jpeg',0),(1739,2,'2019-05-02 00:25:06','2019-05-02 00:25:06','','Put Porn in its Place small','','inherit','closed','closed','','put-porn-in-its-place-small','','','2019-05-02 00:42:08','2019-05-02 00:42:08','',1744,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-small.jpg',0,'attachment','image/jpeg',0),(1740,2,'2019-05-02 00:25:39','2019-05-02 00:25:39','','Put Porn in its Place PP small','','inherit','closed','closed','','put-porn-in-its-place-pp-small','','','2019-05-02 00:43:31','2019-05-02 00:43:31','',1746,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-PP-small.jpg',0,'attachment','image/jpeg',0),(1741,2,'2019-05-02 00:28:22','2019-05-02 00:28:22','<div style=\"float: left; margin-right: 15px; text-align: right;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4.jpg\"><img class=\"alignnone size-medium wp-image-1735\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4-300x225.jpg\" alt=\"Movement small\" width=\"300\" height=\"225\" /></a>Movement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, <em>Let’s Dance, Little Pookie</em>, <em>Baby Dance</em>, and <em>Five Little Monkeys Jumping on the Bed</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</div>\n<p style=\"text-align: right;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</p>','Movement Literacy Kit','','inherit','closed','closed','','1275-autosave-v1','','','2019-05-02 00:28:22','2019-05-02 00:28:22','',1275,'http://www.learningconnectionsweb.com/?p=1741',0,'revision','',0),(1742,2,'2019-05-02 00:29:19','2019-05-02 00:29:19','<div style=\"float: left; margin-right: 15px; text-align: left;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4.jpg\"><img class=\"size-medium wp-image-1735 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-small-4-300x225.jpg\" alt=\"Movement small\" width=\"300\" height=\"225\" /></a>Movement is so important to babies’ development. This kit gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this kit as well as other activities to encourage movement. Included in the kit, along with the two wrist rings, is a two-sided guide and three board books, <em>Let’s Dance, Little Pookie</em>, <em>Baby Dance</em>, and <em>Five Little Monkeys Jumping on the Bed</em>, all housed in a colorful child’s backpack with a luggage tag identifying the name of the kit. $40.00.</div>\r\n<p style=\"text-align: left;\">To purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.</p>','Movement Literacy Kit','','inherit','closed','closed','','1275-revision-v1','','','2019-05-02 00:29:19','2019-05-02 00:29:19','',1275,'http://www.learningconnectionsweb.com/?p=1742',0,'revision','',0),(1743,2,'2019-05-02 00:36:42','2019-05-02 00:36:42','<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small.jpg\"><img class=\"size-medium wp-image-1730 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-1-small-300x225.jpg\" alt=\"Movement 1 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-3-small-1.jpg\"><img class=\"size-medium wp-image-1738 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-3-small-1-300x225.jpg\" alt=\"Movement 3 small\" width=\"300\" height=\"225\" /></a><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-2-small-1.jpg\"><img class=\"size-medium wp-image-1737 alignleft\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Movement-2-small-1-300x225.jpg\" alt=\"Movement 2 small\" width=\"300\" height=\"225\" /></a>Movement is so important to babies’ development. This parent pack gives reading tips and parenting tips on the importance of moving, both physically and mentally. It also offers suggestions on how to use the two ribbon wrist rings included in this parent pack as well as other activities to encourage movement. Included in the parent pack, along with the two wrist rings, is a two-sided guide and your choice of any one of three board books, Baby Dance, Five Little Monkeys Jumping on the Bed, and Let’s Dance, Little Pookie, all housed in a clear, plastic, zippered pouch.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Movement Parent Pack','','inherit','closed','closed','','1332-revision-v1','','','2019-05-02 00:36:42','2019-05-02 00:36:42','',1332,'http://www.learningconnectionsweb.com/?p=1743',0,'revision','',0),(1744,2,'2019-05-02 00:42:39','2019-05-02 00:42:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-small.jpg\"><img class=\"alignnone size-medium wp-image-1739\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-small-300x225.jpg\" alt=\"Put Porn in its Place small\" width=\"300\" height=\"225\" /></a></div>\r\n \r\n\r\nResearch has shown that the average age of first exposure to porn is now between 8 and 11 years old. <strong>Parents are their kids’ first, most consistent, and normally most trusted teachers, and can make a positive difference by talking with their children.</strong>\r\n\r\nChildren are naturally curious about sex. If we do not teach our children about pornography, there is a good chance they will learn about it from a source that we would never choose, and then our kids will be unlikely to realize how dangerous it is. It is proven that pornography actually causes changes in the brain. Children could very well suffer serious and long-lasting harm before we even know that they have been exposed to pornography. Because pornography causes direct harm to those using it, and indirect harm to others with whom the users have relationships, parents have an obligation to protect their children from the dreadful effects of pornography. This Kit is designed to help parents know how to talk to their kids about porn and the activity, a board game titled \"Let\'s Talk!\" encourages the needed conversation.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Putting Porn in its Place Literacy Kit','','publish','closed','closed','','putting-porn-in-its-place-literacy-kit','','','2019-05-02 00:44:33','2019-05-02 00:44:33','',17,'http://www.learningconnectionsweb.com/?page_id=1744',0,'page','',0),(1745,2,'2019-05-02 00:42:39','2019-05-02 00:42:39','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-small.jpg\"><img class=\"alignnone size-medium wp-image-1739\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-small-300x225.jpg\" alt=\"Put Porn in its Place small\" width=\"300\" height=\"225\" /></a></div>\r\n \r\n\r\nResearch has shown that the average age of first exposure to porn is now between 8 and 11 years old. <strong>Parents are their kids’ first, most consistent, and normally most trusted teachers, and can make a positive difference by talking with their children.</strong>\r\n\r\nChildren are naturally curious about sex. If we do not teach our children about pornography, there is a good chance they will learn about it from a source that we would never choose, and then our kids will be unlikely to realize how dangerous it is. It is proven that pornography actually causes changes in the brain. Children could very well suffer serious and long-lasting harm before we even know that they have been exposed to pornography. Because pornography causes direct harm to those using it, and indirect harm to others with whom the users have relationships, parents have an obligation to protect their children from the dreadful effects of pornography. This Kit is designed to help parents know how to talk to their kids about porn and the activity, a board game titled \"Let\'s Talk!\" encourages the needed conversation.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Putting Porn in its Place Literacy Kit','','inherit','closed','closed','','1744-revision-v1','','','2019-05-02 00:42:39','2019-05-02 00:42:39','',1744,'http://www.learningconnectionsweb.com/?p=1745',0,'revision','',0),(1746,2,'2019-05-02 00:43:50','2019-05-02 00:43:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-PP-small.jpg\"><img class=\"alignnone size-medium wp-image-1740\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-PP-small-300x225.jpg\" alt=\"Put Porn in its Place PP small\" width=\"300\" height=\"225\" /></a></div>\r\nResearch has shown that the average age of first exposure to porn is now between 8 and 11 years old. <strong>Parents are their kids’ first, most consistent, and normally most trusted teachers, and can make a positive difference by talking with their children.</strong>\r\n\r\nChildren are naturally curious about sex. If we do not teach our children about pornography, there is a good chance they will learn about it from a source that we would never choose, and then our kids will be unlikely to realize how dangerous it is. It is proven that pornography actually causes changes in the brain. Children could very well suffer serious and long-lasting harm before we even know that they have been exposed to pornography. Because pornography causes direct harm to those using it, and indirect harm to others with whom the users have relationships, parents have an obligation to protect their children from the dreadful effects of pornography. This Parent Pack is designed to help parents know how to talk to their kids about porn and the activity, a board game titled \"Let\'s Talk!\" encourages the needed conversation.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Putting Porn in its Place Parent Pack','','publish','closed','closed','','putting-porn-in-its-place-parent-pack','','','2019-05-02 00:44:09','2019-05-02 00:44:09','',17,'http://www.learningconnectionsweb.com/?page_id=1746',0,'page','',0),(1747,2,'2019-05-02 00:43:50','2019-05-02 00:43:50','<div style=\"float: left; margin-right: 15px;\"><a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-PP-small.jpg\"><img class=\"alignnone size-medium wp-image-1740\" src=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Put-Porn-in-its-Place-PP-small-300x225.jpg\" alt=\"Put Porn in its Place PP small\" width=\"300\" height=\"225\" /></a></div>\r\nResearch has shown that the average age of first exposure to porn is now between 8 and 11 years old. <strong>Parents are their kids’ first, most consistent, and normally most trusted teachers, and can make a positive difference by talking with their children.</strong>\r\n\r\nChildren are naturally curious about sex. If we do not teach our children about pornography, there is a good chance they will learn about it from a source that we would never choose, and then our kids will be unlikely to realize how dangerous it is. It is proven that pornography actually causes changes in the brain. Children could very well suffer serious and long-lasting harm before we even know that they have been exposed to pornography. Because pornography causes direct harm to those using it, and indirect harm to others with whom the users have relationships, parents have an obligation to protect their children from the dreadful effects of pornography. This Parent Pack is designed to help parents know how to talk to their kids about porn and the activity, a board game titled \"Let\'s Talk!\" encourages the needed conversation.\r\n\r\nTo purchase this product, please visit our <a href=\"http://www.learningconnectionsweb.com/?page_id=19\">Order Forms</a> page.','Putting Porn in its Place Parent Pack','','inherit','closed','closed','','1746-revision-v1','','','2019-05-02 00:43:50','2019-05-02 00:43:50','',1746,'http://www.learningconnectionsweb.com/?p=1747',0,'revision','',0),(1753,2,'2019-05-02 00:54:45','2019-05-02 00:54:45','','Pre-K to 5th Grade Literacy Kit Order Form','','inherit','closed','closed','','pre-k-to-5th-grade-literacy-kit-order-form','','','2019-05-02 00:59:51','2019-05-02 00:59:51','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf',0,'attachment','application/pdf',0),(1756,2,'2019-05-02 00:55:05','2019-05-02 00:55:05','','Pre-K to 5th Grade Parent Pack Order Form','','inherit','closed','closed','','pre-k-to-5th-grade-parent-pack-order-form','','','2019-05-02 01:00:15','2019-05-02 01:00:15','',19,'http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf',0,'attachment','application/pdf',0),(1762,2,'2019-05-02 01:00:23','2019-05-02 01:00:23','There are five easy ways to order Learning Connections Literacy Kits or Parent Packs:\r\n\r\n1. Call 402-423-6941 and ask for Judy for personal, one-on-one attention;\r\n\r\n2. Print out the appropriate order form below, fill it out, scan it, and email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>;\r\n\r\n3. Print out the appropriate order form below, fill it out, and fax it to 402-423-0050;\r\n\r\n4. Print out the appropriate order form below, fill it out, and mail it to Learning Connections, 3520 Hanson Dr., Lincoln, NE, 68502; or\r\n\r\n5. If you have Adobe Acrobat or another program that allows you to edit a PDF, download the appropriate order form below, edit it to complete your order, and then email it to <a href=\"mailto:judy@learningconnectionsweb.com\">judy@learningconnectionsweb.com</a>.\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Literacy-Kit-Order-Form.pdf\">Pre-K to 5th Grade Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2019/05/Pre-K-to-5th-Grade-Parent-Pack-Order-Form.pdf\">Pre-K to 5th Grade Parent Pack Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Literacy-Kit-Order-Form.pdf\">Birth to Age 3 Literacy Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Birth-to-Age-3-Parent-Pack-Kit-Order-Form.pdf\">Birth to Age 3 Parent Pack Kit Order Form</a>\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/10/Manipulatives-Order-Form.pdf\">Manipulatives Order Form</a>\r\n\r\nWe have tried to have an e-commerce shopping cart on this site, but our products have so many variations that the options became unwieldy and we found it very hard to provide the customized, personal service that we so want to give. For example, if you are ordering kits, we can customize your backpacks with the logo of your school, library, or program for a very reasonable price. We can also alter the contents of your Literacy Kits or Parent Packs to get you exactly what you need. So please call and let us show you why our customers love our personal touch!\r\n\r\n \r\n\r\nIf you would like a two page flyer listing our Pre-K to 5th Grade Literacy Kits and Parent Packs, or our Birth to Age 3 Literacy Kits and Parent Packs, you may download them here:\r\n\r\nPre-K to 5th Grade Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/Flyer-53-1.pdf\">Pre-K to Fifth Grade Literacy Kits and Parent Packs Flyer</a>\r\n\r\nBirth to Age 3 Literacy Kits and Parent Packs Flyer\r\n\r\n<a href=\"http://www.learningconnectionsweb.com/wp-content/uploads/2018/09/B-to-3-Flyer-10-1.pdf\">Birth to Age 3 Literacy Kits and Parent Packs Flyer</a>','Order Forms and Flyers','','inherit','closed','closed','','19-revision-v1','','','2019-05-02 01:00:23','2019-05-02 01:00:23','',19,'http://www.learningconnectionsweb.com/?p=1762',0,'revision','',0),(1763,2,'2019-05-02 01:01:47','2019-05-02 01:01:47','<a href=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading.jpg\"><img class=\"size-medium wp-image-80 alignright\" style=\"margin-left: 10px; margin-right: 10px;\" title=\"kid-reading\" src=\"http://learningconnectionsweb.com/wp-content/uploads/2010/10/kid-reading-300x222.jpg\" alt=\"\" width=\"300\" height=\"222\" /></a>Learning Connections is a company that is devoted to enhancing children\'s literacy skills as well as promoting parent involvement. Its \'flagship\' products are Literacy Kits and Parent Packs which are purchased by schools or organizations and checked out to students and sent home. Each literacy kit contains one or two books (one in English and, if available, one in Spanish), a bilingual guide for parents, a hands-on educational activity, and a response journal.\r\n\r\nLiteracy kits are designed for parents to use with their children to enhance literacy skills and to encourage parents to spend quality, one-on-one time with their children doing educational activities. Parent Packs are also available for purchase by schools and parents. They are a smaller version of the Literacy Kits and come in one language, either English or Spanish, if the book is available in Spanish. It includes a guide with tips for reading the book as well as how to do the activity, and the educational activity. Please click on the link above for more information.\r\n\r\nSince its \'birth\' in 2006, Learning Connections has sold over 25,000 kits in forty-five states and Canada.\r\n\r\nLearning Connections services include workshops designed for the attendees\' specific objectives and audience. Workshops include showing teachers and administrators to how to create successful family literacy nights or teaching how to integrate reading into math and science. Workshops can also be adapted for parents demonstrating how to incorporate literacy activities in the home. Additional workshops can be designed to meet other specific needs of the audience.\r\n\r\nDownload the printable order forms <a title=\"Order Forms\" href=\"http://www.learningconnectionsweb.com/?page_id=19\">here</a>.','About Learning Connections','','inherit','closed','closed','','2-revision-v1','','','2019-05-02 01:01:47','2019-05-02 01:01:47','',2,'http://www.learningconnectionsweb.com/?p=1763',0,'revision','',0),(1765,2,'2019-08-20 19:19:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2019-08-20 19:19:42','0000-00-00 00:00:00','',0,'http://www.learningconnectionsweb.com/?p=1765',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(2,4,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(22,3,0),(23,3,0),(44,35,0),(49,3,0),(71,5,0),(72,5,0),(73,5,0),(74,5,0),(78,5,0),(79,5,0),(115,1,0),(155,7,0),(155,9,0),(157,8,0),(157,9,0),(159,7,0),(159,9,0),(164,7,0),(164,12,0),(164,21,0),(164,40,0),(166,7,0),(166,9,0),(168,7,0),(170,7,0),(170,12,0),(170,21,0),(170,40,0),(172,7,0),(174,7,0),(176,7,0),(176,12,0),(176,21,0),(176,22,0),(176,40,0),(178,7,0),(178,12,0),(178,21,0),(178,22,0),(178,40,0),(180,7,0),(180,12,0),(180,21,0),(180,40,0),(182,7,0),(182,12,0),(182,21,0),(182,40,0),(184,7,0),(186,7,0),(186,9,0),(188,7,0),(190,7,0),(192,7,0),(192,12,0),(192,21,0),(192,40,0),(194,7,0),(194,9,0),(196,7,0),(198,7,0),(198,9,0),(200,7,0),(200,12,0),(200,21,0),(200,40,0),(202,7,0),(202,9,0),(204,7,0),(204,12,0),(204,21,0),(204,40,0),(206,8,0),(206,12,0),(206,21,0),(206,24,0),(206,27,0),(208,8,0),(208,9,0),(208,12,0),(208,17,0),(208,37,0),(208,38,0),(210,8,0),(210,9,0),(212,7,0),(212,8,0),(214,8,0),(214,12,0),(214,21,0),(214,37,0),(214,38,0),(216,8,0),(216,12,0),(216,37,0),(216,38,0),(218,8,0),(218,12,0),(218,24,0),(218,27,0),(220,8,0),(220,12,0),(220,21,0),(220,22,0),(220,24,0),(220,27,0),(222,8,0),(222,12,0),(222,21,0),(222,22,0),(222,24,0),(222,27,0),(224,8,0),(224,12,0),(224,21,0),(224,24,0),(224,27,0),(226,8,0),(226,12,0),(226,19,0),(226,21,0),(226,36,0),(228,8,0),(228,12,0),(228,24,0),(228,36,0),(230,8,0),(230,12,0),(230,24,0),(230,27,0),(232,8,0),(232,12,0),(232,24,0),(232,27,0),(234,8,0),(234,12,0),(234,21,0),(234,24,0),(234,27,0),(237,8,0),(237,9,0),(237,12,0),(237,37,0),(237,38,0),(239,8,0),(241,8,0),(241,9,0),(241,12,0),(241,17,0),(241,37,0),(241,38,0),(243,8,0),(243,12,0),(243,21,0),(243,24,0),(243,27,0),(245,8,0),(245,9,0),(245,12,0),(245,19,0),(245,36,0),(247,8,0),(247,12,0),(247,21,0),(247,24,0),(247,27,0),(249,17,0),(255,27,0),(260,21,0),(263,27,0),(265,21,0),(266,22,0),(269,21,0),(270,22,0),(273,21,0),(274,27,0),(277,19,0),(278,21,0),(283,27,0),(285,27,0),(287,21,0),(288,27,0),(289,17,0),(292,21,0),(293,27,0),(295,19,0),(330,8,0),(391,34,0),(514,3,0),(515,3,0),(516,3,0),(871,21,0),(895,24,0),(896,27,0),(897,36,0),(898,24,0),(899,37,0),(900,38,0),(903,37,0),(904,38,0),(905,24,0),(907,24,0),(909,24,0),(911,36,0),(912,24,0),(913,36,0),(915,24,0),(916,24,0),(917,27,0),(918,24,0),(919,27,0),(920,24,0),(921,37,0),(922,38,0),(923,37,0),(924,38,0),(925,37,0),(926,38,0),(928,17,0),(929,21,0),(930,24,0),(932,21,0),(949,21,0),(952,21,0),(955,21,0),(957,21,0),(959,21,0),(960,22,0),(962,21,0),(963,22,0),(965,21,0),(968,21,0),(969,7,0),(973,7,0),(977,40,0),(979,40,0),(980,40,0),(981,40,0),(982,40,0),(983,40,0),(984,40,0),(985,40,0),(986,40,0),(1011,5,0),(1012,5,0),(1013,5,0),(1031,35,0),(1123,1,0),(1123,35,0),(1450,35,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,6),(4,4,'product_tag','',0,1),(5,5,'nav_menu','',0,9),(7,42,'wpsc_product_category','',0,26),(8,8,'wpsc_product_category','',0,23),(9,9,'wpsc_product_category','',0,13),(12,12,'wpsc-variation','',0,27),(17,17,'wpsc-variation','',12,2),(19,19,'wpsc-variation','',12,2),(21,21,'wpsc-variation','',12,18),(22,22,'wpsc-variation','',12,4),(24,24,'wpsc-variation','',12,11),(27,27,'wpsc-variation','',12,10),(34,7,'category','',0,1),(35,34,'category','',0,4),(36,35,'wpsc-variation','',12,3),(37,36,'wpsc-variation','',12,5),(38,37,'wpsc-variation','',12,5),(40,39,'wpsc-variation','',12,9),(41,40,'wpsc_log_type','',0,0),(42,41,'wpsc_log_type','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Home Page Menu','home-page-menu',0),(4,'Berenstain Bears','berenstain-bears',0),(5,'Footer Menu','footer-menu',0),(7,'Literacy Kits','literacy-kits',0),(8,'Parent Packs','parent-packs',0),(9,'Health Kits','health-kits',0),(12,'Book Type','book-type',0),(17,'Paperback English','paperback-english',0),(19,'Spanish Hardcover','hardcover-spanish',0),(21,'English CD','english-cd',0),(22,'Spanish CD','spanish-cd',0),(24,'English Paperback','english-paperback',0),(27,'Spanish Paperback','paperback-spanish-book-type',0),(34,'News','news',0),(35,'English Hardcover','english-hardcover',0),(36,'Bilingual Hardcover with English Directions','bilingual-hardcover-with-english-directions',0),(37,'Bilingual Hardcover with Spanish Directions','bilingual-hardcover-with-spanish-directions',0),(39,'Literacy Kit','literacy-kit',0),(40,'error','error',0),(41,'event','event',0),(42,'Literacy Kits','literacy-kits',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(13,1,'wp_user_level','10'),(14,1,'wp_dashboard_quick_press_last_post_id','1725'),(15,1,'wp_user-settings','m6=o&m1=o&m10=o&m5=o&editor=tinymce&m11=o&m12=o&imgsize=medium&m2=o&m7=o&m0=o&wplink=1'),(16,1,'wp_user-settings-time','1360940048'),(17,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\";}'),(18,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-product_tag\";}'),(19,1,'wpshpcrt_usr_profile','a:18:{i:2;s:4:\"Jeff\";i:3;s:5:\"Abele\";i:18;s:0:\"\";i:4;s:18:\"8001 Bancroft Ave.\";i:5;s:7:\"Lincoln\";i:6;a:2:{i:0;s:2:\"US\";i:1;s:2:\"40\";}i:7;s:5:\"68506\";i:17;s:10:\"4024894092\";i:19;s:0:\"\";i:8;s:23:\"jabele@movecreative.com\";i:20;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:2:\"40\";i:15;s:2:\"US\";i:16;s:0:\"\";}'),(20,1,'nav_menu_recently_edited','5'),(21,2,'first_name','Judy'),(22,2,'last_name','Guenzel'),(23,2,'nickname','jguenzel'),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'comment_shortcuts','false'),(27,2,'admin_color','fresh'),(28,2,'use_ssl','0'),(29,2,'aim',''),(30,2,'yim',''),(31,2,'jabber',''),(32,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(33,2,'wp_user_level','10'),(34,2,'wp_dashboard_quick_press_last_post_id','1765'),(35,2,'wp_user-settings','m3=c&m4=c&m7=o&editor=tinymce&libraryContent=browse&hidetb=1&editor_plain_text_paste_warning=2&post_dfw=off'),(36,2,'wp_user-settings-time','1536800462'),(37,2,'closedpostboxes_page','a:1:{i:0;s:10:\"postcustom\";}'),(38,2,'metaboxhidden_page','a:1:{i:0;s:7:\"slugdiv\";}'),(39,1,'closedpostboxes_store_page_wpsc-edit-products','a:0:{}'),(40,1,'metaboxhidden_store_page_wpsc-edit-products','a:0:{}'),(43,2,'wpshpcrt_usr_profile','a:18:{i:2;s:4:\"Judy\";i:3;s:7:\"Guenzel\";i:18;s:0:\"\";i:4;s:17:\"3520 Hanson Drive\";i:5;s:7:\"Lincoln\";i:6;a:2:{i:0;s:2:\"US\";i:1;s:2:\"40\";}i:7;s:5:\"68502\";i:17;s:12:\"402-423-6941\";i:19;s:0:\"\";i:8;s:31:\"judy@learningconnectionsweb.com\";i:20;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:2:\"40\";i:15;s:2:\"US\";i:16;s:0:\"\";}'),(44,3,'first_name','J'),(45,3,'last_name','Abele'),(46,3,'nickname','jabele@bookclubleader.com'),(47,3,'description',''),(48,3,'rich_editing','true'),(49,3,'comment_shortcuts','false'),(50,3,'admin_color','fresh'),(51,3,'use_ssl','0'),(52,3,'show_admin_bar_front','true'),(54,3,'aim',''),(55,3,'yim',''),(56,3,'jabber',''),(57,3,'wp_capabilities','a:1:{s:6:\"editor\";s:1:\"1\";}'),(58,3,'wp_user_level','7'),(59,3,'wp_dashboard_quick_press_last_post_id','302'),(60,3,'wp_user-settings','m7=c&m5=o'),(61,3,'wp_user-settings-time','1308699119'),(62,2,'show_admin_bar_front','true'),(64,2,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp350_media,wp360_revisions,wpsc_marketplace_pointer,wp410_dfw'),(65,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp340_customize_current_theme_link,wp350_media,wpsc_marketplace_pointer'),(66,1,'meta-box-order_settings_page_eshop-settings','a:2:{s:4:\"side\";s:56:\"eshop-admin,orders-display,eshop-cron,eshop-cacheability\";s:6:\"normal\";s:94:\"business-details,product-options,product-details,display-options,cart-options,checkout-options\";}'),(67,1,'screen_layout_settings_page_eshop-settings','2'),(68,1,'show_admin_bar_front','true'),(69,1,'closedpostboxes_wpsc-product','a:0:{}'),(70,1,'metaboxhidden_wpsc-product','a:1:{i:0;s:7:\"slugdiv\";}'),(71,2,'nav_menu_recently_edited','5'),(72,2,'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\";}'),(73,2,'metaboxhidden_nav-menus','a:6:{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\";}'),(76,1,'session_tokens','a:1:{s:64:\"b2f39c8102900649bd1e3dff0a32714e4134da7a3ea33db643847a278465189f\";a:4:{s:10:\"expiration\";i:1550685664;s:2:\"ip\";s:13:\"97.98.141.239\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15\";s:5:\"login\";i:1550512864;}}'),(77,1,'_wpsc_shipping_country','US'),(78,1,'_wpsc_billing_country','US'),(79,1,'_wpsc_shipping_region','40'),(80,1,'_wpsc_billing_region','40'),(81,1,'_wpsc_cart','s:1134:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";s:2:\"US\";s:16:\"selected_country\";s:2:\"US\";s:15:\"delivery_region\";s:2:\"40\";s:15:\"selected_region\";s:2:\"40\";s:24:\"selected_shipping_method\";s:9:\"tablerate\";s:24:\"selected_shipping_option\";s:10:\"Table Rate\";s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"d8e19541e4d2549b3385d7c3ccb9ea1e967f7443\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";a:1:{i:0;s:9:\"tablerate\";}s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:1:{s:10:\"Table Rate\";s:1:\"5\";}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";'),(82,2,'_wpsc_shipping_country','US'),(83,2,'_wpsc_billing_country','US'),(84,2,'_wpsc_shipping_region','40'),(85,2,'_wpsc_billing_region','40'),(86,2,'_wpsc_cart','s:1134:\"O:9:\"wpsc_cart\":37:{s:16:\"delivery_country\";s:2:\"US\";s:16:\"selected_country\";s:2:\"US\";s:15:\"delivery_region\";s:2:\"40\";s:15:\"selected_region\";s:2:\"40\";s:24:\"selected_shipping_method\";s:9:\"tablerate\";s:24:\"selected_shipping_option\";s:10:\"Table Rate\";s:24:\"selected_shipping_amount\";N;s:6:\"coupon\";N;s:14:\"tax_percentage\";N;s:9:\"unique_id\";s:40:\"257a1655a9580659d1bfed61dfc2a55b36009187\";s:6:\"errors\";a:0:{}s:9:\"total_tax\";N;s:13:\"base_shipping\";N;s:19:\"total_item_shipping\";N;s:14:\"total_shipping\";N;s:8:\"subtotal\";N;s:11:\"total_price\";N;s:13:\"uses_shipping\";N;s:13:\"is_incomplete\";b:1;s:10:\"cart_items\";a:0:{}s:9:\"cart_item\";N;s:15:\"cart_item_count\";i:0;s:17:\"current_cart_item\";i:-1;s:11:\"in_the_loop\";b:0;s:16:\"shipping_methods\";a:1:{i:0;s:9:\"tablerate\";}s:15:\"shipping_method\";N;s:21:\"shipping_method_count\";i:1;s:23:\"current_shipping_method\";i:-1;s:18:\"in_the_method_loop\";b:0;s:15:\"shipping_quotes\";a:1:{s:10:\"Table Rate\";s:1:\"5\";}s:14:\"shipping_quote\";N;s:20:\"shipping_quote_count\";i:0;s:22:\"current_shipping_quote\";i:-1;s:17:\"in_the_quote_loop\";b:0;s:12:\"coupons_name\";s:0:\"\";s:14:\"coupons_amount\";i:0;s:15:\"shipping_option\";N;}\";'),(87,1,'_wpsc_visitor_id','4'),(88,2,'session_tokens','a:3:{s:64:\"156d7e807b32bcc4c684864f97ef759f2a324fbad29b9d7183c947ef0073a873\";a:4:{s:10:\"expiration\";i:1567189318;s:2:\"ip\";s:15:\"162.250.116.153\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565979718;}s:64:\"fc60fc2a33a46037803e81ae15f5a4dd98f95d8a6e1b59c159ba4c12a6efc2dd\";a:4:{s:10:\"expiration\";i:1567189401;s:2:\"ip\";s:15:\"162.250.116.153\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36\";s:5:\"login\";i:1565979801;}s:64:\"ab269ff3c5427e34bf6aa4ffbd490411c7c9fc7f1ad2b24486739e4f5bfe2826\";a:4:{s:10:\"expiration\";i:1566501574;s:2:\"ip\";s:15:\"173.190.231.173\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0\";s:5:\"login\";i:1566328774;}}'),(90,2,'_wpsc_visitor_id','360'),(91,2,'wp_media_library_mode','grid'),(92,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"173.190.231.0\";}'),(93,2,'closedpostboxes_dashboard','a:1:{i:0;s:19:\"wpsc_dashboard_news\";}'),(94,2,'metaboxhidden_dashboard','a:0:{}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BW4jh6nNQ1E8cKO8Q3o0tJMvbkyNkk.','Jeff Abele','jeffabele@gmail.com','','2010-10-18 12:37:07','',0,'admin'),(2,'jguenzel','$P$BPfrYeyE3pPmYbDCUCrAaaOs7xirZV/','jguenzel','judy@learningconnectionsweb.com','','2010-10-23 14:32:30','',0,'jguenzel'),(3,'jabele@bookclubleader.com','$P$BA.8XpfEoekhpL5L5vOgxxRXMJPcze/','jabelebookclubleader-com','jabele@bookclubleader.com','','2011-06-21 23:31:25','',0,'jabele@bookclubleader.com'); /*!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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB DEFAULT CHARSET=utf8; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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`), KEY `purchaseid` (`purchaseid`) ) ENGINE=InnoDB AUTO_INCREMENT=408 DEFAULT CHARSET=utf8; /*!40101 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 */; INSERT INTO `wp_wpsc_cart_contents` VALUES (12,32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback English)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(13,4,'Berenstain Bears and Too Much Junk Food by Stan & Jan Berenstein (English Only)',8,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(14,34,'Berenstain Bears and Too Much TV by Stan and Jan Berenstein (English Only)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(15,39,'Chrysanthemum by Kevin Henkes (Paperback English)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(16,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback English)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(17,41,'Corduroy by Don Freeman (Paperback English)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(18,45,'Swimmy by Leo Lionni (Paperback English)',8,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(19,48,'Up, Down and Around Katherine Ayres and Nadine Bernard Westcott (English only)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(20,46,'Tacky the Penguin by Helen Lester (Paperback English)',8,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(21,32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback English)',9,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(22,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback English)',9,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(23,41,'Corduroy by Don Freeman (Paperback English)',9,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(24,45,'Swimmy by Leo Lionni (Paperback English)',9,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(25,46,'Tacky the Penguin by Helen Lester (Paperback English)',9,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(26,43,'The Hat by Jan Brett (Paperback English)',9,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(27,48,'Up, Down and Around Katherine Ayres and Nadine Bernard Westcott (English only)',9,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(233,32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback Spanish)',28,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(234,33,'Being Active Parent Pack (Hardcover Billingual (Add $9.00))',28,20.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(235,38,'Charlotte\'s Web by E.B. White (Paperback Spanish)',28,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(236,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback Spanish (Add $1))',28,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(237,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Spanish CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(238,42,'Green Eggs and Ham by Dr. Seuss (Hardcover Spanish)',28,14.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(239,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback English)',28,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(240,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (English CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(241,42,'Green Eggs and Ham by Dr. Seuss (Hardcover English)',28,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(242,42,'Green Eggs and Ham by Dr. Seuss (English CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(243,7,'Healthy Snacks (Hardcover Billingual (Add $8.00))',28,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(244,46,'Tacky the Penguin by Helen Lester (Paperback English)',28,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(245,46,'Tacky the Penguin by Helen Lester (English CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(246,46,'Tacky the Penguin by Helen Lester (Paperback Spanish)',28,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(247,47,'Taking Care of My Teeth (Bilingual)',28,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(248,36,'The Cat in the Hat by Dr. Seuss (English CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(249,36,'The Cat in the Hat by Dr. Seuss (Hardcover Billingual (Add $4.00))',28,14.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(250,37,'The Cat in the Hat Dictionary by Dr. Seuss',28,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(251,44,'The Keeping Quilt by Patricia Polacco (Paperback Spanish)',28,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(252,49,'The Vegetable Group (Hardcover Billingual (Add $8.00))',28,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(253,50,'Where the Wild Things Are by Maurice Sendak (Paperback English)',28,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(254,50,'Where the Wild Things Are by Maurice Sendak (English CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(255,50,'Where the Wild Things Are by Maurice Sendak (Paperback Spanish)',28,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(256,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (Paperback English)',28,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(257,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (English CD)',28,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(258,51,'Wiggle by Doreen Cronin (Hardcover Spanish)',28,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(259,51,'Wiggle by Doreen Cronin (Hardcover English)',28,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(260,32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback Spanish)',29,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(261,33,'Being Active Parent Pack (Hardcover Billingual (Add $9.00))',29,20.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(262,38,'Charlotte\'s Web by E.B. White (Paperback Spanish)',29,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(263,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback Spanish (Add $1))',29,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(264,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Spanish CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(265,42,'Green Eggs and Ham by Dr. Seuss (Hardcover Spanish)',29,14.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(266,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback English)',29,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(267,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (English CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(268,42,'Green Eggs and Ham by Dr. Seuss (Hardcover English)',29,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(269,42,'Green Eggs and Ham by Dr. Seuss (English CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(270,7,'Healthy Snacks (Hardcover Billingual (Add $8.00))',29,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(271,46,'Tacky the Penguin by Helen Lester (Paperback English)',29,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(272,46,'Tacky the Penguin by Helen Lester (English CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(273,46,'Tacky the Penguin by Helen Lester (Paperback Spanish)',29,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(274,47,'Taking Care of My Teeth (Bilingual)',29,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(275,36,'The Cat in the Hat by Dr. Seuss (English CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(276,36,'The Cat in the Hat by Dr. Seuss (Hardcover Billingual (Add $4.00))',29,14.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(277,37,'The Cat in the Hat Dictionary by Dr. Seuss',29,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(278,44,'The Keeping Quilt by Patricia Polacco (Paperback Spanish)',29,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(279,49,'The Vegetable Group (Hardcover Billingual (Add $8.00))',29,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(280,50,'Where the Wild Things Are by Maurice Sendak (Paperback English)',29,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(281,50,'Where the Wild Things Are by Maurice Sendak (English CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(282,50,'Where the Wild Things Are by Maurice Sendak (Paperback Spanish)',29,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(283,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (Paperback English)',29,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(284,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (English CD)',29,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(285,51,'Wiggle by Doreen Cronin (Hardcover Spanish)',29,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(286,51,'Wiggle by Doreen Cronin (Hardcover English)',29,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(287,32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback Spanish)',30,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(288,33,'Being Active Parent Pack (Hardcover Billingual (Add $9.00))',30,20.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(289,38,'Charlotte\'s Web by E.B. White (Paperback Spanish)',30,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(290,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback Spanish (Add $1))',30,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(291,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Spanish CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(292,42,'Green Eggs and Ham by Dr. Seuss (Hardcover Spanish)',30,14.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(293,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback English)',30,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(294,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (English CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(295,42,'Green Eggs and Ham by Dr. Seuss (Hardcover English)',30,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(296,42,'Green Eggs and Ham by Dr. Seuss (English CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(297,7,'Healthy Snacks (Hardcover Billingual (Add $8.00))',30,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(298,46,'Tacky the Penguin by Helen Lester (Paperback English)',30,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(299,46,'Tacky the Penguin by Helen Lester (English CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(300,46,'Tacky the Penguin by Helen Lester (Paperback Spanish)',30,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(301,47,'Taking Care of My Teeth (Bilingual)',30,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(302,36,'The Cat in the Hat by Dr. Seuss (English CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(303,36,'The Cat in the Hat by Dr. Seuss (Hardcover Billingual (Add $4.00))',30,14.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(304,37,'The Cat in the Hat Dictionary by Dr. Seuss',30,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(305,44,'The Keeping Quilt by Patricia Polacco (Paperback Spanish)',30,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(306,49,'The Vegetable Group (Hardcover Billingual (Add $8.00))',30,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(307,50,'Where the Wild Things Are by Maurice Sendak (Paperback English)',30,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(308,50,'Where the Wild Things Are by Maurice Sendak (English CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(309,50,'Where the Wild Things Are by Maurice Sendak (Paperback Spanish)',30,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(310,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (Paperback English)',30,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(311,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (English CD)',30,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(312,51,'Wiggle by Doreen Cronin (Hardcover Spanish)',30,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(313,51,'Wiggle by Doreen Cronin (Hardcover English)',30,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(314,32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst (Paperback Spanish)',31,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(315,33,'Being Active Parent Pack (Hardcover Billingual (Add $9.00))',31,20.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(316,38,'Charlotte\'s Web by E.B. White (Paperback Spanish)',31,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(317,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback Spanish (Add $1))',31,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(318,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Spanish CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(319,42,'Green Eggs and Ham by Dr. Seuss (Hardcover Spanish)',31,14.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(320,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (Paperback English)',31,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(321,40,'Click, Clack, Moo: Cows That Type by Doreen Cronin (English CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(322,42,'Green Eggs and Ham by Dr. Seuss (Hardcover English)',31,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(323,42,'Green Eggs and Ham by Dr. Seuss (English CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(324,7,'Healthy Snacks (Hardcover Billingual (Add $8.00))',31,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(325,46,'Tacky the Penguin by Helen Lester (Paperback English)',31,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(326,46,'Tacky the Penguin by Helen Lester (English CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(327,46,'Tacky the Penguin by Helen Lester (Paperback Spanish)',31,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(328,47,'Taking Care of My Teeth (Bilingual)',31,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(329,36,'The Cat in the Hat by Dr. Seuss (English CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(330,36,'The Cat in the Hat by Dr. Seuss (Hardcover Billingual (Add $4.00))',31,14.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(331,37,'The Cat in the Hat Dictionary by Dr. Seuss',31,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(332,44,'The Keeping Quilt by Patricia Polacco (Paperback Spanish)',31,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(333,49,'The Vegetable Group (Hardcover Billingual (Add $8.00))',31,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(334,50,'Where the Wild Things Are by Maurice Sendak (Paperback English)',31,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(335,50,'Where the Wild Things Are by Maurice Sendak (English CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(336,50,'Where the Wild Things Are by Maurice Sendak (Paperback Spanish)',31,13.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(337,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (Paperback English)',31,12.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(338,52,'Wilfrid Gordon McDonald Partridge by Mem Fox (English CD)',31,10.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(339,51,'Wiggle by Doreen Cronin (Hardcover Spanish)',31,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(340,51,'Wiggle by Doreen Cronin (Hardcover English)',31,18.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(341,33,'Being Active Parent Pack (Hardcover Billingual (Add $9.00))',32,20.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(342,36,'The Cat in the Hat by Dr. Seuss (Hardcover Billingual (Add $4.00))',32,14.00,0.00,0.00,0.00,4,'0','0','','N;',NULL),(343,37,'The Cat in the Hat Dictionary by Dr. Seuss',32,20.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(379,157,'Berenstain Bears and Too Much Junk Food Parent Pack by Stan & Jan Berenstain (English Only)',36,10.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(380,206,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst',36,0.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(381,210,'Berenstain Bears and Too Much TV by Stan and Jan Berenstain (English Only)',36,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(382,214,'The Cat in the Hat by Dr. Seuss',36,14.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(383,222,'Click, Clack, Moo: Cows That Type by Doreen Cronin',36,0.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(384,224,'Corduroy by Don Freeman',36,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(385,226,'Green Eggs and Ham by Dr. Seuss',36,14.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(386,228,'The Hat by Jan Brett',36,12.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(387,234,'Tacky the Penguin by Helen Lester',36,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(388,241,'The Vegetable Group',36,20.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(389,247,'Wilfrid Gordon McDonald Partridge by Mem Fox',36,12.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(390,243,'Where the Wild Things Are by Maurice Sendak',36,13.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(391,157,'Berenstain Bears and Too Much Junk Food Parent Pack by Stan & Jan Berenstain (English Only)',37,10.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(392,206,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst',37,0.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(393,210,'Berenstain Bears and Too Much TV by Stan and Jan Berenstain (English Only)',37,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(394,214,'The Cat in the Hat by Dr. Seuss',37,14.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(395,222,'Click, Clack, Moo: Cows That Type by Doreen Cronin',37,0.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(396,224,'Corduroy by Don Freeman',37,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(397,226,'Green Eggs and Ham by Dr. Seuss',37,14.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(398,228,'The Hat by Jan Brett',37,12.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(399,232,'Swimmy by Leo Lionni',37,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(400,234,'Tacky the Penguin by Helen Lester',37,11.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(401,241,'The Vegetable Group',37,20.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(402,243,'Where the Wild Things Are by Maurice Sendak',37,13.00,0.00,0.00,0.00,2,'0','0','','N;',NULL),(403,239,'Up, Down and Around by Katherine Ayres (English only)',39,11.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(404,973,'The Scrambled States of America by Laurie Keller Parent Pack',40,16.00,0.00,0.00,0.00,1,'0','0','','N;',NULL),(405,212,'Bully Blockers Club by Teresa Bateman Parent Pack',40,16.50,0.00,0.00,0.00,2,'0','0','','N;',NULL),(406,895,'Wilfrid Gordon McDonald Partridge by Mem Fox Parent Pack (English Paperback)',40,13.75,0.00,0.00,0.00,1,'0','0','','N;',NULL),(407,289,'The Vegetable Group by Marci C. Schuh Parent Pack (Paperback English)',40,13.75,0.00,0.00,0.00,1,'0','0','','N;',NULL); /*!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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 `wpsc_cart_item_id` (`wpsc_cart_item_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`) ) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8; /*!40101 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 */; INSERT INTO `wp_wpsc_cart_item_meta` VALUES (1,379,'sku','','2014-11-21 13:56:00'),(2,380,'sku','','2014-11-21 13:56:00'),(3,381,'sku','','2014-11-21 13:56:00'),(4,382,'sku','','2014-11-21 13:56:00'),(5,383,'sku','','2014-11-21 13:56:00'),(6,384,'sku','','2014-11-21 13:56:00'),(7,385,'sku','','2014-11-21 13:56:00'),(8,386,'sku','','2014-11-21 13:56:00'),(9,387,'sku','','2014-11-21 13:56:00'),(10,388,'sku','','2014-11-21 13:56:00'),(11,389,'sku','','2014-11-21 13:56:00'),(12,390,'sku','','2014-11-21 13:56:00'),(13,391,'sku','','2014-11-21 13:56:00'),(14,392,'sku','','2014-11-21 13:56:00'),(15,393,'sku','','2014-11-21 13:56:00'),(16,394,'sku','','2014-11-21 13:56:00'),(17,395,'sku','','2014-11-21 13:56:00'),(18,396,'sku','','2014-11-21 13:56:00'),(19,397,'sku','','2014-11-21 13:56:00'),(20,398,'sku','','2014-11-21 13:56:00'),(21,399,'sku','','2014-11-21 13:56:00'),(22,400,'sku','','2014-11-21 13:56:00'),(23,401,'sku','','2014-11-21 13:56:00'),(24,402,'sku','','2014-11-21 13:56:00'),(25,403,'sku','','2014-11-21 13:56:00'),(26,404,'sku','','2018-02-09 15:06:12'),(27,405,'sku','','2018-02-09 15:06:12'),(28,406,'sku','','2018-02-09 15:06:12'),(29,407,'sku','','2018-02-09 15:06:12'); /*!40000 ALTER TABLE `wp_wpsc_cart_item_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_cart_item_variations` -- DROP TABLE IF EXISTS `wp_wpsc_cart_item_variations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_cart_item_variations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `cart_id` bigint(20) unsigned NOT NULL DEFAULT '0', `variation_id` bigint(20) unsigned NOT NULL DEFAULT '0', `value_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=294 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_cart_item_variations` -- LOCK TABLES `wp_wpsc_cart_item_variations` WRITE; /*!40000 ALTER TABLE `wp_wpsc_cart_item_variations` DISABLE KEYS */; INSERT INTO `wp_wpsc_cart_item_variations` VALUES (4,12,1,5),(5,15,1,5),(6,16,1,5),(7,17,1,5),(8,18,1,5),(9,20,1,5),(10,21,1,5),(11,22,1,5),(12,23,1,5),(13,24,1,5),(14,25,1,5),(15,26,1,5),(158,233,1,18),(159,234,1,16),(160,235,1,18),(161,236,1,20),(162,237,1,13),(163,238,1,7),(164,239,1,5),(165,240,1,9),(166,241,1,6),(167,242,1,9),(168,243,1,17),(169,244,1,5),(170,245,1,9),(171,246,1,18),(172,248,1,9),(173,249,1,21),(174,251,1,18),(175,252,1,17),(176,253,1,5),(177,254,1,9),(178,255,1,18),(179,256,1,5),(180,257,1,9),(181,258,1,7),(182,259,1,6),(183,260,1,18),(184,261,1,16),(185,262,1,18),(186,263,1,20),(187,264,1,13),(188,265,1,7),(189,266,1,5),(190,267,1,9),(191,268,1,6),(192,269,1,9),(193,270,1,17),(194,271,1,5),(195,272,1,9),(196,273,1,18),(197,275,1,9),(198,276,1,21),(199,278,1,18),(200,279,1,17),(201,280,1,5),(202,281,1,9),(203,282,1,18),(204,283,1,5),(205,284,1,9),(206,285,1,7),(207,286,1,6),(208,287,1,18),(209,288,1,16),(210,289,1,18),(211,290,1,20),(212,291,1,13),(213,292,1,7),(214,293,1,5),(215,294,1,9),(216,295,1,6),(217,296,1,9),(218,297,1,17),(219,298,1,5),(220,299,1,9),(221,300,1,18),(222,302,1,9),(223,303,1,21),(224,305,1,18),(225,306,1,17),(226,307,1,5),(227,308,1,9),(228,309,1,18),(229,310,1,5),(230,311,1,9),(231,312,1,7),(232,313,1,6),(233,314,1,18),(234,315,1,16),(235,316,1,18),(236,317,1,20),(237,318,1,13),(238,319,1,7),(239,320,1,5),(240,321,1,9),(241,322,1,6),(242,323,1,9),(243,324,1,17),(244,325,1,5),(245,326,1,9),(246,327,1,18),(247,329,1,9),(248,330,1,21),(249,332,1,18),(250,333,1,17),(251,334,1,5),(252,335,1,9),(253,336,1,18),(254,337,1,5),(255,338,1,9),(256,339,1,7),(257,340,1,6),(258,341,1,16),(259,342,1,21); /*!40000 ALTER TABLE `wp_wpsc_cart_item_variations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_categorisation_groups` -- DROP TABLE IF EXISTS `wp_wpsc_categorisation_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_categorisation_groups` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `description` text NOT NULL, `active` varchar(1) NOT NULL DEFAULT '1', `default` varchar(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `group_name` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_categorisation_groups` -- LOCK TABLES `wp_wpsc_categorisation_groups` WRITE; /*!40000 ALTER TABLE `wp_wpsc_categorisation_groups` DISABLE KEYS */; INSERT INTO `wp_wpsc_categorisation_groups` VALUES (1,'Categories','Product Categories','1','1'),(2,'Brands','Product Brands','1','0'); /*!40000 ALTER TABLE `wp_wpsc_categorisation_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_category_tm` -- DROP TABLE IF EXISTS `wp_wpsc_category_tm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_category_tm` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `visible` int(2) unsigned NOT NULL DEFAULT '0', `countryid` int(20) unsigned NOT NULL DEFAULT '0', `categoryid` int(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `countryid_and_categoryid` (`countryid`,`categoryid`) ) ENGINE=InnoDB AUTO_INCREMENT=1211 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_category_tm` -- LOCK TABLES `wp_wpsc_category_tm` WRITE; /*!40000 ALTER TABLE `wp_wpsc_category_tm` DISABLE KEYS */; INSERT INTO `wp_wpsc_category_tm` VALUES (1,0,1,3),(2,0,2,3),(3,0,3,3),(4,0,4,3),(5,0,5,3),(6,0,6,3),(7,0,7,3),(8,0,8,3),(9,0,9,3),(10,0,10,3),(11,0,11,3),(12,0,12,3),(13,0,13,3),(14,0,14,3),(15,0,15,3),(16,0,16,3),(17,0,17,3),(18,0,18,3),(19,0,19,3),(20,0,20,3),(21,0,21,3),(22,0,22,3),(23,0,23,3),(24,0,24,3),(25,0,25,3),(26,0,26,3),(27,0,27,3),(28,0,28,3),(29,0,29,3),(30,0,30,3),(31,0,31,3),(32,0,32,3),(33,0,33,3),(34,0,34,3),(35,0,35,3),(36,0,36,3),(37,0,37,3),(38,0,38,3),(39,0,39,3),(40,0,40,3),(41,0,41,3),(42,0,42,3),(43,0,43,3),(44,0,44,3),(45,0,45,3),(46,0,46,3),(47,0,47,3),(48,0,48,3),(49,0,49,3),(50,0,50,3),(51,0,51,3),(52,0,52,3),(53,0,53,3),(54,0,54,3),(55,0,55,3),(56,0,56,3),(57,0,57,3),(58,0,58,3),(59,0,59,3),(60,0,60,3),(61,0,61,3),(62,0,62,3),(63,0,63,3),(64,0,64,3),(65,0,65,3),(66,0,66,3),(67,0,67,3),(68,0,68,3),(69,0,69,3),(70,0,70,3),(71,0,71,3),(72,0,72,3),(73,0,73,3),(74,0,74,3),(75,0,75,3),(76,0,76,3),(77,0,77,3),(78,0,78,3),(79,0,79,3),(80,0,80,3),(81,0,81,3),(82,0,82,3),(83,0,83,3),(84,0,84,3),(85,0,85,3),(86,0,86,3),(87,0,87,3),(88,0,88,3),(89,0,89,3),(90,0,90,3),(91,0,91,3),(92,0,92,3),(93,0,93,3),(94,0,94,3),(95,0,95,3),(96,0,96,3),(97,0,97,3),(98,0,98,3),(99,0,99,3),(100,0,100,3),(101,0,101,3),(102,0,102,3),(103,0,103,3),(104,0,104,3),(105,0,105,3),(106,0,106,3),(107,0,107,3),(108,0,108,3),(109,0,109,3),(110,0,110,3),(111,0,111,3),(112,0,112,3),(113,0,113,3),(114,0,114,3),(115,0,115,3),(116,0,116,3),(117,0,117,3),(118,0,118,3),(119,0,119,3),(120,0,120,3),(121,0,121,3),(122,0,122,3),(123,0,123,3),(124,0,124,3),(125,0,125,3),(126,0,126,3),(127,0,127,3),(128,0,128,3),(129,0,129,3),(130,0,130,3),(131,0,131,3),(132,0,132,3),(133,0,133,3),(134,0,134,3),(135,0,135,3),(136,0,137,3),(137,0,138,3),(138,0,139,3),(139,0,140,3),(140,0,141,3),(141,0,142,3),(142,0,143,3),(143,0,144,3),(144,0,145,3),(145,0,146,3),(146,0,147,3),(147,0,148,3),(148,0,149,3),(149,0,150,3),(150,0,151,3),(151,0,152,3),(152,0,153,3),(153,0,154,3),(154,0,155,3),(155,0,156,3),(156,0,157,3),(157,0,158,3),(158,0,159,3),(159,0,160,3),(160,0,161,3),(161,0,162,3),(162,0,163,3),(163,0,164,3),(164,0,165,3),(165,0,166,3),(166,0,167,3),(167,0,168,3),(168,0,169,3),(169,0,170,3),(170,0,171,3),(171,0,172,3),(172,0,173,3),(173,0,174,3),(174,0,175,3),(175,0,176,3),(176,0,177,3),(177,0,178,3),(178,0,179,3),(179,0,180,3),(180,0,181,3),(181,0,182,3),(182,0,183,3),(183,0,184,3),(184,0,185,3),(185,0,186,3),(186,0,187,3),(187,0,188,3),(188,0,189,3),(189,0,190,3),(190,0,191,3),(191,0,192,3),(192,0,193,3),(193,0,194,3),(194,0,195,3),(195,0,196,3),(196,0,197,3),(197,0,198,3),(198,0,199,3),(199,0,200,3),(200,0,201,3),(201,0,202,3),(202,0,203,3),(203,0,204,3),(204,0,205,3),(205,0,206,3),(206,0,207,3),(207,0,208,3),(208,0,209,3),(209,0,210,3),(210,0,211,3),(211,0,212,3),(212,0,213,3),(213,0,214,3),(214,0,215,3),(215,0,216,3),(216,0,217,3),(217,0,218,3),(218,0,219,3),(219,0,220,3),(220,0,221,3),(221,0,222,3),(222,0,223,3),(223,0,224,3),(224,0,225,3),(225,0,226,3),(226,0,227,3),(227,0,228,3),(228,0,229,3),(229,0,230,3),(230,0,231,3),(231,0,232,3),(232,0,233,3),(233,0,234,3),(234,0,235,3),(235,0,236,3),(236,0,237,3),(237,0,238,3),(238,0,239,3),(239,0,240,3),(240,0,241,3),(241,0,242,3),(242,1,136,3),(243,0,1,4),(244,0,2,4),(245,0,3,4),(246,0,4,4),(247,0,5,4),(248,0,6,4),(249,0,7,4),(250,0,8,4),(251,0,9,4),(252,0,10,4),(253,0,11,4),(254,0,12,4),(255,0,13,4),(256,0,14,4),(257,0,15,4),(258,0,16,4),(259,0,17,4),(260,0,18,4),(261,0,19,4),(262,0,20,4),(263,0,21,4),(264,0,22,4),(265,0,23,4),(266,0,24,4),(267,0,25,4),(268,0,26,4),(269,0,27,4),(270,0,28,4),(271,0,29,4),(272,0,30,4),(273,0,31,4),(274,0,32,4),(275,0,33,4),(276,0,34,4),(277,0,35,4),(278,0,36,4),(279,0,37,4),(280,0,38,4),(281,0,39,4),(282,0,40,4),(283,0,41,4),(284,0,42,4),(285,0,43,4),(286,0,44,4),(287,0,45,4),(288,0,46,4),(289,0,47,4),(290,0,48,4),(291,0,49,4),(292,0,50,4),(293,0,51,4),(294,0,52,4),(295,0,53,4),(296,0,54,4),(297,0,55,4),(298,0,56,4),(299,0,57,4),(300,0,58,4),(301,0,59,4),(302,0,60,4),(303,0,61,4),(304,0,62,4),(305,0,63,4),(306,0,64,4),(307,0,65,4),(308,0,66,4),(309,0,67,4),(310,0,68,4),(311,0,69,4),(312,0,70,4),(313,0,71,4),(314,0,72,4),(315,0,73,4),(316,0,74,4),(317,0,75,4),(318,0,76,4),(319,0,77,4),(320,0,78,4),(321,0,79,4),(322,0,80,4),(323,0,81,4),(324,0,82,4),(325,0,83,4),(326,0,84,4),(327,0,85,4),(328,0,86,4),(329,0,87,4),(330,0,88,4),(331,0,89,4),(332,0,90,4),(333,0,91,4),(334,0,92,4),(335,0,93,4),(336,0,94,4),(337,0,95,4),(338,0,96,4),(339,0,97,4),(340,0,98,4),(341,0,99,4),(342,0,100,4),(343,0,101,4),(344,0,102,4),(345,0,103,4),(346,0,104,4),(347,0,105,4),(348,0,106,4),(349,0,107,4),(350,0,108,4),(351,0,109,4),(352,0,110,4),(353,0,111,4),(354,0,112,4),(355,0,113,4),(356,0,114,4),(357,0,115,4),(358,0,116,4),(359,0,117,4),(360,0,118,4),(361,0,119,4),(362,0,120,4),(363,0,121,4),(364,0,122,4),(365,0,123,4),(366,0,124,4),(367,0,125,4),(368,0,126,4),(369,0,127,4),(370,0,128,4),(371,0,129,4),(372,0,130,4),(373,0,131,4),(374,0,132,4),(375,0,133,4),(376,0,134,4),(377,0,135,4),(378,0,137,4),(379,0,138,4),(380,0,139,4),(381,0,140,4),(382,0,141,4),(383,0,142,4),(384,0,143,4),(385,0,144,4),(386,0,145,4),(387,0,146,4),(388,0,147,4),(389,0,148,4),(390,0,149,4),(391,0,150,4),(392,0,151,4),(393,0,152,4),(394,0,153,4),(395,0,154,4),(396,0,155,4),(397,0,156,4),(398,0,157,4),(399,0,158,4),(400,0,159,4),(401,0,160,4),(402,0,161,4),(403,0,162,4),(404,0,163,4),(405,0,164,4),(406,0,165,4),(407,0,166,4),(408,0,167,4),(409,0,168,4),(410,0,169,4),(411,0,170,4),(412,0,171,4),(413,0,172,4),(414,0,173,4),(415,0,174,4),(416,0,175,4),(417,0,176,4),(418,0,177,4),(419,0,178,4),(420,0,179,4),(421,0,180,4),(422,0,181,4),(423,0,182,4),(424,0,183,4),(425,0,184,4),(426,0,185,4),(427,0,186,4),(428,0,187,4),(429,0,188,4),(430,0,189,4),(431,0,190,4),(432,0,191,4),(433,0,192,4),(434,0,193,4),(435,0,194,4),(436,0,195,4),(437,0,196,4),(438,0,197,4),(439,0,198,4),(440,0,199,4),(441,0,200,4),(442,0,201,4),(443,0,202,4),(444,0,203,4),(445,0,204,4),(446,0,205,4),(447,0,206,4),(448,0,207,4),(449,0,208,4),(450,0,209,4),(451,0,210,4),(452,0,211,4),(453,0,212,4),(454,0,213,4),(455,0,214,4),(456,0,215,4),(457,0,216,4),(458,0,217,4),(459,0,218,4),(460,0,219,4),(461,0,220,4),(462,0,221,4),(463,0,222,4),(464,0,223,4),(465,0,224,4),(466,0,225,4),(467,0,226,4),(468,0,227,4),(469,0,228,4),(470,0,229,4),(471,0,230,4),(472,0,231,4),(473,0,232,4),(474,0,233,4),(475,0,234,4),(476,0,235,4),(477,0,236,4),(478,0,237,4),(479,0,238,4),(480,0,239,4),(481,0,240,4),(482,0,241,4),(483,0,242,4),(484,1,136,4),(485,0,1,5),(486,0,2,5),(487,0,3,5),(488,0,4,5),(489,0,5,5),(490,0,6,5),(491,0,7,5),(492,0,8,5),(493,0,9,5),(494,0,10,5),(495,0,11,5),(496,0,12,5),(497,0,13,5),(498,0,14,5),(499,0,15,5),(500,0,16,5),(501,0,17,5),(502,0,18,5),(503,0,19,5),(504,0,20,5),(505,0,21,5),(506,0,22,5),(507,0,23,5),(508,0,24,5),(509,0,25,5),(510,0,26,5),(511,0,27,5),(512,0,28,5),(513,0,29,5),(514,0,30,5),(515,0,31,5),(516,0,32,5),(517,0,33,5),(518,0,34,5),(519,0,35,5),(520,0,36,5),(521,0,37,5),(522,0,38,5),(523,0,39,5),(524,0,40,5),(525,0,41,5),(526,0,42,5),(527,0,43,5),(528,0,44,5),(529,0,45,5),(530,0,46,5),(531,0,47,5),(532,0,48,5),(533,0,49,5),(534,0,50,5),(535,0,51,5),(536,0,52,5),(537,0,53,5),(538,0,54,5),(539,0,55,5),(540,0,56,5),(541,0,57,5),(542,0,58,5),(543,0,59,5),(544,0,60,5),(545,0,61,5),(546,0,62,5),(547,0,63,5),(548,0,64,5),(549,0,65,5),(550,0,66,5),(551,0,67,5),(552,0,68,5),(553,0,69,5),(554,0,70,5),(555,0,71,5),(556,0,72,5),(557,0,73,5),(558,0,74,5),(559,0,75,5),(560,0,76,5),(561,0,77,5),(562,0,78,5),(563,0,79,5),(564,0,80,5),(565,0,81,5),(566,0,82,5),(567,0,83,5),(568,0,84,5),(569,0,85,5),(570,0,86,5),(571,0,87,5),(572,0,88,5),(573,0,89,5),(574,0,90,5),(575,0,91,5),(576,0,92,5),(577,0,93,5),(578,0,94,5),(579,0,95,5),(580,0,96,5),(581,0,97,5),(582,0,98,5),(583,0,99,5),(584,0,100,5),(585,0,101,5),(586,0,102,5),(587,0,103,5),(588,0,104,5),(589,0,105,5),(590,0,106,5),(591,0,107,5),(592,0,108,5),(593,0,109,5),(594,0,110,5),(595,0,111,5),(596,0,112,5),(597,0,113,5),(598,0,114,5),(599,0,115,5),(600,0,116,5),(601,0,117,5),(602,0,118,5),(603,0,119,5),(604,0,120,5),(605,0,121,5),(606,0,122,5),(607,0,123,5),(608,0,124,5),(609,0,125,5),(610,0,126,5),(611,0,127,5),(612,0,128,5),(613,0,129,5),(614,0,130,5),(615,0,131,5),(616,0,132,5),(617,0,133,5),(618,0,134,5),(619,0,135,5),(620,0,137,5),(621,0,138,5),(622,0,139,5),(623,0,140,5),(624,0,141,5),(625,0,142,5),(626,0,143,5),(627,0,144,5),(628,0,145,5),(629,0,146,5),(630,0,147,5),(631,0,148,5),(632,0,149,5),(633,0,150,5),(634,0,151,5),(635,0,152,5),(636,0,153,5),(637,0,154,5),(638,0,155,5),(639,0,156,5),(640,0,157,5),(641,0,158,5),(642,0,159,5),(643,0,160,5),(644,0,161,5),(645,0,162,5),(646,0,163,5),(647,0,164,5),(648,0,165,5),(649,0,166,5),(650,0,167,5),(651,0,168,5),(652,0,169,5),(653,0,170,5),(654,0,171,5),(655,0,172,5),(656,0,173,5),(657,0,174,5),(658,0,175,5),(659,0,176,5),(660,0,177,5),(661,0,178,5),(662,0,179,5),(663,0,180,5),(664,0,181,5),(665,0,182,5),(666,0,183,5),(667,0,184,5),(668,0,185,5),(669,0,186,5),(670,0,187,5),(671,0,188,5),(672,0,189,5),(673,0,190,5),(674,0,191,5),(675,0,192,5),(676,0,193,5),(677,0,194,5),(678,0,195,5),(679,0,196,5),(680,0,197,5),(681,0,198,5),(682,0,199,5),(683,0,200,5),(684,0,201,5),(685,0,202,5),(686,0,203,5),(687,0,204,5),(688,0,205,5),(689,0,206,5),(690,0,207,5),(691,0,208,5),(692,0,209,5),(693,0,210,5),(694,0,211,5),(695,0,212,5),(696,0,213,5),(697,0,214,5),(698,0,215,5),(699,0,216,5),(700,0,217,5),(701,0,218,5),(702,0,219,5),(703,0,220,5),(704,0,221,5),(705,0,222,5),(706,0,223,5),(707,0,224,5),(708,0,225,5),(709,0,226,5),(710,0,227,5),(711,0,228,5),(712,0,229,5),(713,0,230,5),(714,0,231,5),(715,0,232,5),(716,0,233,5),(717,0,234,5),(718,0,235,5),(719,0,236,5),(720,0,237,5),(721,0,238,5),(722,0,239,5),(723,0,240,5),(724,0,241,5),(725,0,242,5),(726,1,136,5),(727,0,1,6),(728,0,2,6),(729,0,3,6),(730,0,4,6),(731,0,5,6),(732,0,6,6),(733,0,7,6),(734,0,8,6),(735,0,9,6),(736,0,10,6),(737,0,11,6),(738,0,12,6),(739,0,13,6),(740,0,14,6),(741,0,15,6),(742,0,16,6),(743,0,17,6),(744,0,18,6),(745,0,19,6),(746,0,20,6),(747,0,21,6),(748,0,22,6),(749,0,23,6),(750,0,24,6),(751,0,25,6),(752,0,26,6),(753,0,27,6),(754,0,28,6),(755,0,29,6),(756,0,30,6),(757,0,31,6),(758,0,32,6),(759,0,33,6),(760,0,34,6),(761,0,35,6),(762,0,36,6),(763,0,37,6),(764,0,38,6),(765,0,39,6),(766,0,40,6),(767,0,41,6),(768,0,42,6),(769,0,43,6),(770,0,44,6),(771,0,45,6),(772,0,46,6),(773,0,47,6),(774,0,48,6),(775,0,49,6),(776,0,50,6),(777,0,51,6),(778,0,52,6),(779,0,53,6),(780,0,54,6),(781,0,55,6),(782,0,56,6),(783,0,57,6),(784,0,58,6),(785,0,59,6),(786,0,60,6),(787,0,61,6),(788,0,62,6),(789,0,63,6),(790,0,64,6),(791,0,65,6),(792,0,66,6),(793,0,67,6),(794,0,68,6),(795,0,69,6),(796,0,70,6),(797,0,71,6),(798,0,72,6),(799,0,73,6),(800,0,74,6),(801,0,75,6),(802,0,76,6),(803,0,77,6),(804,0,78,6),(805,0,79,6),(806,0,80,6),(807,0,81,6),(808,0,82,6),(809,0,83,6),(810,0,84,6),(811,0,85,6),(812,0,86,6),(813,0,87,6),(814,0,88,6),(815,0,89,6),(816,0,90,6),(817,0,91,6),(818,0,92,6),(819,0,93,6),(820,0,94,6),(821,0,95,6),(822,0,96,6),(823,0,97,6),(824,0,98,6),(825,0,99,6),(826,0,100,6),(827,0,101,6),(828,0,102,6),(829,0,103,6),(830,0,104,6),(831,0,105,6),(832,0,106,6),(833,0,107,6),(834,0,108,6),(835,0,109,6),(836,0,110,6),(837,0,111,6),(838,0,112,6),(839,0,113,6),(840,0,114,6),(841,0,115,6),(842,0,116,6),(843,0,117,6),(844,0,118,6),(845,0,119,6),(846,0,120,6),(847,0,121,6),(848,0,122,6),(849,0,123,6),(850,0,124,6),(851,0,125,6),(852,0,126,6),(853,0,127,6),(854,0,128,6),(855,0,129,6),(856,0,130,6),(857,0,131,6),(858,0,132,6),(859,0,133,6),(860,0,134,6),(861,0,135,6),(862,0,137,6),(863,0,138,6),(864,0,139,6),(865,0,140,6),(866,0,141,6),(867,0,142,6),(868,0,143,6),(869,0,144,6),(870,0,145,6),(871,0,146,6),(872,0,147,6),(873,0,148,6),(874,0,149,6),(875,0,150,6),(876,0,151,6),(877,0,152,6),(878,0,153,6),(879,0,154,6),(880,0,155,6),(881,0,156,6),(882,0,157,6),(883,0,158,6),(884,0,159,6),(885,0,160,6),(886,0,161,6),(887,0,162,6),(888,0,163,6),(889,0,164,6),(890,0,165,6),(891,0,166,6),(892,0,167,6),(893,0,168,6),(894,0,169,6),(895,0,170,6),(896,0,171,6),(897,0,172,6),(898,0,173,6),(899,0,174,6),(900,0,175,6),(901,0,176,6),(902,0,177,6),(903,0,178,6),(904,0,179,6),(905,0,180,6),(906,0,181,6),(907,0,182,6),(908,0,183,6),(909,0,184,6),(910,0,185,6),(911,0,186,6),(912,0,187,6),(913,0,188,6),(914,0,189,6),(915,0,190,6),(916,0,191,6),(917,0,192,6),(918,0,193,6),(919,0,194,6),(920,0,195,6),(921,0,196,6),(922,0,197,6),(923,0,198,6),(924,0,199,6),(925,0,200,6),(926,0,201,6),(927,0,202,6),(928,0,203,6),(929,0,204,6),(930,0,205,6),(931,0,206,6),(932,0,207,6),(933,0,208,6),(934,0,209,6),(935,0,210,6),(936,0,211,6),(937,0,212,6),(938,0,213,6),(939,0,214,6),(940,0,215,6),(941,0,216,6),(942,0,217,6),(943,0,218,6),(944,0,219,6),(945,0,220,6),(946,0,221,6),(947,0,222,6),(948,0,223,6),(949,0,224,6),(950,0,225,6),(951,0,226,6),(952,0,227,6),(953,0,228,6),(954,0,229,6),(955,0,230,6),(956,0,231,6),(957,0,232,6),(958,0,233,6),(959,0,234,6),(960,0,235,6),(961,0,236,6),(962,0,237,6),(963,0,238,6),(964,0,239,6),(965,0,240,6),(966,0,241,6),(967,0,242,6),(968,1,136,6),(969,0,1,7),(970,0,2,7),(971,0,3,7),(972,0,4,7),(973,0,5,7),(974,0,6,7),(975,0,7,7),(976,0,8,7),(977,0,9,7),(978,0,10,7),(979,0,11,7),(980,0,12,7),(981,0,13,7),(982,0,14,7),(983,0,15,7),(984,0,16,7),(985,0,17,7),(986,0,18,7),(987,0,19,7),(988,0,20,7),(989,0,21,7),(990,0,22,7),(991,0,23,7),(992,0,24,7),(993,0,25,7),(994,0,26,7),(995,0,27,7),(996,0,28,7),(997,0,29,7),(998,0,30,7),(999,0,31,7),(1000,0,32,7),(1001,0,33,7),(1002,0,34,7),(1003,0,35,7),(1004,0,36,7),(1005,0,37,7),(1006,0,38,7),(1007,0,39,7),(1008,0,40,7),(1009,0,41,7),(1010,0,42,7),(1011,0,43,7),(1012,0,44,7),(1013,0,45,7),(1014,0,46,7),(1015,0,47,7),(1016,0,48,7),(1017,0,49,7),(1018,0,50,7),(1019,0,51,7),(1020,0,52,7),(1021,0,53,7),(1022,0,54,7),(1023,0,55,7),(1024,0,56,7),(1025,0,57,7),(1026,0,58,7),(1027,0,59,7),(1028,0,60,7),(1029,0,61,7),(1030,0,62,7),(1031,0,63,7),(1032,0,64,7),(1033,0,65,7),(1034,0,66,7),(1035,0,67,7),(1036,0,68,7),(1037,0,69,7),(1038,0,70,7),(1039,0,71,7),(1040,0,72,7),(1041,0,73,7),(1042,0,74,7),(1043,0,75,7),(1044,0,76,7),(1045,0,77,7),(1046,0,78,7),(1047,0,79,7),(1048,0,80,7),(1049,0,81,7),(1050,0,82,7),(1051,0,83,7),(1052,0,84,7),(1053,0,85,7),(1054,0,86,7),(1055,0,87,7),(1056,0,88,7),(1057,0,89,7),(1058,0,90,7),(1059,0,91,7),(1060,0,92,7),(1061,0,93,7),(1062,0,94,7),(1063,0,95,7),(1064,0,96,7),(1065,0,97,7),(1066,0,98,7),(1067,0,99,7),(1068,0,100,7),(1069,0,101,7),(1070,0,102,7),(1071,0,103,7),(1072,0,104,7),(1073,0,105,7),(1074,0,106,7),(1075,0,107,7),(1076,0,108,7),(1077,0,109,7),(1078,0,110,7),(1079,0,111,7),(1080,0,112,7),(1081,0,113,7),(1082,0,114,7),(1083,0,115,7),(1084,0,116,7),(1085,0,117,7),(1086,0,118,7),(1087,0,119,7),(1088,0,120,7),(1089,0,121,7),(1090,0,122,7),(1091,0,123,7),(1092,0,124,7),(1093,0,125,7),(1094,0,126,7),(1095,0,127,7),(1096,0,128,7),(1097,0,129,7),(1098,0,130,7),(1099,0,131,7),(1100,0,132,7),(1101,0,133,7),(1102,0,134,7),(1103,0,135,7),(1104,0,137,7),(1105,0,138,7),(1106,0,139,7),(1107,0,140,7),(1108,0,141,7),(1109,0,142,7),(1110,0,143,7),(1111,0,144,7),(1112,0,145,7),(1113,0,146,7),(1114,0,147,7),(1115,0,148,7),(1116,0,149,7),(1117,0,150,7),(1118,0,151,7),(1119,0,152,7),(1120,0,153,7),(1121,0,154,7),(1122,0,155,7),(1123,0,156,7),(1124,0,157,7),(1125,0,158,7),(1126,0,159,7),(1127,0,160,7),(1128,0,161,7),(1129,0,162,7),(1130,0,163,7),(1131,0,164,7),(1132,0,165,7),(1133,0,166,7),(1134,0,167,7),(1135,0,168,7),(1136,0,169,7),(1137,0,170,7),(1138,0,171,7),(1139,0,172,7),(1140,0,173,7),(1141,0,174,7),(1142,0,175,7),(1143,0,176,7),(1144,0,177,7),(1145,0,178,7),(1146,0,179,7),(1147,0,180,7),(1148,0,181,7),(1149,0,182,7),(1150,0,183,7),(1151,0,184,7),(1152,0,185,7),(1153,0,186,7),(1154,0,187,7),(1155,0,188,7),(1156,0,189,7),(1157,0,190,7),(1158,0,191,7),(1159,0,192,7),(1160,0,193,7),(1161,0,194,7),(1162,0,195,7),(1163,0,196,7),(1164,0,197,7),(1165,0,198,7),(1166,0,199,7),(1167,0,200,7),(1168,0,201,7),(1169,0,202,7),(1170,0,203,7),(1171,0,204,7),(1172,0,205,7),(1173,0,206,7),(1174,0,207,7),(1175,0,208,7),(1176,0,209,7),(1177,0,210,7),(1178,0,211,7),(1179,0,212,7),(1180,0,213,7),(1181,0,214,7),(1182,0,215,7),(1183,0,216,7),(1184,0,217,7),(1185,0,218,7),(1186,0,219,7),(1187,0,220,7),(1188,0,221,7),(1189,0,222,7),(1190,0,223,7),(1191,0,224,7),(1192,0,225,7),(1193,0,226,7),(1194,0,227,7),(1195,0,228,7),(1196,0,229,7),(1197,0,230,7),(1198,0,231,7),(1199,0,232,7),(1200,0,233,7),(1201,0,234,7),(1202,0,235,7),(1203,0,236,7),(1204,0,237,7),(1205,0,238,7),(1206,0,239,7),(1207,0,240,7),(1208,0,241,7),(1209,0,242,7),(1210,1,136,7); /*!40000 ALTER TABLE `wp_wpsc_category_tm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_checkout_forms` -- DROP TABLE IF EXISTS `wp_wpsc_checkout_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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 `order` (`checkout_order`), KEY `checkout_order` (`checkout_order`), KEY `unique_name` (`unique_name`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; /*!40101 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,'1. Your billing/contact details','heading','0','0','','1',1,'1-your-billingcontact-details','','0'),(2,'First Name','text','1','0','','1',2,'billingfirstname','','0'),(3,'Last Name','text','1','0','','1',3,'billinglastname','','0'),(4,'Address','address','1','0','','1',5,'billingaddress','','0'),(5,'City','city','1','0','','1',6,'billingcity','','0'),(6,'Country & State','country','1','0','','1',7,'billingcountry','','0'),(7,'Zip Code','text','1','0','','1',8,'billingpostcode','','0'),(8,'Email','email','1','0','','1',11,'billingemail','','0'),(9,'2. Shipping details','heading','0','0','','1',13,'delivertoafriend','','0'),(10,'First Name','text','1','0','','1',14,'shippingfirstname','','0'),(11,'Last Name','text','1','0','','1',15,'shippinglastname','','0'),(12,'Address','address','1','0','','1',16,'shippingaddress','','0'),(13,'City','city','1','0','','1',17,'shippingcity','','0'),(14,'State','text','1','0','','1',18,'shippingstate','','0'),(15,'Country & State','delivery_country','1','0','','1',19,'shippingcountry','','0'),(16,'Zip Code','text','1','0','','1',20,'shippingpostcode','','0'),(17,'Phone','text','1','0','','1',9,'billingphone','','0'),(18,'School District','text','0','0','','1',4,'school-district','','0'),(19,'Fax','text','0','0','','1',10,'fax','','0'),(20,'PO#','text','0','0','','1',12,'po','','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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB DEFAULT CHARSET=utf8; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB DEFAULT CHARSET=utf8; /*!40101 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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB AUTO_INCREMENT=254 DEFAULT CHARSET=utf8; /*!40101 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','0'),(2,'Martinique (French)','MQ','Euro','€','€','EUR','0','0','southamerica','0'),(3,'Malta','MT','Maltese Lira','','','MTL','0','0','europe','0'),(4,'Marshall Islands','MH','US Dollar','$','$','USD','0','0','asiapacific','0'),(5,'Mali','ML','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(6,'Maldives','MV','Maldive Rufiyaa','','','MVR','0','0','asiapacific','0'),(7,'Malaysia','MY','Malaysian Ringgit','','','MYR','0','0','asiapacific','0'),(8,'Malawi','MW','Malawi Kwacha','','','MWK','0','0','africa','0'),(9,'Madagascar','MG','Malagasy Franc','','','MGF','0','0','africa','0'),(10,'Macau','MO','Macau Pataca','','','MOP','0','0','asiapacific','0'),(11,'Macedonia','MK','Denar','','','MKD','0','0','europe','0'),(12,'Luxembourg','LU','Euro','€','€','EUR','0','0','europe','0'),(13,'Lithuania','LT','Lithuanian Litas','','','LTL','0','0','europe','0'),(14,'Liechtenstein','LI','Swiss Franc','','','CHF','0','0','europe','0'),(15,'Libya','LY','Libyan Dinar','','','LYD','0','0','africa','0'),(16,'Liberia','LR','Liberian Dollar','$','$','LRD','0','0','africa','0'),(17,'Lesotho','LS','Lesotho Loti','','','LSL','0','0','africa','0'),(18,'Lebanon','LB','Lebanese Pound','','','LBP','0','0','asiapacific','0'),(19,'Latvia','LV','Euro','€','€','EUR','0','0','europe','0'),(20,'Laos','LA','Lao Kip','','','LAK','0','0','asiapacific','0'),(21,'Kyrgyzstan','KG','Som','','','KGS','0','0','asiapacific','0'),(22,'Kuwait','KW','Kuwaiti Dinar','','','KWD','0','0','asiapacific','0'),(23,'Korea, South','KR','Korean Won','','','KRW','0','0','asiapacific','0'),(24,'Korea, North','KP','North Korean Won','','','KPW','0','0','asiapacific','0'),(25,'Kiribati','KI','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(26,'Kenya','KE','Kenyan Shilling','','','KES','0','0','africa','0'),(27,'Kazakhstan','KZ','Kazakhstan Tenge','','','KZT','0','0','asiapacific','0'),(28,'Jordan','JO','Jordanian Dinar','','','JOD','0','0','asiapacific','0'),(29,'Jersey','JE','Pound Sterling','£','£','GBP','0','0','europe','0'),(30,'Japan','JP','Japanese Yen','¥','¥','JPY','0','0','asiapacific','0'),(31,'Jamaica','JM','Jamaican Dollar','$','$','JMD','0','0','southamerica','0'),(32,'Ivory Coast','CI','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(33,'Italy','IT','Euro','€','€','EUR','0','0','europe','0'),(34,'Isle of Man','IM','Pound Sterling','£','£','GBP','0','0','europe','0'),(35,'Israel','IL','Israeli New Shekel','','','ILS','0','0','asiapacific','0'),(36,'Ireland','IE','Euro','€','€','EUR','0','0','europe','0'),(37,'Iraq','IQ','Iraqi Dinar','','','IQD','0','0','asiapacific','0'),(38,'Indonesia','ID','Indonesian Rupiah','','','IDR','0','0','asiapacific','0'),(39,'Iran','IR','Iranian Rial','','','IRR','0','0','asiapacific','0'),(40,'India','IN','Indian Rupee','','','INR','0','0','asiapacific','0'),(41,'Iceland','IS','Iceland Krona','','','ISK','0','0','europe','0'),(42,'Hungary','HU','Hungarian Forint','','','HUF','0','0','europe','0'),(43,'Hong Kong','HK','Hong Kong Dollar','$','$','HKD','0','0','asiapacific','0'),(44,'Honduras','HN','Honduran Lempira','','','HNL','0','0','southamerica','0'),(45,'Heard Island and McDonald Islands','HM','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(46,'Haiti','HT','Haitian Gourde','','','HTG','0','0','southamerica','0'),(47,'Guyana','GY','Guyana Dollar','$','$','GYD','0','0','southamerica','0'),(48,'Guinea Bissau','GW','Guinea-Bissau Peso','','','GWP','0','0','africa','0'),(49,'Guinea','GN','Guinea Franc','','','GNF','0','0','africa','0'),(50,'Guernsey','GF','Pound Sterling','£','£','GBP','0','0','europe','0'),(51,'Guatemala','GT','Guatemalan Quetzal','','','QTQ','0','0','southamerica','0'),(52,'Guam (USA)','GU','US Dollar','$','$','USD','0','0','asiapacific','0'),(53,'Grenada','GD','East Carribean Dollar','$','$','XCD','0','0','africa','0'),(54,'Guadeloupe (French)','GP','Euro','€','€','EUR','0','0','southamerica','0'),(55,'Greenland','GL','Danish Krone','','','DKK','0','0','europe','0'),(56,'Greece','GR','Euro','€','€','EUR','0','19','europe','0'),(57,'Gibraltar','GI','Gibraltar Pound','','','GIP','0','0','europe','0'),(58,'Ghana','GH','Ghanaian Cedi','','','GHC','0','0','africa','0'),(59,'Germany','DE','Euro','€','€','EUR','0','0','europe','0'),(60,'Georgia','GE','Georgian Lari','','','GEL','0','0','europe','0'),(61,'Gambia','GM','Gambian Dalasi','','','GMD','0','0','africa','0'),(62,'Gabon','GA','CFA Franc BEAC','','','XAF','0','0','africa','0'),(63,'French Southern Territories','TF','Euro','€','€','EUR','0','0','africa','0'),(64,'France','FR','Euro','€','€','EUR','0','0','europe','0'),(65,'Finland','FI','Euro','€','€','EUR','0','0','europe','0'),(66,'Fiji','FJ','Fiji Dollar','$','$','FJD','0','0','asiapacific','0'),(67,'Faroe Islands','FO','Danish Krone','','','DKK','0','0','europe','0'),(68,'Falkland Islands','FK','Falkland Islands Pound','','','FKP','0','0','southamerica','0'),(69,'Ethiopia','ET','Ethiopian Birr','','','ETB','0','0','africa','0'),(70,'Estonia','EE','Estonian Kroon','','','EEK','0','0','europe','0'),(71,'Eritrea','ER','Eritrean Nakfa','','','ERN','0','0','africa','0'),(72,'Equatorial Guinea','GQ','CFA Franc BEAC','','','XAF','0','0','africa','0'),(73,'El Salvador','SV','El Salvador Colon','','','SVC','0','0','southamerica','0'),(74,'Egypt','EG','Egyptian Pound','','','EGP','0','0','africa','0'),(75,'Ecuador','EC','Ecuador Sucre','','','ECS','0','0','southamerica','0'),(76,'East Timor','TP','Timor Escudo','','','TPE','0','0','asiapacific','0'),(77,'Dominican Republic','DO','Dominican Peso','','','DOP','0','0','southamerica','0'),(78,'Dominica','DM','East Caribbean Dollar','$','$','XCD','0','0','southamerica','0'),(79,'Djibouti','DJ','Djibouti Franc','','','DJF','0','0','africa','0'),(80,'Denmark','DK','Danish Krone','','','DKK','0','0','europe','0'),(81,'Democratic Republic of Congo','CD','Francs','','','CDF','0','0','africa','0'),(82,'Czech Rep.','CZ','Czech Koruna','','','CZK','0','0','europe','0'),(83,'Cyprus','CY','Cyprus Pound','','','CYP','0','0','europe','0'),(84,'Cuba','CU','Cuban Peso','','','CUP','0','0','northamerica','0'),(85,'Croatia','HR','Croatian Kuna','','','HRK','0','0','europe','0'),(86,'Costa Rica','CR','Costa Rican Colon','','','CRC','0','0','southamerica','0'),(87,'Cook Islands','CK','New Zealand Dollar','$','$','NZD','0','0','asiapacific','0'),(88,'Congo','CG','CFA Franc BEAC','','','XAF','0','0','africa','0'),(89,'Comoros','KM','Comoros Franc','','','KMF','0','0','africa','0'),(90,'Colombia','CO','Colombian Peso','','','COP','0','0','southamerica','0'),(91,'Cocos (Keeling) Islands','CC','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(92,'Christmas Island','CX','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(93,'Chile','CL','Chilean Peso','','','CLP','0','0','asiapacific','0'),(94,'China','CN','Yuan Renminbi','','','CNY','0','0','asiapacific','0'),(95,'Chad','TD','CFA Franc BEAC','','','XAF','0','0','africa','0'),(96,'Central African Republic','CF','CFA Franc BEAC','','','XAF','0','0','africa','0'),(97,'Cayman Islands','KY','Cayman Islands Dollar','$','$','KYD','0','0','northamerica','0'),(98,'Cape Verde','CV','Cape Verde Escudo','','','CVE','0','0','africa','0'),(99,'Cameroon','CM','CFA Franc BEAC','','','XAF','0','0','africa','0'),(100,'Canada','CA','Canadian Dollar','$','$','CAD','1','','northamerica','0'),(101,'Cambodia','KH','Kampuchean Riel','','','KHR','0','0','asiapacific','0'),(102,'Burundi','BI','Burundi Franc','','','BIF','0','0','africa','0'),(103,'Burkina Faso','BF','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(104,'Bulgaria','BG','Bulgarian Lev','','','BGN','0','0','europe','0'),(105,'Brunei Darussalam','BN','Brunei Dollar','$','$','BND','0','0','asiapacific','0'),(106,'British Indian Ocean Territory','IO','US Dollar','$','$','USD','0','0','asiapacific','0'),(107,'Brazil','BR','Brazilian Real','','','BRL','0','0','southamerica','0'),(108,'Bouvet Island','BV','Norwegian Krone','','','NOK','0','0','africa','0'),(109,'Botswana','BW','Botswana Pula','','','BWP','0','0','africa','0'),(110,'Bosnia-Herzegovina','BA','Marka','','','BAM','0','0','europe','0'),(111,'Bolivia','BO','Boliviano','','','BOB','0','0','southamerica','0'),(112,'Bhutan','BT','Bhutan Ngultrum','','','BTN','0','0','asiapacific','0'),(113,'Bermuda','BM','Bermudian Dollar','$','$','BMD','0','0','europe','0'),(114,'Benin','BJ','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(115,'Belize','BZ','Belize Dollar','$','$','BZD','0','0','northamerica','0'),(116,'Belgium','BE','Euro','€','€','EUR','0','0','europe','0'),(117,'Belarus','BY','Belarussian Ruble','','','BYB','0','0','europe','0'),(118,'Barbados','BB','Barbados Dollar','$','$','BBD','0','0','southamerica','0'),(119,'Bangladesh','BD','Bangladeshi Taka','','','BDT','0','0','asiapacific','0'),(120,'Bahrain','BH','Bahraini Dinar','','','BHD','0','0','asiapacific','0'),(121,'Bahamas','BS','Bahamian Dollar','$','$','BSD','0','0','northamerica','0'),(122,'Azerbaijan','AZ','Azerbaijanian Manat','','','AZM','0','0','asiapacific','0'),(123,'Austria','AT','Euro','€','€','EUR','0','0','europe','0'),(124,'Aruba','AW','Aruban Guilder','','','AWG','0','0','southamerica','0'),(125,'Armenia','AM','Armenian Dram','','','AMD','0','0','asiapacific','0'),(126,'Argentina','AR','Argentine Peso','','','ARS','0','0','southamerica','0'),(127,'Antigua and Barbuda','AG','East Caribbean Dollar','$','$','XCD','0','0','africa','0'),(128,'Antarctica','AQ','Dollar','$','$','ATA','0','0','antarctica','0'),(129,'Anguilla','AI','East Caribbean Dollar','$','$','XCD','0','0','northamerica','0'),(130,'Angola','AO','Angolan New Kwanza','','','AON','0','0','africa','0'),(131,'Andorra','AD','Euro','€','€','EUR','0','0','europe','0'),(132,'American Samoa','AS','US Dollar','$','$','USD','0','0','asiapacific','0'),(133,'Algeria','DZ','Algerian Dinar','','','DZD','0','0','africa','0'),(134,'Albania','AL','Albanian Lek','','','ALL','0','0','europe','0'),(135,'Afghanistan','AF','Afghanistan Afghani','','','AFA','0','0','asiapacific','0'),(136,'USA','US','US Dollar','$','$','USD','1','','northamerica','1'),(137,'Australia','AU','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(138,'United Kingdom','GB','Pound Sterling','£','£','GBP','0','0','europe','1'),(139,'Mauritius','MU','Mauritius Rupee','','','MUR','0','0','africa','0'),(140,'Mayotte','YT','Euro','€','€','EUR','0','0','europe','0'),(141,'Mexico','MX','Mexican Nuevo Peso','','','MXN','0','0','northamerica','0'),(142,'Micronesia','FM','US Dollar','$','$','USD','0','0','asiapacific','0'),(143,'Moldova','MD','Moldovan Leu','','','MDL','0','0','europe','0'),(144,'Monaco','MC','Euro','€','€','EUR','0','0','europe','0'),(145,'Mongolia','MN','Mongolian Tugrik','','','MNT','0','0','asiapacific','0'),(146,'Montserrat','MS','East Caribbean Dollar','$','$','XCD','0','0','africa','0'),(147,'Morocco','MA','Moroccan Dirham','','','MAD','0','0','africa','0'),(148,'Mozambique','MZ','Mozambique Metical','','','MZM','0','0','africa','0'),(149,'Myanmar','MM','Myanmar Kyat','','','MMK','0','0','asiapacific','0'),(150,'Namibia','NA','Namibian Dollar','$','$','NAD','0','0','africa','0'),(151,'Nauru','NR','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(152,'Nepal','NP','Nepalese Rupee','','','NPR','0','0','asiapacific','0'),(153,'Netherlands','NL','Euro','€','€','EUR','0','0','europe','0'),(154,'Netherlands Antilles','AN','Netherlands Antillean Guilder','','','ANG','0','0','africa','0'),(155,'New Caledonia (French)','NC','CFP Franc','','','XPF','0','0','asiapacific','0'),(156,'New Zealand','NZ','New Zealand Dollar','$','$','NZD','0','12.5','asiapacific','0'),(157,'Nicaragua','NI','Nicaraguan Cordoba Oro','','','NIC','0','0','northamerica','0'),(158,'Niger','NE','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(159,'Nigeria','NG','Nigerian Naira','','','NGN','0','0','africa','0'),(160,'Niue','NU','New Zealand Dollar','$','$','NZD','0','0','asiapacific','0'),(161,'Norfolk Island','NF','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(162,'Northern Mariana Islands','MP','US Dollar','$','$','USD','0','0','asiapacific','0'),(163,'Norway','NO','Norwegian Krone','','','NOK','0','0','europe','0'),(164,'Oman','OM','Omani Rial','','','OMR','0','0','asiapacific','0'),(165,'Pakistan','PK','Pakistan Rupee','','','PKR','0','0','asiapacific','0'),(166,'Palau','PW','US Dollar','$','$','USD','0','0','asiapacific','0'),(167,'Panama','PA','Panamanian Balboa','','','PAB','0','0','southamerica','0'),(168,'Papua New Guinea','PG','Papua New Guinea Kina','','','PGK','0','0','asiapacific','0'),(169,'Paraguay','PY','Paraguay Guarani','','','PYG','0','0','southamerica','0'),(170,'Peru','PE','Peruvian Nuevo Sol','','','PEN','0','0','southamerica','0'),(171,'Philippines','PH','Philippine Peso','','','PHP','0','0','asiapacific','0'),(172,'Pitcairn Island','PN','New Zealand Dollar','$','$','NZD','0','0','asiapacific','0'),(173,'Poland','PL','Polish Zloty','','','PLN','0','0','europe','0'),(174,'Polynesia (French)','PF','CFP Franc','','','XPF','0','0','asiapacific','0'),(175,'Portugal','PT','Euro','€','€','EUR','0','0','europe','0'),(176,'Puerto Rico','PR','US Dollar','$','$','USD','0','0','northamerica','0'),(177,'Qatar','QA','Qatari Rial','','','QAR','0','0','asiapacific','0'),(178,'Reunion (French)','RE','Euro','€','€','EUR','0','0','europe','0'),(179,'Romania','RO','Romanian Leu','','','RON','0','0','europe','0'),(180,'Russia','RU','Russian Ruble','','','RUR','0','0','europe','0'),(181,'Rwanda','RW','Rwanda Franc','','','RWF','0','0','africa','0'),(182,'Saint Helena','SH','St. Helena Pound','','','SHP','0','0','africa','0'),(183,'Saint Kitts & Nevis Anguilla','KN','East Caribbean Dollar','$','$','XCD','0','0','northamerica','0'),(184,'Saint Lucia','LC','East Caribbean Dollar','$','$','XCD','0','0','northamerica','0'),(185,'Saint Pierre and Miquelon','PM','Euro','€','€','EUR','0','0','northamerica','0'),(186,'Saint Vincent & Grenadines','VC','East Caribbean Dollar','$','$','XCD','0','0','northamerica','0'),(187,'Samoa','WS','Samoan Tala','','','WST','0','0','asiapacific','0'),(188,'San Marino','SM','Italian Lira','','','ITL','0','0','europe','0'),(189,'Sao Tome and Principe','ST','Dobra','','','STD','0','0','africa','0'),(190,'Saudi Arabia','SA','Saudi Riyal','','','SAR','0','0','asiapacific','0'),(191,'Senegal','SN','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(192,'Seychelles','SC','Seychelles Rupee','','','SCR','0','0','africa','0'),(193,'Sierra Leone','SL','Sierra Leone Leone','','','SLL','0','0','africa','0'),(194,'Singapore','SG','Singapore Dollar','$','$','SGD','0','0','asiapacific','0'),(195,'Slovakia','SK','Slovak Koruna','','','SKK','0','0','europe','0'),(196,'Slovenia','SI','Slovenian Tolar','','','SIT','0','0','europe','0'),(197,'Solomon Islands','SB','Solomon Islands Dollar','$','$','SBD','0','0','asiapacific','0'),(198,'Somalia','SO','Somali Shilling','','','SOD','0','0','africa','0'),(199,'South Africa','ZA','South African Rand','','','ZAR','0','0','africa','0'),(200,'South Georgia & South Sandwich Islands','GS','Pound Sterling','£','£','GBP','0','0','southamerica','0'),(201,'Spain','ES','Euro','€','€','EUR','0','0','europe','0'),(202,'Sri Lanka','LK','Sri Lanka Rupee','','','LKR','0','0','asiapacific','0'),(203,'Sudan','SD','Sudanese Dinar','','','SDD','0','0','asiapacific','0'),(204,'Suriname','SR','Surinam Guilder','','','SRG','0','0','southamerica','0'),(205,'Svalbard and Jan Mayen Islands','SJ','Norwegian Krone','','','NOK','0','0','','0'),(206,'Swaziland','SZ','Swaziland Lilangeni','','','SZL','0','0','europe','0'),(207,'Sweden','SE','Swedish Krona','','','SEK','0','0','europe','0'),(208,'Switzerland','CH','Swiss Franc','','','CHF','0','0','europe','0'),(209,'Syria','SY','Syrian Pound','','','SYP','0','0','europe','0'),(210,'Taiwan','TW','Taiwan Dollar','$','$','TWD','0','0','asiapacific','0'),(211,'Tajikistan','TJ','Tajik Ruble','','','TJR','0','0','asiapacific','0'),(212,'Tanzania','TZ','Tanzanian Shilling','','','TZS','0','0','africa','0'),(213,'Thailand','TH','Thai Baht','','','THB','0','0','asiapacific','0'),(214,'Togo','TG','CFA Franc BCEAO','','','XOF','0','0','africa','0'),(215,'Tokelau','TK','New Zealand Dollar','$','$','NZD','0','0','asiapacific','0'),(216,'Tonga','TO','Tongan Paʻanga','','','TOP','0','0','asiapacific','0'),(217,'Trinidad and Tobago','TT','Trinidad and Tobago Dollar','$','$','TTD','0','0','africa','0'),(218,'Tunisia','TN','Tunisian Dollar','$','$','TND','0','0','africa','0'),(219,'Turkey','TR','Turkish Lira','','','TRL','0','0','asiapacific','0'),(220,'Turkmenistan','TM','Manat','','','TMM','0','0','asiapacific','0'),(221,'Turks and Caicos Islands','TC','US Dollar','$','$','USD','0','0','northamerica','0'),(222,'Tuvalu','TV','Australian Dollar','$','$','AUD','0','0','asiapacific','0'),(223,'U.K.','UK','Pound Sterling','£','£','GBP','0','17.5','europe','0'),(224,'Uganda','UG','Uganda Shilling','','','UGS','0','0','africa','0'),(225,'Ukraine','UA','Ukraine Hryvnia','','','UAG','0','0','europe','0'),(226,'United Arab Emirates','AE','Arab Emirates Dirham','','','AED','0','0','asiapacific','0'),(227,'Uruguay','UY','Uruguayan Peso','','','UYP','0','0','southamerica','0'),(228,'USA Minor Outlying Islands','UM','US Dollar','$','$','USD','0','0','','0'),(229,'Uzbekistan','UZ','Uzbekistan Sum','','','UZS','0','0','asiapacific','0'),(230,'Vanuatu','VU','Vanuatu Vatu','','','VUV','0','0','asiapacific','0'),(231,'Vatican','VA','Euro','€','€','EUR','0','0','europe','0'),(232,'Venezuela','VE','Venezuelan Bolivar','','','BsF','0','0','asiapacific','0'),(233,'Vietnam','VN','Vietnamese Dong','','','VND','0','0','asiapacific','0'),(234,'Virgin Islands (British)','VG','US Dollar','$','$','USD','0','0','northamerica','0'),(235,'Virgin Islands (USA)','VI','US Dollar','$','$','USD','0','0','northamerica','0'),(236,'Wallis and Futuna Islands','WF','CFP Franc','','','XPF','0','0','asiapacific','0'),(237,'Western Sahara','EH','Moroccan Dirham','','','MAD','0','0','africa','0'),(238,'Yemen','YE','Yemeni Rial','','','YER','0','0','asiapacific','0'),(239,'Yugoslavia','YU','Yugoslav New Dinar','','','YUN','0','0','europe','0'),(240,'Zambia','ZM','Zambian Kwacha','','','ZMK','0','0','africa','0'),(241,'Zimbabwe','ZW','Zimbabwe Dollar','$','$','ZWD','0','0','africa','0'),(242,'Deutschland','DE','Euro','€','€','EUR','0','0','europe','0'),(243,'Serbia','RS','Serbian Dinar','','','RSD','','','europe','0'),(244,'Montenegro','ME','Euro','€','€','EUR','','','europe','0'),(245,'Timor-Leste','TL','US Dollar','$','$','USD','','','asiapacific','0'),(246,'Aland Islands','AX','Euro','€','€','EUR','','','europe','0'),(247,'Saint Barthelemy','BL','Euro','€','€','EUR','','','europe','0'),(248,'Bonaire, Sint Eustatius and Saba','BQ','US Dollar','$','$','USD','','','southamerica','0'),(249,'Curacao','CW','Netherlands Antillean Guilder','ƒ','ƒ','ANG','','','southamerica','0'),(250,'Saint Martin (French Part)','MF','Euro','€','€','EUR','','','southamerica','0'),(251,'Palestinian Territories','PS','Israeli New Sheqel','₪','₪','ILS','','','asiapacific','0'),(252,'Sint Maarten (Dutch Part)','SX','Netherlands Antillean Guilder','ƒ','ƒ','ANG','','','southamerica','0'),(253,'French Guiana','GF','Euro','€','€','EUR','','','southamerica','0'); /*!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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB DEFAULT CHARSET=utf8; /*!40101 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_item_category_assoc` -- DROP TABLE IF EXISTS `wp_wpsc_item_category_assoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_item_category_assoc` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `category_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `product_id` (`product_id`,`category_id`) ) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_item_category_assoc` -- LOCK TABLES `wp_wpsc_item_category_assoc` WRITE; /*!40000 ALTER TABLE `wp_wpsc_item_category_assoc` DISABLE KEYS */; INSERT INTO `wp_wpsc_item_category_assoc` VALUES (6,1,4),(2,2,3),(60,2,7),(3,3,5),(4,4,5),(64,4,7),(5,5,3),(7,5,7),(8,6,7),(12,7,5),(68,7,7),(11,8,3),(13,9,3),(14,10,3),(15,11,3),(16,12,3),(62,12,7),(17,13,3),(18,14,3),(19,15,3),(20,16,3),(21,17,3),(22,18,3),(23,19,3),(24,20,3),(25,21,3),(26,22,3),(61,22,7),(27,23,3),(28,24,3),(29,25,3),(31,26,3),(30,26,7),(32,27,3),(34,28,3),(33,28,7),(35,29,3),(36,30,3),(69,30,7),(37,31,3),(38,32,5),(39,33,5),(63,33,7),(40,34,5),(65,34,7),(41,35,5),(42,36,5),(43,37,5),(44,38,5),(45,39,5),(46,40,5),(47,41,5),(48,42,5),(49,43,5),(50,44,5),(51,45,5),(52,46,5),(53,47,5),(67,47,7),(54,48,5),(55,49,5),(66,49,7),(56,50,5),(57,51,5),(59,51,7),(58,52,5); /*!40000 ALTER TABLE `wp_wpsc_item_category_assoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_logged_subscriptions` -- DROP TABLE IF EXISTS `wp_wpsc_logged_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_logged_subscriptions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `cart_id` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `length` varchar(64) NOT NULL DEFAULT '0', `start_time` varchar(64) NOT NULL DEFAULT '0', `active` varchar(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `cart_id` (`cart_id`), KEY `user_id` (`user_id`), KEY `start_time` (`start_time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_logged_subscriptions` -- LOCK TABLES `wp_wpsc_logged_subscriptions` WRITE; /*!40000 ALTER TABLE `wp_wpsc_logged_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_logged_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_meta` -- DROP TABLE IF EXISTS `wp_wpsc_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8; /*!40101 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',3,'uses_billing_address','0'),(2,'wpsc_category',4,'uses_billing_address','0'),(3,'wpsc_category',5,'uses_billing_address','0'),(4,'wpsc_category',6,'uses_billing_address','0'),(5,'wpsc_category',7,'uses_billing_address','0'),(6,'wpsc_category',6,'fee','0'),(7,'wpsc_category',6,'active','1'),(8,'wpsc_category',6,'order','0'),(9,'wpsc_category',6,'target_market',''),(10,'wpsc_category_group',1,'category_group_id','6'),(11,'wpsc_category',6,'category_group_id','1'),(12,'wpsc_category',6,'image',''),(13,'wpsc_category',7,'fee','0'),(14,'wpsc_category',7,'active','1'),(15,'wpsc_category',7,'order','0'),(16,'wpsc_category',7,'target_market',''),(17,'wpsc_old_category',3,'category_id','7'),(18,'wpsc_category',7,'category_id','3'),(19,'wpsc_category',7,'image',''),(20,'wpsc_category',7,'display_type',''),(21,'wpsc_category',7,'image_height',''),(22,'wpsc_category',7,'image_width',''),(23,'wpsc_category',8,'fee','0'),(24,'wpsc_category',8,'active','1'),(25,'wpsc_category',8,'order','0'),(26,'wpsc_category',8,'uses_billing_address','0'),(27,'wpsc_category',8,'target_market',''),(28,'wpsc_old_category',5,'category_id','8'),(29,'wpsc_category',8,'category_id','5'),(30,'wpsc_category',8,'image',''),(31,'wpsc_category',8,'display_type',''),(32,'wpsc_category',8,'image_height',''),(33,'wpsc_category',8,'image_width',''),(34,'wpsc_category',9,'fee','0'),(35,'wpsc_category',9,'active','1'),(36,'wpsc_category',9,'order','0'),(37,'wpsc_category',9,'uses_billing_address','0'),(38,'wpsc_category',9,'target_market',''),(39,'wpsc_old_category',7,'category_id','9'),(40,'wpsc_category',9,'category_id','7'),(41,'wpsc_category',9,'image',''),(42,'wpsc_category',9,'display_type',''),(43,'wpsc_category',9,'image_height',''),(44,'wpsc_category',9,'image_width',''),(45,'wpsc_category',10,'fee','0'),(46,'wpsc_category',10,'active','1'),(47,'wpsc_category',10,'order','0'),(48,'wpsc_category',10,'uses_billing_address','0'),(49,'wpsc_category',10,'target_market',''),(50,'wpsc_category_group',2,'category_group_id','10'),(51,'wpsc_category',10,'category_group_id','2'),(52,'wpsc_category',10,'image',''),(53,'wpsc_category',11,'fee','0'),(54,'wpsc_category',11,'active','1'),(55,'wpsc_category',11,'order','0'),(56,'wpsc_category',11,'uses_billing_address','0'),(57,'wpsc_category',11,'target_market',''),(58,'wpsc_old_category',2,'category_id','11'),(59,'wpsc_category',11,'category_id','2'),(60,'wpsc_category',11,'image',''),(61,'wpsc_category',11,'display_type',''),(62,'wpsc_category',11,'image_height',''),(63,'wpsc_category',11,'image_width',''),(64,'wpsc_variation_set',1,'variation_set_id','12'),(65,'wpsc_variation',1,'variation_id','13'),(66,'wpsc_variation',2,'variation_id','14'),(67,'wpsc_variation',3,'variation_id','15'),(68,'wpsc_variation',4,'variation_id','16'),(69,'wpsc_variation',5,'variation_id','17'),(70,'wpsc_variation',6,'variation_id','18'),(71,'wpsc_variation',7,'variation_id','19'),(72,'wpsc_variation',8,'variation_id','20'),(73,'wpsc_variation',9,'variation_id','21'),(74,'wpsc_variation',13,'variation_id','22'),(75,'wpsc_variation',14,'variation_id','23'),(76,'wpsc_variation',15,'variation_id','24'),(77,'wpsc_variation',16,'variation_id','25'),(78,'wpsc_variation',17,'variation_id','26'),(79,'wpsc_variation',18,'variation_id','27'),(80,'wpsc_variation',19,'variation_id','28'),(81,'wpsc_variation',20,'variation_id','29'),(82,'wpsc_variation',21,'variation_id','30'),(83,'wpsc_variation',22,'variation_id','31'),(84,'wpsc_cart_item',379,'sku',''),(85,'wpsc_cart_item',380,'sku',''),(86,'wpsc_cart_item',381,'sku',''),(87,'wpsc_cart_item',382,'sku',''),(88,'wpsc_cart_item',383,'sku',''),(89,'wpsc_cart_item',384,'sku',''),(90,'wpsc_cart_item',385,'sku',''),(91,'wpsc_cart_item',386,'sku',''),(92,'wpsc_cart_item',387,'sku',''),(93,'wpsc_cart_item',388,'sku',''),(94,'wpsc_cart_item',389,'sku',''),(95,'wpsc_cart_item',390,'sku',''),(96,'wpsc_cart_item',391,'sku',''),(97,'wpsc_cart_item',392,'sku',''),(98,'wpsc_cart_item',393,'sku',''),(99,'wpsc_cart_item',394,'sku',''),(100,'wpsc_cart_item',395,'sku',''),(101,'wpsc_cart_item',396,'sku',''),(102,'wpsc_cart_item',397,'sku',''),(103,'wpsc_cart_item',398,'sku',''),(104,'wpsc_cart_item',399,'sku',''),(105,'wpsc_cart_item',400,'sku',''),(106,'wpsc_cart_item',401,'sku',''),(107,'wpsc_cart_item',402,'sku',''),(108,'wpsc_cart_item',403,'sku',''),(109,'WPSC_Country',136,'region_label','State'),(110,'WPSC_Country',100,'region_label','Province'),(111,'WPSC_Country',223,'_is_country_legacy','1'),(112,'WPSC_Country',239,'_is_country_legacy','1'),(113,'WPSC_Country',154,'_is_country_legacy','1'),(114,'WPSC_Country',76,'_is_country_legacy','1'),(115,'WPSC_Country',138,'region_label','County'),(116,'purchase_log',40,'_pushed_to_wpeconomy',''); /*!40000 ALTER TABLE `wp_wpsc_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_categories` -- DROP TABLE IF EXISTS `wp_wpsc_product_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_product_categories` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `group_id` bigint(20) unsigned NOT NULL DEFAULT '0', `name` text NOT NULL, `nice-name` varchar(255) NOT NULL DEFAULT '', `description` text NOT NULL, `image` text, `fee` varchar(1) NOT NULL DEFAULT '0', `active` varchar(1) NOT NULL DEFAULT '1', `category_parent` bigint(20) unsigned DEFAULT '0', `order` bigint(20) unsigned DEFAULT NULL, `display_type` varchar(10) DEFAULT '', `image_width` varchar(32) DEFAULT '', `image_height` varchar(32) DEFAULT '', PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `nice-name` (`nice-name`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_product_categories` -- LOCK TABLES `wp_wpsc_product_categories` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_categories` DISABLE KEYS */; INSERT INTO `wp_wpsc_product_categories` VALUES (1,1,'Example category','','Example details',NULL,'0','0',0,NULL,'','',''),(2,2,'Example Brand','example-brand','Example details',NULL,'0','1',0,NULL,'','',''),(3,1,'Literacy Kits','literacy-kits','','','0','1',0,0,'','',''),(4,1,'Kit Accessories','','','','0','0',0,0,'','',''),(5,1,'Parent Packs','parent-packs','','','0','1',0,0,'','',''),(6,1,'Atest','','','','0','0',0,0,'','',''),(7,1,'Health Kits','health-kits','','','0','1',0,0,'','',''); /*!40000 ALTER TABLE `wp_wpsc_product_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_files` -- DROP TABLE IF EXISTS `wp_wpsc_product_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_product_files` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint(20) unsigned DEFAULT NULL, `filename` varchar(255) NOT NULL DEFAULT '', `mimetype` varchar(128) NOT NULL DEFAULT '', `idhash` varchar(45) NOT NULL DEFAULT '', `preview` varchar(255) NOT NULL DEFAULT '', `preview_mimetype` varchar(128) NOT NULL DEFAULT '', `date` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_product_files` -- LOCK TABLES `wp_wpsc_product_files` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpsc_product_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_images` -- DROP TABLE IF EXISTS `wp_wpsc_product_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_product_images` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `image` varchar(255) NOT NULL DEFAULT '', `width` mediumint(8) unsigned DEFAULT '0', `height` mediumint(8) unsigned DEFAULT '0', `image_order` varchar(10) NOT NULL DEFAULT '', `meta` longtext, PRIMARY KEY (`id`), KEY `product_id` (`product_id`) ) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_product_images` -- LOCK TABLES `wp_wpsc_product_images` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_images` DISABLE KEYS */; INSERT INTO `wp_wpsc_product_images` VALUES (1,2,'BerensteinTooMuchJunkFood.jpg',0,0,'0',NULL),(2,3,'berensteinjunkfoodpp.JPG',0,0,'0',NULL),(3,4,'berensteinjunkfoodpp2.jpg',0,0,'0',NULL),(4,5,'beingactivepp2.jpg',0,0,'0',NULL),(5,7,'HealthySnacks.JPG',0,0,'0',NULL),(7,10,'AlexanderHor.JPG',0,0,'0',NULL),(8,0,'Alexander_sm.jpg',0,0,'0',NULL),(9,11,'AlexanderHor_sm.jpg',0,0,'0',NULL),(10,11,'Alexander_sm-2.jpg',120,120,'0',NULL),(11,9,'AlexanderHor_sm-2.jpg',120,120,'0',NULL),(12,12,'BerensteinTooMuchTV_sm.jpg',0,0,'0',NULL),(13,13,'BullyBlockers.JPG',0,0,'0',NULL),(14,14,'catinhatbig.gif',0,0,'0',NULL),(15,15,'catinhatdictionarybig.gif',0,0,'0',NULL),(16,16,'CharlottesWeb_sm.jpg',0,0,'0',NULL),(17,17,'Chrysanthemum_sm.jpg',0,0,'0',NULL),(18,18,'ClickClackMoo_sm.jpg',0,0,'0',NULL),(19,19,'Corduroy_sm.jpg',0,0,'0',NULL),(20,20,'GreenEggsAndHam_sm.jpg',0,0,'0',NULL),(21,21,'hat_sm.jpg',0,0,'0',NULL),(22,22,'HealthySnacks_sm.jpg',0,0,'0',NULL),(23,23,'keepingquilt_sm.jpg',0,0,'0',NULL),(24,24,'SwimmyHor_sm.jpg',0,0,'0',NULL),(25,25,'Tacky_sm.jpg',0,0,'0',NULL),(26,26,'TakingCareOfMyTeath.JPG',0,0,'0',NULL),(27,27,'UpDown.JPG',0,0,'0',NULL),(28,28,'VegetableGroup_sm.jpg',0,0,'0',NULL),(29,29,'wherewildthings_sm.jpg',0,0,'0',NULL),(30,30,'Wiggle_sm.jpg',0,0,'0',NULL),(31,31,'Wilfred_sm.jpg',0,0,'0',NULL),(32,7,'HealthySnacks_sm-2.jpg',120,120,'0',NULL),(33,34,'berensteintvpp_sm.jpg',0,0,'0',NULL),(34,35,'bullyblockerspp2_sm.jpg',0,0,'0',NULL),(35,36,'catinthehatpp2_sm.jpg',0,0,'0',NULL),(36,37,'catinyhehatdictionarypp_sm.jpg',0,0,'0',NULL),(37,38,'charlotteswebpp_sm.jpg',0,0,'0',NULL),(38,39,'chrysanthemumpp_sm.jpg',0,0,'0',NULL),(39,40,'clickclackmoopp_sm.jpg',0,0,'0',NULL),(40,41,'corduroypp_sm.jpg',0,0,'0',NULL),(41,42,'greeneggspp_sm.jpg',0,0,'0',NULL),(42,43,'hatpp_sm.jpg',0,0,'0',NULL),(43,44,'keepingquiltpp2_sm.jpg',0,0,'0',NULL),(44,45,'swimmypp2_sm.jpg',0,0,'0',NULL),(45,46,'tackypp_sm.jpg',0,0,'0',NULL),(46,47,'takingcareteethpp_sm.jpg',0,0,'0',NULL),(47,48,'updownpp2_sm.jpg',0,0,'0',NULL),(48,49,'vegetablegrouppp_sm.jpg',0,0,'0',NULL),(49,50,'wherewildthingsarepp_sm.jpg',0,0,'0',NULL),(50,51,'wigglepp2_sm.jpg',0,0,'0',NULL),(51,52,'wilfridpp.jpg',0,0,'0',NULL),(52,33,'beingactivepp2-2.jpg',120,120,'0',NULL),(53,32,'alexanderpp2.jpg',120,120,'0',NULL),(54,46,'tackypp2.jpg',0,0,'1',NULL); /*!40000 ALTER TABLE `wp_wpsc_product_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_list` -- DROP TABLE IF EXISTS `wp_wpsc_product_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_product_list` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` longtext NOT NULL, `additional_description` longtext NOT NULL, `price` decimal(11,2) NOT NULL DEFAULT '0.00', `weight` float NOT NULL DEFAULT '0', `weight_unit` varchar(10) NOT NULL DEFAULT '', `pnp` decimal(11,2) NOT NULL DEFAULT '0.00', `international_pnp` decimal(11,2) NOT NULL DEFAULT '0.00', `file` bigint(20) unsigned NOT NULL DEFAULT '0', `image` bigint(20) unsigned DEFAULT NULL, `quantity_limited` varchar(1) NOT NULL DEFAULT '', `quantity` int(10) unsigned NOT NULL DEFAULT '0', `special` varchar(1) NOT NULL DEFAULT '0', `special_price` decimal(11,2) NOT NULL DEFAULT '0.00', `display_frontpage` varchar(1) NOT NULL DEFAULT '0', `notax` varchar(1) NOT NULL DEFAULT '0', `publish` varchar(1) NOT NULL DEFAULT '1', `active` varchar(1) NOT NULL DEFAULT '1', `donation` varchar(1) NOT NULL DEFAULT '0', `no_shipping` varchar(1) NOT NULL DEFAULT '0', `thumbnail_image` text, `thumbnail_state` int(11) NOT NULL DEFAULT '0', `date_added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_product_list` -- LOCK TABLES `wp_wpsc_product_list` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_list` DISABLE KEYS */; INSERT INTO `wp_wpsc_product_list` VALUES (1,'Jumprope','Text about the jumprope','',4.00,0,'pound',0.00,0.00,0,0,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-10-20 15:48:30'),(2,'Berenstain Bears and Too Much Junk Food Literacy Kit (English Only)','<span>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</span>\r\n<span> </span>\r\n<span> Activity— Fruits and vegetables card game (similar to \"Go Fish\" game).</span>','',39.95,0,'pound',0.00,0.00,0,1,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-10-20 18:38:57'),(3,'Berenstein Bears and Too Much Junk Food Parent Packs 214.1 English only','<span>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</span>\r\n<div><span> </span>\r\n<span> Activity— Fruits and vegetables card game (similar to \"Go Fish\" game).</span></div>','',10.00,0,'pound',0.00,0.00,0,2,'0',0,'0',0.00,'0','0','1','0','0','0',NULL,0,'2010-10-20 18:43:10'),(4,'Berenstain Bears and Too Much Junk Food Parent Pack by Stan & Jan Berenstain (English Only)','<span>Mama Bear lays down the law when she notices that Papa and the cubs are getting too chubby. With the help of Dr. Grizzly\'s slide show on how the body works, the Bear family makes a healthy adjustment in both their diet and fitness habits. This is a most enjoyable introduction to good nutrition and exercise.</span>\r\n<div><span> </span>\r\n<span> Activity— Fruits and vegetables card game (similar to \"Go Fish\" game).</span></div>','',10.00,0,'pound',0.00,0.00,0,3,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-10-20 18:44:42'),(5,'Being Active Literacy Kit','<div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n\r\nActivity: jump rope with many suggested activities\r\n\r\n</div>','',44.95,0,'pound',0.00,0.00,0,4,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-10-21 02:54:02'),(6,'Test Article','','',0.00,0,'pound',0.00,0.00,0,0,'0',0,'0',0.00,'0','0','1','0','0','0',NULL,0,'2010-10-23 14:39:57'),(7,'Healthy Snacks','Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','',20.00,0,'pound',0.00,0.00,0,32,'0',0,'0',20.00,'0','0','1','1','0','0','',0,'2010-10-25 21:04:02'),(8,'Test','asdfa','',44.95,0,'pound',0.00,0.00,0,0,'0',0,'0',0.00,'0','0','1','0','0','0',NULL,0,'2010-10-25 21:05:13'),(9,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','',44.95,0,'pound',0.00,0.00,0,11,'0',0,'0',0.00,'0','0','1','1','0','0','',0,'2010-11-01 16:20:42'),(10,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','State Educational Standard Matching\r\n\r\n For Alexander and the Terrible, Horrible, No Good, Very Bad Day\r\n\r\n Nevada State Standards (more states coming soon!)\r\n\r\nAt the present time, the only state standards that have been matched to our literacy kits are those of Nevada due to a special request. If you are interested in having our educational consultant match your state standards to our literacy kits, please contact us and we would be happy to talk with you about that.\r\n\r\n Kindergarten—English Language Arts\r\n2.K.1 Use prior knowledge and picture clues as pre-reading strategies to aid comprehension.\r\n3.K.7 Listen and respond to poetry and prose.\r\n4.K.1 Demonstrate an understanding that texts, pictures, and graphs provide information.\r\n4.K.2 Recall information from texts, pictures, and graphs.\r\n5.K.2 Draw or write, with teacher assistance, to communicate.\r\n7.K.6 Form letters correctly.\r\n8.K.1 Listen for a variety of purposes such as to obtain information, to solve problems, or enjoyment.\r\n8.K.2 Attend to and respond to stories and group discussions.\r\n8.K.4 Listen to and follow an oral direction.\r\n9.K.1 Use and expand vocabulary to communicate ideas.\r\n9.K.2 Speak clearly at an understandable pace.\r\n9.K.3 Share and respond to ideas.\r\n9.K.4 Relate experiences and retell stories.\r\n10.K.1 Demonstrate turn-taking in conversations and group discussions.\r\n10.K.2 Ask and answer questions.\r\n10.K.3 Share ideas and information.\r\n\r\nFirst Grade-- English Language Arts\r\n2.1.1 Use, with teacher assistance, pre-reading strategies that aid comprehension, such as accessing prior knowledge, predicting, previewing, and setting a purpose.\r\n2.1.4 Retell details of text.\r\n3.1.1 Identify characters, setting, and sequence in stories.\r\n4.1.1 Locate and use titles, pictures, charts, graphs, and names of author and illustrator to obtain information.\r\n4.1.3 Use texts, pictures, and graphs to answer questions.\r\n6.1.3 Write stories or other compositions with teacher assistance.\r\n7.1.1 Use nouns, verbs, and pronouns in writing.\r\n7.1.2 Write complete sentences.\r\n7.1.6 Print legibly using left to right, top to bottom directionality and correct spacing between letters and words.\r\n8.1.4 Follow simple oral directions to complete a task.\r\n9.1.1 Use varied vocabulary to communicate ideas.\r\n9.1.2 Speak clearly at an understandable pace.\r\n9.1.4 Recount experiences and retell stories in sequence.\r\n10.1.1 Demonstrate turn-taking in conversations and group discussions.\r\n10.1.2 Ask and answer questions to gather and provide information.\r\n\r\nSecond Grade-- English Language Arts\r\n2.2.4 Retell the main idea of the text.\r\n3.2.2 Make basic inferences about character traits and predict story outcomes.\r\n6.2.3 Write stories or other compositions.\r\n7.2.6 Create readable compositions that are legible.\r\n9.2.2 Speak clearly at an understandable pace.\r\n10.2.1 Demonstrate turn-taking and attentiveness in conversations and group discussions.\r\n10.2.2 Ask and answer questions to gather and provide information.',44.95,0,'pound',0.00,0.00,0,7,'0',0,'0',0.00,'0','0','1','0','0','0',NULL,0,'2010-11-01 16:21:13'),(11,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','“I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n\r\nActivity—A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.','',44.95,0,'pound',0.00,0.00,0,10,'0',0,'0',0.00,'0','0','1','0','0','0','',0,'2010-11-01 16:23:32'),(12,'Berenstain Bears and Too Much TV by Stan and Jan Berenstain (English Only)','<div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.</div>\r\nActivity: Three juggling scarves, which is an excellent activity for brain development.','',39.95,0,'pound',0.00,0.00,0,12,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 16:37:11'),(13,'The Bully Blockers Club by Teresa Bateman (English Only)','On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.\r\n\r\nActivity: Game in which bullying situations are discussed','',39.95,0,'pound',0.00,0.00,0,13,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 16:40:57'),(14,'The Cat in the Hat by Dr. Seuss','<div>Poor Dick and Sally! It is cold and wet and they are stuck in the house with nothing to do . . . until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.</div>\r\nActivity—Two sets of 26 rhyming game cards, one with English words and one with Spanish words.','',44.95,0,'pound',0.00,0.00,0,14,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:12:59'),(15,'The Cat in the Hat Dictionary','<div>For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.</div>\r\nActivity—A set of magnetic foam letters comes with a page of suggestions designed to help beginning readers learn how to manupulate letters to form new words. This kit is a must for beginning or struggling readers.','',44.95,0,'pound',0.00,0.00,0,15,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:15:34'),(16,'Charlotte\'s Web by E.B. White','An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things.\r\n\r\nActivity—A card game that require critical thinking to match adjectives to the characters.','',44.95,0,'pound',0.00,0.00,0,16,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:17:46'),(17,'Chrysanthemum by Kevin Henkes','<div>She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.</div>\r\nActivity—A set of cards that can be used in two ways: a classifying activity for younger children and an alphabetizing activity for older children.','',44.95,0,'pound',0.00,0.00,0,17,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:21:24'),(18,'Click, Clack, Moo: Cows That Type by Doreen Cronin','<div>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights.\r\n\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.\r\n\r\n</div>','',44.95,0,'pound',0.00,0.00,0,18,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:24:19'),(19,'Corduroy by Don Freeman','Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n<div>Activity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.</div>','',44.95,0,'pound',0.00,0.00,0,19,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:33:09'),(20,'Green Eggs and Ham by Dr. Seuss','Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n<div>Activity—Use 16 foam egg shapes of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</div>','',44.95,0,'pound',0.00,0.00,0,20,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:35:24'),(21,'The Hat by Jan Brett','Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\nActivity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.','',44.95,0,'pound',0.00,0.00,0,21,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:37:02'),(22,'Healthy Snacks (Bilingual)','Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever. The pictures in the book are actual photographs that are multicultural as well as multigenerational.\r\n<div>Activity: Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.</div>','',44.95,0,'pound',0.00,0.00,0,22,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:38:37'),(23,'The Keeping Quilt by Patricia Polacco','In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n\r\nActivity—A memory game using beautiful quilt designs.','',44.95,0,'pound',0.00,0.00,0,23,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:40:49'),(24,'Swimmy by Leo Lionni','Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n<div>\r\nActivity—Sea animals for sorting and matching which give children practice in seeing likenesses and differences. This activity provides practice sorting and counting sea animals as well as a variety of math activities.</div>','',44.95,0,'pound',0.00,0.00,0,24,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:44:49'),(25,'Tacky the Penguin by Helen Lester','<div>Tracy the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This whimsical tale clearly shows there are advantages to being an individual, delighting children and adults alike.\r\n\r\n</div>\r\nActivity—Using the penguin puppet to retell the story, first as Tacky, and then as the \"proper\" penguins, to contrast the movements of Tacky and the other penguins.<a href=\"http://www.learningconnectionsweb.com/stacky.html\">\r\n</a>','',44.95,0,'pound',0.00,0.00,0,25,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 19:58:14'),(26,'Taking Care of My Teeth (Bilingual)','Taking Care of My Teeth has text and real photographs that introduce families to proper dental care. The guide was written with dental health professionals to give families information on how to keep their teeth healthy. Good dental health is a vital part of overall health. Learn what you can do to keep your teeth and gums healthy. The guide and game are full of valuable information about dental health.\r\n\r\nActivity: A deck of fifty cards (twenty-five in English and twenty-five in Spanish) is packed full of information families should have about dental health. The cards have a question on one side and the answer on the other.<strong> </strong>','',44.95,0,'pound',0.00,0.00,0,26,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 20:01:30'),(27,'Up, Down and Around by Katherine Ayres (English only)','This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"\r\n<div>Activity: Board game with vegetables to \"plant\" in a garden.</div>','',39.95,0,'pound',0.00,0.00,0,27,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 20:03:39'),(28,'The Vegetable Group (Bilingual)','The Vegetable Group provides important information about this essential food group and gives examples of healthy eating choices. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n<div>Activity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.</div>','',44.95,0,'pound',0.00,0.00,0,28,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 20:06:28'),(29,'Where the Wild Things Are by Maurice Sendak','This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eyes, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n<div></div>\r\n<div>\r\n<div>Activity—A memory matching game with number recognition as an additional teaching tool.</div>\r\n</div>','',44.95,0,'pound',0.00,0.00,0,29,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 20:08:17'),(30,'Wiggle by Doreen Cronin','Healthy Snacks gives families great ideas on what types of foods are healthy for snacks and why eating healthy is so vital to being fit. The literacy guide addresses portion sizes, discusses five rules to live by to maintain a healthy diet, and provides recipes for healthy snacks. With the obesity rate at an all time high and fast food restaurants so easily accessible, knowing which foods are healthy and choosing them is more important than ever.\r\n\r\nActivity—Build a Sandwich Game in which families play a board game to acquire ingredients to create a healthy sandwich.','',44.95,0,'pound',0.00,0.00,0,30,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 20:09:52'),(31,'Wilfrid Gordon McDonald Partridge by Mem Fox (English Only)','<div>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.\r\n\r\nActivity— A memory game.\r\n\r\n</div>','',39.95,0,'pound',0.00,0.00,0,31,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 20:10:54'),(32,'Alexander and the Terrible, Horrible, No Good, Very Bad Day by Judith Viorst','<div><span> “I went to sleep with gum in my mouth and now there\'s gum in my hair… and I could tell it was going to be a terrible, horrible, no good, very bad day.\" So begin the trials and tribulations of Alexander. People of all ages have terrible, horrible days, and Alexander offers us a humorous reminder that things may not be all that bad. As Alexander\'s day progresses, he faces a barrage of frustrations from getting smushed in the middle seat of the car, no dessert in his lunch sack, a cavity at the dentist\'s office, and being forced to sleep in railroad-train pajamas. He resolves several times to move to Australia. Judith Viorst flawlessly and humorously captures a child\'s testy temperament, rendering Alexander sympathetic rather than whiny. An ALA Notable Book, Alexander and the Terrible, Horrible, No Good, Very Bad Day is a great antidote to bad days everywhere, sure to put a smile on even the crabbiest of faces.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity— A memory game using cards with fun illustrations of a variety of different feelings. This game presents a good opportunity to discuss feelings with your child.</span>','',0.00,0,'pound',0.00,0.00,0,53,'0',0,'0',0.00,'0','0','1','1','0','0','',0,'2010-11-01 20:51:42'),(33,'Being Active Parent Pack','<div>Being Active is designed to get kids and families moving. With the obesity rate at an all time high, this book and literacy guide give families many ideas on how to get and stay active. The literacy guide also provides good information for helping to maintain an active lifestyle, discusses the importance of being fit, and gives many suggestions on how to make fitness a part of everyday life.\r\n<span>\r\n</span></div>\r\nActivity: jump rope with many suggested activities.','',11.00,0,'pound',0.00,0.00,0,52,'0',0,'0',0.00,'0','0','1','1','0','0','',0,'2010-11-01 20:58:56'),(34,'Berenstain Bears and Too Much TV by Stan and Jan Berenstain (English Only)','<strong><em> </em></strong>\r\n<div>In Berenstain Bears and Too Much TV, Mama Bear decides her family spends too much time in front of the TV, so she bans it for a week. The Bear family discovers lots of other ways to have fun and keep busy, and find they watch less TV when it is allowed again--and don\'t even miss it.</div>\r\n<div>Activity: Three juggling scarves.</div>','',11.00,0,'pound',0.00,0.00,0,33,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:01:26'),(35,'The Bully Blockers Club by Teresa Bateman','<div>On the first day of school, Lotty Raccoon encounters Grant Grizzly, the class bully, who taunts and teases her at every turn. Ignoring him does not work, nor do several other tactics she tries. Finally, she comes up with a solution: a Bully Blockers Club. She recruits other students who have been bullied by Grant. Whenever the little grizzly begins intimidating someone, the club members go into action. After a class discussion on bullying, the teacher and students come up with rules that will help everyone feel safe and welcome. Although this story is purposeful, it is told with humor and drama. The illustrations are colorful and engaging. The last page contains a discussion on bullying for adults.</div>\r\n<div>Activity: Game in which bullying situations are discussed.</div>','',10.00,0,'pound',0.00,0.00,0,34,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:02:43'),(36,'The Cat in the Hat by Dr. Seuss','<div><span> Poor Dick and Sally. It’s cold and wet and they’re stuck in the house with nothing to do…until a giant cat in a hat shows up, transforming the dull day into a madcap adventure and almost wrecking the house in the process! This book will really help children learn to read. With his simple vocabulary, the good Doctor knew what he was doing—hear it, learn it, read it. This book is truly a classic that belongs in every home.\r\n</span></div>\r\n<span>\r\n</span>\r\n<div><span>Activity— Two sets of 30 rhyming game cards, one with English words and one with Spanish words are included in the literacy kit.</span></div>','',14.00,0,'pound',0.00,0.00,0,35,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:04:14'),(37,'The Cat in the Hat Dictionary by Dr. Seuss','<div><span> For those who have always wanted to say things like \"Mi madre es una gallina\" (\"My mother is a hen\") or \"Los zorrillos huelen mal\" (\"Skunks smell bad\"), this book is the answer to your dreams! After all, who wouldn\'t want to learn Spanish from the Cat in the Hat? Simple (and occasionally silly) English words and phrases are translated into Spanish, accompanied by the familiar Dr. Seussesque full-color cartoon drawings. For each letter there are several pages of illustrated terms, each separated into a box with a word in English, a picture, a sentence in English, and a translation of the sentence in Spanish. An easy pronunciation guide follows the A-through-Z dictionary for anyone who wants to go further and learn to speak as well as read Spanish. This is a tremendously fun and surprisingly useful glimpse into another language that can be used by parents and teachers introducing Spanish to English-speaking children or introducing English to Spanish-speaking children.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—A set of magnetic foam letters comes with a variety of suggestions for how to manipulate the letters to create new words to help your child increase his or her knowledge of phonics.</span>','',20.00,0,'pound',0.00,0.00,0,36,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:05:31'),(38,'Charlotte\'s Web by E.B. White','<div><span>An affectionate, sometimes bashful pig named Wilbur befriends a spider named Charlotte, who lives in the rafters above his pen. A prancing, playful character, Wilbur is devastated when he learns of the destiny planned for him. Determined to save her friend, Charlotte spins a web that reads \"Some Pig,\" convincing the farmer and surrounding community that Wilbur is no ordinary animal and should be saved. In this story of friendship, hardship, and the passing on into time, E.B. White reminds us to open our eyes to the wonder and miracle often found in the simplest of things. </span><span> </span></div>\r\n<span>\r\nActivity— Adjective card game.</span>','',12.00,0,'pound',0.00,0.00,0,37,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:06:50'),(39,'Chrysanthemum by Kevin Henkes','<div><span> She was a perfect baby and her parents chose a name to match--Chrysanthemum. She thought her name was “absolutely perfect” until the first day of kindergarten when she finds herself in a world of strange new names such as Sue, Bill, Max, Sam, and Joe. That would not have been so bad except for mean-spirited classmates who tormented her, sending her home in tears day after day. The class then learns that their popular music teacher not only has a whopper of a name herself—Delphinium—but also plans to name her expected baby the prettiest name she has heard—Chrysanthemum. Kevin Henkes’ illustrations are “absolutely perfect” for the story’s lighthearted and tender theme. This sensitive story will strike a chord with young children, particularly those who also have difficult or unfamiliar names.\r\n\r\n</span></div>\r\n<span>Activity—Alphabetizing the names of the mice with beautifully drawn illustrations. Two sets of game cards, one with English names and one with the Spanish names are included in the literacy kit. A suggested alternative activity is to classify the pictures of the mice.</span>','',11.00,0,'pound',0.00,0.00,0,38,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:09:14'),(40,'Click, Clack, Moo: Cows That Type by Doreen Cronin','<div><span>In this hilarious picture book, the cows find an old typewriter in the barn and begin typing out demands for Farmer Brown. The first letter asks for electric blankets and notes keep going back and forth until the cows go on strike. The duck acts as an impartial party to help work out a compromise and the exasperated farmer finally makes concessions, only to find that the cows are not the only ones who can type. Children and adults alike will cheer for the clever creatures that calmly and politely stand up for their rights. </span></div>\r\n<span>\r\nActivity— Use farm animals for estimating, sorting, making patterns, and creating and solving math problems.</span>','',0.00,0,'pound',0.00,0.00,0,39,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:11:01'),(41,'Corduroy by Don Freeman','<div><span> Corduroy is a small stuffed bear who has been on the department store shelf for a long time waiting for a home. As soon as Lisa sees him she knows he’s the bear she has always wanted. Her mother refuses to buy him as she has spent too much money that day and that he was missing a button. The little bear goes on an adventure throughout the store that night looking for his lost button. The next day the little girl comes back with her own money that she had saved to buy Corduroy. She takes Corduroy home where he discovers what a real home is like.\r\n\r\n</span></div>\r\n<span>Activity—Use buttons for a variety of activities such as counting, estimating, creating and solving math problems, and sorting buttons.</span>','',11.00,0,'pound',0.00,0.00,0,40,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:13:41'),(42,'Green Eggs and Ham by Dr. Seuss','<div><span> Dr. Seuss turns 50 simple words into magic in this time-honored classic. Sam-I-am won’t give up. He keeps trying to get the grumpy grown-up in the story to taste green eggs and ham. No matter how Sam-I-am presents the green eggs and ham (in a box, with a fox, in the rain, on a train), he just refuses to try them. Finally, Sam-I-am’s persistence pays off. A crowd of open-mouthed onlookers watch in suspense as the old grouch takes a bite. The old sourpuss’s face is all smiles as he gratefully acknowledges, “I do so like green eggs and ham. Thank you, thank you, Sam-I-am!”\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—Use 16 foam eggs of different sizes for activities such as sequencing them in order according to size, making designs with them, and a variety of math activities.</span>','',14.00,0,'pound',0.00,0.00,0,41,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:15:28'),(43,'The Hat by Jan Brett','<div><span> Hedgie the hedgehog discovers the wisdom of the adage, \"Don\'t go poking your nose where it doesn\'t belong\" only after curiosity gets this prickly fellow in a pickle. When Lisa\'s woolen stocking blows off the clothesline, Hedgie finds it and sticks his nose inside, only to discover his prickles prevent him from pulling out of it. Soon all the farm animals are coming around to chuckle at silly Hedgie\'s stocking hat. But in the end, nimble-witted Hedgie gets the last laugh. This magnificently illustrated book was the winner of the prestigious 1998 Boston Globe-Horn Book Award. Brett’s illustrations are done in her trademark style of highly detailed depictions of her characters and a creative use of borders, which are small illustrations foreshadowing what will happen next.\r\n</span></div>\r\n<span>\r\n</span> <span>Activity—A beautifully illustrated board game, a die, and foam pieces of clothing come together to create a game in which the players try to be the first to collect all eight pieces of clothing.</span>','',12.00,0,'pound',0.00,0.00,0,42,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:17:29'),(44,'The Keeping Quilt by Patricia Polacco','<div><span>In Patricia Polacco’s signature book, she narrates the true story of her family’s history from the time her great-grandmother came from Russia to her own family. The significance of this family quilt is highlighted throughout the generations with uses ranging from weddings, births, comfort, and playtime. Following this brightly colored quilt through four generations is the basis of this story. Customs and fashions change, but family is constant, visually linked by “the keeping quilt”.\r\n</span></div>\r\n<span>\r\nActivity—A memory game using beautiful designs.</span>','',11.00,0,'pound',0.00,0.00,0,43,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:18:39'),(45,'Swimmy by Leo Lionni','<div><span> Swimmy is the only little fish amongst his brothers and sisters who was born black instead of red. He also has the ability to swim faster than the rest of the fish and is able to out swim the big fish that comes to devour his family. Poor Swimmy is left all alone in the world, but his sadness doesn’t last long. He is in awe of the undersea world. When Swimmy stumbles across another group of small red fish, his quick thinking helps them band together to fight the larger fish in the sea. The lesson of the story is twofold. One is that when people care enough about each other and work together they can fight the big problems that face them. The other lesson is that being different, like Swimmy, can be a wonderful thing.\r\n\r\n</span></div>\r\n<div><span>Activity— Sorting and matching objects give children practice in seeing likenesses and differences. This activity gives children practice sorting and counting plastic sea animals as well as a variety of math activities.</span></div>','',11.00,0,'pound',0.00,0.00,0,44,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:19:55'),(46,'Tacky the Penguin by Helen Lester','<div><span> Tacky the Penguin is a total nonconformist who lives with a group of formal, proper penguins. But it is Tacky who foils the plans of three hunters who threaten the penguins. With his un-penguin-like behavior, Tacky puzzles the hunters to such an extent that they are firmly convinced that they cannot be in the “land of the pretty penguins”. This is a rollicking tale that clearly shows there are advantages to being an individual. This whimsical tale delights children and adults alike.\r\n\r\n</span></div>\r\n<span>Activity—Retell the story using a penguin puppet to contrast the movements of Tacky and the other proper penguins.</span>','',11.00,0,'pound',0.00,0.00,0,45,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:21:20'),(47,'Taking Care of My Teeth (Bilingual)','<div>Taking Care of My Teeth was written with dental health professionals to give families information on how to keep their teeth healthy. good dental health is a vital part of overall health. Learn what you can do to keep your teeth and gums healthy. The guide and game are full of valuable information about dental health.\r\n\r\n</div>\r\nActivity--a game of fifty cards (twenty-five in one set in English and twenty-five in a second set in Spanish) with questions about teeth and dental health on one side and the correct answers on the other.','',20.00,0,'pound',0.00,0.00,0,46,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-01 21:22:37'),(48,'Up, Down and Around by Katherine Ayres (English only)','<div>This is a story of two children who help plant a garden and learn about how some plants grow up into the air, some grow down into the ground, and some grow around vines. It is a cheerful story that is a pleasant introduction to planting and prepositions. In 2008, up, Down, and Around ws selected as the featured book in the Pennsylvania \"One book, Every Young Child\" program, a program designed to \"highlight the importance of early literacy development in preschoolers.\" In 2010, Up, Down, and Around was selected as the book for \"Kansas Reads to Preschoolers.\"</div>\r\n<div>Activity: Board game with vegetables to \"plant\" in a garden.</div>','',11.00,0,'pound',0.00,0.00,0,47,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-02 04:29:00'),(49,'The Vegetable Group','The Vegetable Group provides important information about this essential food group. It will help children and parents alike learn of the value of eating vegetables as part of a healthy life style, and will encourage kids of all ages to eat more vegetables. The guide gives you tips on how to easily incorporate more fruits and vegetables into your diet. Learn more about how vegetables are essential to your overall good health.\r\n\r\nActivity: Sorting fruits and vegetables with a variety of math activities and discussions about healthy eating.','',20.00,0,'pound',0.00,0.00,0,48,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-02 04:30:47'),(50,'Where the Wild Things Are by Maurice Sendak','<div><span> This is one of those truly rare books that can be enjoyed equally by children and grown-ups. Max dons his wolf suit in pursuit of some mischief and gets sent to bed without supper. Amazingly, a forest grows in his room, allowing his wild rampage to take place. Sendak’s colorful illustrations (perhaps his finest) are beautiful, winning him a Caldecott Award for his work in this book. The wild things, with their mismatched parts and giant eye, manage somehow to be scary-looking without ever really being scary. At times they are downright hilarious. This Sendak classic floats somewhere between the land of dreams and a child’s imagination.\r\n</span></div>\r\n<span>\r\nActivity—A memory matching game with number recognition as an additional teaching tool.</span>','',13.00,0,'pound',0.00,0.00,0,49,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-02 04:32:37'),(51,'Wiggle by Doreen Cronin','Do you wake up with a wiggle? Do you wiggle out of bed? For energetic toddlers (are there any who <em>aren\'t?</em>), here\'s a book that invites them to wiggle along with the story. Told in rollicky, wiggly rhyme that begs to be read again and again, Doreen Cronin\'s latest romp will have toddlers wiggling, giggling, and then (hopefully) falling into bed, blissfully exhausted!\r\n\r\nActivity—Ribbon wands.','',18.00,0,'pound',0.00,0.00,0,50,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-02 04:35:07'),(52,'Wilfrid Gordon McDonald Partridge by Mem Fox','<div><span>A small boy, Wilfrid Gordon McDonald Partridge, knows and likes all of the folks in the retirement home next door, but his favorite is 96-year-old Miss Nancy Alison Delacourt Cooper because she has four names, just like him. Everyone says Miss Nancy has lost her memory, and despite the fact that Wilfrid doesn\'t even know what a memory is, by accident helps her find it. The illustrations help to capture the story\'s warmth and sentiment.</span></div>\r\n<span>\r\nActivity— A memory game.</span>','',12.00,0,'pound',0.00,0.00,0,51,'0',0,'0',0.00,'0','0','1','1','0','0',NULL,0,'2010-11-02 04:36:49'); /*!40000 ALTER TABLE `wp_wpsc_product_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_order` -- DROP TABLE IF EXISTS `wp_wpsc_product_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_product_order` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `category_id` bigint(20) unsigned NOT NULL DEFAULT '0', `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `category_id` (`category_id`,`product_id`), KEY `order` (`order`) ) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_product_order` -- LOCK TABLES `wp_wpsc_product_order` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_order` DISABLE KEYS */; INSERT INTO `wp_wpsc_product_order` VALUES (1,1,1,0),(2,3,2,0),(3,5,3,0),(4,5,4,0),(5,3,5,0),(6,4,1,0),(7,7,5,0),(8,7,6,0),(9,7,7,0),(10,3,7,0),(11,3,8,0),(12,5,7,0),(13,3,9,0),(14,3,10,0),(15,3,11,0),(16,3,12,0),(17,3,13,0),(18,3,14,0),(19,3,15,0),(20,3,16,0),(21,3,17,0),(22,3,18,0),(23,3,19,0),(24,3,20,0),(25,3,21,0),(26,3,22,0),(27,3,23,0),(28,3,24,0),(29,3,25,0),(30,7,26,0),(31,3,26,0),(32,3,27,0),(33,7,28,0),(34,3,28,0),(35,3,29,0),(36,3,30,0),(37,3,31,0),(38,5,32,0),(39,5,33,0),(40,5,34,0),(41,5,35,0),(42,5,36,0),(43,5,37,0),(44,5,38,0),(45,5,39,0),(46,5,40,0),(47,5,41,0),(48,5,42,0),(49,5,43,0),(50,5,44,0),(51,5,45,0),(52,5,46,0),(53,5,47,0),(54,5,48,0),(55,5,49,0),(56,5,50,0),(57,5,51,0),(58,5,52,0),(59,7,51,0),(60,7,2,0),(61,7,22,0),(62,7,12,0),(63,7,33,0),(64,7,4,0),(65,7,34,0),(66,7,49,0),(67,7,47,0),(68,7,30,0); /*!40000 ALTER TABLE `wp_wpsc_product_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_product_rating` -- DROP TABLE IF EXISTS `wp_wpsc_product_rating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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`), KEY `rating_time` (`time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 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_product_variations` -- DROP TABLE IF EXISTS `wp_wpsc_product_variations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_product_variations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL DEFAULT '', `variation_association` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `variation_association` (`variation_association`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_product_variations` -- LOCK TABLES `wp_wpsc_product_variations` WRITE; /*!40000 ALTER TABLE `wp_wpsc_product_variations` DISABLE KEYS */; INSERT INTO `wp_wpsc_product_variations` VALUES (1,'Book Type',0); /*!40000 ALTER TABLE `wp_wpsc_product_variations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_productmeta` -- DROP TABLE IF EXISTS `wp_wpsc_productmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_productmeta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT '', `meta_value` longtext, `custom` varchar(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `product_id` (`product_id`), KEY `meta_key` (`meta_key`), KEY `custom` (`custom`) ) ENGINE=InnoDB AUTO_INCREMENT=618 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_productmeta` -- LOCK TABLES `wp_wpsc_productmeta` WRITE; /*!40000 ALTER TABLE `wp_wpsc_productmeta` DISABLE KEYS */; INSERT INTO `wp_wpsc_productmeta` VALUES (1,1,'url_name','jumprope','0'),(2,1,'sku','','0'),(3,1,'table_rate_price','','0'),(4,1,'custom_tax','','0'),(5,1,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(6,1,'merchant_notes','','0'),(7,1,'engraved','0','0'),(8,1,'can_have_uploaded_image','0','0'),(9,1,'external_link','','0'),(10,1,'unpublish_oos','0','0'),(11,2,'url_name','berenstain-bears-and-too-much-junk-food-literacy-kit-english-only','0'),(12,2,'sku','','0'),(13,2,'table_rate_price','','0'),(14,2,'custom_tax','','0'),(15,2,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(16,2,'merchant_notes','','0'),(17,2,'engraved','0','0'),(18,2,'can_have_uploaded_image','0','0'),(19,2,'external_link','','0'),(20,2,'unpublish_oos','0','0'),(21,2,'thumbnail_width','120','0'),(22,2,'thumbnail_height','120','0'),(23,2,'No.','114','1'),(25,3,'sku','','0'),(26,3,'table_rate_price','','0'),(27,3,'custom_tax','','0'),(28,3,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(29,3,'merchant_notes','','0'),(30,3,'engraved','0','0'),(31,3,'can_have_uploaded_image','0','0'),(32,3,'external_link','','0'),(33,3,'unpublish_oos','0','0'),(34,4,'url_name','berenstain-bears-and-too-much-junk-food-parent-pack-by-stan-jan-berenstain-english-only','0'),(35,4,'sku','','0'),(36,4,'table_rate_price','','0'),(37,4,'custom_tax','','0'),(38,4,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(39,4,'merchant_notes','','0'),(40,4,'engraved','0','0'),(41,4,'can_have_uploaded_image','0','0'),(42,4,'external_link','','0'),(43,4,'unpublish_oos','0','0'),(44,4,'thumbnail_width','96','0'),(45,4,'thumbnail_height','96','0'),(46,5,'url_name','being-active-literacy-kit','0'),(47,5,'sku','','0'),(48,5,'table_rate_price','','0'),(49,5,'custom_tax','','0'),(50,5,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(51,5,'merchant_notes','','0'),(52,5,'engraved','0','0'),(53,5,'can_have_uploaded_image','0','0'),(54,5,'external_link','','0'),(55,5,'unpublish_oos','0','0'),(56,5,'No.','115','1'),(57,5,'thumbnail_width','120','0'),(58,5,'thumbnail_height','120','0'),(60,6,'sku','','0'),(61,6,'table_rate_price','','0'),(62,6,'custom_tax','','0'),(63,6,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(64,6,'merchant_notes','','0'),(65,6,'engraved','0','0'),(66,6,'can_have_uploaded_image','0','0'),(67,6,'external_link','','0'),(68,6,'unpublish_oos','0','0'),(69,7,'url_name','healthy-snacks','0'),(70,7,'sku','','0'),(71,7,'table_rate_price','','0'),(72,7,'custom_tax','','0'),(73,7,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(74,7,'merchant_notes','','0'),(75,7,'engraved','0','0'),(76,7,'can_have_uploaded_image','0','0'),(77,7,'external_link','','0'),(78,7,'unpublish_oos','0','0'),(79,7,'thumbnail_width','120','0'),(80,7,'thumbnail_height','120','0'),(82,8,'sku','','0'),(83,8,'table_rate_price','','0'),(84,8,'custom_tax','','0'),(85,8,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(86,8,'merchant_notes','','0'),(87,8,'engraved','0','0'),(88,8,'can_have_uploaded_image','0','0'),(89,8,'external_link','','0'),(90,8,'unpublish_oos','0','0'),(91,9,'url_name','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst','0'),(92,9,'sku','','0'),(93,9,'table_rate_price','','0'),(94,9,'custom_tax','','0'),(95,9,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(96,9,'merchant_notes','','0'),(97,9,'engraved','0','0'),(98,9,'can_have_uploaded_image','0','0'),(99,9,'external_link','','0'),(100,9,'unpublish_oos','0','0'),(102,10,'sku','','0'),(103,10,'table_rate_price','','0'),(104,10,'custom_tax','','0'),(105,10,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(106,10,'merchant_notes','','0'),(107,10,'engraved','0','0'),(108,10,'can_have_uploaded_image','0','0'),(109,10,'external_link','','0'),(110,10,'unpublish_oos','0','0'),(112,11,'sku','','0'),(113,11,'table_rate_price','','0'),(114,11,'custom_tax','','0'),(115,11,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(116,11,'merchant_notes','','0'),(117,11,'engraved','0','0'),(118,11,'can_have_uploaded_image','0','0'),(119,11,'external_link','','0'),(120,11,'unpublish_oos','0','0'),(121,11,'thumbnail_width','120','0'),(122,11,'thumbnail_height','120','0'),(123,11,'url_name','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst1','0'),(124,9,'thumbnail_width','120','0'),(125,9,'thumbnail_height','120','0'),(126,12,'url_name','berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-english-only1','0'),(127,12,'sku','','0'),(128,12,'table_rate_price','','0'),(129,12,'custom_tax','','0'),(130,12,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(131,12,'merchant_notes','','0'),(132,12,'engraved','0','0'),(133,12,'can_have_uploaded_image','0','0'),(134,12,'external_link','','0'),(135,12,'unpublish_oos','0','0'),(136,12,'thumbnail_width','120','0'),(137,12,'thumbnail_height','120','0'),(138,13,'url_name','the-bully-blockers-club-by-teresa-bateman-english-only','0'),(139,13,'sku','','0'),(140,13,'table_rate_price','','0'),(141,13,'custom_tax','','0'),(142,13,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(143,13,'merchant_notes','','0'),(144,13,'engraved','0','0'),(145,13,'can_have_uploaded_image','0','0'),(146,13,'external_link','','0'),(147,13,'unpublish_oos','0','0'),(148,13,'thumbnail_width','120','0'),(149,13,'thumbnail_height','120','0'),(150,14,'url_name','the-cat-in-the-hat-by-dr-seuss','0'),(151,14,'sku','','0'),(152,14,'table_rate_price','','0'),(153,14,'custom_tax','','0'),(154,14,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(155,14,'merchant_notes','','0'),(156,14,'engraved','0','0'),(157,14,'can_have_uploaded_image','0','0'),(158,14,'external_link','','0'),(159,14,'unpublish_oos','0','0'),(160,14,'thumbnail_width','120','0'),(161,14,'thumbnail_height','120','0'),(162,15,'url_name','the-cat-in-the-hat-dictionary','0'),(163,15,'sku','','0'),(164,15,'table_rate_price','','0'),(165,15,'custom_tax','','0'),(166,15,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(167,15,'merchant_notes','','0'),(168,15,'engraved','0','0'),(169,15,'can_have_uploaded_image','0','0'),(170,15,'external_link','','0'),(171,15,'unpublish_oos','0','0'),(172,15,'thumbnail_width','120','0'),(173,15,'thumbnail_height','120','0'),(174,16,'url_name','charlottes-web-by-e-b-white','0'),(175,16,'sku','','0'),(176,16,'table_rate_price','','0'),(177,16,'custom_tax','','0'),(178,16,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(179,16,'merchant_notes','','0'),(180,16,'engraved','0','0'),(181,16,'can_have_uploaded_image','0','0'),(182,16,'external_link','','0'),(183,16,'unpublish_oos','0','0'),(184,16,'thumbnail_width','120','0'),(185,16,'thumbnail_height','120','0'),(186,17,'url_name','chrysanthemum-by-kevin-henkes','0'),(187,17,'sku','','0'),(188,17,'table_rate_price','','0'),(189,17,'custom_tax','','0'),(190,17,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(191,17,'merchant_notes','','0'),(192,17,'engraved','0','0'),(193,17,'can_have_uploaded_image','0','0'),(194,17,'external_link','','0'),(195,17,'unpublish_oos','0','0'),(196,17,'thumbnail_width','120','0'),(197,17,'thumbnail_height','120','0'),(198,18,'url_name','click-clack-moo-cows-that-type-by-doreen-cronin','0'),(199,18,'sku','','0'),(200,18,'table_rate_price','','0'),(201,18,'custom_tax','','0'),(202,18,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(203,18,'merchant_notes','','0'),(204,18,'engraved','0','0'),(205,18,'can_have_uploaded_image','0','0'),(206,18,'external_link','','0'),(207,18,'unpublish_oos','0','0'),(208,18,'thumbnail_width','120','0'),(209,18,'thumbnail_height','120','0'),(210,19,'url_name','corduroy-by-don-freeman','0'),(211,19,'sku','','0'),(212,19,'table_rate_price','','0'),(213,19,'custom_tax','','0'),(214,19,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(215,19,'merchant_notes','','0'),(216,19,'engraved','0','0'),(217,19,'can_have_uploaded_image','0','0'),(218,19,'external_link','','0'),(219,19,'unpublish_oos','0','0'),(220,19,'thumbnail_width','120','0'),(221,19,'thumbnail_height','120','0'),(222,20,'url_name','green-eggs-and-ham-by-dr-seuss','0'),(223,20,'sku','','0'),(224,20,'table_rate_price','','0'),(225,20,'custom_tax','','0'),(226,20,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(227,20,'merchant_notes','','0'),(228,20,'engraved','0','0'),(229,20,'can_have_uploaded_image','0','0'),(230,20,'external_link','','0'),(231,20,'unpublish_oos','0','0'),(232,20,'thumbnail_width','120','0'),(233,20,'thumbnail_height','120','0'),(234,21,'url_name','the-hat-by-jan-brett','0'),(235,21,'sku','','0'),(236,21,'table_rate_price','','0'),(237,21,'custom_tax','','0'),(238,21,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(239,21,'merchant_notes','','0'),(240,21,'engraved','0','0'),(241,21,'can_have_uploaded_image','0','0'),(242,21,'external_link','','0'),(243,21,'unpublish_oos','0','0'),(244,21,'thumbnail_width','120','0'),(245,21,'thumbnail_height','120','0'),(246,22,'url_name','healthy-snacks-bilingual','0'),(247,22,'sku','','0'),(248,22,'table_rate_price','','0'),(249,22,'custom_tax','','0'),(250,22,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(251,22,'merchant_notes','','0'),(252,22,'engraved','0','0'),(253,22,'can_have_uploaded_image','0','0'),(254,22,'external_link','','0'),(255,22,'unpublish_oos','0','0'),(256,22,'thumbnail_width','120','0'),(257,22,'thumbnail_height','120','0'),(258,23,'url_name','the-keeping-quilt-by-patricia-polacco','0'),(259,23,'sku','','0'),(260,23,'table_rate_price','','0'),(261,23,'custom_tax','','0'),(262,23,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(263,23,'merchant_notes','','0'),(264,23,'engraved','0','0'),(265,23,'can_have_uploaded_image','0','0'),(266,23,'external_link','','0'),(267,23,'unpublish_oos','0','0'),(268,23,'thumbnail_width','120','0'),(269,23,'thumbnail_height','120','0'),(270,24,'url_name','swimmy-by-leo-lionni','0'),(271,24,'sku','','0'),(272,24,'table_rate_price','','0'),(273,24,'custom_tax','','0'),(274,24,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(275,24,'merchant_notes','','0'),(276,24,'engraved','0','0'),(277,24,'can_have_uploaded_image','0','0'),(278,24,'external_link','','0'),(279,24,'unpublish_oos','0','0'),(280,24,'thumbnail_width','120','0'),(281,24,'thumbnail_height','120','0'),(282,25,'url_name','tacky-the-penguin-by-helen-lester','0'),(283,25,'sku','','0'),(284,25,'table_rate_price','','0'),(285,25,'custom_tax','','0'),(286,25,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(287,25,'merchant_notes','','0'),(288,25,'engraved','0','0'),(289,25,'can_have_uploaded_image','0','0'),(290,25,'external_link','','0'),(291,25,'unpublish_oos','0','0'),(292,25,'thumbnail_width','120','0'),(293,25,'thumbnail_height','120','0'),(294,26,'url_name','taking-care-of-my-teeth-bilingual','0'),(295,26,'sku','','0'),(296,26,'table_rate_price','','0'),(297,26,'custom_tax','','0'),(298,26,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(299,26,'merchant_notes','','0'),(300,26,'engraved','0','0'),(301,26,'can_have_uploaded_image','0','0'),(302,26,'external_link','','0'),(303,26,'unpublish_oos','0','0'),(304,26,'thumbnail_width','120','0'),(305,26,'thumbnail_height','120','0'),(306,27,'url_name','up-down-and-around-by-katherine-ayres-english-only','0'),(307,27,'sku','','0'),(308,27,'table_rate_price','','0'),(309,27,'custom_tax','','0'),(310,27,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(311,27,'merchant_notes','','0'),(312,27,'engraved','0','0'),(313,27,'can_have_uploaded_image','0','0'),(314,27,'external_link','','0'),(315,27,'unpublish_oos','0','0'),(316,27,'thumbnail_width','120','0'),(317,27,'thumbnail_height','120','0'),(318,28,'url_name','the-vegetable-group-bilingual','0'),(319,28,'sku','','0'),(320,28,'table_rate_price','','0'),(321,28,'custom_tax','','0'),(322,28,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(323,28,'merchant_notes','','0'),(324,28,'engraved','0','0'),(325,28,'can_have_uploaded_image','0','0'),(326,28,'external_link','','0'),(327,28,'unpublish_oos','0','0'),(328,28,'thumbnail_width','120','0'),(329,28,'thumbnail_height','120','0'),(330,29,'url_name','where-the-wild-things-are-by-maurice-sendak','0'),(331,29,'sku','','0'),(332,29,'table_rate_price','','0'),(333,29,'custom_tax','','0'),(334,29,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(335,29,'merchant_notes','','0'),(336,29,'engraved','0','0'),(337,29,'can_have_uploaded_image','0','0'),(338,29,'external_link','','0'),(339,29,'unpublish_oos','0','0'),(340,29,'thumbnail_width','120','0'),(341,29,'thumbnail_height','120','0'),(342,30,'url_name','wiggle-by-doreen-cronin','0'),(343,30,'sku','','0'),(344,30,'table_rate_price','','0'),(345,30,'custom_tax','','0'),(346,30,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(347,30,'merchant_notes','','0'),(348,30,'engraved','0','0'),(349,30,'can_have_uploaded_image','0','0'),(350,30,'external_link','','0'),(351,30,'unpublish_oos','0','0'),(352,30,'thumbnail_width','120','0'),(353,30,'thumbnail_height','120','0'),(354,31,'url_name','wilfrid-gordon-mcdonald-partridge-by-mem-fox-english-only','0'),(355,31,'sku','','0'),(356,31,'table_rate_price','','0'),(357,31,'custom_tax','','0'),(358,31,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(359,31,'merchant_notes','','0'),(360,31,'engraved','0','0'),(361,31,'can_have_uploaded_image','0','0'),(362,31,'external_link','','0'),(363,31,'unpublish_oos','0','0'),(364,31,'thumbnail_width','120','0'),(365,31,'thumbnail_height','120','0'),(366,32,'url_name','alexander-and-the-terrible-horrible-no-good-very-bad-day-by-judith-viorst2','0'),(367,32,'sku','','0'),(368,32,'table_rate_price','','0'),(369,32,'custom_tax','','0'),(370,32,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(371,32,'merchant_notes','','0'),(372,32,'engraved','0','0'),(373,32,'can_have_uploaded_image','0','0'),(374,32,'external_link','','0'),(375,32,'unpublish_oos','0','0'),(376,33,'url_name','being-active-parent-pack','0'),(377,33,'sku','','0'),(378,33,'table_rate_price','','0'),(379,33,'custom_tax','','0'),(380,33,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(381,33,'merchant_notes','','0'),(382,33,'engraved','0','0'),(383,33,'can_have_uploaded_image','0','0'),(384,33,'external_link','','0'),(385,33,'unpublish_oos','0','0'),(386,34,'url_name','berenstain-bears-and-too-much-tv-by-stan-and-jan-berenstain-english-only','0'),(387,34,'sku','','0'),(388,34,'table_rate_price','','0'),(389,34,'custom_tax','','0'),(390,34,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(391,34,'merchant_notes','','0'),(392,34,'engraved','0','0'),(393,34,'can_have_uploaded_image','0','0'),(394,34,'external_link','','0'),(395,34,'unpublish_oos','0','0'),(396,34,'thumbnail_width','120','0'),(397,34,'thumbnail_height','120','0'),(398,35,'url_name','the-bully-blockers-club-by-teresa-bateman1','0'),(399,35,'sku','','0'),(400,35,'table_rate_price','','0'),(401,35,'custom_tax','','0'),(402,35,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(403,35,'merchant_notes','','0'),(404,35,'engraved','0','0'),(405,35,'can_have_uploaded_image','0','0'),(406,35,'external_link','','0'),(407,35,'unpublish_oos','0','0'),(408,35,'thumbnail_width','120','0'),(409,35,'thumbnail_height','120','0'),(410,36,'url_name','the-cat-in-the-hat-by-dr-seuss1','0'),(411,36,'sku','','0'),(412,36,'table_rate_price','','0'),(413,36,'custom_tax','','0'),(414,36,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(415,36,'merchant_notes','','0'),(416,36,'engraved','0','0'),(417,36,'can_have_uploaded_image','0','0'),(418,36,'external_link','','0'),(419,36,'unpublish_oos','0','0'),(420,36,'thumbnail_width','120','0'),(421,36,'thumbnail_height','120','0'),(422,37,'url_name','the-cat-in-the-hat-dictionary-by-dr-seuss','0'),(423,37,'sku','','0'),(424,37,'table_rate_price','','0'),(425,37,'custom_tax','','0'),(426,37,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(427,37,'merchant_notes','','0'),(428,37,'engraved','0','0'),(429,37,'can_have_uploaded_image','0','0'),(430,37,'external_link','','0'),(431,37,'unpublish_oos','0','0'),(432,37,'thumbnail_width','120','0'),(433,37,'thumbnail_height','120','0'),(434,38,'url_name','charlottes-web-by-e-b-white1','0'),(435,38,'sku','','0'),(436,38,'table_rate_price','','0'),(437,38,'custom_tax','','0'),(438,38,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(439,38,'merchant_notes','','0'),(440,38,'engraved','0','0'),(441,38,'can_have_uploaded_image','0','0'),(442,38,'external_link','','0'),(443,38,'unpublish_oos','0','0'),(444,38,'thumbnail_width','120','0'),(445,38,'thumbnail_height','120','0'),(446,39,'url_name','chrysanthemum-by-kevin-henkes1','0'),(447,39,'sku','','0'),(448,39,'table_rate_price','','0'),(449,39,'custom_tax','','0'),(450,39,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(451,39,'merchant_notes','','0'),(452,39,'engraved','0','0'),(453,39,'can_have_uploaded_image','0','0'),(454,39,'external_link','','0'),(455,39,'unpublish_oos','0','0'),(456,39,'thumbnail_width','120','0'),(457,39,'thumbnail_height','120','0'),(458,40,'url_name','click-clack-moo-cows-that-type-by-doreen-cronin1','0'),(459,40,'sku','','0'),(460,40,'table_rate_price','','0'),(461,40,'custom_tax','','0'),(462,40,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(463,40,'merchant_notes','','0'),(464,40,'engraved','0','0'),(465,40,'can_have_uploaded_image','0','0'),(466,40,'external_link','','0'),(467,40,'unpublish_oos','0','0'),(468,40,'thumbnail_width','120','0'),(469,40,'thumbnail_height','120','0'),(470,41,'url_name','corduroy-by-don-freeman1','0'),(471,41,'sku','','0'),(472,41,'table_rate_price','','0'),(473,41,'custom_tax','','0'),(474,41,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(475,41,'merchant_notes','','0'),(476,41,'engraved','0','0'),(477,41,'can_have_uploaded_image','0','0'),(478,41,'external_link','','0'),(479,41,'unpublish_oos','0','0'),(480,41,'thumbnail_width','120','0'),(481,41,'thumbnail_height','120','0'),(482,42,'url_name','green-eggs-and-ham-by-dr-seuss1','0'),(483,42,'sku','','0'),(484,42,'table_rate_price','','0'),(485,42,'custom_tax','','0'),(486,42,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(487,42,'merchant_notes','','0'),(488,42,'engraved','0','0'),(489,42,'can_have_uploaded_image','0','0'),(490,42,'external_link','','0'),(491,42,'unpublish_oos','0','0'),(492,42,'thumbnail_width','120','0'),(493,42,'thumbnail_height','120','0'),(494,43,'url_name','the-hat-by-jan-brett1','0'),(495,43,'sku','','0'),(496,43,'table_rate_price','','0'),(497,43,'custom_tax','','0'),(498,43,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(499,43,'merchant_notes','','0'),(500,43,'engraved','0','0'),(501,43,'can_have_uploaded_image','0','0'),(502,43,'external_link','','0'),(503,43,'unpublish_oos','0','0'),(504,43,'thumbnail_width','120','0'),(505,43,'thumbnail_height','120','0'),(506,44,'url_name','the-keeping-quilt-by-patricia-polacco1','0'),(507,44,'sku','','0'),(508,44,'table_rate_price','','0'),(509,44,'custom_tax','','0'),(510,44,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(511,44,'merchant_notes','','0'),(512,44,'engraved','0','0'),(513,44,'can_have_uploaded_image','0','0'),(514,44,'external_link','','0'),(515,44,'unpublish_oos','0','0'),(516,44,'thumbnail_width','120','0'),(517,44,'thumbnail_height','120','0'),(518,45,'url_name','swimmy-by-leo-lionni1','0'),(519,45,'sku','','0'),(520,45,'table_rate_price','','0'),(521,45,'custom_tax','','0'),(522,45,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(523,45,'merchant_notes','','0'),(524,45,'engraved','0','0'),(525,45,'can_have_uploaded_image','0','0'),(526,45,'external_link','','0'),(527,45,'unpublish_oos','0','0'),(528,45,'thumbnail_width','120','0'),(529,45,'thumbnail_height','120','0'),(530,46,'url_name','tacky-the-penguin-by-helen-lester1','0'),(531,46,'sku','','0'),(532,46,'table_rate_price','','0'),(533,46,'custom_tax','','0'),(534,46,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(535,46,'merchant_notes','','0'),(536,46,'engraved','0','0'),(537,46,'can_have_uploaded_image','0','0'),(538,46,'external_link','','0'),(539,46,'unpublish_oos','0','0'),(540,46,'thumbnail_width','120','0'),(541,46,'thumbnail_height','120','0'),(542,47,'url_name','taking-care-of-my-teeth-bilingual1','0'),(543,47,'sku','','0'),(544,47,'table_rate_price','','0'),(545,47,'custom_tax','','0'),(546,47,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(547,47,'merchant_notes','','0'),(548,47,'engraved','0','0'),(549,47,'can_have_uploaded_image','0','0'),(550,47,'external_link','','0'),(551,47,'unpublish_oos','0','0'),(552,47,'thumbnail_width','120','0'),(553,47,'thumbnail_height','120','0'),(554,48,'url_name','up-down-and-around-by-katherine-ayres-english-only1','0'),(555,48,'sku','','0'),(556,48,'table_rate_price','','0'),(557,48,'custom_tax','','0'),(558,48,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(559,48,'merchant_notes','','0'),(560,48,'engraved','0','0'),(561,48,'can_have_uploaded_image','0','0'),(562,48,'external_link','','0'),(563,48,'unpublish_oos','0','0'),(564,48,'thumbnail_width','120','0'),(565,48,'thumbnail_height','120','0'),(566,49,'url_name','the-vegetable-group','0'),(567,49,'sku','','0'),(568,49,'table_rate_price','','0'),(569,49,'custom_tax','','0'),(570,49,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(571,49,'merchant_notes','','0'),(572,49,'engraved','0','0'),(573,49,'can_have_uploaded_image','0','0'),(574,49,'external_link','','0'),(575,49,'unpublish_oos','0','0'),(576,49,'thumbnail_width','120','0'),(577,49,'thumbnail_height','120','0'),(578,50,'url_name','where-the-wild-things-are-by-maurice-sendak1','0'),(579,50,'sku','','0'),(580,50,'table_rate_price','','0'),(581,50,'custom_tax','','0'),(582,50,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(583,50,'merchant_notes','','0'),(584,50,'engraved','0','0'),(585,50,'can_have_uploaded_image','0','0'),(586,50,'external_link','','0'),(587,50,'unpublish_oos','0','0'),(588,50,'thumbnail_width','120','0'),(589,50,'thumbnail_height','120','0'),(590,51,'url_name','wiggle-by-doreen-cronin1','0'),(591,51,'sku','','0'),(592,51,'table_rate_price','','0'),(593,51,'custom_tax','','0'),(594,51,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(595,51,'merchant_notes','','0'),(596,51,'engraved','0','0'),(597,51,'can_have_uploaded_image','0','0'),(598,51,'external_link','','0'),(599,51,'unpublish_oos','0','0'),(600,51,'thumbnail_width','120','0'),(601,51,'thumbnail_height','120','0'),(602,52,'url_name','wilfrid-gordon-mcdonald-partridge-by-mem-fox1','0'),(603,52,'sku','','0'),(604,52,'table_rate_price','','0'),(605,52,'custom_tax','','0'),(606,52,'dimensions','a:6:{s:6:\"height\";s:0:\"\";s:11:\"height_unit\";s:2:\"in\";s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"in\";s:6:\"length\";s:0:\"\";s:11:\"length_unit\";s:2:\"in\";}','0'),(607,52,'merchant_notes','','0'),(608,52,'engraved','0','0'),(609,52,'can_have_uploaded_image','0','0'),(610,52,'external_link','','0'),(611,52,'unpublish_oos','0','0'),(612,52,'thumbnail_width','120','0'),(613,52,'thumbnail_height','120','0'),(614,33,'thumbnail_width','120','0'),(615,33,'thumbnail_height','120','0'),(616,32,'thumbnail_width','120','0'),(617,32,'thumbnail_height','120','0'); /*!40000 ALTER TABLE `wp_wpsc_productmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_purchase_logs` -- DROP TABLE IF EXISTS `wp_wpsc_purchase_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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`), KEY `date` (`date`), KEY `processed_and_date` (`processed`,`date`) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8; /*!40101 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 */; INSERT INTO `wp_wpsc_purchase_logs` VALUES (8,103.50,0,'7171292964017','','',2,0,'1292964017','paypal_multiple','US','US',6.50,'0','0',0.00,'','','29','29','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(9,82.00,0,'4231292964669','','',2,0,'1292964669','paypal_multiple','US','US',5.00,'0','0',0.00,'','','29','29','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(28,496.00,0,'1111306172676','','',2,0,'1306172676','wpsc_merchant_paypal_standard','US','US',30.00,'0','0',0.00,'','','48','48','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(29,496.00,0,'5871306172701','','',2,0,'1306172701','wpsc_merchant_paypal_standard','US','US',30.00,'0','0',0.00,'','','48','48','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(30,496.00,0,'9491306172754','','',2,0,'1306172754','wpsc_merchant_paypal_standard','US','US',30.00,'0','0',0.00,'','','48','48','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(31,496.00,0,'2961306172826','','',2,0,'1306172826','wpsc_merchant_paypal_standard','US','US',30.00,'0','0',0.00,'','','48','48','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(32,166.00,0,'4081306174227','7P1723489X590280A','',3,0,'1306174227','wpsc_merchant_paypal_standard','US','US',10.00,'1','0',0.00,'','','48','48','','','tablerate','Table Rate',NULL,'3.8.4',NULL,NULL,NULL),(35,0.00,0,'2421309499910','','',1,0,'1309499910','wpsc_merchant_paypal_standard','US','US',0.00,'0','0',0.00,'','','40','40','','','','',NULL,'3.8.4',NULL,0.00,0.00),(36,273.00,0,'4781323205797','','',1,0,'1323205797','wpsc_merchant_paypal_standard','US','US',17.00,'0','0',0.00,'','','40','40','','','tablerate','Table Rate',NULL,'3.8.7.1',NULL,0.00,0.00),(37,271.00,0,'3471327595261','','',1,0,'1327595261','wpsc_merchant_paypal_standard','US','US',17.00,'0','0',0.00,'','','40','40','','','tablerate','Table Rate',NULL,'3.8.7.1',NULL,0.00,0.00),(38,0.00,0,'2271327950342','','',1,0,'1327950342','wpsc_merchant_paypal_standard','US','US',0.00,'0','0',0.00,'','','40','40','','','','',NULL,'3.8.7.1',NULL,0.00,0.00),(39,16.00,0,'1221328738538','','',1,0,'1328738538','wpsc_merchant_paypal_standard','US','US',5.00,'0','0',0.00,'','','40','40','','','tablerate','Table Rate',NULL,'3.8.7.1',NULL,0.00,0.00),(40,81.50,0,'5051518188771','1WU30770VH594603U','',3,0,'1518188771','wpsc_merchant_paypal_standard','','US',5.00,'1','0',0.00,'','','','','','0.000000','tablerate','Table Rate',NULL,'3.11.3',NULL,0.00,0.00); /*!40000 ALTER TABLE `wp_wpsc_purchase_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_purchase_meta` -- DROP TABLE IF EXISTS `wp_wpsc_purchase_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_purchase_meta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `wpsc_purchase_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 `wpsc_purchase_id` (`wpsc_purchase_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`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_purchase_meta` -- LOCK TABLES `wp_wpsc_purchase_meta` WRITE; /*!40000 ALTER TABLE `wp_wpsc_purchase_meta` DISABLE KEYS */; INSERT INTO `wp_wpsc_purchase_meta` VALUES (1,40,'visitor_id','73249','2018-02-09 15:06:12'); /*!40000 ALTER TABLE `wp_wpsc_purchase_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_purchase_statuses` -- DROP TABLE IF EXISTS `wp_wpsc_purchase_statuses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_purchase_statuses` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL DEFAULT '', `active` varchar(1) NOT NULL DEFAULT '0', `colour` varchar(6) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_purchase_statuses` -- LOCK TABLES `wp_wpsc_purchase_statuses` WRITE; /*!40000 ALTER TABLE `wp_wpsc_purchase_statuses` DISABLE KEYS */; INSERT INTO `wp_wpsc_purchase_statuses` VALUES (1,'Order Received','1',''),(2,'Accepted Payment','1',''),(3,'Job Dispatched','1',''),(4,'Closed Order','1',''); /*!40000 ALTER TABLE `wp_wpsc_purchase_statuses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_region_tax` -- DROP TABLE IF EXISTS `wp_wpsc_region_tax`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; /*!40101 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','YT',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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 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=InnoDB AUTO_INCREMENT=717 DEFAULT CHARSET=utf8; /*!40101 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 */; INSERT INTO `wp_wpsc_submited_form_data` VALUES (118,8,2,'Misti '),(119,8,3,'Hight'),(120,8,18,'Seaman USD 345'),(121,8,4,'5747 NW Topeka Blvd'),(122,8,5,'Topeka'),(123,8,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"29\";}'),(124,8,7,'66617'),(125,8,17,'7858060649'),(126,8,19,''),(127,8,8,'mylittlescholar@gmail.com'),(128,8,20,''),(129,8,10,'Misti'),(130,8,11,'Hight'),(131,8,12,''),(132,8,13,'Topeka'),(133,8,14,'29'),(134,8,15,'US'),(135,8,16,'66617'),(136,9,2,'Misti '),(137,9,3,'Hight'),(138,9,18,'Seaman USD 345'),(139,9,4,'5747 NW Topeka Blvd'),(140,9,5,'Topeka'),(141,9,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"29\";}'),(142,9,7,'66617'),(143,9,17,'7858060649'),(144,9,19,''),(145,9,8,'mylittlescholar@gmail.com'),(146,9,20,''),(147,9,10,'Misti'),(148,9,11,'Hight'),(149,9,12,''),(150,9,13,'Topeka'),(151,9,14,'29'),(152,9,15,'US'),(153,9,16,'66617'),(478,28,2,'Robin'),(479,28,3,'Richard'),(480,28,18,'Dominican Learning Center'),(481,28,4,'1111 E. Stewart Ave.\r\n'),(482,28,5,'Columbus'),(483,28,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"48\";}'),(484,28,7,'43206'),(485,28,17,'614-444-7330 Ext. 4'),(486,28,19,''),(487,28,8,'rrichardop@yahoo.com'),(488,28,20,''),(489,28,10,'Robin'),(490,28,11,'Richard'),(491,28,12,'Dominican Learning Center\r\n1111 E. Stewart Ave.\r\n'),(492,28,13,'Columbus'),(493,28,14,'48'),(494,28,15,'US'),(495,28,16,'43206'),(496,29,2,'Robin'),(497,29,3,'Richard'),(498,29,18,'Dominican Learning Center'),(499,29,4,'1111 E. Stewart Ave.\r\n'),(500,29,5,'Columbus'),(501,29,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"48\";}'),(502,29,7,'43206'),(503,29,17,'614-444-7330 Ext. 4'),(504,29,19,''),(505,29,8,'rrichardop@yahoo.com'),(506,29,20,''),(507,29,10,'Robin'),(508,29,11,'Richard'),(509,29,12,'Dominican Learning Center\r\n1111 E. Stewart Ave.\r\n'),(510,29,13,'Columbus'),(511,29,14,'48'),(512,29,15,'US'),(513,29,16,'43206'),(514,30,2,'Robin'),(515,30,3,'Richard'),(516,30,18,'Dominican Learning Center'),(517,30,4,'1111 E. Stewart Ave.\r\n'),(518,30,5,'Columbus'),(519,30,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"48\";}'),(520,30,7,'43206'),(521,30,17,'614-444-7330 Ext. 4'),(522,30,19,''),(523,30,8,'rrichardop@yahoo.com'),(524,30,20,''),(525,30,10,'Robin'),(526,30,11,'Richard'),(527,30,12,'Dominican Learning Center\r\n1111 E. Stewart Ave.\r\n'),(528,30,13,'Columbus'),(529,30,14,'48'),(530,30,15,'US'),(531,30,16,'43206'),(532,31,2,'Robin'),(533,31,3,'Richard'),(534,31,18,'Dominican Learning Center'),(535,31,4,'1111 E. Stewart Ave.\r\n'),(536,31,5,'Columbus'),(537,31,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"48\";}'),(538,31,7,'43206'),(539,31,17,'614-444-7330 Ext. 4'),(540,31,19,''),(541,31,8,'rrichardop@yahoo.com'),(542,31,20,''),(543,31,10,'Robin'),(544,31,11,'Richard'),(545,31,12,'Dominican Learning Center\r\n1111 E. Stewart Ave.\r\n'),(546,31,13,'Columbus'),(547,31,14,'48'),(548,31,15,'US'),(549,31,16,'43206'),(550,32,2,'Robin'),(551,32,3,'Richard'),(552,32,18,'Dominican Learning Center'),(553,32,4,'1111 E. Stewart Ave.'),(554,32,5,'Columbus'),(555,32,6,'a:2:{i:0;s:2:\"US\";i:1;s:2:\"48\";}'),(556,32,7,'43206'),(557,32,17,'614-444-7330 Ext. 4'),(558,32,19,''),(559,32,8,'rrichardop@yahoo.com'),(560,32,20,''),(561,32,10,'Robin'),(562,32,11,'Richard'),(563,32,12,'1111 E. Stewart Ave.'),(564,32,13,'Columbus'),(565,32,14,'48'),(566,32,15,'US'),(567,32,16,'43206'),(604,35,2,'Sue'),(605,35,3,'Fjelstad'),(606,35,18,'Bellevue Public Schools'),(607,35,4,'Bertha Barber School\r\n1402 Main St'),(608,35,5,'Bellevue'),(609,35,6,'US'),(610,35,7,'68005'),(611,35,17,'402-293-4560'),(612,35,19,'402-293-5704'),(613,35,8,'suefjelstad@hotmail.com'),(614,35,20,'TBA'),(615,35,10,'Sue'),(616,35,11,'Fjelstad'),(617,35,12,'Bertha Barber School\r\n1402 Main St'),(618,35,13,'Bellevue'),(619,35,15,'US'),(620,35,16,'68005'),(621,35,14,'40'),(622,35,0,'40'),(623,36,2,'Arlana '),(624,36,3,'Whitney'),(625,36,18,'Bellevue Public Schools'),(626,36,4,'1400 Sunbury Drive\r\n'),(627,36,5,'Bellevue'),(628,36,6,'US'),(629,36,7,'68005'),(630,36,17,'402-293-4845'),(631,36,19,'402-293-5721'),(632,36,8,'twinridgeelementary@hotmail.com'),(633,36,20,'PO158319'),(634,36,10,'Arlana '),(635,36,11,'Whitney'),(636,36,12,'1400 Sunbury Drive\r\n'),(637,36,13,'Bellevue'),(638,36,15,'US'),(639,36,16,'68005'),(640,36,14,'40'),(641,36,0,'40'),(642,37,2,'Bobbie '),(643,37,3,'Mitchell'),(644,37,18,'Bellevue Public Schools - Central'),(645,37,4,'510 W. 22nd Ave.'),(646,37,5,'Bellevue'),(647,37,6,'US'),(648,37,7,'68005'),(649,37,17,'402-293-4685'),(650,37,19,'402-293-5710'),(651,37,8,'centralelementary@live.com'),(652,37,20,'160033'),(653,37,10,'Bobbie '),(654,37,11,'Mitchell'),(655,37,12,'510 W. 22nd Ave.'),(656,37,13,'Bellevue'),(657,37,15,'US'),(658,37,16,'68005'),(659,37,14,'40'),(660,37,0,'40'),(661,38,2,'Judy'),(662,38,3,'Guenzel'),(663,38,18,''),(664,38,4,'3520 Hanson Drive'),(665,38,5,'Lincoln'),(666,38,6,'US'),(667,38,7,'68502'),(668,38,17,'402-423-6941'),(669,38,19,''),(670,38,8,'judy@learningconnectionsweb.com'),(671,38,20,'1234'),(672,38,10,'Judy'),(673,38,11,'Guenzel'),(674,38,12,'3520 Hanson Drive'),(675,38,13,'Lincoln'),(676,38,15,'US'),(677,38,16,'68502'),(678,38,14,'40'),(679,38,0,'40'),(680,39,2,'Diane'),(681,39,3,'Miller'),(682,39,18,''),(683,39,4,'21521 Van Dorn'),(684,39,5,'Eagle'),(685,39,6,'US'),(686,39,7,'68347'),(687,39,17,'402-781-2070'),(688,39,19,''),(689,39,8,'diane.miller55@gmail.com'),(690,39,20,'12082012'),(691,39,10,'Diane'),(692,39,11,'Miller'),(693,39,12,'21521 Van Dorn'),(694,39,13,'Eagle'),(695,39,15,'US'),(696,39,16,'68347'),(697,39,14,'40'),(698,39,0,'40'),(699,40,2,'W Bourban Elem'),(700,40,3,'Acct 1'),(701,40,18,'USD 235'),(702,40,4,'601 5th Street'),(703,40,5,'Uniontown'),(704,40,6,'US'),(705,40,7,'66779'),(706,40,17,'620-756-4301'),(707,40,19,''),(708,40,8,'dpollock@uniontown235.org'),(709,40,20,''),(710,40,10,'Delta'),(711,40,11,'Pollock'),(712,40,12,'602 5th Street'),(713,40,13,'Uniontown'),(714,40,14,'29'),(715,40,15,'US'),(716,40,16,'66779'); /*!40000 ALTER TABLE `wp_wpsc_submited_form_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_variation_assoc` -- DROP TABLE IF EXISTS `wp_wpsc_variation_assoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_variation_assoc` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(64) NOT NULL DEFAULT '', `name` varchar(128) NOT NULL DEFAULT '', `associated_id` bigint(20) unsigned NOT NULL DEFAULT '0', `variation_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `associated_id` (`associated_id`), KEY `variation_id` (`variation_id`) ) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_variation_assoc` -- LOCK TABLES `wp_wpsc_variation_assoc` WRITE; /*!40000 ALTER TABLE `wp_wpsc_variation_assoc` DISABLE KEYS */; INSERT INTO `wp_wpsc_variation_assoc` VALUES (3,'product','',7,1),(4,'product','',11,1),(19,'product','',33,1),(20,'product','',35,1),(21,'product','',36,1),(22,'product','',38,1),(23,'product','',39,1),(24,'product','',40,1),(25,'product','',41,1),(26,'product','',42,1),(27,'product','',43,1),(28,'product','',44,1),(29,'product','',45,1),(30,'product','',46,1),(31,'product','',49,1),(32,'product','',50,1),(33,'product','',51,1),(34,'product','',52,1),(35,'product','',32,1),(41,'product','',30,1),(42,'product','',31,1); /*!40000 ALTER TABLE `wp_wpsc_variation_assoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_variation_combinations` -- DROP TABLE IF EXISTS `wp_wpsc_variation_combinations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_variation_combinations` ( `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `priceandstock_id` bigint(20) unsigned NOT NULL DEFAULT '0', `value_id` bigint(20) unsigned NOT NULL DEFAULT '0', `variation_id` bigint(20) unsigned NOT NULL DEFAULT '0', `all_variation_ids` varchar(64) NOT NULL DEFAULT '', KEY `product_id` (`product_id`), KEY `priceandstock_id` (`priceandstock_id`), KEY `value_id` (`value_id`), KEY `variation_id` (`variation_id`), KEY `all_variation_ids` (`all_variation_ids`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_variation_combinations` -- LOCK TABLES `wp_wpsc_variation_combinations` WRITE; /*!40000 ALTER TABLE `wp_wpsc_variation_combinations` DISABLE KEYS */; INSERT INTO `wp_wpsc_variation_combinations` VALUES (7,1,1,1,'1'),(7,2,2,1,'1'),(7,3,3,1,'1'),(11,4,4,1,'1'),(11,5,5,1,'1'),(9,6,4,1,'1'),(9,7,5,1,'1'),(12,8,5,1,'1'),(13,9,5,1,'1'),(14,10,1,1,'1'),(14,11,3,1,'1'),(15,12,3,1,'1'),(16,13,5,1,'1'),(17,14,4,1,'1'),(17,15,5,1,'1'),(18,16,4,1,'1'),(18,17,5,1,'1'),(19,18,4,1,'1'),(19,19,5,1,'1'),(20,20,6,1,'1'),(20,21,7,1,'1'),(21,22,4,1,'1'),(21,23,5,1,'1'),(22,24,8,1,'1'),(23,25,4,1,'1'),(23,26,5,1,'1'),(7,27,5,1,'1'),(33,28,3,1,'1'),(33,29,5,1,'1'),(35,30,5,1,'1'),(36,31,3,1,'1'),(36,32,5,1,'1'),(36,33,9,1,'1'),(38,34,4,1,'1'),(38,35,5,1,'1'),(39,36,4,1,'1'),(39,37,5,1,'1'),(39,38,9,1,'1'),(39,39,13,1,'1'),(40,40,4,1,'1'),(40,41,5,1,'1'),(40,42,9,1,'1'),(40,43,13,1,'1'),(41,44,4,1,'1'),(41,45,5,1,'1'),(41,46,9,1,'1'),(42,47,5,1,'1'),(42,48,6,1,'1'),(42,49,7,1,'1'),(42,50,9,1,'1'),(43,51,4,1,'1'),(43,52,5,1,'1'),(43,53,6,1,'1'),(44,54,4,1,'1'),(44,55,5,1,'1'),(45,56,4,1,'1'),(45,57,5,1,'1'),(46,58,4,1,'1'),(46,59,5,1,'1'),(46,60,9,1,'1'),(49,61,3,1,'1'),(49,62,5,1,'1'),(50,63,4,1,'1'),(50,64,5,1,'1'),(50,65,9,1,'1'),(51,66,4,1,'1'),(51,67,5,1,'1'),(52,68,5,1,'1'),(52,69,9,1,'1'),(32,70,4,1,'1'),(32,71,5,1,'1'),(32,72,9,1,'1'),(31,73,1,1,'1'),(31,74,5,1,'1'),(2,75,5,1,'1'),(33,76,14,1,'1'),(33,77,15,1,'1'),(33,78,16,1,'1'),(51,79,6,1,'1'),(51,80,7,1,'1'),(30,81,1,1,'1'),(7,82,17,1,'1'),(32,83,18,1,'1'),(39,84,19,1,'1'),(38,85,18,1,'1'),(40,86,20,1,'1'),(41,87,18,1,'1'),(45,88,18,1,'1'),(46,89,18,1,'1'),(36,90,21,1,'1'),(44,91,18,1,'1'),(49,92,17,1,'1'),(50,93,18,1,'1'),(43,94,15,1,'1'),(43,95,22,1,'1'); /*!40000 ALTER TABLE `wp_wpsc_variation_combinations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_variation_properties` -- DROP TABLE IF EXISTS `wp_wpsc_variation_properties`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_variation_properties` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `stock` bigint(20) unsigned NOT NULL DEFAULT '0', `price` decimal(11,2) NOT NULL DEFAULT '0.00', `weight` varchar(64) DEFAULT '', `weight_unit` varchar(10) NOT NULL DEFAULT '', `visibility` varchar(1) NOT NULL DEFAULT '1', `file` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `product_id` (`product_id`) ) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_variation_properties` -- LOCK TABLES `wp_wpsc_variation_properties` WRITE; /*!40000 ALTER TABLE `wp_wpsc_variation_properties` DISABLE KEYS */; INSERT INTO `wp_wpsc_variation_properties` VALUES (1,7,0,20.00,'0','pound','1',0),(2,7,0,12.00,'0','pound','1',0),(3,7,0,20.00,'0','pound','1',0),(4,11,0,44.95,'0','pound','1',0),(5,11,0,44.95,'0','pound','1',0),(6,9,0,44.95,'0','pound','1',0),(7,9,0,44.95,'0','pound','1',0),(8,12,0,39.95,'0','pound','1',0),(9,13,0,39.95,'0','pound','1',0),(10,14,0,44.95,'0','pound','1',0),(11,14,0,44.95,'0','pound','1',0),(12,15,0,44.95,'0','pound','1',0),(13,16,0,44.95,'0','pound','1',0),(14,17,0,44.95,'0','pound','1',0),(15,17,0,44.95,'0','pound','1',0),(16,18,0,44.95,'0','pound','1',0),(17,18,0,44.95,'0','pound','1',0),(18,19,0,44.95,'0','pound','1',0),(19,19,0,44.95,'0','pound','1',0),(20,20,0,44.95,'0','pound','1',0),(21,20,0,44.95,'0','pound','1',0),(22,21,0,44.95,'0','pound','1',0),(23,21,0,44.95,'0','pound','1',0),(24,22,0,44.95,'0','pound','1',0),(25,23,0,44.95,'0','pound','1',0),(26,23,0,44.95,'0','pound','1',0),(27,7,0,12.00,'0','pound','1',0),(28,33,0,20.00,'0','pound','1',0),(29,33,0,11.00,'0','pound','1',0),(30,35,0,10.00,'0','pound','1',0),(31,36,0,14.00,'0','pound','1',0),(32,36,0,10.00,'0','pound','1',0),(33,36,0,10.00,'0','pound','1',0),(34,38,0,12.00,'0','pound','1',0),(35,38,0,12.00,'0','pound','1',0),(36,39,0,13.00,'0','pound','1',0),(37,39,0,11.00,'0','pound','1',0),(38,39,0,10.00,'0','pound','1',0),(39,39,0,10.00,'0','pound','1',0),(40,40,0,12.00,'0','pound','1',0),(41,40,0,11.00,'0','pound','1',0),(42,40,0,10.00,'0','pound','1',0),(43,40,0,10.00,'0','pound','1',0),(44,41,0,11.00,'0','pound','1',0),(45,41,0,11.00,'0','pound','1',0),(46,41,0,10.00,'0','pound','1',0),(47,42,0,9.00,'0','pound','1',0),(48,42,0,13.00,'0','pound','1',0),(49,42,0,14.00,'0','pound','1',0),(50,42,0,10.00,'0','pound','1',0),(51,43,0,12.00,'0','pound','1',0),(52,43,0,12.00,'0','pound','1',0),(53,43,0,18.00,'0','pound','1',0),(54,44,0,11.00,'0','pound','1',0),(55,44,0,11.00,'0','pound','1',0),(56,45,0,11.00,'0','pound','1',0),(57,45,0,11.00,'0','pound','1',0),(58,46,0,11.00,'0','pound','1',0),(59,46,0,11.00,'0','pound','1',0),(60,46,0,10.00,'0','pound','1',0),(61,49,0,20.00,'0','pound','1',0),(62,49,0,12.00,'0','pound','1',0),(63,50,0,13.00,'0','pound','1',0),(64,50,0,13.00,'0','pound','1',0),(65,50,0,10.00,'0','pound','1',0),(66,51,0,18.00,'0','pound','1',0),(67,51,0,18.00,'0','pound','1',0),(68,52,0,12.00,'0','pound','1',0),(69,52,0,10.00,'0','pound','1',0),(70,32,0,11.00,'0','pound','1',0),(71,32,0,11.00,'0','pound','1',0),(72,32,0,10.00,'0','pound','1',0),(73,31,0,44.95,'0','pound','1',0),(74,31,0,44.95,'0','pound','1',0),(75,2,0,39.95,'0','pound','1',0),(76,33,0,20.00,'0','pound','1',0),(77,33,0,11.00,'0','pound','1',0),(78,33,0,20.00,'0','pound','1',0),(79,51,0,18.00,'0','pound','1',0),(80,51,0,18.00,'0','pound','1',0),(81,30,0,44.95,'0','pound','1',0),(82,7,0,20.00,'0','pound','1',0),(83,32,0,11.00,'0','pound','1',0),(84,39,0,11.00,'0','pound','1',0),(85,38,0,12.00,'0','pound','1',0),(86,40,0,12.00,'0','pound','1',0),(87,41,0,11.00,'0','pound','1',0),(88,45,0,11.00,'0','pound','1',0),(89,46,0,11.00,'0','pound','1',0),(90,36,0,14.00,'0','pound','1',0),(91,44,0,11.00,'0','pound','1',0),(92,49,0,20.00,'0','pound','1',0),(93,50,0,13.00,'0','pound','1',0),(94,43,0,0.01,'0','pound','1',0),(95,43,0,12.00,'0','pound','1',0); /*!40000 ALTER TABLE `wp_wpsc_variation_properties` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_variation_values` -- DROP TABLE IF EXISTS `wp_wpsc_variation_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_variation_values` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL DEFAULT '', `variation_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `variation_id` (`variation_id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_variation_values` -- LOCK TABLES `wp_wpsc_variation_values` WRITE; /*!40000 ALTER TABLE `wp_wpsc_variation_values` DISABLE KEYS */; INSERT INTO `wp_wpsc_variation_values` VALUES (1,'Hardcover',1),(2,'Paperback',1),(3,'Hardcover Billingual',1),(4,'Paperback Spanish',1),(5,'Paperback English',1),(6,'Hardcover English',1),(7,'Hardcover Spanish',1),(8,'Paperback Billingual',1),(9,'English CD',1),(13,'Spanish CD',1),(14,'Blank',1),(15,'English Paperback',1),(16,'Hardcover Billingual (Add $9.00)',1),(17,'Hardcover Billingual (Add $8.00)',1),(18,'Paperback Spanish',1),(19,'Paperback Spanish (Add $2)',1),(20,'Paperback Spanish (Add $1)',1),(21,'Hardcover Billingual (Add $4.00)',1),(22,'Hardcover English (Add $8)',1); /*!40000 ALTER TABLE `wp_wpsc_variation_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_variation_values_assoc` -- DROP TABLE IF EXISTS `wp_wpsc_variation_values_assoc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_variation_values_assoc` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint(20) unsigned NOT NULL DEFAULT '0', `value_id` bigint(20) unsigned NOT NULL DEFAULT '0', `visible` varchar(1) NOT NULL DEFAULT '0', `variation_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `product_id` (`product_id`,`value_id`,`variation_id`) ) ENGINE=InnoDB AUTO_INCREMENT=425 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_variation_values_assoc` -- LOCK TABLES `wp_wpsc_variation_values_assoc` WRITE; /*!40000 ALTER TABLE `wp_wpsc_variation_values_assoc` DISABLE KEYS */; INSERT INTO `wp_wpsc_variation_values_assoc` VALUES (13,7,1,'0',1),(14,7,2,'0',1),(15,7,3,'0',1),(16,7,4,'0',1),(17,7,5,'1',1),(18,7,6,'0',1),(19,7,7,'0',1),(20,7,8,'0',1),(21,7,9,'0',1),(22,11,1,'0',1),(23,11,2,'0',1),(24,11,3,'0',1),(25,11,4,'1',1),(26,11,5,'1',1),(27,11,6,'0',1),(28,11,7,'0',1),(29,11,8,'0',1),(30,11,9,'0',1),(157,33,1,'0',1),(158,33,2,'0',1),(159,33,3,'0',1),(160,33,4,'0',1),(161,33,5,'1',1),(162,33,6,'0',1),(163,33,7,'0',1),(164,33,8,'0',1),(165,33,9,'0',1),(166,35,1,'0',1),(167,35,2,'0',1),(168,35,3,'0',1),(169,35,4,'0',1),(170,35,5,'1',1),(171,35,6,'0',1),(172,35,7,'0',1),(173,35,8,'0',1),(174,35,9,'0',1),(175,36,1,'0',1),(176,36,2,'0',1),(177,36,3,'0',1),(178,36,4,'0',1),(179,36,5,'1',1),(180,36,6,'0',1),(181,36,7,'0',1),(182,36,8,'0',1),(183,36,9,'1',1),(184,38,1,'0',1),(185,38,2,'0',1),(186,38,3,'0',1),(187,38,4,'0',1),(188,38,5,'1',1),(189,38,6,'0',1),(190,38,7,'0',1),(191,38,8,'0',1),(192,38,9,'0',1),(193,39,1,'0',1),(194,39,2,'0',1),(195,39,3,'0',1),(196,39,4,'0',1),(197,39,5,'1',1),(198,39,6,'0',1),(199,39,7,'0',1),(200,39,8,'0',1),(201,39,9,'1',1),(202,39,13,'1',1),(203,40,1,'0',1),(204,40,2,'0',1),(205,40,3,'0',1),(206,40,4,'0',1),(207,40,5,'1',1),(208,40,6,'0',1),(209,40,7,'0',1),(210,40,8,'0',1),(211,40,9,'1',1),(212,40,13,'1',1),(213,41,1,'0',1),(214,41,2,'0',1),(215,41,3,'0',1),(216,41,4,'0',1),(217,41,5,'1',1),(218,41,6,'0',1),(219,41,7,'0',1),(220,41,8,'0',1),(221,41,9,'1',1),(222,41,13,'0',1),(223,42,1,'0',1),(224,42,2,'0',1),(225,42,3,'0',1),(226,42,4,'0',1),(227,42,5,'1',1),(228,42,6,'1',1),(229,42,7,'1',1),(230,42,8,'0',1),(231,42,9,'1',1),(232,42,13,'0',1),(233,43,1,'0',1),(234,43,2,'0',1),(235,43,3,'0',1),(236,43,4,'1',1),(237,43,5,'1',1),(238,43,6,'0',1),(239,43,7,'0',1),(240,43,8,'0',1),(241,43,9,'0',1),(242,43,13,'0',1),(243,44,1,'0',1),(244,44,2,'0',1),(245,44,3,'0',1),(246,44,4,'0',1),(247,44,5,'1',1),(248,44,6,'0',1),(249,44,7,'0',1),(250,44,8,'0',1),(251,44,9,'0',1),(252,44,13,'0',1),(253,45,1,'0',1),(254,45,2,'0',1),(255,45,3,'0',1),(256,45,4,'0',1),(257,45,5,'1',1),(258,45,6,'0',1),(259,45,7,'0',1),(260,45,8,'0',1),(261,45,9,'0',1),(262,45,13,'0',1),(263,46,1,'0',1),(264,46,2,'0',1),(265,46,3,'0',1),(266,46,4,'0',1),(267,46,5,'1',1),(268,46,6,'0',1),(269,46,7,'0',1),(270,46,8,'0',1),(271,46,9,'1',1),(272,46,13,'0',1),(273,49,1,'0',1),(274,49,2,'0',1),(275,49,3,'0',1),(276,49,4,'0',1),(277,49,5,'1',1),(278,49,6,'0',1),(279,49,7,'0',1),(280,49,8,'0',1),(281,49,9,'0',1),(282,49,13,'0',1),(283,50,1,'0',1),(284,50,2,'0',1),(285,50,3,'0',1),(286,50,4,'0',1),(287,50,5,'1',1),(288,50,6,'0',1),(289,50,7,'0',1),(290,50,8,'0',1),(291,50,9,'1',1),(292,50,13,'0',1),(293,51,1,'0',1),(294,51,2,'0',1),(295,51,3,'0',1),(296,51,4,'0',1),(297,51,5,'0',1),(298,51,6,'1',1),(299,51,7,'1',1),(300,51,8,'0',1),(301,51,9,'0',1),(302,51,13,'0',1),(303,52,1,'0',1),(304,52,2,'0',1),(305,52,3,'0',1),(306,52,4,'0',1),(307,52,5,'1',1),(308,52,6,'0',1),(309,52,7,'0',1),(310,52,8,'0',1),(311,52,9,'1',1),(312,52,13,'0',1),(313,32,1,'0',1),(314,32,2,'0',1),(315,32,3,'0',1),(316,32,4,'0',1),(317,32,5,'1',1),(318,32,6,'0',1),(319,32,7,'0',1),(320,32,8,'0',1),(321,32,9,'0',1),(322,32,13,'0',1),(363,33,14,'0',1),(364,33,15,'0',1),(365,33,16,'1',1),(379,30,1,'1',1),(380,30,2,'0',1),(381,30,3,'0',1),(382,30,4,'0',1),(383,30,5,'0',1),(384,30,6,'0',1),(385,30,7,'0',1),(386,30,8,'0',1),(387,30,9,'0',1),(388,30,13,'0',1),(389,30,14,'0',1),(390,30,15,'0',1),(391,30,16,'0',1),(392,30,17,'0',1),(393,7,17,'1',1),(394,32,18,'1',1),(395,39,19,'1',1),(396,38,18,'1',1),(397,40,20,'1',1),(398,41,18,'1',1),(399,45,18,'1',1),(400,46,18,'1',1),(401,36,21,'1',1),(402,44,18,'1',1),(403,49,17,'1',1),(404,50,18,'1',1),(405,31,1,'1',1),(406,31,2,'1',1),(407,31,3,'1',1),(408,31,4,'1',1),(409,31,5,'1',1),(410,31,6,'1',1),(411,31,7,'1',1),(412,31,8,'1',1),(413,31,9,'1',1),(414,31,13,'1',1),(415,31,14,'1',1),(416,31,15,'1',1),(417,31,16,'1',1),(418,31,17,'1',1),(419,31,18,'1',1),(420,31,19,'1',1),(421,31,20,'1',1),(422,31,21,'1',1),(423,43,15,'0',1),(424,43,22,'1',1); /*!40000 ALTER TABLE `wp_wpsc_variation_values_assoc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_visitor_meta` -- DROP TABLE IF EXISTS `wp_wpsc_visitor_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_visitor_meta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `wpsc_visitor_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 `wpsc_visitor_id` (`wpsc_visitor_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`) ) ENGINE=InnoDB AUTO_INCREMENT=112770 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_visitor_meta` -- LOCK TABLES `wp_wpsc_visitor_meta` WRITE; /*!40000 ALTER TABLE `wp_wpsc_visitor_meta` DISABLE KEYS */; INSERT INTO `wp_wpsc_visitor_meta` VALUES (1,4,'_wpsc_key','_36pt92hemZq1','2014-11-21 13:56:04'),(2,5,'_wpsc_key','_4Av9bLdH4BLy','2014-11-21 13:56:04'),(9,1,'category_shipping_target_market_conflict','','2014-11-21 21:58:26'),(436,360,'_wpsc_key','_2GPQuh2mQxW6','2015-01-20 00:22:13'),(437,361,'_wpsc_key','_5I0GrXPCwfUK','2015-01-20 00:22:13'),(112645,109883,'_wpsc_key','_ZMQDaPqXbo5q','2019-08-19 04:06:06'),(112646,109884,'_wpsc_key','_4mJkrDrfrpmn','2019-08-19 04:59:25'),(112647,109886,'_wpsc_key','_z5sNfIuR5ZP5','2019-08-19 09:50:28'),(112648,109885,'_wpsc_key','_EyjPgK9cEuE4','2019-08-19 09:50:28'),(112649,109887,'_wpsc_key','_3p0AnEZoWF7p','2019-08-19 10:23:37'),(112650,109888,'_wpsc_key','_NFIWapaIWtPX','2019-08-19 10:29:40'),(112651,109889,'_wpsc_key','_zDBjcHJnCrTs','2019-08-19 11:06:00'),(112652,109890,'_wpsc_key','_lKbTQh8ra4Fj','2019-08-19 11:09:49'),(112653,109891,'_wpsc_key','_YkX0pNyuf9XC','2019-08-19 11:18:36'),(112654,109892,'_wpsc_key','_WOiITSi1Zgew','2019-08-19 11:18:38'),(112655,109893,'_wpsc_key','_mmp5JACtmL1z','2019-08-19 11:23:29'),(112656,109894,'_wpsc_key','_i4M2nIdUTIBi','2019-08-19 11:32:51'),(112657,109895,'_wpsc_key','_sW5JNFOp8HGi','2019-08-19 13:17:20'),(112658,109896,'_wpsc_key','_lsUOXyLlhodd','2019-08-19 13:17:20'),(112659,109897,'_wpsc_key','_UbiWA4bcaN79','2019-08-19 13:17:21'),(112660,109898,'_wpsc_key','_nTe9zMH9UFVX','2019-08-19 13:17:22'),(112661,109899,'_wpsc_key','_G4KqF1ErfqPw','2019-08-19 13:31:57'),(112662,109900,'_wpsc_key','_8VZdkQar8c4P','2019-08-19 13:31:58'),(112663,109901,'_wpsc_key','_vNGOBn5mi6mM','2019-08-19 14:01:20'),(112664,109902,'_wpsc_key','_aYXSioLIClH6','2019-08-19 15:23:24'),(112665,109903,'_wpsc_key','_qpNrju8jypID','2019-08-19 15:23:25'),(112666,109904,'_wpsc_key','_wqLB1whSWsRt','2019-08-19 16:02:12'),(112667,109905,'_wpsc_key','_UqDgcRpxhH07','2019-08-19 16:50:13'),(112668,109906,'_wpsc_key','_6PjGxHo8QNBs','2019-08-19 16:50:14'),(112669,109907,'_wpsc_key','_D2bVlFbgovlb','2019-08-19 16:50:15'),(112670,109908,'_wpsc_key','_BJ21au5H2xj7','2019-08-19 16:50:15'),(112671,109909,'_wpsc_key','_xFdAhhVpASrF','2019-08-19 16:50:16'),(112672,109910,'_wpsc_key','_KllKGpRc8HkP','2019-08-19 16:50:16'),(112673,109911,'_wpsc_key','_OFFYUUTGh4BS','2019-08-19 16:50:55'),(112674,109912,'_wpsc_key','_fyGBt7Toqncw','2019-08-19 16:50:55'),(112675,109913,'_wpsc_key','_f19GXRWvSYEd','2019-08-19 16:50:56'),(112676,109914,'_wpsc_key','_BSsbFpZA1Rl7','2019-08-19 16:50:56'),(112677,109915,'_wpsc_key','_LzusAcimakh1','2019-08-19 16:51:18'),(112678,109916,'_wpsc_key','_QC58lM3vHa5B','2019-08-19 16:51:18'),(112679,109917,'_wpsc_key','_1bxkdlOMWnGR','2019-08-19 17:41:49'),(112680,109918,'_wpsc_key','_aHlSXXCmfXSM','2019-08-19 17:41:50'),(112681,109919,'_wpsc_key','_PiPuL870wfgi','2019-08-19 17:51:17'),(112682,109920,'_wpsc_key','_xkEy8jqh547p','2019-08-19 17:51:17'),(112683,109921,'_wpsc_key','_kLfelcPafBEQ','2019-08-19 17:51:17'),(112684,109922,'_wpsc_key','_IddKLVdGNYz5','2019-08-19 17:51:18'),(112685,109923,'_wpsc_key','_KVwpkYE3T87d','2019-08-19 18:47:40'),(112686,109924,'_wpsc_key','_HVadcAzXKnAP','2019-08-19 18:53:38'),(112687,109925,'_wpsc_key','_Pl5Oxx3W76Du','2019-08-19 19:40:09'),(112688,109926,'_wpsc_key','_1NMUj1fTVf8H','2019-08-19 20:40:25'),(112689,109927,'_wpsc_key','_D3MEH5hsum5Q','2019-08-19 20:40:26'),(112690,109928,'_wpsc_key','_DJNAF6v5M93c','2019-08-19 20:41:29'),(112691,109929,'_wpsc_key','_ZFGCXSHPnNIu','2019-08-19 20:41:31'),(112692,109930,'_wpsc_key','_UaoXTjasC8El','2019-08-19 20:41:32'),(112693,109931,'_wpsc_key','_0RC1SAG0g2Cf','2019-08-19 20:41:33'),(112694,109932,'_wpsc_key','_Ejuq0AAyn3Xd','2019-08-19 20:45:35'),(112695,109933,'_wpsc_key','_w9EcCi9MJwhA','2019-08-20 00:09:22'),(112696,109934,'_wpsc_key','_xcOs9IEbwZ0y','2019-08-20 00:09:28'),(112697,109935,'_wpsc_key','_0aqNPY1jlXAB','2019-08-20 00:12:09'),(112698,109936,'_wpsc_key','_PI8VoLEXP2Jq','2019-08-20 00:12:09'),(112699,109937,'_wpsc_key','_NJn5VRiCh983','2019-08-20 02:24:24'),(112700,109938,'_wpsc_key','_qKSynQEJK7lc','2019-08-20 02:30:03'),(112701,109939,'_wpsc_key','_Qpg8dU8nvfdx','2019-08-20 07:15:58'),(112702,109940,'_wpsc_key','_UjGAM56J4zfq','2019-08-20 09:04:57'),(112703,109941,'_wpsc_key','_pNIePhYTnWaZ','2019-08-20 09:04:57'),(112704,109942,'_wpsc_key','_LKz6Bd66NK2u','2019-08-20 09:05:01'),(112705,109943,'_wpsc_key','_Bt8ZPCpFpxk9','2019-08-20 09:05:14'),(112706,109944,'_wpsc_key','_1nuWhc4gW0Ue','2019-08-20 09:05:17'),(112707,109945,'_wpsc_key','_glD9hHHTYEqD','2019-08-20 09:05:18'),(112708,109946,'_wpsc_key','_rbzylPkFbRzn','2019-08-20 09:05:20'),(112709,109947,'_wpsc_key','_Qqq0XYmhWx1s','2019-08-20 09:05:21'),(112710,109948,'_wpsc_key','_5fOwmbGgSIgE','2019-08-20 09:05:22'),(112711,109949,'_wpsc_key','_Zk3gaCHFq55E','2019-08-20 09:05:24'),(112712,109950,'_wpsc_key','_8EueTNtzX8K7','2019-08-20 09:05:26'),(112713,109951,'_wpsc_key','_bkXVP3GhhsXQ','2019-08-20 09:05:28'),(112714,109952,'_wpsc_key','_oiaz0LZofD8A','2019-08-20 09:05:29'),(112715,109953,'_wpsc_key','_lxNkXXTTjouY','2019-08-20 09:05:31'),(112716,109954,'_wpsc_key','_jPu362x1JNP5','2019-08-20 09:05:33'),(112717,109955,'_wpsc_key','_HXJdMr6MU8Ry','2019-08-20 09:05:35'),(112718,109956,'_wpsc_key','_xjLuBgQQSKkQ','2019-08-20 09:05:36'),(112719,109957,'_wpsc_key','_1oq7m5nM045n','2019-08-20 09:05:38'),(112720,109958,'_wpsc_key','_3YJtJ28JBKqW','2019-08-20 09:05:39'),(112721,109959,'_wpsc_key','_JmPKkmmZsC47','2019-08-20 09:05:41'),(112722,109960,'_wpsc_key','_IWC69SlkVVXM','2019-08-20 09:05:43'),(112723,109961,'_wpsc_key','_R7E1GsFCsqMG','2019-08-20 09:05:45'),(112724,109962,'_wpsc_key','_js0BZbU9Zy8t','2019-08-20 09:05:47'),(112725,109963,'_wpsc_key','_YwMKao9BdVSo','2019-08-20 09:05:48'),(112726,109964,'_wpsc_key','_BrIwo485fydB','2019-08-20 09:05:50'),(112727,109965,'_wpsc_key','_ZJMZYl75hVda','2019-08-20 09:05:52'),(112728,109966,'_wpsc_key','_zXGZQDneTRXG','2019-08-20 09:05:54'),(112729,109967,'_wpsc_key','_EigZhEyuJTCp','2019-08-20 09:05:56'),(112730,109968,'_wpsc_key','_Uyexf1UEGICs','2019-08-20 09:05:58'),(112731,109969,'_wpsc_key','_KJOTM33uDazi','2019-08-20 09:06:01'),(112732,109970,'_wpsc_key','_YeHVSL4ISEmQ','2019-08-20 09:06:03'),(112733,109971,'_wpsc_key','_nY0ZXz7Nn0rF','2019-08-20 09:06:05'),(112734,109972,'_wpsc_key','_G0spjV0mI6Fg','2019-08-20 09:06:07'),(112735,109973,'_wpsc_key','_jALePfLzKiNn','2019-08-20 09:06:09'),(112736,109974,'_wpsc_key','_4RAvkWSgTZZT','2019-08-20 09:06:12'),(112737,109975,'_wpsc_key','_VixPhzILGARS','2019-08-20 09:06:14'),(112738,109976,'_wpsc_key','_P1lXA67SQliQ','2019-08-20 09:06:16'),(112739,109977,'_wpsc_key','_VPbI90I1FAAq','2019-08-20 09:06:18'),(112740,109978,'_wpsc_key','_WnJMIMMpEpVd','2019-08-20 09:06:20'),(112741,109979,'_wpsc_key','_Cwz4pzZvp9Bd','2019-08-20 09:06:22'),(112742,109980,'_wpsc_key','_5i4lCT4FTbFZ','2019-08-20 09:06:23'),(112743,109981,'_wpsc_key','_kSILn4wzHIPY','2019-08-20 09:06:25'),(112744,109982,'_wpsc_key','_4JiwWN67gXM1','2019-08-20 09:06:28'),(112745,109983,'_wpsc_key','_4CVvAPw9iH8Q','2019-08-20 09:06:30'),(112746,109984,'_wpsc_key','_SqtKH0ofhnRP','2019-08-20 09:06:32'),(112747,109985,'_wpsc_key','_hAeSMBJ0BNzi','2019-08-20 09:06:34'),(112748,109986,'_wpsc_key','_DvxjeG8IbO48','2019-08-20 09:06:36'),(112749,109987,'_wpsc_key','_mbt7U39adSdg','2019-08-20 09:06:37'),(112750,109988,'_wpsc_key','_g0OMJ1xnZb73','2019-08-20 09:06:39'),(112751,109989,'_wpsc_key','_chVMmKzY6rVo','2019-08-20 09:06:40'),(112752,109990,'_wpsc_key','_IfPjr30enTrd','2019-08-20 09:06:42'),(112753,109991,'_wpsc_key','_8reKoYaRFOVB','2019-08-20 09:06:43'),(112754,109992,'_wpsc_key','_LH3SwKGa3esH','2019-08-20 09:06:44'),(112755,109993,'_wpsc_key','_tVHwSWjMcQTA','2019-08-20 10:30:09'),(112756,109994,'_wpsc_key','_EGb2UzAhwIAS','2019-08-20 10:30:09'),(112757,109995,'_wpsc_key','_O32wl1LgyMf0','2019-08-20 10:34:33'),(112758,109996,'_wpsc_key','_wtgc7pdBo7w9','2019-08-20 12:03:49'),(112759,109997,'_wpsc_key','_tu9QqwoVkk3R','2019-08-20 19:08:09'),(112760,109998,'_wpsc_key','_Zbyh06PjziWd','2019-08-20 19:08:11'),(112761,109999,'_wpsc_key','_aJkElPD8wTnZ','2019-08-20 19:11:07'),(112762,110000,'_wpsc_key','_YZp2LqRmUJSn','2019-08-20 19:17:12'),(112764,110001,'_wpsc_key','_JHN44FCVkioD','2019-08-20 19:21:12'),(112765,110002,'_wpsc_key','_75P4emHJYQgA','2019-08-20 19:26:43'),(112766,110003,'_wpsc_key','_6rACv4YR1Cvz','2019-08-20 20:05:00'),(112767,110004,'_wpsc_key','_k6ZbSkikPmnJ','2019-08-20 20:05:04'),(112768,110005,'_wpsc_key','_68gGJk7IBQHO','2019-08-20 20:05:04'),(112769,110006,'_wpsc_key','_2bURqZNHcVCD','2019-08-20 20:05:07'); /*!40000 ALTER TABLE `wp_wpsc_visitor_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpsc_visitors` -- DROP TABLE IF EXISTS `wp_wpsc_visitors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpsc_visitors` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned DEFAULT NULL, `last_active` timestamp NULL DEFAULT NULL, `expires` timestamp NULL DEFAULT NULL, `created` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `expires` (`expires`), KEY `last_active` (`last_active`), KEY `created` (`created`) ) ENGINE=InnoDB AUTO_INCREMENT=110007 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpsc_visitors` -- LOCK TABLES `wp_wpsc_visitors` WRITE; /*!40000 ALTER TABLE `wp_wpsc_visitors` DISABLE KEYS */; INSERT INTO `wp_wpsc_visitors` VALUES (1,NULL,NULL,NULL,NULL),(4,1,'2014-11-21 19:56:04',NULL,'2014-11-21 19:56:04'),(5,1,'2014-11-21 19:56:04',NULL,'2014-11-21 19:56:04'),(360,2,'2015-01-20 06:22:13',NULL,'2015-01-20 06:22:13'),(361,2,'2015-01-20 06:22:13',NULL,'2015-01-20 06:22:13'),(109883,NULL,'2019-08-19 11:06:06','2019-08-19 13:06:06','2019-08-19 11:06:06'),(109884,NULL,'2019-08-19 11:59:25','2019-08-19 13:59:25','2019-08-19 11:59:25'),(109885,NULL,'2019-08-19 16:50:28','2019-08-19 18:50:28','2019-08-19 16:50:28'),(109886,NULL,'2019-08-19 16:50:28','2019-08-19 18:50:28','2019-08-19 16:50:28'),(109887,NULL,'2019-08-19 17:23:37','2019-08-19 19:23:37','2019-08-19 17:23:37'),(109888,NULL,'2019-08-19 17:29:40','2019-08-19 19:29:40','2019-08-19 17:29:40'),(109889,NULL,'2019-08-19 18:06:00','2019-08-19 20:06:00','2019-08-19 18:06:00'),(109890,NULL,'2019-08-19 18:09:49','2019-08-19 20:09:49','2019-08-19 18:09:49'),(109891,NULL,'2019-08-19 18:18:36','2019-08-19 20:18:36','2019-08-19 18:18:36'),(109892,NULL,'2019-08-19 18:18:38','2019-08-19 20:18:38','2019-08-19 18:18:38'),(109893,NULL,'2019-08-19 18:23:29','2019-08-19 20:23:29','2019-08-19 18:23:29'),(109894,NULL,'2019-08-19 18:32:51','2019-08-19 20:32:51','2019-08-19 18:32:51'),(109895,NULL,'2019-08-19 20:17:20','2019-08-19 22:17:20','2019-08-19 20:17:20'),(109896,NULL,'2019-08-19 20:17:20','2019-08-19 22:17:20','2019-08-19 20:17:20'),(109897,NULL,'2019-08-19 20:17:21','2019-08-19 22:17:21','2019-08-19 20:17:21'),(109898,NULL,'2019-08-19 20:17:22','2019-08-19 22:17:22','2019-08-19 20:17:22'),(109899,NULL,'2019-08-19 20:31:57','2019-08-19 22:31:57','2019-08-19 20:31:57'),(109900,NULL,'2019-08-19 20:31:58','2019-08-19 22:31:58','2019-08-19 20:31:58'),(109901,NULL,'2019-08-19 21:01:20','2019-08-19 23:01:20','2019-08-19 21:01:20'),(109902,NULL,'2019-08-19 22:23:24','2019-08-20 00:23:24','2019-08-19 22:23:24'),(109903,NULL,'2019-08-19 22:23:25','2019-08-20 00:23:25','2019-08-19 22:23:25'),(109904,NULL,'2019-08-19 23:02:12','2019-08-20 01:02:12','2019-08-19 23:02:12'),(109905,NULL,'2019-08-19 23:50:13','2019-08-20 01:50:13','2019-08-19 23:50:13'),(109906,NULL,'2019-08-19 23:50:14','2019-08-20 01:50:14','2019-08-19 23:50:14'),(109907,NULL,'2019-08-19 23:50:15','2019-08-20 01:50:15','2019-08-19 23:50:15'),(109908,NULL,'2019-08-19 23:50:15','2019-08-20 01:50:15','2019-08-19 23:50:15'),(109909,NULL,'2019-08-19 23:50:16','2019-08-20 01:50:16','2019-08-19 23:50:16'),(109910,NULL,'2019-08-19 23:50:16','2019-08-20 01:50:16','2019-08-19 23:50:16'),(109911,NULL,'2019-08-19 23:50:55','2019-08-20 01:50:55','2019-08-19 23:50:55'),(109912,NULL,'2019-08-19 23:50:55','2019-08-20 01:50:55','2019-08-19 23:50:55'),(109913,NULL,'2019-08-19 23:50:56','2019-08-20 01:50:56','2019-08-19 23:50:56'),(109914,NULL,'2019-08-19 23:50:56','2019-08-20 01:50:56','2019-08-19 23:50:56'),(109915,NULL,'2019-08-19 23:51:18','2019-08-20 01:51:18','2019-08-19 23:51:18'),(109916,NULL,'2019-08-19 23:51:18','2019-08-20 01:51:18','2019-08-19 23:51:18'),(109917,NULL,'2019-08-20 00:41:49','2019-08-20 02:41:49','2019-08-20 00:41:49'),(109918,NULL,'2019-08-20 00:41:50','2019-08-20 02:41:50','2019-08-20 00:41:50'),(109919,NULL,'2019-08-20 00:51:17','2019-08-20 02:51:17','2019-08-20 00:51:17'),(109920,NULL,'2019-08-20 00:51:17','2019-08-20 02:51:17','2019-08-20 00:51:17'),(109921,NULL,'2019-08-20 00:51:17','2019-08-20 02:51:17','2019-08-20 00:51:17'),(109922,NULL,'2019-08-20 00:51:18','2019-08-20 02:51:18','2019-08-20 00:51:18'),(109923,NULL,'2019-08-20 01:47:40','2019-08-20 03:47:40','2019-08-20 01:47:40'),(109924,NULL,'2019-08-20 01:53:38','2019-08-20 03:53:38','2019-08-20 01:53:38'),(109925,NULL,'2019-08-20 02:40:09','2019-08-20 04:40:09','2019-08-20 02:40:09'),(109926,NULL,'2019-08-20 03:40:25','2019-08-20 05:40:25','2019-08-20 03:40:25'),(109927,NULL,'2019-08-20 03:40:26','2019-08-20 05:40:26','2019-08-20 03:40:26'),(109928,NULL,'2019-08-20 03:41:29','2019-08-20 05:41:29','2019-08-20 03:41:29'),(109929,NULL,'2019-08-20 03:41:31','2019-08-20 05:41:31','2019-08-20 03:41:31'),(109930,NULL,'2019-08-20 03:41:32','2019-08-20 05:41:32','2019-08-20 03:41:32'),(109931,NULL,'2019-08-20 03:41:33','2019-08-20 05:41:33','2019-08-20 03:41:33'),(109932,NULL,'2019-08-20 03:45:35','2019-08-20 05:45:35','2019-08-20 03:45:35'),(109933,NULL,'2019-08-20 07:09:22','2019-08-20 09:09:22','2019-08-20 07:09:22'),(109934,NULL,'2019-08-20 07:09:28','2019-08-20 09:09:28','2019-08-20 07:09:28'),(109935,NULL,'2019-08-20 07:12:09','2019-08-20 09:12:09','2019-08-20 07:12:09'),(109936,NULL,'2019-08-20 07:12:09','2019-08-20 09:12:09','2019-08-20 07:12:09'),(109937,NULL,'2019-08-20 09:24:24','2019-08-20 11:24:24','2019-08-20 09:24:24'),(109938,NULL,'2019-08-20 09:30:03','2019-08-20 11:30:03','2019-08-20 09:30:03'),(109939,NULL,'2019-08-20 14:15:58','2019-08-20 16:15:58','2019-08-20 14:15:58'),(109940,NULL,'2019-08-20 16:04:57','2019-08-20 18:04:57','2019-08-20 16:04:57'),(109941,NULL,'2019-08-20 16:04:57','2019-08-20 18:04:57','2019-08-20 16:04:57'),(109942,NULL,'2019-08-20 16:05:01','2019-08-20 18:05:01','2019-08-20 16:05:01'),(109943,NULL,'2019-08-20 16:05:14','2019-08-20 18:05:14','2019-08-20 16:05:14'),(109944,NULL,'2019-08-20 16:05:17','2019-08-20 18:05:17','2019-08-20 16:05:17'),(109945,NULL,'2019-08-20 16:05:18','2019-08-20 18:05:18','2019-08-20 16:05:18'),(109946,NULL,'2019-08-20 16:05:20','2019-08-20 18:05:20','2019-08-20 16:05:20'),(109947,NULL,'2019-08-20 16:05:21','2019-08-20 18:05:21','2019-08-20 16:05:21'),(109948,NULL,'2019-08-20 16:05:22','2019-08-20 18:05:22','2019-08-20 16:05:22'),(109949,NULL,'2019-08-20 16:05:24','2019-08-20 18:05:24','2019-08-20 16:05:24'),(109950,NULL,'2019-08-20 16:05:26','2019-08-20 18:05:26','2019-08-20 16:05:26'),(109951,NULL,'2019-08-20 16:05:28','2019-08-20 18:05:28','2019-08-20 16:05:28'),(109952,NULL,'2019-08-20 16:05:29','2019-08-20 18:05:29','2019-08-20 16:05:29'),(109953,NULL,'2019-08-20 16:05:31','2019-08-20 18:05:31','2019-08-20 16:05:31'),(109954,NULL,'2019-08-20 16:05:33','2019-08-20 18:05:33','2019-08-20 16:05:33'),(109955,NULL,'2019-08-20 16:05:35','2019-08-20 18:05:35','2019-08-20 16:05:35'),(109956,NULL,'2019-08-20 16:05:36','2019-08-20 18:05:36','2019-08-20 16:05:36'),(109957,NULL,'2019-08-20 16:05:38','2019-08-20 18:05:38','2019-08-20 16:05:38'),(109958,NULL,'2019-08-20 16:05:39','2019-08-20 18:05:39','2019-08-20 16:05:39'),(109959,NULL,'2019-08-20 16:05:41','2019-08-20 18:05:41','2019-08-20 16:05:41'),(109960,NULL,'2019-08-20 16:05:43','2019-08-20 18:05:43','2019-08-20 16:05:43'),(109961,NULL,'2019-08-20 16:05:45','2019-08-20 18:05:45','2019-08-20 16:05:45'),(109962,NULL,'2019-08-20 16:05:47','2019-08-20 18:05:47','2019-08-20 16:05:47'),(109963,NULL,'2019-08-20 16:05:48','2019-08-20 18:05:48','2019-08-20 16:05:48'),(109964,NULL,'2019-08-20 16:05:50','2019-08-20 18:05:50','2019-08-20 16:05:50'),(109965,NULL,'2019-08-20 16:05:52','2019-08-20 18:05:52','2019-08-20 16:05:52'),(109966,NULL,'2019-08-20 16:05:54','2019-08-20 18:05:54','2019-08-20 16:05:54'),(109967,NULL,'2019-08-20 16:05:56','2019-08-20 18:05:56','2019-08-20 16:05:56'),(109968,NULL,'2019-08-20 16:05:58','2019-08-20 18:05:58','2019-08-20 16:05:58'),(109969,NULL,'2019-08-20 16:06:01','2019-08-20 18:06:01','2019-08-20 16:06:01'),(109970,NULL,'2019-08-20 16:06:03','2019-08-20 18:06:03','2019-08-20 16:06:03'),(109971,NULL,'2019-08-20 16:06:05','2019-08-20 18:06:05','2019-08-20 16:06:05'),(109972,NULL,'2019-08-20 16:06:07','2019-08-20 18:06:07','2019-08-20 16:06:07'),(109973,NULL,'2019-08-20 16:06:09','2019-08-20 18:06:09','2019-08-20 16:06:09'),(109974,NULL,'2019-08-20 16:06:12','2019-08-20 18:06:12','2019-08-20 16:06:12'),(109975,NULL,'2019-08-20 16:06:14','2019-08-20 18:06:14','2019-08-20 16:06:14'),(109976,NULL,'2019-08-20 16:06:16','2019-08-20 18:06:16','2019-08-20 16:06:16'),(109977,NULL,'2019-08-20 16:06:18','2019-08-20 18:06:18','2019-08-20 16:06:18'),(109978,NULL,'2019-08-20 16:06:20','2019-08-20 18:06:20','2019-08-20 16:06:20'),(109979,NULL,'2019-08-20 16:06:22','2019-08-20 18:06:22','2019-08-20 16:06:22'),(109980,NULL,'2019-08-20 16:06:23','2019-08-20 18:06:23','2019-08-20 16:06:23'),(109981,NULL,'2019-08-20 16:06:25','2019-08-20 18:06:25','2019-08-20 16:06:25'),(109982,NULL,'2019-08-20 16:06:28','2019-08-20 18:06:28','2019-08-20 16:06:28'),(109983,NULL,'2019-08-20 16:06:30','2019-08-20 18:06:30','2019-08-20 16:06:30'),(109984,NULL,'2019-08-20 16:06:32','2019-08-20 18:06:32','2019-08-20 16:06:32'),(109985,NULL,'2019-08-20 16:06:34','2019-08-20 18:06:34','2019-08-20 16:06:34'),(109986,NULL,'2019-08-20 16:06:36','2019-08-20 18:06:36','2019-08-20 16:06:36'),(109987,NULL,'2019-08-20 16:06:37','2019-08-20 18:06:37','2019-08-20 16:06:37'),(109988,NULL,'2019-08-20 16:06:39','2019-08-20 18:06:39','2019-08-20 16:06:39'),(109989,NULL,'2019-08-20 16:06:40','2019-08-20 18:06:40','2019-08-20 16:06:40'),(109990,NULL,'2019-08-20 16:06:42','2019-08-20 18:06:42','2019-08-20 16:06:42'),(109991,NULL,'2019-08-20 16:06:43','2019-08-20 18:06:43','2019-08-20 16:06:43'),(109992,NULL,'2019-08-20 16:06:44','2019-08-20 18:06:44','2019-08-20 16:06:44'),(109993,NULL,'2019-08-20 17:30:09','2019-08-20 19:30:09','2019-08-20 17:30:09'),(109994,NULL,'2019-08-20 17:30:09','2019-08-20 19:30:09','2019-08-20 17:30:09'),(109995,NULL,'2019-08-20 17:34:33','2019-08-20 19:34:33','2019-08-20 17:34:33'),(109996,NULL,'2019-08-20 19:03:49','2019-08-20 21:03:49','2019-08-20 19:03:49'),(109997,NULL,'2019-08-20 23:08:09','2019-08-21 01:08:09','2019-08-20 23:08:09'),(109998,NULL,'2019-08-20 23:08:11','2019-08-21 01:08:11','2019-08-20 23:08:11'),(109999,NULL,'2019-08-20 23:11:07','2019-08-21 01:11:07','2019-08-20 23:11:07'),(110000,NULL,'2019-08-20 23:19:36','2019-08-20 23:19:35','2019-08-20 23:17:12'),(110001,NULL,'2019-08-20 23:21:12','2019-08-21 01:21:12','2019-08-20 23:21:12'),(110002,NULL,'2019-08-20 23:26:43','2019-08-21 01:26:43','2019-08-20 23:26:43'),(110003,NULL,'2019-08-21 00:05:00','2019-08-21 02:05:00','2019-08-21 00:05:00'),(110004,NULL,'2019-08-21 00:05:04','2019-08-21 02:05:04','2019-08-21 00:05:04'),(110005,NULL,'2019-08-21 00:05:04','2019-08-21 02:05:04','2019-08-21 00:05:04'),(110006,NULL,'2019-08-21 00:05:07','2019-08-21 02:05:07','2019-08-21 00:05:07'); /*!40000 ALTER TABLE `wp_wpsc_visitors` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'learning_wrdp3' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-08-20 16:34:29