-- MySQL dump 10.13  Distrib 5.5.23, for Linux (x86_64)
--
-- Host: localhost    Database: select_wrdp1
-- ------------------------------------------------------
-- Server version	5.5.23-55

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

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

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

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

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!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`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (3,40,'ラルフローレン店舗','','http://www.ralphlaureneijeelmjp.org/','69.197.189.26','2013-07-16 03:21:35','2013-07-16 03:21:35','<strong>ラルフローレン店舗...</strong>\n\nQuestions | Chem-Dry Select...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','trackback',0,0),(4,499,'My Homepage','','http://www.R0PKmtpaw.org','46.105.74.80','2013-07-25 21:07:05','2013-07-25 21:07:05','<strong>... [Trackback]...</strong>\n\n[...] Informations on that Topic: select.chemdry.ca/services/commercial-cleaning/rug-cleaning/ [...]...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)','trackback',0,0),(5,29,'Homepage','','http://www.Ab3TiL6j.com','176.31.204.21','2013-07-25 21:07:20','2013-07-25 21:07:20','<strong>... [Trackback]...</strong>\n\n[...] There you will find 66615 more Infos: select.chemdry.ca/services/commercial-cleaning/ [...]...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; MS-RTC LM 8)','trackback',0,0),(6,499,'Homepage','','http://www.D0UyAEfZf.com','37.59.202.67','2013-07-31 12:10:58','2013-07-31 12:10:58','<strong>... [Trackback]...</strong>\n\n[...] Informations on that Topic: select.chemdry.ca/services/commercial-cleaning/rug-cleaning/ [...]...',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.10 Chromium/11.0.696.68 Chrome/11.0.696.68 Safari/534.24','trackback',0,0),(7,29,'Homepage','','http://www.1iI60.com','46.105.156.51','2013-07-31 12:11:27','2013-07-31 12:11:27','<strong>... [Trackback]...</strong>\n\n[...] Read More here: select.chemdry.ca/services/commercial-cleaning/ [...]...',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.51','trackback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://select.chemdry.ca','yes'),(2,'blogname','Chem-Dry Select','yes'),(3,'blogdescription','Chem-Dry Select','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','select@chemdry.ca','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:12:{i:0;s:55:\"CF7 Redirect after Submit/cf7-redirect-after-submit.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:22:\"bckc/backupcreator.php\";i:4;s:59:\"category-template-hierarchy/category-template-hierarchy.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:22:\"fancy-box/fancybox.php\";i:7;s:45:\"featured-page-widget/featured-page-widget.php\";i:8;s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";i:9;s:23:\"modernizr/modernizr.php\";i:10;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:11;s:41:\"wordpress-importer/wordpress-importer.php\";}','yes'),(36,'home','http://select.chemdry.ca','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:73:\"/home/select/public_html/wp-content/themes/ChemDry Franchise/HomePage.php\";i:2;s:70:\"/home/select/public_html/wp-content/themes/ChemDry Franchise/style.css\";i:3;s:73:\"/home/a1ca/public_html/wp-content/themes/ChemDry Franchise/store_home.php\";i:4;s:78:\"/home/a1ca/public_html/wp-content/themes/ChemDry Franchise/product_feature.php\";i:5;s:70:\"/home/a1ca/public_html/wp-content/themes/ChemDry Franchise/product.php\";}','no'),(520,'type_children','a:0:{}','yes'),(44,'template','ChemDry Franchise','yes'),(45,'stylesheet','ChemDry Franchise','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','0','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','22441','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','0','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','0','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:6:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<a href=\"../services/domestic-cleaning/carpets/carpet-cleaning/\" class=\"banner\"><img src=\"../wp-content/uploads/2013/01/packages1.jpg\" alt=\"\" /></a>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:535:\"<a href=\"services/domestic-cleaning/carpets/carpet-cleaning/\" class=\"banner\"><img src=\"wp-content/uploads/2013/01/packages1.jpg\" alt=\"\" /></a>[contact-form-7 id=\"124\" title=\"Contact form 1\"]\r\n<div class=\"block orig latestquote\">\r\n    <a href=\"testimonials/quotes.html\">\r\n	<h4>What our clients say</h4>\r\n\r\n    </a>\r\n\r\n    \r\n        <p>\"We found the technician very efficient and will happily use Chem-Dry again.\"</p>        \r\n        <a href=\"category/testimonials/quotes/\" class=\"button alt\">Read More</a>        \r\n	\r\n    \r\n	\r\n</div>\r\n\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:152:\"\r\n<a href=\"../services/domestic-cleaning/carpets/carpet-cleaning/\" class=\"banner\"><img src=\"../wp-content/uploads/2013/01/packages1.jpg\" alt=\"\" /></a>  \";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:269:\"[contact-form-7 id=\"124\" title=\"Contact form 1\"]	\r\n</div>\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/carpets/carpet-cleaning/\" class=\"banner\"><img src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/packages1.jpg\" alt=\"\" /></a>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:388:\"[contact-form-7 id=\"124\" title=\"Contact form 1\"]<div class=\"block orig latestquote\">\r\n    <a href=\"testimonials/quotes.html\">\r\n	<h4>What our clients say</h4>\r\n\r\n    </a>\r\n\r\n    \r\n        <p>\"We found the technician very efficient and will happily use Chem-Dry  again.\"</p>        \r\n<a href=\"../category/testimonials/quotes/\" class=\"button alt\">Read More</a>       \r\n	\r\n    \r\n	\r\n</div>\r\n\r\n\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(636,'aioseop_options','a:41:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";s:0:\"\";s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:23:\"aiosp_max_words_excerpt\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:21:\"%date% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:0:\"\";s:21:\"aiosp_archive_noindex\";s:0:\"\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:16:\"aiosp_debug_info\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:26:\"aiosp_use_tags_as_keywords\";s:0:\"\";s:16:\"aiosp_seopostcol\";s:0:\"\";s:18:\"aiosp_seocustptcol\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"product\";}s:12:\"aiosp_do_log\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";}','yes'),(625,'_site_transient_timeout_browser_6aea14875754026e671c08ab21c76c33','1360300170','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:0:{}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','91','yes'),(88,'page_on_front','92','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:3;a:3:{s:5:\"title\";s:8:\"Archives\";s:5:\"count\";i:1;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:18:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar_main\";a:1:{i:0;s:6:\"text-2\";}s:12:\"sidebar_left\";a:1:{i:0;s:10:\"archives-3\";}s:8:\"cat_left\";a:1:{i:0;s:23:\"dc_jqaccordion_widget-4\";}s:14:\"homepage_right\";a:1:{i:0;s:6:\"text-3\";}s:17:\"homepage_feature1\";a:1:{i:0;s:22:\"featured_page_widget-2\";}s:17:\"homepage_feature2\";a:1:{i:0;s:22:\"featured_page_widget-3\";}s:17:\"homepage_feature3\";a:1:{i:0;s:22:\"featured_page_widget-4\";}s:17:\"homepage_feature4\";a:1:{i:0;s:22:\"featured_page_widget-5\";}s:17:\"homepage_feature5\";a:1:{i:0;s:22:\"featured_page_widget-6\";}s:17:\"homepage_feature6\";a:1:{i:0;s:22:\"featured_page_widget-7\";}s:11:\"about_right\";a:1:{i:0;s:6:\"text-4\";}s:13:\"experts_right\";a:1:{i:0;s:6:\"text-5\";}s:13:\"services_left\";a:1:{i:0;s:23:\"dc_jqaccordion_widget-2\";}s:14:\"services_right\";a:1:{i:0;s:6:\"text-6\";}s:12:\"product_left\";a:1:{i:0;s:23:\"dc_jqaccordion_widget-3\";}s:13:\"contact_right\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1375473600;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1375496295;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:1375496299;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:1375497905;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(101,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:38:\"http://wordpress.org/wordpress-3.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:38:\"http://wordpress.org/wordpress-3.6.zip\";s:10:\"no_content\";s:49:\"http://wordpress.org/wordpress-3.6-no-content.zip\";s:11:\"new_bundled\";s:50:\"http://wordpress.org/wordpress-3.6-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:3:\"3.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1375453895;s:15:\"version_checked\";s:5:\"3.5.1\";}','yes'),(851,'rewrite_rules','a:90:{s:10:\"product/?$\";s:27:\"index.php?post_type=product\";s:40:\"product/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:35:\"product/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:27:\"product/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?type=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?type=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?type=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:26:\"index.php?type=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:28:\"product/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=92&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(4123,'_site_transient_timeout_theme_roots','1375474555','yes'),(4124,'_site_transient_theme_roots','a:3:{s:17:\"ChemDry Franchise\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(529,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1375472755;s:7:\"checked\";a:3:{s:17:\"ChemDry Franchise\";s:0:\"\";s:12:\"twentyeleven\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:0:{}}','yes'),(316,'_site_transient_timeout_browser_a46d3895b77a7fa9df86daebd804cacc','1359403262','yes'),(317,'_site_transient_browser_a46d3895b77a7fa9df86daebd804cacc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.52\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(108,'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:24:\"http://select.chemdry.ca\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://select.chemdry.ca/\";s:3:\"url\";s:138:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://crzyjenni.com/chemfran/\";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'),(491,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1359147459;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:10:\"archives-3\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";i:3;s:6:\"text-4\";i:4;s:6:\"text-5\";i:5;s:6:\"text-6\";i:6;s:10:\"nav_menu-2\";i:7;s:10:\"nav_menu-3\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(4105,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1375515828','no'),(4106,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1375515828','no'),(4125,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1375472896;s:7:\"checked\";a:16:{s:30:\"advanced-custom-fields/acf.php\";s:7:\"4.1.8.1\";s:19:\"akismet/akismet.php\";s:5:\"2.5.9\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:5:\"2.0.2\";s:22:\"bckc/backupcreator.php\";s:5:\"1.02g\";s:59:\"category-template-hierarchy/category-template-hierarchy.php\";s:7:\"1.3.2.1\";s:55:\"CF7 Redirect after Submit/cf7-redirect-after-submit.php\";s:3:\"0.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"3.4.2\";s:22:\"fancy-box/fancybox.php\";s:5:\"1.0.7\";s:45:\"featured-page-widget/featured-page-widget.php\";s:3:\"2.2\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:5:\"2.3.3\";s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";s:5:\"3.1.2\";s:23:\"modernizr/modernizr.php\";s:5:\"2.6.1\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:3:\"3.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.1\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.3.2\";}s:8:\"response\";a:0:{}}','yes'),(4091,'_site_transient_timeout_browser_eb0708ae7eecabd80e4b0812a78fe11d','1376077416','yes'),(4092,'_site_transient_browser_eb0708ae7eecabd80e4b0812a78fe11d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"22.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4114,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://blog.akismet.com/2013/08/02/akismet-2-5-9-released-for-wordpress/\' title=\'In case you haven’t noticed from within your WordPress dashboard, Akismet 2.5.9 is now available. It introduces the following very minor fixes: Update the ‘Already have a key’ link to a redirect page rather than depend on Javascript (within the activation flow) Fix some non-translatable strings to be translatable Update activation banner on ‘Plugins’ page to [&hellip;]\'>Akismet: Akismet 2.5.9 Released for WordPress</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/08/02/josh-broton-sticks-spit-duct-tape-advanced-rwd-layout-techniques/\' title=\' [&hellip;]\'>WordPress.tv: Josh Broton: Sticks, Spit &amp; Duct Tape: Advanced RWD Layout Techniques</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/08/02/stephanie-leary-content-strategy-wordpress-case-studies/\' title=\' [&hellip;]\'>WordPress.tv: Stephanie Leary: Content Strategy: WordPress Case Studies</a></li><li><a class=\'rsswidget\' href=\'http://blog.akismet.com/2013/08/02/high-levels-of-spam-continue/\' title=\'In our 2012 year in review post, we explained that, without surprise, spam levels were greatly on the rise. We are a bit beyond the halfway point of 2013 and wanted to post an update on what we’re currently seeing and to show just how true that ominous statement has turned out to be. We also wanted to share what we’re doing to combat the problem and how you  [&hellip;]\'>Akismet: High Levels of Spam Continue — What We’re Doing and How You Can Help</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/08/02/wordcamp-san-francisco-2013-hallway-interviews-track-4/\' title=\' [&hellip;]\'>WordPress.tv: WordCamp San Francisco 2013: Hallway Interviews Track 4</a></li></ul></div>','no'),(4115,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1375515828','no'),(4116,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 19:16:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"CoralCDN\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/plugins/coralcdn/#post-56516\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 03:43:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56516@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"This plugin enables using the Coral Content Distribution Network to speed up your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"morganestes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Require Featured Image\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/require-featured-image/#post-56745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 18:20:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56745@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Requires posts to have a featured image set before they&#039;ll be published\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"pressupinc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Auto Thumbnailer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.org/plugins/auto-thumbnailer/#post-56667\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 17:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56667@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Automatically create thumbnails for posts when images are uploaded and the post is saved. Includes support for Oembed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Peter Chester\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WP Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/plugins/rocket-wp-mobile/#post-56629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 18:22:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56629@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"All in one mobile solution for your WordPress powered blog or site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Muneeb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Buddypress User Language\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/plugins/buddypress-user-language/#post-56628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 17:40:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56628@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"Allows backend users to set the language displayed in the back-end and front-end of your buddypress site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Webilop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"YITH Newsletter Popup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/plugins/yith-newsletter-popup/#post-56659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 12:05:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56659@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"YITH Newsletter Popup gives you the ability to have a floating popup with a newsletter form in any theme. It also supports WooCommerce products and al\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"yithemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Show Stock Quotes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/show-stock-quotes/#post-56742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 16:33:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56742@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Displays up-to-date stock data from Yahoo! Finance. Up to five stocks can be shown.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"kjbenk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"YITH WooCommerce Featured Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/plugins/yith-woocommerce-featured-video/#post-56618\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56618@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"YITH WooCommerce Featured Video allows you to set a video in place of the featured image in the product detail page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"yithemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"YITH WooCommerce Ajax Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/plugins/yith-woocommerce-ajax-search/#post-56584\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 15:57:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56584@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"YITH WooCommerce Ajax Search allows your users to search products in real time.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"yithemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Redistats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/redistats/#post-56635\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 19:29:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56635@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Web stats especially made for WordPress Multisite with a large number of blogs but also works on a single blog. No additional load on your server.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jim Westergren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"User Specific Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/plugins/user-specific-media-library/#post-56633\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 18:57:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56633@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Limit users&#039; media library to media they have uploaded.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Eric Andrew Lewis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Shareboost\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/plugins/shareboost/#post-56588\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 18:24:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56588@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Increase social engagement.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ronreiter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"EntryWizard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/entrywizard/#post-56591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2013 21:15:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56591@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Uploading by logged-in users of sets of image files and associated data. Administrators design the upload form, and download the images and data.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Josie Stauffer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WP-location-tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/plugins/wp-location-tracking-goldentrail-widget/#post-56544\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 28 Jul 2013 12:47:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56544@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"A notification location tracking system GoldenTrail plugin. Allow you to quickly share location of yourself or people who you are tracking.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"towardstech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"User Time Zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/user-time-zone/#post-56631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 18:53:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"56631@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"<p>Allows users to set-up their local time zone on the profile page and view their local time on the website&#039;s frontend.\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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Aimbox\";s: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:41:\"http://wordpress.org/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 02 Aug 2013 19:43:48 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Fri, 02 Aug 2013 19:51:01 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 02 Aug 2013 19:16:01 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130130201125\";}','no'),(4117,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1375515828','no'),(4118,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1375472628','no'),(4121,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1375515828','no'),(4122,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/woocommerce/\'>WooCommerce - excelling eCommerce</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=woocommerce&amp;_wpnonce=2e418c8caf&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'WooCommerce - excelling eCommerce\'>Install</a>)</span>\n<p>WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/plugins/show-stock-quotes/\'>Show Stock Quotes</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=show-stock-quotes&amp;_wpnonce=075d9753b7&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Show Stock Quotes\'>Install</a>)</span>\n<p>Displays up-to-date stock data from Yahoo! Finance. Up to five stocks can be shown.</p>\n','no'),(4119,'_transient_timeout_plugin_slugs','1375559297','no'),(4120,'_transient_plugin_slugs','a:16:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:3;s:22:\"bckc/backupcreator.php\";i:4;s:59:\"category-template-hierarchy/category-template-hierarchy.php\";i:5;s:55:\"CF7 Redirect after Submit/cf7-redirect-after-submit.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:22:\"fancy-box/fancybox.php\";i:8;s:45:\"featured-page-widget/featured-page-widget.php\";i:9;s:9:\"hello.php\";i:10;s:19:\"jetpack/jetpack.php\";i:11;s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";i:12;s:23:\"modernizr/modernizr.php\";i:13;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:14;s:41:\"wordpress-importer/wordpress-importer.php\";i:15;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(354,'category_templates','a:4:{i:13;s:13:\"districts.php\";i:3;s:25:\"category-testimonials.php\";i:14;s:13:\"districts.php\";i:5;s:25:\"category-testimonials.php\";}','yes'),(409,'_site_transient_timeout_browser_92a5ea8efd2bffa68a22886e0c62d5f6','1359508384','yes'),(370,'_transient_plugins_delete_result_1','1','yes'),(3161,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1372383240','yes'),(3162,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"3827\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2420\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2308\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1914\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1829\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1569\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1305\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1304\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1289\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1244\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1201\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1114\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"972\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"960\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"956\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"929\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"822\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"809\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"763\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"710\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"677\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"670\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"666\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"615\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"611\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"580\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"560\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"552\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"544\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"534\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"519\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"518\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"497\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"492\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"452\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"451\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"448\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"448\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"431\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"426\";}}','yes'),(642,'category_children','a:1:{i:3;a:2:{i:0;i:4;i:1;i:5;}}','yes'),(410,'_site_transient_browser_92a5ea8efd2bffa68a22886e0c62d5f6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"18.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4108,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1375515828','no'),(545,'_site_transient_timeout_browser_f19bb77c327d4b771ebcc19236dc21db','1360174371','yes'),(546,'_site_transient_browser_f19bb77c327d4b771ebcc19236dc21db','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.56\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(603,'_site_transient_timeout_browser_046d01c35a2451a1b38000220a7dfd78','1360278756','yes'),(4110,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Akismet: Akismet 2.5.9 Released for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://blog.akismet.com/2013/08/02/akismet-2-5-9-released-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1289:\"<p>In case you haven&#8217;t noticed from within your WordPress dashboard, <strong>Akismet 2.5.9</strong> is now available. It introduces the following very minor fixes:</p>\n<ul>\n<li>Update the &#8216;Already have a key&#8217; link to a redirect page rather than depend on Javascript (within the activation flow)</li>\n<li>Fix some non-translatable strings to be translatable</li>\n<li>Update activation banner on &#8216;Plugins&#8217; page to redirect user to the Akismet configuration page</li>\n</ul>\n<p>You won&#8217;t notice much of a difference, but please make sure that you update to the latest version. If you experience any problems with the upgrade, please don&#8217;t hesitate to <a href=\"http://akismet.com/contact/\">get in touch</a> with our team.</p>\n<p>And don&#8217;t forget &#8211; <a href=\"http://wordpress.org/news/2013/08/oscar/\">WordPress 3.6 &#8220;Oscar&#8221;</a> is also now available!</p>\n<p>Cheers!</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1034/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1034/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=1034&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 18:30: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:7:\"Anthony\";s: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:87:\"WordPress.tv: Josh Broton: Sticks, Spit &amp; Duct Tape: Advanced RWD Layout Techniques\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wordpress.tv/2013/08/02/josh-broton-sticks-spit-duct-tape-advanced-rwd-layout-techniques/\";s: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:711:\"<div id=\"v-hj1mAGnL-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20943/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20943/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20943&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/02/josh-broton-sticks-spit-duct-tape-advanced-rwd-layout-techniques/\"><img alt=\"Josh Broton: Sticks, Spit & Duct Tape: Advanced RWD Layout Techniques\" src=\"http://videos.videopress.com/hj1mAGnL/09-broton_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 15:36:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:71:\"WordPress.tv: Stephanie Leary: Content Strategy: WordPress Case Studies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20909\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2013/08/02/stephanie-leary-content-strategy-wordpress-case-studies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"<div id=\"v-ZFNDLrK4-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20909/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20909/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20909&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/02/stephanie-leary-content-strategy-wordpress-case-studies/\"><img alt=\"Stephanie Leary: Content Strategy: WordPress Case Studies\" src=\"http://videos.videopress.com/ZFNDLrK4/03-leary_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 15: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"Akismet: High Levels of Spam Continue — What We’re Doing and How You Can Help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.akismet.com/?p=995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://blog.akismet.com/2013/08/02/high-levels-of-spam-continue/\";s: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:4331:\"<p>In <a title=\"A Spammy Year in Review - Akismet\" href=\"http://blog.akismet.com/2012/12/21/a-spammy-year-in-review/\">our 2012 year in review post</a>, we explained that, without surprise, spam levels were greatly on the rise. We are a bit beyond the halfway point of 2013 and wanted to post an update on what we&#8217;re currently seeing and to show just how true that ominous statement has turned out to be. We also wanted to share what we&#8217;re doing to combat the problem and how you can help. </p>\n<h3>How much (more) spam?</h3>\n<p>We have seen some significant year-over-year increases in the numbers of spam filtered by Akismet. Here is an illustration breaking down the daily averages by month for 2012 and 2013:</p>\n<p><a href=\"http://akismet.files.wordpress.com/2013/07/graph.png\"><img src=\"http://akismet.files.wordpress.com/2013/07/graph.png?w=600\" alt=\"Akismet Daily Spam Averages by Month, 2012 - 2013\" class=\"alignnone size-large wp-image-1020\" /></a></p>\n<p>As you can see, successfully combatting over 100 million daily pieces of spam is the new normal. As general spam levels rise, so may the chance that some unwanted items will squeeze through our filters to hit your dashboard and comment queues. This is where we need you to ensure that you mark any such comments as spam so that they&#8217;re reported back to Akismet. This helps our software learn, evolve, and make better decisions moving forward. Because spammers evolve just as often.</p>\n<h3>What kind of spam?</h3>\n<p>All kinds, of course. But if we had to pick a winner so far in 2013, we would probably go with the compliment spammers. There are lots of variations within this category, sure, but the overall tactic remains the same. And unfortunately, we often see that folks are actually recovering comments like this from their spam folders. On this front, <a href=\"http://blog.akismet.com/2007/11/27/it-really-is-spam/\">Mark&#8217;s post from 2007</a> is still very relevant and worth a read. Here are some samples of compliment spam, if you&#8217;re curious: </p>\n<blockquote><p>Interesting Findings of the Blog World » Chuck Norris wants a Bible Curriculum in the Public Schools (Gasp!)<br />\n[...] Read the rest of this great post here [...]</p>\n<p>Very interesting&#8230; as always!</p>\n<p>For the most part I agree with you and enjoy reading your posts.</p>\n<p>Hi, you have a jolly good post here, thanks for the good read</p>\n<p>[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.</p>\n</blockquote>\n<h3>What should you do?</h3>\n<p>Let Akismet work its magic and correct it only when you need to. If you do, at any given time, experience a small influx of missed spam, there&#8217;s no need to become alarmed. Take a look at the number of comments that Akismet <em><strong>did</strong></em> successfully catch during that same timeframe and examine the accuracy rate (this will help determine whether or not there is a technical problem). Then, of course, mark the comments as spam so that Akismet can process the data. Do <strong>not</strong> place the comments in the trash &#8212; if you find something incredibly out of place, please feel free to <a title=\"Contact Akismet Support\" href=\"http://akismet.com/contact\">get in touch</a>.</p>\n<p>Finally, and most importantly, always remember that Akismet learns from user feedback via missed spam and false positive reports. This means that, when you see something that Akismet has flagged as spam, know that other bloggers have agreed with its opinion. Have you ever seen those advertisements that claim &#8220;9 out of 10 cats prefer this food!&#8221;? Well, when you notice a comment in your spam folder, think of it as &#8220;9 out of 10 bloggers say this is spam!&#8221; Don&#8217;t get fooled by the bad guys.</p>\n<p>In the meantime, our awesome (and growing) team will continue working magic behind the scenes and ensuring that Akismet is your best weapon against spam.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/995/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/995/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=995&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 13:08:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Anthony\";s: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:69:\"WordPress.tv: WordCamp San Francisco 2013: Hallway Interviews Track 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=21005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2013/08/02/wordcamp-san-francisco-2013-hallway-interviews-track-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:688:\"<div id=\"v-0EcSJgF0-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/21005/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/21005/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=21005&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/02/wordcamp-san-francisco-2013-hallway-interviews-track-4/\"><img alt=\"WordCamp San Francisco 2013: Hallway Interviews Track 4\" src=\"http://videos.videopress.com/0EcSJgF0/video-27a4c1ba6a_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 12:12:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:32:\"Donncha: Like a dog and his ball\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://ocaoimh.ie/?p=89498487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ocaoimh.ie/2013/08/02/like-a-dog-and-his-ball/\";s: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:2050:\"<p><img src=\"http://ocaoimh.ie/ocaoimh/2013/08/Like-a-dog-and-his-ball.jpg\" alt=\"Like a dog and his ball\" width=\"800\" height=\"533\" class=\"aligncenter size-full wp-image-89498488\" /></p>\n<p>That there is Oscar, my shih tzu. He <em>loves</em> chasing tennis balls but his activity these days is limited as he suffers from joint pains and has a heart complaint. I did however notice a spring in his step this morning and I think it may have to do with the newly released <a href=\"http://wordpress.org/news/2013/08/oscar/\">WordPress 3.6</a> or &#8220;Oscar&#8221; as it has been named. Matt says the release was named after the famous jazz pianist Oscar Peterson but we all know the cute little dog that really inspired the naming of the release, now don&#8217;t we?</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"></div>\n<p>Regardless of naming inspiration, the new version has fixed a ton of bugs, added new features and has the amazing Twenty Thirteen theme I&#8217;m really looking forward to trying out. Make sure you upgrade ASAP!</p>\n<div align=\"center\"><!--\n				google_ad_client = \"pub-1076796686536503\";\n			/* 336x280, created 22/05/09 */\n			google_ad_slot = \"6456264552\";\n			google_ad_width = 336;\n			google_ad_height = 280;\n			//-->\n				</div>\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://ocaoimh.ie/2010/04/02/clean-ball-point-pen-lcd-easily/\" rel=\"bookmark\" title=\"Permanent Link: Clean ball point pen off your LCD easily\">Clean ball point pen off your LCD easily</a></li><li> <a href=\"http://ocaoimh.ie/2003/08/15/that-baseball-game/\" rel=\"bookmark\" title=\"Permanent Link: That baseball game\">That baseball game</a></li><li> <a href=\"http://ocaoimh.ie/2004/10/13/gimp-articles-panoramas-and-crystal-ball/\" rel=\"bookmark\" title=\"Permanent Link: GIMP Articles &#8211; Panoramas and Crystal Ball\">GIMP Articles &#8211; Panoramas and Crystal Ball</a></li></ul></p><p><a href=\"http://ocaoimh.ie/2013/08/02/like-a-dog-and-his-ball/\">Like a dog and his ball</a> originally appeared on <a href=\"http://ocaoimh.ie\">Holy Shmoly!</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 2013 11:29:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:84:\"Gravatar: Have a self-hosted WordPress site? Supercharge your Gravatars with Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://blog.gravatar.com/2013/08/01/gravatar-and-jetpack/\";s: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:2412:\"<p>We&#8217;ve written about Gravatar Hovercards <a href=\"http://blog.gravatar.com/2010/10/06/gravatar-hovercards-on-wordpress-com/\" target=\"_blank\">before</a> &#8212; the nifty pop-up that adds a name, bio, and link to more info when you hover over a Gravatar on <a href=\"http://wordpress.com\" target=\"_blank\">WordPress.com</a>. Hovercards are a great way to learn more about the people commenting on your site, and to share your own contact info.</p>\n<p>But what about all the self-hosted WordPress sites? Are you stuck with simplified Gravatars if you&#8217;re not using WordPress.com?</p>\n<p>Not if you have Jetpack installed!</p>\n<p><a href=\"http://jetpack.me\" target=\"_blank\">Jetpack</a> is a powerful, multipurpose plugin brought to you by Automattic, the same great folks behind WordPress.com and Gravatar. It&#8217;s a single plugin that hooks into the power of the WordPress.com cloud to bring you dozens of features for which you&#8217;d normally need dozens of individual plugins: social sharing, robust stats, proofreading tools, extra sidebar widgets, photo galleries and carousels, contact forms, image optimization, and more &#8212; like Gravatar Hovercards.</p>\n<p>Now, when you hover over a commenter&#8217;s Gravatar, you&#8217;ll learn more about them and how to find them in other online spaces:</p>\n<p><img class=\"alignnone size-large wp-image-453\" alt=\"Hovercard\" src=\"http://gravatar.files.wordpress.com/2013/07/hovercard.png?w=660&h=369\" width=\"660\" height=\"369\" /></p>\n<p>Just install Jetpack and make sure the Gravatar Hovercards module is enabled to give your site visitors the tools to create deeper connections.</p>\n<p>(If you&#8217;d like to do even more with Gravatars, the <a href=\"http://wordpress.org/plugins/\" target=\"_blank\">WordPress Plugin Directory</a> has several other well-rated plugins to enhance Gravatars &#8212; we like <a href=\"http://wordpress.org/plugins/hidpi-gravatars/\" target=\"_blank\">HiDPI Gravatar</a>, which uses Javascript to replace standard Gravatar images with retina-ready images.)</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/450/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/450/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=450&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 04:39: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:11:\"michelle w.\";s: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:52:\"Lorelle on WP: WordPress 3.6 Released – Update Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://lorelle.wordpress.com/?p=9936\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://lorelle.wordpress.com/2013/08/01/wordpress-3-6-released-update-now/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:505:\"The long awaited WordPress 3.6 is out and ready for download for self-hosted WordPress users. Those on WordPress.com or managed WordPress installs, you should not have to do anything. WordPress.com has been using many of the new features of WordPress 3.6 already and is automatically updated. Managed WordPress hosts will advise you as to a [&#8230;]<img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=9936&subd=lorelle&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 23:59: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:17:\"Lorelle VanFossen\";s: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:31:\"Matt: 3.6 and State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=42778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2013/08/3-6-and-state-of-the-word/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:902:\"<p><a href=\"http://wordpress.org/news/2013/08/oscar/\">3.6 has been released</a> and has a groovy video to go with it:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"></div>\n<p>It&#8217;s been a busy week, <a href=\"http://2013.sf.wordcamp.org/\">WordCamp San Francisco 2013</a> went off without a hitch. Here&#8217;s the State of the Word presentation, which covered quite a bit of material and talks about the plans for WordPress 3.7 and 3.8:</p>\n<div id=\"v-z89enzHf-1\" class=\"video-player\"></div>\n<p>And here&#8217;s the question and answer session:</p>\n<div id=\"v-PrJSYsev-1\" class=\"video-player\"></div>\n<p>There was a <a href=\"http://www.elegantthemes.com/blog/general-news/wordpress-infographic-2013-a-visual-representation-of-matts-state-of-the-word\">pretty good summary of the presentation in infographic form</a>. A bit more about this next week, and some more announcements in store 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:\"Thu, 01 Aug 2013 22:13: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: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:51:\"WordPress.tv: Introducing WordPress 3.6 “Oscar”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://wordpress.tv/2013/08/01/oscar/\";s: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:642:\"<div id=\"v-UmhwbWJH-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20247/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20247/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20247&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/01/oscar/\"><img alt=\"Introducing WordPress 3.6 &#8220;Oscar&#8221;\" src=\"http://videos.videopress.com/UmhwbWJH/3-6-release-reinsert-20130730_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 22:07:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Michael Pick\";s: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:57:\"WPTavern: Wait Is Over – 3.6 Now Available For Download\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8242\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Rt-A4kboZMM/wait-is-over-3-6-now-available-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1457:\"<p>After a long, frustrating, development cycle, <a href=\"http://wordpress.org/news/2013/08/oscar/\" title=\"http://wordpress.org/news/2013/08/oscar/\">WordPress 3.6 Oscar</a> is now available to the public. This release doesn&#8217;t have the Post Formats UI but it does contain a number of great features such as built-in video and audio support, a completely revamped UI for Post Revisions, 2013 Theme that utilizes Post Formats, Post Locking and a slew of bug fixes. Congratulations to Mark Jaquith, Aaron D. Campbell and everyone else who helped to get this release to the public. I can&#8217;t imagine the sigh of relief they are breathing as well as the weight that&#8217;s been lifted off their shoulders. But! Considering what Matt laid out in his State Of The Word Presentation, it&#8217;s time to get moving on 3.7 and by the end of this year, 3.8. No rest for the wicked!</p>\n<p>By the way if you encounter any problems with WordPress 3.6, please bookmark the <a href=\"http://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list\" title=\"http://wordpress.org/support/topic/troubleshooting-wordpress-36-master-list\">following WordPress.org support thread</a> as it will be updated as needed to known problems and fixes. </p>\n<p>Can you name all the people in this promotional video for WordPress 3.6? </p>\n<div class=\"aligncenter\"></div>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Rt-A4kboZMM\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 21:52: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:6:\"Jeffro\";s: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:35:\"Dev Blog: WordPress 3.6 “Oscar”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2013/08/oscar/\";s: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:18264:\"<p>The latest and greatest WordPress, version 3.6, is now <a href=\"http://wordpress.org/download/\">live to the world</a> and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here&#8217;s a video that shows off some of the features using our cast of professional actors:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"></div>\n<p>We&#8217;re calling this release &#8220;Oscar&#8221; in honor of the great jazz pianist <a href=\"http://en.wikipedia.org/wiki/Oscar_Peterson\">Oscar Peterson</a>. Here&#8217;s a bit more about some of the new features, which you can also find on the about page in your dashboard after you upgrade.</p>\n<h3>User Features</h3>\n<p><img class=\"alignright\" alt=\"\" src=\"https://wordpress.org/images/core/3.6/twentythirteen.png\" width=\"300\" /></p>\n<ul>\n<li>The <strong>new Twenty Thirteen theme</strong> inspired by modern art puts focus on your content with a colorful, single-column design made for media-rich blogging.</li>\n<li><strong>Revamped Revisions</strong> save every change and the new interface allows you to scroll easily through changes to see line-by-line who changed what and when.</li>\n<li><strong>Post Locking</strong> and <strong>Augmented Autosave</strong> will especially be a boon to sites where more than a single author is working on a post. Each author now has their own autosave stream, which stores things locally as well as on the server (so much harder to lose something) and there&#8217;s an interface for taking over editing of a post, as demonstrated beautifully by our bearded buddies in the video above.</li>\n<li><strong>Built-in HTML5 media player</strong> for native audio and video embeds with no reliance on external services.</li>\n<li>The <strong>Menu Editor</strong> is now much easier to understand and use.</li>\n</ul>\n<h3>Developer features</h3>\n<ul>\n<li>A new audio/video API gives you access to metadata like ID3 tags.</li>\n<li>You can now choose HTML5 markup for things like comment and search forms, and comment lists.</li>\n<li>Better filters for how revisions work, so you can store a different amount of history for different post types.</li>\n<li>Tons more <a href=\"http://codex.wordpress.org/Version_3.6\">listed on the Codex</a>, and of course you can always <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6\">browse the over 700 closed tickets</a>.</li>\n</ul>\n<h3>The Band</h3>\n<p>This release was led by <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://geekreprieve.com/\">Aaron Campbell</a>, and included contributions from the following fine folks. Pull up some Oscar Peterson on your music service of choice, or vinyl if you have it, and check out some of their profiles:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/akted\">AK Ted</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/anatolbroder\">Anatol Broder</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/gorgoglionemeister\">Antonio</a>, <a href=\"http://profiles.wordpress.org/apimlott\">apimlott</a>, <a href=\"http://profiles.wordpress.org/awellis13\">awellis13</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/belloswan\">BelloSwan</a>, <a href=\"http://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"http://profiles.wordpress.org/beezeee\">Brian Zeligson</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/charlestonsw\">Charleston Software Associates</a>, <a href=\"http://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/cochran\">Christopher Cochran</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/chriswallace\">Chris Wallace</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/crazycoders\">crazycoders</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/mzaweb\">Daniel Dvorkin (MZAWeb)</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/dfavor\">David Favor</a>, <a href=\"http://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/davidwilliamson\">David Williamson</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dovyp\">dovyp</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>, <a href=\"http://profiles.wordpress.org/dvarga\">dvarga</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/elfin\">elfin</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"http://profiles.wordpress.org/fstop\">FStop</a>, <a href=\"http://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/gcorne\">gcorne</a>, <a href=\"http://profiles.wordpress.org/geertdd\">GeertDD</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gish\">gish</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hbanken\">hbanken</a>, <a href=\"http://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"http://profiles.wordpress.org/hirozed\">hirozed</a>, <a href=\"http://profiles.wordpress.org/hurtige\">hurtige</a>, <a href=\"http://profiles.wordpress.org/hypertextranch\">hypertextranch</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jakub\">jakub</a>, <a href=\"http://profiles.wordpress.org/h4ck3rm1k3\">James Michael DuPont</a>, <a href=\"http://profiles.wordpress.org/jbutkus\">jbutkus</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (JerrySarcastic)</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/jonbishop\">Jon Bishop</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/jvisick77\">Josh Visick</a>, <a href=\"http://profiles.wordpress.org/jrbeilke\">jrbeilke</a>, <a href=\"http://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">kadamwhite</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/keoshi\">keoshi</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/ktdreyer\">ktdreyer</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/kwight\">kwight</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/maor\">Maor Chasen</a>, <a href=\"http://profiles.wordpress.org/macbrink\">Marcel Brinkkemper</a>, <a href=\"http://profiles.wordpress.org/marcuspope\">MarcusPope</a>, <a href=\"http://profiles.wordpress.org/mark-k\">Mark-k</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/matthewruddy\">MatthewRuddy</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/mgibbs189\">mgibbs189</a>, <a href=\"http://profiles.wordpress.org/fanquake\">Michael</a>, <a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/najamelan\">najamelan</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/norcross\">norcross</a>, <a href=\"http://profiles.wordpress.org/paradiseporridge\">ParadisePorridge</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul</a>, <a href=\"http://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/petemall\">Pete Mall</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/phill_brown\">Phill Brown</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/redpixelstudios\">redpixelstudios</a>, <a href=\"http://profiles.wordpress.org/reidburke\">reidburke</a>, <a href=\"http://profiles.wordpress.org/retlehs\">retlehs</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rlerdorf\">rlerdorf</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/roulandf\">roulandf</a>, <a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>, <a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"http://profiles.wordpress.org/ryanhellyer\">Ryan Hellyer</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/saracannon\">sara cannon</a>, <a href=\"http://profiles.wordpress.org/scholesmafia\">scholesmafia</a>, <a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergej\">Sergej</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/sim\">Simon Hampel</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/slene\">slene</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/srinig\">SriniG</a>, <a href=\"http://profiles.wordpress.org/stephenh1988\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/storkontheroof\">storkontheroof</a>, <a href=\"http://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/tar\">Tar</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"http://profiles.wordpress.org/n7studios\">Tim Carr</a>, <a href=\"http://profiles.wordpress.org/tjsingleton\">tjsingleton</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/travishoffman\">TravisHoffman</a>, <a href=\"http://profiles.wordpress.org/uuf6429\">uuf6429</a>, <a href=\"http://profiles.wordpress.org/lightningspirit\">Vitor Carvalho</a>, <a href=\"http://profiles.wordpress.org/wojtek\">wojtek</a>, <a href=\"http://profiles.wordpress.org/wpewill\">wpewill</a>, <a href=\"http://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/thelastcicada\">Zachary Brown</a>, <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"http://profiles.wordpress.org/zekeweeks\">zekeweeks</a>, <a href=\"http://profiles.wordpress.org/ziegenberg\">ziegenberg</a>, and <a href=\"http://profiles.wordpress.org/viniciusmassuchetto\">viniciusmassuchetto</a>.</p>\n<p>Time to upgrade!</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 2013 21:43: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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:44:\"WPTavern: Major Pricing Changes At WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8235\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://feedproxy.google.com/~r/WordpressTavern/~3/EDtuMs9HBr0/major-pricing-changes-at-woothemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4340:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2009/09/woothemeslogo.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2009/09/woothemeslogo.png?resize=150%2C52\" alt=\"woothemes logo\" class=\"alignright size-thumbnail wp-image-2368\" /></a>WooThemes <a title=\"http://www.woothemes.com/2013/08/a-sustainable-woothemes/\" href=\"http://www.woothemes.com/2013/08/a-sustainable-woothemes/\">has announced</a> a major restructuring of their pricing tiers related to their theme and plugin products. First off, I applaud WooThemes for being transparent about the pricing changes and the reasoning behind them. From a business perspective, the changes make sense. From their announcement post:</p>\n<ul>\n<li>- We’re increasing the prices of all of our products (<a href=\"http://www.woothemes.com/product-category/themes/\">themes</a>, <a href=\"http://www.woothemes.com/plugins/\">plugins</a> &amp; <a href=\"http://www.woothemes.com/product-category/woocommerce-extensions/\">WooCommerce extensions</a>.)</li>\n<li>- We’ve implemented a consolidated licensing system (the one we’ve been using for plugins &amp; WooCommerce until now), which now includes themes too.</li>\n<li>- We’re dropping our <em>Unlimited</em> pricing tiers in favour of a 25-site license tier.</li>\n<li>- Support and updates will be capped to one year after purchase (with the ability for you to extend this).</li>\n</ul>\n<p>As expected, not everyone is happy about the changes, especially customers who purchased products that would have unlimited support and upgrades and could be used on unlimited sites. Those customers will be grandfather-ed into the new licensing system where they will receive 2 years of support and upgrades. After that time expires, they will need to renew their license. License renewals will have a substantial discount attached to them but if the license expires, you&#8217;ll have to renew at full price. </p>\n<p>This change in the way they are doing business is no surprise to me. In fact, I thought this day would have arrived sooner. When I asked WooThemes employee Mark Forrester <a href=\"https://twitter.com/mark_forrester/status/362863756562272256\" title=\"https://twitter.com/mark_forrester/status/362863756562272256\">why this change wasn&#8217;t made sooner</a>, this is what he said:</p>\n<blockquote><p>Our fast growth, varying product offering, tech and pricing models complicated things. But yes we wish we&#8217;d done it earlier!</p></blockquote>\n<p>From the outside looking in, it appears that WooThemes could definitely afford to honor their commitments to customers in the unlimited pricing structure but at the same time, that&#8217;s a huge chunk of recurring revenue they would pass up. What we&#8217;re seeing now is that WooThemes understands the costly mistake they made by offering unlimited anything and while they didn&#8217;t have to, they did give those customers 2 years to get accustomed to the changes. However, I can also see the perspective that customers will now have to literally pay for their mistake, even if it&#8217;s two years from now. </p>\n<p>I know how it feels to pay once for something labeled as unlimited and then later on in the product&#8217;s life cycle, I end up having to pay again despite the fact that it was supposed to be a one time buy. The terms and conditions page of WooThemes affords them the opportunity to make changes that positively affect their business, even if the customer gets the low-end of the deal. </p>\n<p>At the end of the day, WooThemes has made some necessary changes that will help cement the company&#8217;s existence well into the future. </p>\n<p>As for all other theme or plugin shops, if you are offering unlimited anything, please do yourself and your customers a favor and stop it. It&#8217;s getting to the point that if you&#8217;re offering unlimited anything, you might as well be holding up a giant sign that says &#8220;<em>Want To Go Out Of Business</em>&#8220;. </p>\n<p>Related reading from David Peralty on <a href=\"http://peralty.com/2013/08/01/wordpress-products-versus-services/\" title=\"http://peralty.com/2013/08/01/wordpress-products-versus-services/\">WordPress Products Versus WordPress Services</a></p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/EDtuMs9HBr0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 18:54:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s: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:56:\"Ping-O-Matic: Quick Tips: Optimize Titles and Permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://blog.pingomatic.com/?p=93\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://blog.pingomatic.com/2013/08/01/optimize-tips/\";s: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:1866:\"<p><a href=\"http://pingomatic.com/\" target=\"_blank\">Ping-O-Matic</a> is all about getting your new posts out into the world, ensuring your readers see your latest stuff, and driving more traffic to your site.</p>\n<p>What else can you do to make sure users find your content? Here are two quick tips and resources:</p>\n<h3>Optimize your page titles</h3>\n<p>Take the steps to optimize your site for SEO, starting with page titles. Our friends at <em><a href=\"http://build.codepoet.com/\" target=\"_blank\">Code Poet</a></em> recommend Joost de Valk&#8217;s <a href=\"http://yoast.com/articles/wordpress-seo\" target=\"_blank\">WordPress SEO resource</a>, particularly a section on <a href=\"http://yoast.com/articles/wordpress-seo/#titles\" target=\"_blank\">optimizing your titles for SEO</a>.</p>\n<h3>Optimize your site&#8217;s permalinks</h3>\n<p>Our site&#8217;s permalinks should be clear and concise, yet reveal what our content is about. How long (or short) should they be? Our permalinks are like street addresses for our site&#8217;s pages &#8212; it&#8217;s important to get these right so people &#8212; and bots! &#8212; don&#8217;t get lost and can navigate our site structure. Our <em><a href=\"http://blog.pingomatic.com/feed/build.codepoet.com\" target=\"_blank\">Code Poet</a></em> pals also suggest this <a href=\"http://digwp.com/\" target=\"_blank\">digwp.com</a> resource on <a href=\"http://digwp.com/2010/07/optimizing-wordpress-permalinks/\" target=\"_blank\">optimizing WordPress permalinks</a>.</p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/pingomatic.wordpress.com/93/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/pingomatic.wordpress.com/93/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.pingomatic.com&blog=68432&post=93&subd=pingomatic&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 16: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:20:\"Cheri Lucas Rowlands\";s: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:59:\"WordPress.tv: Mika Epstein: Don’t Use WordPress Multisite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.tv/2013/08/01/mika-epstein-dont-use-wordpress-multisite/\";s: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:659:\"<div id=\"v-LYqducp0-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20922/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20922/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20922&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/01/mika-epstein-dont-use-wordpress-multisite/\"><img alt=\"Mika Epstein: Don’t Use WordPress Multisite\" src=\"http://videos.videopress.com/LYqducp0/05-epstein_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 14:53:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WordPress.tv: Konstantin Kovshenin: What I Wish I Had Known Before Developing a WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.tv/2013/08/01/konstantin-kovshenin-what-i-wish-i-had-known-before-developing-a-wordpress-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:742:\"<div id=\"v-3xqOJcUM-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20924/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20924/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20924&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/01/konstantin-kovshenin-what-i-wish-i-had-known-before-developing-a-wordpress-theme/\"><img alt=\"Konstantin Kovshenin: What I Wish I Had Known Before Developing a WordPress Theme\" src=\"http://videos.videopress.com/3xqOJcUM/09-kovshenin_scruberthumbnail_7.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 13:46: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WordPress.tv: WordCamp San Francisco 2013: Hallway InterviewsTrack 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=21003\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2013/08/01/wordcamp-san-francisco-2013-hallway-interviewstrack-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:686:\"<div id=\"v-bB8fg1zI-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/21003/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/21003/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=21003&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/08/01/wordcamp-san-francisco-2013-hallway-interviewstrack-1/\"><img alt=\"WordCamp San Francisco 2013: Hallway InterviewsTrack 1\" src=\"http://videos.videopress.com/bB8fg1zI/video-24c54e860c_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 12:05: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WPTavern: Matt Mullenweg Participates In Reddit IAmA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Qya2b0_r-ts/matt-mullenweg-participates-in-reddit-iama\";s: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:11286:\"<p>Reddit plays host to events called AMA or Ask Me Anything. In this instance, <a href=\"http://www.reddit.com/r/IAmA/comments/1jg781/i_am_matt_mullenweg_cofounder_of_wordpress_18_of/\" title=\"http://www.reddit.com/r/IAmA/comments/1jg781/i_am_matt_mullenweg_cofounder_of_wordpress_18_of/\">Matt Mullenweg participated</a> in a version classified as IAmA. <span id=\"more-8230\"></span></p>\n<blockquote><p>Basically, /r/IAmA is a place to interview people, but in a new way. &#8220;IAmA&#8221; is the traditional way of beginning the description of who you are; &#8220;AMA&#8221; is the traditional way of ending the description; the acronym means &#8220;Ask me anything.&#8221; The interviewee begins the process by starting a post, describing who they are and what they do. Then, commenters leave questions and can vote on other questions according to which they would like to see answered. The interviewee then goes through and responds to any questions that he/she would like, and in any way that he/she prefers. </p></blockquote>\n<p>After spending three hours answering questions, here are a few of the ones I found to be the most interesting. </p>\n<p><em>Andrewry &#8211; Hey Matt, I was at your State of the Word in SF and you talked about moving WordPress more towards being an application framework rather than a CMS or blog platform. What specifically do you have in mind for this (better settings API, developer features, etc)? And then if you could break backwards compatibility (which really isn&#8217;t a option for WP), what would you really like to completely redo or add to WordPress? Thanks!</em></p>\n<p><strong>Matt &#8211; First and foremost the most important things for a platform are stability, speed, and security. To do those well you need the ability to push updates and fixes as close to real-time as possible. And it needs to work in every language. User authentication, data and caching abstraction.</p>\n<p>A lot of what people think of as platform stuff is actually at the CMS layer &#8212; custom post types, taxonomy meta,</p>\n<p>If backwards compatibility wasn&#8217;t a concern I would rename all the inconsistent column names and variables to match our style guide, drop TinyMCE, simplify the user roles and capabilities system, replace widgets with page blocks, redo the admin menu system, denormalize the DB, flatten dependencies and deep hierarchy in function execution, and completely reorganize the code so the bare minimum of files are included with any given request.</strong></p>\n<p><em>Ericmann &#8211; What do you see as the biggest challenge facing WordPress (in the context of competitive software or just un-met customer needs) for the next year?</em></p>\n<p><strong>Matt &#8211; By far and away it&#8217;s the high attrition rate of new users. We look at posting a lot in that context but I think it&#8217;s far more important to look at customization &#8212; theme discovery and tweaking, widgets, menus.</strong></p>\n<p><em>GetSource &#8211; If you could wave a magic wand and instantly rewrite WordPress in any programming language, which would it be?</em></p>\n<p><strong>Matt &#8211; <a href=\"http://golang.org/\" title=\"http://golang.org/\">Go.</a> :)</strong></p>\n<p><em>ShaneHudson &#8211; Hi Matt, I&#8217;m a long time WordPress dev (since day 1 moreorless) so thanks very much for starting it. Just wondering what your opinion of Ghost is? <a href=\"http://www.tryghost.org/\" title=\"http://www.tryghost.org/\">http://www.tryghost.org/</a></em></p>\n<p><strong>Matt &#8211; I left a lot of thoughts in the comments on this puff piece:</p>\n<p><a href=\"http://www.fastcolabs.com/3013086/open-company/who-will-pick-up-where-wordpress-left-off\" title=\"http://www.fastcolabs.com/3013086/open-company/who-will-pick-up-where-wordpress-left-off\">http://www.fastcolabs.com/3013086/open-company/who-will-pick-up-where-wordpress-left-off</a></p>\n<p>They say or imply lots of things about WordPress that aren&#8217;t true. They&#8217;ve also done things like had a quote from me looking like I was endorsing Ghost on their Kickstarter page even after I asked them to remove it several times. (Lots of people were confused or thought it was a plugin for WP.)</strong></p>\n<p>Of course I had to add this one!</p>\n<p><em>WriteNoWrong &#8211; Hey Matt, where do you think the future of the independent WordPress news community lies, with your recent purchase of WPTavern and the recent sale of WP Daily to WP Engine? Do you think there is a space for an impartial WordPress news website?</em></p>\n<p><strong>Matt &#8211; I&#8217;m glad that new ones are being started as fast as old ones are shutting down. There is some really interesting stuff going on in the community and I think there&#8217;s space for real journalism and strong commentary.</strong></p>\n<p><em>VegasGeek &#8211; Of all the WordCamp&#8217;s you&#8217;ve been to around the globe, what was the most unusual location for the event itself and, separately, the after party?</em></p>\n<p><strong>Matt &#8211; Oh by far and away the strangest location was Davao in the Philippines. I can&#8217;t find any pictures at the moment, but my talk was essentially at a restaurant with a swimming pool courtyard &#8212; the audience was on the other side of the pool from me, and the food buffet was behind me so when the Q&#038;A got slow people would grab food. The PA system had an echo because I think it was normally used for karaoke. And then the bats came out!</p>\n<p>Best after-party is hard to pick, but I had a great time after WordCamp Las Vegas which aligned with my 25th birthday a few years ago.</strong></p>\n<p><em>Eddiemoya &#8211; How directly involved are you in ongoing development of core? Are you relatively hands on, do you ever drive decision making or do you leave it to the community?</p>\n<p>On a completely different subject.</p>\n<p>I met you at WordCamp Chicago this year (I told you about a widget plugin that turns them into a post type and such).</p>\n<p>I created these wooden WordPress logos with my 3D Printer, I meant to give you one but I forgot about it. You still want one?</em></p>\n<p><strong>Matt &#8211; Would love a wooden WP logo, as long as it&#8217;s not a fauxgo. :)</p>\n<p>I&#8217;m as involved in WordPress development as I was 10 years ago, it just manifests itself in ways that tend to be a lot more behind the scenes and less visible, which I don&#8217;t mind as I&#8217;m way more interested in things moving forward and the results than credit or recognition for any specific thing. (I get plenty of recognition regardless, don&#8217;t need more.) The only downside is that folks who I don&#8217;t work with on a day-to-day basis assume that my role at Automattic or WP is more as a traveling figurehead or &#8220;evangelist&#8221; which can rub me the wrong way sometimes.</p>\n<p>For 3.8 I&#8217;m going to take a swing at the release lead role again, which should be fun.</p>\n<p>The most important thing I&#8217;ve done since WP started, though, isn&#8217;t in a line of code or a feature people use, it&#8217;s getting the right people involved and creating an environment for them to thrive. It&#8217;s the single most important thing any founder can do, whether of an OS project, a non-profit, or a for-profit company even though there&#8217;s not a single thing you can point to as the result of it other than the overall success and movement of the project.</strong></p>\n<p><em>eddiemoya &#8211; Thanks for your response! I have to admit that I asked this questions for the very reason you just explained &#8211; I wasn&#8217;t sure if you were just a figurehead for WordPress core, and kept more to running/development for Automattic, or if you kept heavily involved in development and decision making in core.</p>\n<p>Seems like it would be a difficult balance to strike &#8211; between looking uninvolved or like your doing things behind closed doors on one hand &#8211; and looking like your dictating/micromanaging where things go.</p>\n<p>I think it will be a good move for you to be visible in your activity &#8211; I think it will make things seem more open, rather than a vague suggestion that you might or might not have been involved.</p>\n<p>Oh &#8211; and these are the logos I made. <a href=\"http://eddiemoya.com/2013/06/30/wooden-3d-printed-wordpress-logos-wcchi/\" title=\"http://eddiemoya.com/2013/06/30/wooden-3d-printed-wordpress-logos-wcchi/\">http://eddiemoya.com/2013/06/30/wooden-3d-printed-wordpress-logos-wcchi/</a></em></p>\n<p><strong>Matt &#8211; It&#8217;s more fun being visible at first, but it also draws more flak and criticism that impedes process, for lack of a better way of putting it the normal conversations and back and forth that&#8217;s an everyday and critical part of OS development get warped when I&#8217;m a part of them, some people digging in or disagreeing as much for trying to get &#8220;points&#8221; over someone powerful as much as the substance of the issue. If I engage I end up looking dictatorial and take time away from more important tasks, or if I don&#8217;t it disenfranchises a contributor. I have contributed anonymously a few times before under different accounts.</strong></p>\n<p><em>jb510 &#8211; What individual do you think is the most under recognized contributor to the WordPress community at large?</em></p>\n<p><strong>Matt &#8211; That&#8217;s a tough one&#8230; I&#8217;m going to say the volunteers on the support forums. There are 2M+ posts there, and it&#8217;s easy to forget that a huge number of WP users end up in the forums and get help that allows them to use the software when they wouldn&#8217;t otherwise be able to.</strong></p>\n<p>Last but not least</p>\n<p><em>ashenkar7 &#8211; Hi Matt, have you read Chris Lema&#8217;s blog post <a href=\"http://chrislema.com/wordpress-for-the-enterprise/\" title=\"http://chrislema.com/wordpress-for-the-enterprise/\">http://chrislema.com/wordpress-for-the-enterprise/</a> What is your response? </em></p>\n<p>Matt &#8211; I have. It&#8217;s also funny because I think Gartner is about to come out with a &#8220;magic quadrant&#8221; that puts us in the crappy quadrant (low vision and ability to execute). Their leaders? Adobe, Sitecore, SDL, Oracle, HP, Opentext&#8230;</p>\n<p>I completely agree with Chris on all the ways that enterprise currently works, and their concerns. (People assume because we choose to do things differently that we don&#8217;t understand the other side.) But I&#8217;m not willing to compromise getting better software into the hands of users as quickly as possible, if that means Gartner thinks we&#8217;re a visionless niche player so be it.</p>\n<p>We&#8217;ve done long-term support branches before, it was a big development burden and almost no one used it or cared. There will be businesses that embrace keeping their technology moving at the speed the web does, and there will be those that go out of business and become irrelevant.</p>\n<h2>3 Hours Worth</h2>\n<p>I&#8217;m not going to post every one of the questions and responses but these are the ones that really caught my eye. I encourage everyone to check out the Reddit post and browse through the questions and responses yourself.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Qya2b0_r-ts\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 11:00: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:6:\"Jeffro\";s: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:57:\"WPTavern: My First Ever WordCamp San Francisco Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/WordpressTavern/~3/2bQxXjrVlOo/my-first-ever-wordcamp-san-francisco-experience\";s: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:22983:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/499.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/499.jpg?resize=150%2C150\" alt=\"WordCamp San Francisco Badge\" class=\"alignright size-thumbnail wp-image-8228\" /></a>Since I started writing about WordPress in 2007, WordCamp San Francisco has been labeled as the grandest WordCamp of them all. It&#8217;s where the <a href=\"http://2006.wordcamp.org/\" title=\"http://2006.wordcamp.org/\">first event of its kind</a> took place which started a revolution in WordPress meetups. Unfortunately, I&#8217;ve been unable to attend any WordCamps in the San Francisco until this year. The following is my experience crammed into a blog post. <span id=\"more-8180\"></span></p>\n<h2>Day 1</h2>\n<p>Day 1 started hours before the actual event. For me at least. During the weekend, I stayed at <a title=\"http://www.starwoodhotels.com/westin/property/overview/index.html?propertyID=1981\" href=\"http://www.starwoodhotels.com/westin/property/overview/index.html?propertyID=1981\">The Westin San Francisco</a>. At 2 A.M. someone tried to secretly smoke a cigarette in a non-smoking hotel because the fire alarm went off. The alarm had a sound that was awful, akin to something found in the <a title=\"http://www.youtube.com/watch?v=7J-y2rFfny8\" href=\"http://www.youtube.com/watch?v=7J-y2rFfny8\">original Star Trek</a>. After walking down 26 flights of stairs at 2 A.M. we discovered that it was a false alarm. I didn&#8217;t get much sleep after that.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/462.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/462.jpg?resize=224%2C300\" alt=\"Fire Trucks At The Westin\" class=\"aligncenter size-medium wp-image-8200\" /></a></p>\n<p>Opening remarks began at 9 A.M. but I didn&#8217;t attend a single session during the day. Before the event, I volunteered to be part of the <a title=\"http://2013.sf.wordcamp.org/2013/07/17/live-stream-attendees-welcome-to-the-hallway-track/\" href=\"http://2013.sf.wordcamp.org/2013/07/17/live-stream-attendees-welcome-to-the-hallway-track/\">Hallway Track team</a>. This team of individuals walked around the event with cameras and did on the spot interviews with attendees, speakers, and sponsors. If you watched the live stream, our interviews were&nbsp; between sessions. The team consisted of myself, Dre Armeda representing <a title=\"http://dradcast.com/\" href=\"http://dradcast.com/\">DradCast</a> and Jason Tucker representing <a title=\"http://www.wpwatercooler.com/\" href=\"http://www.wpwatercooler.com/\">WPWaterCooler</a>. I figured that any sessions I missed would be available on <a title=\"http://wordpress.tv\" href=\"http://wordpress.tv\">WordPress.TV</a> in the near future and I could spend most of my time networking with people. I&#8217;m not sure of the exact setup we had but the handheld cameras with the directional boom mics worked out great. The setup worked so well, I&#8217;m considering asking if I could borrow or get a WordCamp Camera kit for myself for video interviews at the events I attend. I think I completed around a dozen interviews throughout the day. I tried to mix it up between people most of the community knows about and those attending their first WordCamp.</p>\n<p>The only negative experience I had for day one was the lunch. Not the food but the lack of it. Unfortunately, I became so engrossed in a conversation with <a title=\"http://jaco.by/\" href=\"http://jaco.by/\">John James Jacoby</a> that I almost missed lunch entirely. When I went down to grab a bite to eat, the only thing left was a potato and a cookie. Don&#8217;t get me wrong, the lemon iced poppy seed cookies were fantastic but I was hoping for something more filling. I was not the only one who didn&#8217;t get any of the main course. Fortunately, the folks in charge of food brought out a container of fresh cooked burgers for those that didn&#8217;t anything to eat.</p>\n<p>This is the first WordCamp I&#8217;ve ever attended where the first day of sessions was on a Friday. This really screwed me up internally as I thought Friday was Saturday, Saturday was Sunday, etc. But, by the time Sunday rolled around, it made the weird schedule totally worth it. As what usually happens at these events, people have their cliques and each group gathered for dinner to meet and talk to each other as most of the WordPress centric folks were distributed employees, and this was an opportunity to be face to face. I on the other hand was invited by WPEngine to a hosted dinner which included a number of other individuals in the WordPress community to talk WordPress during a fine dining experience. Not only do they do a good job of hosting websites, they know how to host a good dinner as well.</p>\n<div id=\"attachment_8205\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/469.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/469.jpg?resize=224%2C300\" alt=\"Coca Cola Braised Pork Shoulder\" class=\"size-medium wp-image-8205\" /></a><p class=\"wp-caption-text\">Coca Cola Braised Pork Shoulder</p></div>\n<p>The invitation only dinner took place at <a title=\"http://www.luellasf.com/\" href=\"http://www.luellasf.com/\">Luella SF</a>. Luella is a charming Bistro in Russian Hill, slightly outside of downtown San Francisco. We were treated to a three-course meal complete with wine pairings. The food was amazing. Personally, I had the Coca-cola braised pork-shoulder as my main course and the orange fritters drizzled in honey for dessert. The pork was incredibly tender. Overall, a solid dining experience enhanced by being surrounded by some great WordPress people. I want to personally thank the guys from <a title=\"http://wpengine.com/\" href=\"http://wpengine.com/\">WPEngine</a> for the dinner as well as providing travel to and from the event. By the end of the night, I was pretty tired. I traded some morning sessions for sleep. During WordCamps, sleep is a difficult thing to obtain.</p>\n<h2>Day 2</h2>\n<p>After sleeping in, I arrived at the Mission Bay Conference center just in time for <a title=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\" href=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\">Matt Mullenweg&#8217;s State Of The Word presentation</a>. I managed to find a spot to stand up in the conference room Matt was presenting in. I&#8217;ve never seen a room filled with as many people as it was during his session. It was incredible. The presentation was simulcasted to the secondary conference room so I&#8217;m unsure as to whether the audience was the same but I bet it was. I was able to nod my head in agreement and express joy to many of the things Matt said. I looked over the conference room during parts of his presentation and noticed others nodding in agreement or in some cases, disagreement. Until WordCamp San Francisco 2013 I&#8217;ve never been able to be part of the live audience for the State Of The Word. It was an awesome experience and I highly encourage anyone who is enthusiastic about WordPress to put it on your bucket list.</p>\n<p>After Matt&#8217;s presentation, it was time for lunch. On Day 2, we had BBQ. This time around, I was early to receive a healthy helping of food that lasted me all day. The food was delicious. No complaints from me!</p>\n<p>After lunch, I attended one other presentation, this time by John James Jacoby on <a title=\"http://2013.sf.wordcamp.org/session/bbpress-and-buddypress-what-where-why-who-and-how/\" href=\"http://2013.sf.wordcamp.org/session/bbpress-and-buddypress-what-where-why-who-and-how/\">going beyond the blog with BuddyPress and bbPress</a> (presentation will be uploaded to WordPress.tv very soon). His session was dedicated to showing sites that utilized bbPress and BuddyPress in interesting ways. He also showcased how either could be themed and reshaped in a way that it was hard to tell which parts of the site were using BuddyPress or bbPress. It was an inspirational talk that proved both were capable of being excellent social tools without having to look like a cookie-cutter site. While listening to John, it&#8217;s clear that he has a passion for not just bbPress and BuddyPress, but forums in general. In fact, his passion for bbPress reminds me a lot of Matt Mullenweg&#8217;s passion for WordPress.</p>\n<div id=\"attachment_8206\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/470.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/470.jpg?resize=224%2C300\" alt=\"John James Jacoby\" class=\"size-medium wp-image-8206\" /></a><p class=\"wp-caption-text\">Triple J On The bb&#8217;s</p></div>\n<p>Most of the day was spent talking to individuals both known and unknown about WordPress, bbPress, and anything under the sun. After Day 2, it was time to head to the after party at the brand new Automattic Lounge. Unfortunately, I never had the chance to visit the <a title=\"http://www.flickr.com/photos/titanas/3576534598/\" href=\"http://www.flickr.com/photos/titanas/3576534598/\">old office location at Pier 38</a> which I&#8217;ve been told had a wonderful view. Their <a title=\"http://peterslutsky.com/2013/05/14/pics-touring-automattics-new-office/\" href=\"http://peterslutsky.com/2013/05/14/pics-touring-automattics-new-office/\">new lounge on Hawthorne Street in San Francisco</a> is a great co-working space. They used the general space downstairs to host a DJ with a free alcoholic bar. I had a great time but if you ever find yourself at the WordCamp San Francisco after-party and there is free booze, please limit yourself as the next day is usually contributor day. I failed to do that and ended up with a mild hangover. Lesson learned! The after party was a great time and the lounge was an excellent host. However, being surrounded by loud music didn&#8217;t do much for my already hoarse voice.</p>\n<div id=\"attachment_8213\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/479.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/479.jpg?resize=224%2C300\" alt=\"WCSF After Party\" class=\"size-medium wp-image-8213\" /></a><p class=\"wp-caption-text\">WCSF After Party</p></div>\n<h2>Day 3</h2>\n<p>Day 3 started out rough. I woke up with a mild headache, slightly buzzed and needed more sleep. However, day 3 was contribute day! Contribute day was set aside on a Sunday to give anyone who was attending the event a chance to spend some of their time contributing directly to a portion of the WordPress project that interested them. While the attendance was nowhere near Matt&#8217;s State Of The Word Presentation, enough people showed up that just about every table was filled with volunteers. In fact, the attendance impressed me. The entire room which 12 hours earlier was filled with booze and loud music had turned into a giant collaborative effort. I originally thought that the amount of people in the space would generate so much noise that it would be hard to talk to each other. However, I was stunned to hear how quiet it was once we had volunteer groups sorted out. I looked up from my position numerous times and just sat there watching the amount of people with their heads down working on the portion of the WordPress project that interested them the most. I can only describe contribute day as a <strong>surreal experience</strong>.</p>\n<div id=\"attachment_8217\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/483.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/483.jpg?resize=300%2C223\" alt=\"WCSF Contributor Day\" class=\"size-medium wp-image-8217\" /></a><p class=\"wp-caption-text\">WCSF Contributor Day</p></div>\n<p>Considering I don&#8217;t know a lick of code, I volunteered my time at the Support table along with a dozen other people. <a title=\"http://ipstenu.org/\" href=\"http://ipstenu.org/\">Mika Epstein</a> was the leader of our group as she has seen her share of WordPress.org support threads. I ended up training one individual to sign up for a Gravatar and to get started on the support forums. Within the next few hours, we were able to plow through a bunch of the recent forum threads of that day, deleting spam posts and marking accounts as Bozo&#8217;s, the WP.org support forum equivalent of spammer. One of the coolest things Mika did was go around the table and give each volunteer a custom forum title. Although I didn&#8217;t ask for it, I was granted forum moderator access based on my experience in the WordPress community. However, since I haven&#8217;t had the chance to read the WP.org support forum contributor handbook, I made a boo boo by supporting someone looking for paid services. I learned my lesson and won&#8217;t be doing that again.</p>\n<p>The highlight for me during contribute day was finally being able to talk to someone about a small user-experience issue I encountered. I won&#8217;t explain it here but instead, quote the text from my first ever <a title=\"http://core.trac.wordpress.org/ticket/24859\" href=\"http://core.trac.wordpress.org/ticket/24859\">trac ticket</a> that Mika helped me create.</p>\n<blockquote><p>When you have a large amount of images in the media library, and use the search function when adding new media, there is a noticeable lag from entering the search term to when any results (if any) show up.</p>\n<p>This was confirmed on WPTavern.com which contains about 900 images. We did not see the same results on a site that only contained 300 images. However, on all sites if there are no results a delay is seen between the time a term is entered and when results are displayed.</p>\n<p>So I&#8217;m suggesting that a placeholder image or a status indicator that tells users that the search process is occurring would solve this issue.</p></blockquote>\n<p>While I didn&#8217;t have a patch, I think it will be fairly trivial to add some sort of status indicator. However, I wish I had some sort of badge by WordPress.org or something that told me congratulations on my first ticket. Something that I could put into a digital trophy case. Alas, I have the experience to remember if nothing else. Even after all these years of writing about WordPress, actually creating something on Trac is a scary barrier to cross. But the experience is so much better with a mentor to provide a helping hand. The last thing I need to be doing is creating more work for the WordPress developers.</p>\n<p>Speaking of developers that attended the event, some of them were hard to speak to. Not because they didn&#8217;t have anything to say, but because they are obsessed with improving their project. This lead me to write and publish the following tweet: <em>You don&#8217;t understand WordPress core developers until you meet them. Naturally they are obsessed with improving WordPress.</em></p>\n<div id=\"attachment_8216\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/482.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/482.jpg?resize=300%2C223\" alt=\"WCSF Contributor Day\" class=\"size-medium wp-image-8216\" /></a><p class=\"wp-caption-text\">WCSF Contributor Day</p></div>\n<p>Overall, Contribute day was a huge success. Work was accomplished on most of the different facets that make up the WordPress project. There was even a group dedicated to bbPress and BuddyPress that ended up with at least one feature improvement. I would love to see more of these contribute days in the future spread to other WordCamps. Perhaps not even an entire day or an entire room dedicated to it. I&#8217;d be fine with a Contribute Bar similar to the Happiness Bar which is staffed by one or two individuals very close to the core team. Individuals with questions, bug fixes, or bug reports could spend time at the bar. I realize this may take away from precious development time to WordPress but in the long run, I think the project would be better off for it. Communicating how to contribute to core via text or IRC is not for everyone and generally, can be taken out of context very quickly. I bet a more personable approach ala contribute day would do wonders to get people over that barrier that prevents them from diving in and contributing.</p>\n<h2>Wrap Up</h2>\n<p>Overall, I had a memorable experience. I didn&#8217;t have the chance to explore the city which gives me another reason to come back next year. While this post is well over 2,000 words, it only scratches the surface of my entire WCSF experience. I talked to so many people, got wind of so many projects, and had the chance to meet co-workers and discuss things in person without the need for Skype or any other communication tool. Over the next several days, I&#8217;ll be publishing everything I&#8217;ve learned about the WordPress project and the satellite sites springing up around it. If you ever get the opportunity to attend WordCamp San Francisco, do whatever you can to make it!</p>\n\n<a href=\"http://www.wptavern.com/?attachment_id=8196\" title=\"WCSF Photos\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/456.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Photos From My Trip\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8197\" title=\"458\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/458.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"458\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8198\" title=\"459\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/459.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"459\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8199\" title=\"460\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/460.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Super Duper Is Good!\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8207\" title=\"471\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/471.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"471\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8204\" title=\"467\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/467.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Haiku Board\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8203\" title=\"466\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/466.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Schedule Of Events\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8201\" title=\"463\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/463.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"463\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8202\" title=\"464\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/464.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Sour Dough French Toast\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8208\" title=\"472\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/472.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"472\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8209\" title=\"473\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/473.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"473\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8210\" title=\"475\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/475.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"S.F. Giants Stadium\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8211\" title=\"476\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/476.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Toy Store Named After Me\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8212\" title=\"477\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/477.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"477\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8214\" title=\"480\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/480.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"S.F. At Night\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8221\" title=\"489\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/489.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"489\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8220\" title=\"488\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/488.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Downtown S.F.\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8219\" title=\"487\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/487.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"487\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8218\" title=\"484\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/484.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"484\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8215\" title=\"481\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/481.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Hearty Breakfast\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8222\" title=\"490\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/490.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"490\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8223\" title=\"491\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/491.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"491\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8224\" title=\"492\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/492.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Shot Glasses\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8225\" title=\"493\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/493.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"Nice Shot Glass\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8227\" title=\"496\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/496.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"496\" /></a>\n<a href=\"http://www.wptavern.com/?attachment_id=8226\" title=\"494\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/494.jpg?resize=150%2C150\" class=\"attachment-thumbnail\" alt=\"The Shot Glass I Bought\" /></a>\n\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/2bQxXjrVlOo\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 07:30: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:6:\"Jeffro\";s: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:27:\"Alex King: WordCamp SF 2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=17915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://alexking.org/blog/2013/07/31/wordcamp-sf-2013\";s: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:1500:\"<p>I had a great time, as usual, at WordCamp SF. It&#8217;s a pleasure to connect and reconnect with people in person. I had the privilege of participating on a panel discussion that was pretty <a href=\"http://storify.com/alexkingorg/wordcamp-sf-2013-freelancer-to-agency-panel\">well received</a>. The video isn&#8217;t quite up on WordPress.tv yet, but I&#8217;ll post when it is.</p>\n<p>I was flattered to have been mentioned in <a href=\"http://wordpress.tv/2013/07/31/siobhan-mckeown-wordpress-and-the-ten-year-itch-2/\">Siobhan McKeown&#8217;s talk</a> and to have our deployment tools (<a href=\"http://crowdfavorite.com/wordpress/ramp/\">RAMP</a> and <a href=\"http://crowdfavorite.com/news/2013/07/introducing-ruby-gems-capistrano-wp-and-steps/\">Capistrano-WP</a>) mentioned in <a href=\"http://wordpress.tv/2013/07/28/mark-jaquith-confident-commits-delightful-deploys-2/\">Mark Jaquith&#8217;s talk about automation</a>.</p>\n<p>The contributor day was another highlight. I spent my time refreshing the patch for <a href=\"http://trac.wordpress.org//ticket/19373\">this ticket</a> and <a href=\"http://core.trac.wordpress.org/changeset/1326/tests\">creating unit tests</a> for it; as well as participating in some interesting discussions about the future &#8220;developer tools&#8221; choices for the WordPress platform. Good Stuff&trade; is happening.</p>\n<hr />\n<p>WordCamp Denver will be returning on November, stay tuned to the <a href=\"http://2013.denver.wordcamp.org/\">website</a> for 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 2013 19:12: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: The Daily Plugin: Just Uno, Custom Bulk Edit, WP Bouncer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/WordpressTavern/~3/YkLUVv-E11k/the-daily-plugin-just-uno-custom-bulk-edit-wp-bouncer\";s: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:4283:\"<p>As everyone makes their way back from WordCamp SF, it&#8217;s time to get back to business with another edition of The Daily Plugin. Today we&#8217;ve got a number of plugins worth taking a second look at. Remember that these plugins are not endorsements, reviews or even a thumbs up. They are a sampling of some of the newest and most recently updated plugins from the WordPress Plugins Repository. Install and test on a staging site before going live. Let&#8217;s get plugged in! <span id=\"more-8141\"></span></p>\n<p><a title=\"JustUno WordPress Plugin\" href=\"http://wordpress.org/plugins/justuno/\" target=\"_blank\">JustUno</a> helps you to engage in a &#8220;<em>social bribery</em>&#8221; campaign on your e-commerce site. It works by adding the call to action &#8220;incentive&#8221; tab that can offer something like &#8220;<em>Save 5% Now</em>&#8221; or &#8220;<em>Get Free Shipping</em>&#8220;. Once clicked a window pops up presenting the site viewer with options on how to get a special promo code that will unlock their promised discount. The options for unlocking the promo code include <strong>Tweeting, Liking on Facebook, Sharing on LinkedIn, G+1 or signing up to your mailing list</strong>. Once one of these actions has been triggered, the customer is presented with the coupon code, which they can copy and paste into their cart for immediate usage.</p>\n<p>Here&#8217;s a quick one minute video on how JustUno works:<br />\n</p>\n<p>I like the &#8220;<em>social bribery</em>&#8221; concept, as it helps to grow your social traffic for little back-end buy-in cost. This plugin allows you to control which services you would like to use, including limiting to just the email sign-up. For those who have coupon code capable shopping carts this is a great way to promote your site while giving those who do so a small reward. It might also be used to promote a &#8220;<em>hidden link</em>&#8221; to your special content or the password to a private post. Use your imagination. Let me know if you think of other creative uses for this discount gate.</p>\n<p><a title=\"Custom Bulk Quick Edit\" href=\"http://wordpress.org/plugins/custom-bulkquick-edit/\" target=\"_blank\">Custom Bulk/Quick Edit</a> allows you to easily add previously defined custom fields to the edit screen bulk and quick edit panel to a precise degree unlike anything I&#8217;ve seen previously. It allows you to sort and mash-up your posts and post types in the posts or pages view, and then edit them with laser accuracy. Even in quick edit. For instance, if I wanted to include &#8220;<em>color</em>&#8221; in the sortable post list and as an option in quick edit, this plugin would allow me to get into the display settings, modify the query of what is displayed in the list and then allow editing on a multiple scale. You can change finite details in multiple posts, down to post types, secondary data and additional fields. There are both free and premium versions. See which is right for your own needs and make determinations as to what works best for you. The capabilities of this freaks me out. I have about a billion needs for sites that I am working on that involve custom sorts and multiple edits at once across different categories. This one can save hours of time in doing so.</p>\n<p>Here is another video about how Custom Bulk/Quick Edit performs with additional premium features enabled:<br />\n</p>\n<p><a title=\"WP Bouncer\" href=\"http://wordpress.org/plugins/wp-bouncer/\" target=\"_blank\">WP Bouncer</a> is a plugin that only allows one device login per user at one time. It &#8220;bounces&#8221; the logged in person and provides a warning message. Pretty good security for those of us that might leave a work/home browser open while editing. It&#8217;s not as advanced as the mega-complex Launchkey that we spoke about last week, but a good solution for keeping only one person logged in at once. I know the new WP version may address some of these issues with the collaboration features (I only saw the video), but this is a great solution in the meantime. I had to try it just because of the WPTavern name! Every tavern needs a bouncer. Too bad it doesn&#8217;t work on readers too.. lol</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/YkLUVv-E11k\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Jul 2013 17:46:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s: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:65:\"Alex King: My Biggest Take-Aways from WordCamp San Francisco 2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=17932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://devin.reams.me/2013/lessons-from-wordcamp-san-francisco-2013/\";s: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:946:\"<blockquote><p>My biggest take-aways from WordCamp San Francisco 2013 were:</p>\n<ul>\n<li>2 water bottles\n<li>\n<li>4 t-shirts</li>\n<li>10 stickers</li>\n<li>2 pair of sunglasses</li>\n</ul>\n<p>…but seriously, the sessions I attended were great and I was able to see the direction that the WordPress project and community are headed. All while having some serious (and fun) discussions (with beverages).</p></blockquote>\n<p>I only got a single t-shirt and water bottle (thanks <a href=\"https://twitter.com/nickgernert\">Nick</a>!), and a couple of pairs of sunglasses that my daughter&#8217;s stuffed animals are enjoying.</p>\n<p>A definite +1 from me on the evolution of development best practices and growth in the project leadership. I expect WordPress development will look a lot different (for the better) at WordCamp SF 2014.</p>\n<p><a href=\"http://alexking.org/blog/2013/07/31/my-biggest-take-aways-from-wordcamp-san-francisco-2013\">#</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 2013 17:44: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress.tv: Siobhan McKeown: WordPress And The Ten Year Itch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2013/07/31/siobhan-mckeown-wordpress-and-the-ten-year-itch-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:672:\"<div id=\"v-S6lRuxkL-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20912/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20912/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20912&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/31/siobhan-mckeown-wordpress-and-the-ten-year-itch-2/\"><img alt=\"Siobhan McKeown: WordPress And The Ten Year Itch\" src=\"http://videos.videopress.com/S6lRuxkL/03-mckeown_1_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Jul 2013 13:16:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:109:\"WordPress.tv: Tracy Levesque: What You Don’t Know You Can Do: WordPress Development for Absolutely Everyone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20921\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://wordpress.tv/2013/07/31/tracy-levesque-what-you-dont-know-you-can-do-wordpress-development-for-absolutely-everyone/\";s: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:765:\"<div id=\"v-A3UfeYw5-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20921/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20921/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20921&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/31/tracy-levesque-what-you-dont-know-you-can-do-wordpress-development-for-absolutely-everyone/\"><img alt=\"Tracy Levesque: What You Don’t Know You Can Do: WordPress Development for Absolutely Everyone\" src=\"http://videos.videopress.com/A3UfeYw5/05-levesque_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Jul 2013 12:53:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:90:\"WordPress.tv: Kathryn Presner: How To Jazz Up Your WordPress Site Without a Lick O’ Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2013/07/29/kathryn-presner-how-to-jazz-up-your-wordpress-site-without-a-lick-o-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:727:\"<div id=\"v-c0rInULP-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20910/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20910/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20910&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/29/kathryn-presner-how-to-jazz-up-your-wordpress-site-without-a-lick-o-code/\"><img alt=\"Kathryn Presner: How To Jazz Up Your WordPress Site Without a Lick O’ Code\" src=\"http://videos.videopress.com/c0rInULP/05-presner_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Jul 2013 02:42: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Alex King: Potential roadmap for taxonomy meta and post relationships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://pinboard-2d40941f3c4398e5e7b4be1cd2cb0f8c\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://make.wordpress.org/core/2013/07/28/potential-roadmap-for-taxonomy-meta-and-post-relationships/\";s: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:314:\"<p>A non-trivial undertaking. I&#8217;m always a bit wary of &#8220;clever&#8221; solutions and long term maintainability, but in this case the benefit of dropping a table makes it worthwhile.</p>\n<p><a href=\"http://alexking.org/blog/2013/07/28/potential-roadmap-for-taxonomy-meta-and-post-relationships\">#</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 28 Jul 2013 18:44: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:52:\"WordPress.tv: Matt Mullenweg: State of the Word 2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:627:\"<div id=\"v-z89enzHf-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20874/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20874/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20874&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/29/matt-mullenweg-state-of-the-word-2013/\"><img alt=\"State of the Word 2013\" src=\"http://videos.videopress.com/z89enzHf/sow_2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 28 Jul 2013 00:13:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s: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:69:\"WPTavern: The Daily Plugin: Launchkey, User Languages, Buy Him A Beer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8104\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://feedproxy.google.com/~r/WordpressTavern/~3/N0fjkfosQ0s/the-daily-plugin-launchkey-user-languages-buy-him-a-beer\";s: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:7120:\"<p>It&#8217;s once again time to check out the newest and most recently updated plugins in the WordPress Plugin Repository. Today we have five additions that are worth taking a closer look at. But before you install these on a live site, make sure that you properly test them on a secondary staging site first. That way you know the plugin is an ideal match for you and can work well with the other plugins you already have installed. Remember that this post is not to be considered an endorsement or official review, but a sampling of the newest offerings from the Repository. <span id=\"more-8104\"></span></p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/failure_to_launch_800_6282.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-8138\" alt=\"LaunchKey - Failure to Launch\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/failure_to_launch_800_6282.jpg?resize=150%2C150\" /></a><a title=\"LaunchKey WordPress Plugin\" href=\"http://wordpress.org/plugins/launchkey/\" target=\"_blank\">LaunchKey</a> is an authentication plugin that promises to &#8220;Kill All Passwords&#8221; for your WordPress logins. You begin by installing the plugin, downloading the app (iOS or Android) and then confirming your account via email. From there you are to login to launchkey.com and create an app API that will authenticate with your mobile device. Here&#8217;s where my investigation halted, at first at least. For the first 45 minutes, no matter what browser I tried, it would never let me log into my account on their website to create the API keys needed. I reached out to Launchkey on Twitter and finally had things working to API key stage after 3 uninstalls and re-installs. Once I had the API keys, it ground to a halt on my first attempt to retry wp-admin login. No matter what I did, {&#8220;error&#8221;:&#8221;invalid_request&#8221;} was the result in my browser when routing through their OAuth servers.</p>\n<p>After 3 API key changes on their site, it finally worked. So how does it work once it actually gets going? It uses your mobile device to allow you to login to your site based only on your Launchkey username. Once the username is entered, your mobile device is alerted and a notification comes up allowing you to &#8220;slide up&#8221; a toggle that permits the login. It also allows you to log off simply by sliding the &#8220;lock&#8221; to the right. One early issue that I found was that no matter what site I had tried to login as, the iPhone app always identified the authentication request as coming from &#8220;Launchkey OAuth&#8221; rather than any particular site name or URL. I can see where this would get really confusing really fast when dealing with multiple domains. How would I know what site is being logged into? Once more, if I am logging out by sliding on the names, how can I tell what I&#8217;m logging out of? It&#8217;s an interesting app/plugin combo adding another layer of security to your installation, or at least lending all your site credential trust to a third-party funnel, which has it&#8217;s own risks attached to it when misused. I like the concept and appreciate the quick help of the Twitter support team in getting me operational. Personally though, I don&#8217;t see the need for the average WordPress user to implement this. It&#8217;s not worth the risks or the cumbersome setup time. That&#8217;s just my opinion and your own needs may vary. For me, the launch key was turned and the rocket never got very far off the pad.</p>\n<p>It&#8217;s a neat app. Will I keep it installed? Not at the moment. I&#8217;ll check back with this one after they have a few revisions to see if they are ready for Prime Time. For now though, I&#8217;ll wait.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/buyhimabeer.png\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-8129\" alt=\"Buy Him A Beer\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/buyhimabeer.png?resize=150%2C150\" /></a><a title=\"Buy Him A Beer WordPress Plugin\" href=\"http://wordpress.org/plugins/buy-him-a-beer/\" target=\"_blank\">Buy Him A Beer</a> is the perfect plugin for Jeff to install on this site. I&#8217;d rather call this one &#8220;Buy Me some single-malt Scotch&#8221;, but for continuity sake, we&#8217;ll stick with the beer references. This plugin is not like your typical PayPal based donation prompt. It actually allows you to pick out what beer you would like to buy someone. From a domestic standard to a seasonal microbrew rarity, &#8220;Buy Him A Beer&#8221; is a fun way to encourage tips or donations in your WordPress installation. The plugin runs on the database at buyhimabeer.com to feed the beer data into the system, but no account signup is required. It&#8217;s a great way to prompt donations to your site and fun for the person making the donation. I&#8217;ve tested it and it also works for females too, despite the name. I forsee a whole series of this. Buy me lunch, send me a pizza, pay for my dry cleaning and perhaps even feed my starving dog with a nice selection of treats. Of course that&#8217;s the marketer in me, always going for those heartstrings in order to make a conversion. Who know if we&#8217;ll install this on WPTavern, but it&#8217;s worth a shot (or at least a beer).</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/user-language-switch.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-8147\" alt=\"User Language Switch\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/user-language-switch.jpg?resize=150%2C150\" /></a><a title=\"User Language Switch\" href=\"http://wordpress.org/plugins/user-language-switch/\" target=\"_blank\">User Language Switch</a> allows you to change the language on the front end or the back-end with just a simple flick of the switch. This is truly helpful if you work with people who speak another language and you want to switch back and forth to edit and work on the same WordPress installation. It also allows you to translate posts back and forth with an association between the native language and the translated versions. Several years ago I worked with a team in Spain on a WordPress project that could have really used a plugin like this for the back-end that we could have toggled languages on. If it ever comes up again, I&#8217;ll be sure to give this one a try on a live site.</p>\n<p>That will round out today&#8217;s batch of plugins. After all that struggle with LaunchKey, I really could use a beer. Anyone want to donate one? lol. Remember to say hello on Twitter <a title=\"Marcus Couch on Twitter\" href=\"https://twitter.com/marcuscouch\">@marcuscouch</a> or leave your feedback here on <a title=\"The Daily Plugin for 7-25-2013\" href=\"http://wptavern.com/the-daily-plugin-07-25-2013\" target=\"_blank\">WPTavern</a>. We&#8217;ll see you tomorrow for the Friday edition to wrap up your week with some fun new plugins.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/N0fjkfosQ0s\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Jul 2013 12:00: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:12:\"Marcus Couch\";s: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:57:\"Alex King: Teaming Up: From Freelance to WordPress Agency\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=17894\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://2013.sf.wordcamp.org/session/teaming-up-from-freelance-to-wordpress-agency/\";s: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:683:\"<p>I&#8217;ll be paneling at WordCamp SF on Saturday at 3:30pm along with <a href=\"http://10up.com/about/#employee-jake-goldman\">Jake Goldman of 10up</a>, <a href=\"http://tri.be/author/shane/\">Shane Pearlman of Modern Tribe</a> and <a href=\"http://webdevstudios.com/team/brad-williams/\">Brad Williams of Web Dev Studios</a>. Each of us have taken different paths and approaches to build our teams, so the contrast in perspectives should make for a good discussion.</p>\n<p>We will be grilled by the one and only <a href=\"http://ma.tt\">Matt Mullenweg</a>, don&#8217;t miss it.</p>\n<p><a href=\"http://alexking.org/blog/2013/07/25/teaming-up-from-freelance-to-wordpress-agency\">#</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 2013 22:32: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"WPTavern: The Daily Plugin for 07-24-2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8092\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/WordpressTavern/~3/RJPvl0ECb7w/the-daily-plugin-for-07-24-2013\";s: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:6526:\"<p>Once again we thank you for joining us in another edition of The Daily Plugin, where we lift the lid off of the WordPress Plugin Repository and take a peek at the newest and most recently updated WordPress Plugins. Remember to test your plugins on a staging site before going live. Make sure that all your plugins can party together without causing too much damage. Once you&#8217;re good to go, move them over to your live site and get the party started. Also remember that these are not reviews or official endorsements, but observations of what&#8217;s new out there that you may want to try out if the subject matter, functionality and layout meets your own individual site needs. OK, let&#8217;s get plugged in! <span id=\"more-8092\"></span></p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/wpinterstitial.png\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-8116\" alt=\"WP Interstitial\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/wpinterstitial.png?resize=150%2C150\" /></a><a title=\"WPStitial WordPress Plugin\" href=\"http://wordpress.org/plugins/wpstitial/\" target=\"_blank\">WPstitial </a> displays an interstitial ad screen when users visit a specific page, or any page within your WordPress installation. An Interstitial ad is often used by the larger content sites such as magazines or media outlets. It is a web page that is displayed before an expected content page, often to display advertisements or confirm the user&#8217;s age. Well now it&#8217;s no longer just the big boys that get to play in the interstitial sandbox. You too can thrill your readership with full-page ads designed to hide the content for just a few more seconds. I joke about that part, because interstitial ads, when used properly can be a very effective way to market to first time viewers of a web site. Whether it be baiting your readers with requests to follow you on social channels or enticing them with special offers, this plugin provides a platform in which to create easy full-page interstitial ads with the ease of the WordPress content editor. Full shortcode and HTML embedding is allowed on the page, as is a control over how often a person will see. In addition you can simply embed the URL of another site via iFrames. The plugin is also mobile optimized, so you can show the same ads on both platforms, formatted perfectly. Other controls include wait time adjustments and the cycle of ads that is rotated. Overall a good plugin to check out for yourself if you are looking for additional revenue streams for your high-traffic sites or to simply raise awareness of a particular event or campaign.</p>\n<p><a title=\"Only One Category WordPress Plugin\" href=\"http://wordpress.org/plugins/only-one-category/\" target=\"_blank\">Only One Category</a>, as the name implies limits the a post to having just one, single checked category. What a blessing! I can&#8217;t tell you how many times I&#8217;ve checked a category, only to forget to un-check whatever default category was already selected. When this happens it generally puts things where they shouldn&#8217;t be and causes headaches having to go back in just to uncheck one little box. Now I&#8217;ll never have to again, and neither will you.</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/visualizer.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-8118\" alt=\"Visualizer Chart Plugin\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/visualizer.jpg?resize=150%2C150\" /></a><a title=\"Visualizer WordPress Chart Plugin\" href=\"http://wordpress.org/plugins/visualizer/\" target=\"_blank\">Visualizer</a> is another Google Charts API plugin that allows you to access the on-the-fly chart-making capabilities of Google Charts. Unlike other plugins of a similar theme, this one has all the bells and whistles built right into it, allowing you to create any type of chart that Google Charts offers directly within WordPress. From pie charts to line graphs, dot grids to candlesticks. If there&#8217;s data to be illustrated, there&#8217;s unlikely to be another source out there with the same capabilities all packed into a single plugin.</p>\n<p><a title=\"WP Image Borders WordPress Plugin\" href=\"http://wordpress.org/plugins/wp-image-borders/\" target=\"_blank\">WP Image Borders</a> helps you easily add or remove custom border effects to your uploaded images. A few shows back on WordPress Plugins A-Z, a gentlemen left us an audio comment asking for an alternative for a Drupal module called &#8220;ImageCache&#8221;. I was never into Drupal, but this feature was quite amazing, allowing on-the fly image formatting and editing, including orientation correction, color adjustments, bevel, shadows, glow and many other effects that we often have to do offline at a time-consuming rate. While on the hunt for an answer to our listener&#8217;s request, I came across something similar that was just released in the Repository called WP Image Borders. While it&#8217;s nothing like the aforementioned ImageCache capability, it does provide some of the same &#8220;on-the-fly&#8221; image processing power. If you want to add drop shadows to all your images or make them round cornered, this is a good plugin to do that. It will not alter the original image and turning off the plugin will simply revert all your old images back to their original styles. Would love to see what people out there can create with this!</p>\n<p><a title=\"Simple Donation Manager\" href=\"http://wordpress.org/plugins/simple-donation-managersdm/\" target=\"_blank\">Simple Donation Manager</a> assists in recognizing those who have contributed to the cause, no matter what that might be. The plugin uses a shortcode based system that displays donors and beneficiaries for a particular cause or fund-raising drive. So not only will it list out who donates, but it can list out who receives the help as well. While not quite Kickstart quality, this has a lot of uses for non-profit and charitable organizations out there who have the need to display such information with the ease of a shortcode. Full contact info can be used, including their method of payment for the donation.</p>\n<p>That&#8217;s it for this edition of The Daily Plugin. Join us again tomorrow as we dig into the deepest chasm of the WordPress Plugin Repository in search of hidden resources and new gems to behold.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/RJPvl0ECb7w\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Jul 2013 15:25:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s: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:41:\"WPTavern: The Daily Plugin for 07-23-2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8052\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/WordpressTavern/~3/BAscCKypc38/the-daily-plugin-for-07-23-2013\";s: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:4859:\"<p>Welcome once again to another installment of The Daily Plugin. Today we&#8217;re pleased to see that the WordPress Plugin Repository has just hit 26,000 plugins in the index. This is quite an accomplishment! I&#8217;m grateful to all the developers out there who put in thankless days and sleepless nights creating these magnificent plugins. They can&#8217;t all be a perfect 10 plugin, but the simple fact that people are making a solid effort to participate in the community is very commendable.</p>\n<p>Before we begin, make sure that you test out all these plugins on a staging site. It&#8217;s always best to create a mirror of a live site with an identical set of plugins. Then install the new plugin to see how it interacts with the others. After a day or so, you&#8217;ll get to know the functionality, speed and performance of the site with the new plugin installed. If everything seems to be cool, then it&#8217;s probably safe to remove the plugin from your &#8220;quarantine&#8221; and use it on an actual live site. <span id=\"more-8052\"></span></p>\n<p><a title=\"YouTube Comments\" href=\"http://wordpress.org/plugins/youtube-comments/\" target=\"_blank\">YouTube Comments</a> is yet another tentacle in the power of the commenting system. This little gem allows you to automatically pull in the comments from a YouTube linked video from within the post. I like this because it keeps my WordPress installation as the central hub for everything despite how many social services that I want to hook it to on the outside. The plugin allows comments by all users logged into YouTube. Hopefully this doesn&#8217;t become abused or has some degree of control of spam.</p>\n<p><a title=\"Blog Watch WordPress Plugin\" href=\"http://wordpress.org/plugins/blog-watch/\" target=\"_blank\">Blog Watch</a> helps you monitor the competition or fellow content creators right in your dashboard. It runs on both RSS and ATOM feeds. You simply add the feed URL and the posts will be inserted in the dashboard module. An added bonus is that if you do not know a specific feed URL, the plugin will attempt to locate it for you based on the main URL of the blog you want to monitor. This could be used to monitor the blogging activity streams of your favorite authors, sites with similar interests or anything you choose. Heck, why not double up and add the <a title=\"WP Tavern Feed\" href=\"http://wptavern.com/feed/\" target=\"_blank\">WPTavern feed</a> to it as well, ok?</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/time-difference.png\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-8086\" alt=\"Time Difference\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/time-difference.png?resize=150%2C150\" /></a><a title=\"Time Difference\" href=\"http://wordpress.org/plugins/time-difference/\" target=\"_blank\">Time Difference</a> calculates the amount of time between the current date of your WordPress installation and a date that you signify in shortcode form. The date can be either in the past or in the future. I like the versatility of this plugin, as it can act as a countdown timer to an event and as a running stopwatch of something that has started. It could be used in a number of practical ways. Days left in Summer, countdown to when school starts, days since you were born and on and on. Since it&#8217;s shortcode based, you&#8217;ll be able to use this within content as well as within a widget.</p>\n<p><a title=\"Free Voice Comment System\" href=\"http://wordpress.org/plugins/uemotioncom-free-voice-comment-system/\" target=\"_blank\">Free Voice Comment System</a> is another plugin I tried in hopes of finding a free solution for Speakpipe. This plugin ideally would have the same functionality in that a site viewer would be able to record an audio comment with just one click-through their browser. In the case of this plugin, it runs off a service called uemotion.com, a social messaging site based on audio recordings. I could not get the plugin to function at all after installation, from requesting an API key on down. This one is simple not ready for prime time, as the site crashes every time you try to request a key. I tried it on 3 different staging sites with the same result. Oh well. I&#8217;ll keep on searching.</p>\n<p>Last Friday I mentioned that there would be some news for those fans of the column that are commuters seeking an audio version of The Daily Plugin. After some consideration and discussion with Jeff, I&#8217;ve decided to give the people what they want and create a daily audio recording. We will wait until the next version of WordPress officially drops so that we can take advantage of using the new audio and video capabilities within the Media center. I can&#8217;t wait!</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/BAscCKypc38\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2013 18:23:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s: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:43:\"Dev Blog: WordPress 3.6 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1324:\"<p>The second release candidate for WordPress 3.6 is now available for download and testing.</p>\n<p>We&#8217;re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we&#8217;ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted in RC1. Please test this release candidate as much as you can, so we can deliver a smooth final release!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>.</p>\n<p><strong>Developers,</strong> please continue to test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release. You can find our <a href=\"http://core.trac.wordpress.org/report/6\">list of known issues here</a>.</p>\n<p>To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.6-RC2.zip\">download the release candidate here (zip)</a>.</p>\n<p><em>Revisions so smooth</em><br />\n<em>We autosave your changes</em><br />\n<em>Data loss begone!</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:\"Wed, 24 Jul 2013 07:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s: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:51:\"Alex King: WordPress WXR file splitter for Mac OS X\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=17886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://suhastech.com/wordpress-wxr-xmlfile-splitter-for-mac-os-x/\";s: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:156:\"<p>I recently used this &#8211; worked like a champ.</p>\n<p><a href=\"http://alexking.org/blog/2013/07/23/wordpress-wxr-file-splitter-for-mac-os-x\">#</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 2013 19:40: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: Plugin Review – Floating Social Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://feedproxy.google.com/~r/WordpressTavern/~3/q7E9HaMqxAY/plugin-review-floating-social-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2803:\"<h2>Quick Overview:</h2>\n<p>Developed by Syed Balkhi and Thomas Griffin, <a href=\"http://wordpress.org/extend/plugins/floating-social-bar/\" title=\"http://wordpress.org/extend/plugins/floating-social-bar/\">Floating Social Bar</a> adds a floating bar with share buttons to your content without slowing down your site.</p>\n<h2>My Experience:</h2>\n<p>This plugin is incredibly simple to set up. For starters, these two get bonus points for adding a settings link that is accessible from the Plugin management page. I wish more plugins would do that. Just drag the icons representing the social networks you want to use to the Enabled Social Services box. </p>\n<div id=\"attachment_8077\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FloatingSocialBarSetup.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FloatingSocialBarSetup.jpg?resize=500%2C368\" alt=\"Floating Social Bar Setup\" class=\"size-large wp-image-8077\" /></a><p class=\"wp-caption-text\">Configuring This Plugin Is Easy!</p></div>\n<p>You can alter the text that displays to the left of the icons, determine where those buttons show up, add your Twitter username and configure the interval to update stats which are displayed to the right of each icon. I believe this varies between themes but depending upon how long the text is before the social icons, it will force some of them to the next line, which is not pretty. </p>\n<div id=\"attachment_8078\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FloatingSocialBarIcons.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FloatingSocialBarIcons.jpg?resize=495%2C96\" alt=\"Floating Social Bar Icons\" class=\"size-full wp-image-8078\" /></a><p class=\"wp-caption-text\">As seen in the Twenty Eleven Theme</p></div>\n<p>My personal preference is to have sharing icons located below the post content, near some of the meta data as seen on WPTavern articles. This plugin doesn&#8217;t allow that, at least not from its settings page. This is one of the reasons why Publicize by Jetpack will be a better option. Publicize gives users options to control the look of the icons and where they are located. With Floating Social Bar, the icons are stuck at the top of the post.</p>\n<p>This plugin provides a quick and easy way to display sharing icons without all of the additional functionality that comes with Publicize in JetPack. If that&#8217;s what you need, this plugin is excellent. If you&#8217;re looking for more flexibility, especially for how these icons are displayed, I suggest using Publicize in Jetpack. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/q7E9HaMqxAY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Jul 2013 00:18: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:6:\"Jeffro\";s: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:76:\"WPTavern: Creating A Digital Publication In WordPress With The IssueM Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"http://feedproxy.google.com/~r/WordpressTavern/~3/nR1Xamk6kl4/creating-a-digital-publication-in-wordpress-with-the-issuem-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2006:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/IssueMLogo.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/IssueMLogo.jpg?resize=74%2C81\" alt=\"Issue M Logo\" class=\"alignright size-full wp-image-8074\" /></a>Built by LewAyotte, Peter Ericson, and Glenn Ansley the recently released open-source plugin known as <a href=\"https://issuem.com\" title=\"https://issuem.com\">IssueM</a> provides publishers the opportunity to harness the ease of WordPress to turn their site into an Issue based publication. After taking a look at <a href=\"http://issuem.com/showcase/\" title=\"http://issuem.com/showcase/\">their showcase</a>, I decided to try out the plugin for myself. </p>\n<p>I installed the plugin on my demo test site and had a hard time maneuvering around and getting things setup the way they were supposed to. Out of the box, it&#8217;s difficult to know how things are supposed to be setup. I hope in the future, these guys take full advantage of <strong><a href=\"http://www.paulund.co.uk/introduce-wordpress-pointers\" title=\"http://www.paulund.co.uk/introduce-wordpress-pointers\">Pointers</a></strong> that were added to the core of WordPress 3.3. I tried reading through their <a href=\"https://issuem.com/issuem-user-guide-now-available/\" title=\"https://issuem.com/issuem-user-guide-now-available/\">user guide</a> but it only provided slight relief from the head-ache I was getting. I don&#8217;t know what it is about this plugin but I found it difficult to use and setup. After watching the following video, it makes a little more sense but not much.</p>\n<div class=\"aligncenter\"></div>\n<p>I&#8217;m sharing this plugin so you could at least take it for a test drive yourself and report back with your experience. I&#8217;d like to know if I&#8217;m the only one having trouble getting to grips with this plugin or if others are as well.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/nR1Xamk6kl4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jul 2013 23:15: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:6:\"Jeffro\";s: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:38:\"WPTavern: WPVote – Three Years Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://feedproxy.google.com/~r/WordpressTavern/~3/N_vR4q15Mns/wpvote-three-years-later\";s: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:8087:\"<p>With <a href=\"http://poststat.us/\" title=\"http://poststat.us/\">PostStat.us</a> gaining traction and becoming a hub of activity within the WordPress community, I reached out to Ben Gillbanks, creator of <a href=\"http://wpvote.com/\" title=\"http://wpvote.com/\">WPVote.com</a> to get his thoughts on why WPVote hasn&#8217;t really seen the same adoption even though it&#8217;s been around for three years and what his thoughts are on PostStat.us. WPVote was described by many as a Digg like site but for WordPress. </p>\n<p><strong>First off Ben, tell us a little bit about who you are and what you&#8217;ve been up to these days.</strong></p>\n<p>Hi Jeff. I have been working online since the early 2000&#8242;s, and started with WordPress around 2004. I released a free theme that was one of the first added to <a href=\"http://wordpress.com/\" title=\"http://wordpress.com/\">wordpress.com</a> &#8211; and after I started <a href=\"http://prothemedesign.com/\" title=\"http://prothemedesign.com/\">prothemedesign.com</a> which I still run today. Currently I am still building themes, with the best being premium themes on wordpress.com.</p>\n<p><strong>It&#8217;s been 3 years since the launch of WPVote. In that period of time, are you happy with the results of your experiment?</strong></p>\n<p>WPVote has been a fantastic learning experience for me. Honestly &#8211; it never took off as I would have liked &#8211; but I was able to achieve everything I set out to do. In addition, and what many people probably don&#8217;t think of &#8211; is that when building WPVote I created a product that I sold on <a href=\"http://prothemedesign.com/\" title=\"http://prothemedesign.com/\">prothemedesign.com</a> &#8211; and it has done quite nicely for me.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2010/02/wpvotelogo.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2010/02/wpvotelogo.png?resize=238%2C50\" alt=\"WPVote Logo\" class=\"aligncenter size-full wp-image-3101\" /></a></p>\n<p>That said &#8211; since you first asked me about doing this interview WPVote has been under a sustained flood of traffic, which has made the site un-responsive. There are patterns to the traffic, but the blocks I have put in place haven&#8217;t helped and the rest of the site doesn&#8217;t respond. Without improving my hosting (which isn&#8217;t financially viable) I think the future of wpvote is in doubt at the moment :(</p>\n<p><strong>Can you share some statistics regarding the site such as submissions, new user registrations, etc?</strong></p>\n<p>Well &#8211; <a href=\"http://wpvote.com/\" title=\"http://wpvote.com/\">wpvote.com</a> currently has <strong>10,022 users</strong> and <strong>1,962 public posts</strong>. I haven&#8217;t measured how many but wpvote automatically deletes old posts that point to websites/web pages that no longer exist. As such, there&#8217;s probably a couple hundred posts that have been removed. There&#8217;s currently about 20 users who are consistently posting new content to the site, with 5 to 10 new posts a week being published. The (legitimate) traffic to the site isn&#8217;t huge but it has a good pagerank so it can be a nice bonus for your site.</p>\n<p><strong>From the outside looking in, I haven&#8217;t seen WPVote become a destination hotspot to see what&#8217;s happening in the world of WordPress. Why do you think that is?</strong></p>\n<p>My biggest problem, with everything I do (I&#8217;m well aware that this is a weakness), is marketing. I don&#8217;t have the network &#8211; or the skills/ knowledge &#8211; that others in the community have. Poststat.us has shown that this type of website in the WordPress niche can work &#8211; and I&#8217;m really pleased Brian managed to do it. In addition Poststat.us has managed to keep the content higher quality &#8211; presumably through a more manual review process which is bound to have helped.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPVoteFrontPage.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPVoteFrontPage.jpg?resize=398%2C265\" alt=\"WPVote Front Page\" class=\"aligncenter size-full wp-image-8063\" /></a></p>\n<p><strong>Are there any specific lessons you&#8217;ve learned by operating WPVote in the past three years?</strong></p>\n<p>I&#8217;ve learned a lot about programming and developing complex themes. I probably shouldn&#8217;t say this about a product I still sell, but I&#8217;d quite like to rewrite Nominate. I&#8217;ve also learned a lot about WordPress itself &#8211; using functionality you wouldn&#8217;t normally use in a theme. Things like submitting posts &#8211; and integrating spam management tools, more complex admin tools, and using wp-cron to automatically check on validity of old content. It&#8217;s been a really good way to grow as a developer.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/NominateTheme.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/NominateTheme.jpg?resize=516%2C305\" alt=\"Nominate Theme\" class=\"aligncenter size-full wp-image-8064\" /></a></p>\n<p>In my article <a href=\"http://www.wptavern.com/ben-gillbanks-launches-wpvote\" title=\"http://www.wptavern.com/ben-gillbanks-launches-wpvote\">where I described the launch of WPVote</a>, I mentioned near the end that it would be cool to see something like WPVote replace the WordPress planet feed so the community played a larger role in determining what was shown on the front page. Have you had any inquiries regarding this? Is it something you would like to pursue?</p>\n<p>I&#8217;ve had a few inquiries to buy/invest in the site but I&#8217;ve turned everyone down so far. I&#8217;m not really in this for the money &#8211; I wanted to do it because I think WordPress is awesome and I wanted to try to help promote the community.</p>\n<p>I haven&#8217;t had any inquiries regarding syndicating the content for something more <a href=\"http://wordpress.org/\" title=\"http://wordpress.org/\">wordpress.org</a> related but doing something like that would be awesome &#8211; I&#8217;m certainly open to considering things like this (if I can ever get the site live again).</p>\n<p><strong>I&#8217;d like to know your thoughts regarding PostStat.us and their recent redesign. It looks like the site is gaining traction and is starting to gain more user based submissions.</strong></p>\n<p>I think the PostStat.us redesign is fantastic. IMO It&#8217;s not very visual &#8211; and the design is quite dry. It plays down the social/ community aspect &#8211; but the content is great and it&#8217;s building itself up nicely. Since PostStat.us is mostly about the community and writing opinion pieces based upon submitted content/ news &#8211; I think it would be nice to showcase the other sites more, possibly through website screenshots (like on wpvote) or perhaps some other means.</p>\n<p>The thing I am missing with WPVote is the community actively submitting and (more importantly) voting on the content. If people don&#8217;t interact then there&#8217;s no point running the site. PostStat.us does have people voting on content, and the manually curated content which probably makes it a more desirable destination for people looking for WordPress content.</p>\n<p><strong>Do you have anything on tap with the WPVote website that you&#8217;d like to share?</strong></p>\n<p>At the moment my focus with wpvote is trying to get it back online. In the future I would quite like to rewrite it as a voting plugin but I have so many other things I want to do that I don&#8217;t know when/ if that will happen.</p>\n<h2>Bonus Content:</h2>\n<p>Check out Ben&#8217;s <a href=\"http://www.binarymoon.co.uk/2009/12/building-wpvote-wordpress/\" title=\"http://www.binarymoon.co.uk/2009/12/building-wpvote-wordpress/\">7 part series</a> that goes through the process of getting WPVote from idea, to working reality. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/N_vR4q15Mns\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jul 2013 18:46: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s: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:64:\"WPTavern: Friendly Reminder About The WordPress Domain Trademark\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8056\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://feedproxy.google.com/~r/WordpressTavern/~3/OPK4hi9ENjA/friendly-reminder-about-the-wordpress-domain-trademark\";s: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:4760:\"<p>While reading press releases about new WordPress services or plugins, I&#8217;ll occasionally discover that their website uses the full term of WordPress in their domain name. According to the <a href=\"http://wordpress.org/about/domains/\" title=\"http://wordpress.org/about/domains/\">domain policy</a>, this is a violation of the WordPress trademark unless they have explicit permission. A couple days ago, I came across one such site which was brand new and the press release talked about their recent launch. I sent the owner of the site a message letting them know that they were violating the trademark and that they should think about a WP variant. While some responses are vulgar, the one from this person showed that they had made a mistake as they had no idea about the policy. Below is a short conversation over email. I&#8217;ve removed the person&#8217;s name as well as their website as it&#8217;s not needed to illustrate the point.</p>\n<p><strong>Jeff</strong> &#8211; I read a press release today about the launch of (Name Of Service) and I just wanted to let you know that by using the full term of WordPress in the domain name, you are violating the WordPress trademark. http://wordpressfoundation.org/trademark-policy/ I suggest switching your domain name to WP****** if possible or try obtaining permission to use the trademark in your domain name.</p>\n<p><strong>Response</strong> &#8211; Oh damn it, thanks for letting me know! I had no idea. I&#8217;ll see what I can do about changing the name. Kind regards,</p>\n<p><strong>Jeff</strong> &#8211; You&#8217;re welcome. Tons of people make the same mistake. Sorry you have to go about changing the domain.</p>\n<p><strong>Response</strong> &#8211; I looked into it yesterday and yeah, I really (bad word) up here. I bought the domain wp***** and migrated the whole site there, I&#8217;ll be 301 redirecting the whole site today. I&#8217;m sorry if I caused any bad feelings about my venture, just trying to make a living helping others with the CMS I love. I&#8217;ll be changing my email too in the next couple of days. Thanks for reaching out and letting me know so I could change the domain. I really appreciate it.</p>\n<p><strong>Jeff</strong> &#8211; Nope, no bad feelings caused. I usually send out a friendly email to anyone violating the trademark as it&#8217;s best to deal with it early versus having that domain be established. You should be all set to go now. Good luck with your service. Oh, as a sidenote. I would look for any where you wrote Word(lowercase p)ress on the site and change it to WordPress as that&#8217;s the correct way to write it. It&#8217;s one of those weird prickly points the community has.</p>\n<p><strong>Response </strong>- Hi, Yeah, I found the discussion on Twitter, it seemed to cause a big stir among some. Saw some guy called me a douche for missing the capital P so I&#8217;ve changed it already. Thanks</p>\n<p>A couple of reasons why I published our email exchange. The first is to show that sometimes, people have good intentions but make an honest mistake. They didn&#8217;t know about the domain policy and rushed to change things to make it right. The established people in the WordPress community know about these guidelines and instead of chastising those site owners, we should first reach out to them via email or some other method to at least give them an opportunity to make things right. <a href=\"https://twitter.com/jeffr0/status/357576328234549250\" title=\"https://twitter.com/jeffr0/status/357576328234549250\">I started the Twitter dialogue</a> by mentioning how disappointed I was to see brand new WordPress services launch that violated the WordPress trademark. On Twitter, it&#8217;s too easy to fire off text that would be better off never being published. I&#8217;ve said a few things in the past I regret as have others. Let&#8217;s try to give everyone the benefit of the doubt before performing regretful actions. </p>\n<p>If you see anyone violating the WordPress trademark via by domain or other means, please try reaching that person via email or getting in touch with them any way possible to let them know. It could just be an honest mistake.</p>\n<p>I almost feel like these two articles need to be appended to every post ever written about WordPress. Give them a read if you haven&#8217;t already. <a href=\"http://wpdaily.co/attitude-adjustment/\" title=\"http://wpdaily.co/attitude-adjustment/\">The WordPress Community Needs an Attitude Adjustment</a> and <a href=\"http://www.wptavern.com/bad-attitudes-are-not-welcome\" title=\"http://www.wptavern.com/bad-attitudes-are-not-welcome\">Bad Attitudes Are Not Welcome</a>. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/OPK4hi9ENjA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Jul 2013 06:54:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s: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:41:\"WPTavern: The Daily Plugin for 07-19-2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Omt-kVtPLcc/the-daily-plugin-for-07-19-2013\";s: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:5425:\"<p>TGIF friends! We&#8217;ve made it through another week of widgets, fields, posts and plugins. It&#8217;s time to unwind with another installment of The Daily Plugin. We&#8217;ve got some really shiny new plugins to look at today in addition to some recent updates. The plugins listed represent a mere sampling of the most recently updated and newly released plugins from the WordPress Plugin Repository. Keep in mind that these plugins, like any plugin, should be tested on a staging site first to make sure that it works with your particular project parameters. Some plugins don&#8217;t work well with certain themes or other plugins. It&#8217;s always smart to test first to make sure all the plugins are working well together and performing as you expect them all to in harmony. OK, let&#8217;s get plugged in! <span id=\"more-8010\"></span></p>\n<p><a href=\"http://i1.wp.com/s-plugins.wordpress.org/suggest-review/assets/screenshot-2.png\" rel=\"thumbnail\"><img class=\"alignleft\" alt=\"Suggest Review WordPress Plugin\" src=\"http://i0.wp.com/s-plugins.wordpress.org/suggest-review/assets/screenshot-2.png?resize=218%2C24\" /></a><a title=\"Suggest Review WordPress Plugin\" href=\"http://wordpress.org/plugins/suggest-review/\" target=\"_blank\">Suggest Review</a> encourages users of the site to raise awareness of suspect or inaccurate content that may already be published to the site. It provides the viewer the opportunity to &#8220;flag&#8221; content and write a note to the administrator explaining the nature of their alert. I like the nature of the &#8220;suggestion&#8221; as it is done as a privately submitted form rather than out in public full view. The simple fact that this is a constructive mechanism for content revision, as opposed to the &#8220;comment trolls&#8221; is a welcome relief. There are safeguards in place that can restrict who sees or can submit to the &#8220;suggest review&#8221; button and functions. You can limit it to registered users so that the public or spammers are not pounding the system with false posts.</p>\n<p><a title=\"Microblog Poster WordPress Plugin\" href=\"http://wordpress.org/plugins/microblog-poster/\" target=\"_blank\">Microblog Poster</a> promises the ability to cross-post your newest content to multiple social sites such as Twitter, Facebook, Linkedin, Plurk, Diigo and Delicious. While I am still testing this on my staging sites, I can report that so far I&#8217;ve run into nothing but success. There are very few plugins out there that integrate with LinkedIn properly. Microblog Poster handled all my posts with relative ease. While I use other plugins to handle my Twitter and Facebook notifications, this one will make a favorable addition to many of the WordPress sites that I frequently update content in. I anticipate that the developer will add more social sites as they become available as well.</p>\n<p><a href=\"http://i1.wp.com/s.wordpress.org/extend/plugins/insert-estimated-reading-time/screenshot-1.png\" rel=\"thumbnail\"><img class=\"alignleft\" alt=\"Insert Estimated Reading Time\" src=\"http://i2.wp.com/s.wordpress.org/extend/plugins/insert-estimated-reading-time/screenshot-1.png?resize=119%2C90\" /></a><a title=\"Insert Estimated Reading Time WordPress Plugin\" href=\"http://wordpress.org/plugins/insert-estimated-reading-time/\" target=\"_blank\">Insert Estimated Reading Time</a> helps to list an approximate reading time to your posts. The time calculation is based on a variable that you enter in the plugin&#8217;s settings screen. You have the option of displaying minutes or minutes/seconds in the display, as well as the template used, i.e. &#8220;This article will around XX minutes to read. Make sure you have a full beer before beginning.&#8221;. Quite a handy gadget to have at the start of your posts, especially if you tend to post a lot of lengthy content.</p>\n<p><a title=\"Comment CaVa WordPress Plugin\" href=\"http://wordpress.org/plugins/commentcava/\" target=\"_blank\">CommentCaVa</a> sets a virtual timer on your posts before a reader is allowed to make a comment. The concept is unique in that it forces the viewer to actually read the content first before they can comment. I&#8217;m not sure of the anti-spam implications of this plugin, but it may stop the flow on that end as well. It works within the native WordPress commenting system by installing a small JavaScript containing the timer elements. This is a new plugin with a developer that&#8217;s hungry to grow the functionality of the plugin, so please join <a title=\"Wordpress Profile for WortWart\" href=\"http://profiles.wordpress.org/wortwart/\" target=\"_blank\">WortWart</a> in making this plugin something that we can all use to extend on-page time of our readership.</p>\n<p>Well another week of The Daily Plugin is in the books. This weekend I&#8217;ll be taking it easy and hitting some outdoor events with my lovely wife. I&#8217;ll be back on Monday with a bit of a surprise for all of you Daily Plugin fans out there that have a commute. You can follow me on Twitter <a title=\"Marcus Couch on Twitter\" href=\"https://twitter.com/marcuscouch\">@marcuscouch</a> or leave your feedback right here on <a title=\"The Daily Plugin for 7-19-2013\" href=\"http://wptavern.com/the-daily-plugin-for-07-19-2013\">WPTavern.com</a>. Until then, keep plugging along! Enjoy your weekend everyone.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Omt-kVtPLcc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Jul 2013 18:32: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:12:\"Marcus Couch\";s: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:35:\"Matt: Emmy Nominated WP-Powered App\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=42774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://ma.tt/2013/07/emmy-nominated-wp-powered-app/\";s: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:369:\"<blockquote><p>The 2013 Emmy nominations have been announced and included among the nominees is the Lift-built AMC The Walking Dead StorySync, which is nominated in the Outstanding Interactive Program category.</p></blockquote>\n<p><a href=\"http://blog.lift.gs/wordpress-powered-app-the-walking-dead-storysync-r/\">Read more about it on the WP-powered Lift blog</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, 19 Jul 2013 14:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:44:\"WordPress.tv: 2011 State of the Word Q&amp;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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.tv/2013/07/18/2011-state-of-the-word-qa/\";s: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:614:\"<div id=\"v-JYDTvtwF-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20704/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20704/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20704&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/18/2011-state-of-the-word-qa/\"><img alt=\"Matts Q and A\" src=\"http://videos.videopress.com/JYDTvtwF/matts-q-and-a_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2013 20:53: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:14:\"blazestreaming\";s: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:41:\"WPTavern: The Daily Plugin for 07-18-2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=7974\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/WordpressTavern/~3/FVkPZzomf64/the-daily-plugin-for-07-18-2013\";s: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:6868:\"<p>Yeah I know what you&#8217;re thinking. It&#8217;s already Thursday and The Daily Plugin has yet to find that perfect plugin that you&#8217;ve been &#8220;<em>Repository Diving</em>&#8221; for all week-long. Well today is your lucky day my friend. Not because we may have found that hidden gem you&#8217;ve been on the hunt for, but because we saved you at least one day of having to look for it yourself. It&#8217;s a dirty job, but someone has to do it. Remember to prevent your own sites from becoming a cesspool of non-functioning calamity, always test these plugins on a staging site. You never know what kind of damage new plugins can do to a site without proper evaluation and investigation. Even the smallest function of a plugin can turn a site and its theme completely upside-down. Also, let&#8217;s remember that the plugins that follow are merely a sampling of the newest and most recently updated plugins found in the WordPress Plugin Repository. They are not endorsed in any official capacity. OK, let&#8217;s get plugged in! <span id=\"more-7974\"></span></p>\n<p><a href=\"http://i1.wp.com/s-plugins.wordpress.org/mozscape/assets/screenshot-1.png\" rel=\"thumbnail\"><img class=\"alignleft\" alt=\"MOZ Analytics\" src=\"http://i1.wp.com/s-plugins.wordpress.org/mozscape/assets/screenshot-1.png?resize=175%2C93\" /></a><a title=\"MozScape Plugin\" href=\"http://wordpress.org/plugins/mozscape/\" target=\"_blank\">Mozscape</a> is a recent release from the folks over at Moz (Formerly known as SEOMoz) that allows you to view analytical data from MozScape about the post you are currently editing. Data included in the analysis includes Moz Rank, MozTrust, page authority ranking, Total links (both internal and external) and anchor text metrics. This provides a great opportunity to analyze and re-optimize existing content on your site that you depend on for a constant flow of traffic. I&#8217;ve had great experiences using Moz in the past for analysis of client sites. It will be great to incorporate some of the same functionality directly into the WordPress content editor. Give it a shot if you have the least bit of curiosity as to how your writing style coördinates with what should be optimized in your content. You may be surprised to learn that with just a few minor edits and tweaks, you can get a page to rank quickly and keep it there. This is a free usage plugin, but it will require registration to Moz for an API key.</p>\n<p><a title=\"WP Welcome Message\" href=\"http://wordpress.org/plugins/wp-welcome-message/\" target=\"_blank\">WP Welcome Message</a> displays an intro &#8220;<em>pop-up</em>&#8221; box for new visitors to your site. The content of the pop-up is created using a standard WordPress rich editor, allowing you to add any kind of content, HTML or short codes to your pop-up. The CSS elements conformed to my site with little challenge. This is a simple, easy way to add a brief introduction to yourself, talk about a special event or promotion, or any other need you see fit.</p>\n<p><a href=\"http://i1.wp.com/s-plugins.wordpress.org/automatic-post-date-filler/assets/screenshot-1.png\" rel=\"thumbnail\"><img class=\"alignleft\" alt=\"Automatic Post Date Filler WordPress Plugin\" src=\"http://i0.wp.com/s-plugins.wordpress.org/automatic-post-date-filler/assets/screenshot-1.png?resize=184%2C100\" /></a><a title=\"Automatic Post Date Filler\" href=\"http://wordpress.org/plugins/automatic-post-date-filler/\" target=\"_blank\">Automatic Post Date Filler</a> has a lot of intriguing uses, especially for someone like me who adds scheduled content to over 70 different WordPress installs on a monthly basis. The plugin works by setting a custom date and time for scheduled posts. Sort of like a smart playlist, it uses variables like &#8220;Current Date + X days&#8221; or &#8220;Time from the Furthest Scheduled Post + X Minutes&#8221; to determine how you would like the system to automatically schedule your next post. This is a fantastic &#8220;on deck&#8221; model to handle scheduled posts, making sure that all posts are as evenly spaced out as possible when published. It&#8217;s also great to prevent a mass post dump from happening all at once by automatically applying the scheduling limitation rules. It also provides an alternative button in your post editor, &#8220;Publish Immediately&#8221; which will override the scheduling filters and publish without any time alterations.</p>\n<p><a title=\"Better User Profile Fields\" href=\"http://wordpress.org/plugins/better-user-profile-fields/\" target=\"_blank\">Better User Profile Fields</a> is something that incorporates a multitude of Social networking profiles into the standard WordPress user profile including Facebook, Twitter, Google+, Deviant Art and Tumblr. It can also use this data to populate different elements of your theme or content as well, simply by inserting PHP. For example, to add the Twitter profile URL of the user you would use <strong>get_author_meta(&#8216;twitter&#8217;)</strong>. Anyone who is a regular listener to <a title=\"Wordpress Plugins A-Z Podcast\" href=\"http://wppluginsatoz.com\">WordPress Plugins A-Z</a> knows that for years I have been screaming out for better usage of user profiles and the fields that we populate in them. This has all the elements to be a great plugin with a lot of great integration possibilities within themes and widgets. Something that has been lacking in WordPress for quite some time.</p>\n<p><a href=\"http://i2.wp.com/s-plugins.wordpress.org/wp-hashgrid/assets/screenshot-1.png?resize=182%2C106\"><img class=\"alignleft\" alt=\"WP Hashgrid on Default WordPress theme\" src=\"http://i2.wp.com/s-plugins.wordpress.org/wp-hashgrid/assets/screenshot-1.png?resize=182%2C106\" /></a><a title=\"WP Hashgrid\" href=\"http://wordpress.org/plugins/wp-hashgrid/\" target=\"_blank\">WP Hashgrid</a> is a pure design and developer tool that acts as a grid overlay to your WordPress site. Implementing the hashgrid.js script to overlay a CSS-customizable grid, this plugin helps to keep things centered and in alignment. In the old days I used to print a grid on clear transparency sheets and tape them to the monitor for modifying and finalizing layouts. My, how far we&#8217;ve come! This is a good plugin to do either a full build from the ground up or simply to do an occasional spot check of your designs before launch.</p>\n<p>Well that&#8217;s it for today&#8217;s plugins. One more day in the week to go before the weekend! As always you can say hello and follow me on Twitter <a title=\"Marcus Couch on Twitter\" href=\"https://twitter.com/marcuscouch\" target=\"_blank\">@marcuscouch</a> and leave your feedback for these plugins on <a title=\"The Daily Plugin for 7-18-2013\" href=\"http://wptavern.com/the-daily-plugin-for-07-18-2013\">WPTavern.com</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/FVkPZzomf64\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2013 19:47:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s: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:45:\"WPTavern: Learn Three WordPress Filters A Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8007\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/WordpressTavern/~3/aAy-nlzFVJE/learn-three-wordpress-filters-a-day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1506:\"<p>If you&#8217;re new to WordPress development and looking for a way to learn about the various filter hooks that reside within WordPress, you&#8217;ll want to bookmark and view the new <a href=\"http://fotd.werdswords.com/\" title=\"http://fotd.werdswords.com/\">Filters of The Day Website</a> started by Drew Jaynes. The site publishes three WordPress filters a day with snippets of example code that shows the filter in use. </p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FiltersOfTheDay.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/FiltersOfTheDay.jpg?resize=323%2C218\" alt=\"Filters Of The Day\" class=\"aligncenter size-full wp-image-8048\" /></a></p>\n<p>However, one of the cooler aspects of this website is that Drew is part of the Docs team and by publishing three filters a day, will be using the website to crowd-source the information and example code for each filter with the end goal of placing that information back into the Codex or Code Reference material. By the way, in Drew&#8217;s <a href=\"http://fotd.werdswords.com/what-is-this/\" title=\"http://fotd.werdswords.com/what-is-this/\">introduction post</a>, he listed 1,003 filter hooks. That&#8217;s a lot of filtering! Good luck to Drew and I hope that this little experiment enhances the documentation for these filters for generations of WordPress users to come. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/aAy-nlzFVJE\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2013 19:23: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:6:\"Jeffro\";s: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:49:\"WPTavern: WordPress Gear – Stuff For 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=8001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://feedproxy.google.com/~r/WordpressTavern/~3/r8Yn6ieb0h8/wordpress-gear-stuff-for-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1237:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPGearLogo.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPGearLogo.jpg?resize=300%2C45\" alt=\"WPGear Logo\" class=\"alignright size-medium wp-image-8002\" /></a>File this website into your resources area. <a href=\"http://wpgear.org/\" title=\"http://wpgear.org/\">WPGear</a> is a compilation of useful developer tools. The site is filled with links to developer centric resources such as the WP-CLI tool, synching WordPress plugins between Github and the WordPress plugin repository and much more. The unique thing about this website is that it&#8217;s able to be edited by other developers.</p>\n<blockquote><p>The easiest way to contribute is to have a GitHub account then click index.md, then click edit. This will automatically fork this project to your account so you can make changes, then submit a pull request. There are additional instruction if you want to clone this locally in the readme.</p></blockquote>\n<p>It&#8217;s also worth mentioning that the addition of anything commercial to the site is frowned upon. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/r8Yn6ieb0h8\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2013 11:00: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:6:\"Jeffro\";s: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:66:\"WordPress.tv: Melanie Adcock: The Famous 5 Minute (Secure) Install\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=18793\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2013/07/17/melanie-adcock-the-famous-5-minute-secure-install/\";s: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:686:\"<div id=\"v-o0dW39W7-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/18793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/18793/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=18793&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/17/melanie-adcock-the-famous-5-minute-secure-install/\"><img alt=\"Melanie Adcock: The Famous 5 Minute (Secure) Install\" src=\"http://videos.videopress.com/o0dW39W7/video-34e56cb496_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Jul 2013 00:05:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"WordPress.tv: Paul Bearne: WordPress Child Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=20647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.tv/2013/07/17/paul-bearne-wordpress-child-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:648:\"<div id=\"v-FrW5Umi8-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/20647/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/20647/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=20647&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/07/17/paul-bearne-wordpress-child-themes/\"><img alt=\"Paul Bearne: WordPress Child Themes\" src=\"http://videos.videopress.com/FrW5Umi8/video-a176ea7816_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jul 2013 20:12: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:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: Dropbox And WordPress.com – Infrastructure For Malware Attacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=7993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://feedproxy.google.com/~r/WordpressTavern/~3/zf2_bigVSLM/dropbox-and-wordpress-com-infrastructure-for-malware-attacks\";s: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:3854:\"<p>Network security is one of those things in life I find fascinating. It&#8217;s a constant battle between good and evil. Just when the good guys think they have things figured out, the bad guys change their techniques. With all of the good that comes from using Cloud based services, there is also the other side of the coin. Cybersquared, a company dedicated to network and cyber security <a href=\"http://www.cybersquared.com/killing-with-a-borrowed-knife-chaining-core-cloud-service-profile-infrastructure-for-cyber-attacks/\" title=\"http://www.cybersquared.com/killing-with-a-borrowed-knife-chaining-core-cloud-service-profile-infrastructure-for-cyber-attacks/\">published a report with their findings</a> on how today&#8217;s attackers are using what they call, <a href=\"https://www.cybersquared.com/hiding-in-the-clouds/\" title=\"https://www.cybersquared.com/hiding-in-the-clouds/\">Service Profile Infrastructure</a> to facilitate command and control a.k.a. C2 phases of attack. </p>\n<p>In this report, it was highlighted that a Chinese Advanced Persistent Threat group used Dropbox and its file sharing notification feature to email links to targets that contained malicious binaries. This was considered phase 1 of the attack. Phase 2 worked with a WordPress.com hosted blog which acted as the command and control center. Once the malicious binaries were in use, the malware contacted the blog which hosted content that contained the IP address as well as the port number to receive commands from. </p>\n<p>Here is a screenshot from the WordPress.com account mentioned in the report. <del datetime=\"2013-07-18T15:49:25+00:00\">The site is still online but I don&#8217;t know if it&#8217;s actively being used in malware attacks. Clearly, the site has been in violation of the <a href=\"http://en.wordpress.com/tos/\" title=\"http://en.wordpress.com/tos/\">WordPress.com TOS</a> for a long time. Specifically this section &#8211; <em>the Content does not contain or install any viruses, worms, malware, Trojan horses or other harmful or destructive content;</em></del> (It&#8217;s since been suspended)</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/gressered.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/gressered.jpg?resize=500%2C298\" alt=\"Gressered Website\" class=\"aligncenter size-large wp-image-7994\" /></a></p>\n<blockquote><p>Once a victim was successfully targeted with the “Yayih” implant, the malware contacted a WordPress blog. It would then read attacker staged content from within the blog posting to obtain a secondary domain, IP address and port number of a second stage C2 host.</p>\n<p>In this example at “gressered.wordpress[.]com”, we found multiple blog posts, all of which had likely served as content for specific targeting campaigns.  The same C2 configuration was “hiding in plain sight”. However, it is entirely possible that the attackers could have modified the second stage C2 configuration at any point previously. The earliest post was dated July 31, 2012, suggesting that this specific blog has been in use for nearly a year as a first stage interaction point.</p>\n<p>Many of the blog posts that contained the C2 configuration were associated with news articles related to geopolitical events, likely of interest to potential targets.</p></blockquote>\n<p>I can&#8217;t emphasize enough that <strong>no vulnerabilities in WordPress</strong> were used to carry out these attacks. This report shows that cloud services such as Dropbox and websites such as WordPress.com which are usually whitelisted are being used as infrastructure to carry out attacks. I encourage you to read the full report as it breaks down the process step by step. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/zf2_bigVSLM\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jul 2013 18:50: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s: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:71:\"WPTavern: Official WordPress Jobs Site Looking For Volunteer Moderators\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=7985\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/WordpressTavern/~3/rvPCII3G3WU/official-wordpress-jobs-site-looking-for-volunteer-moderators\";s: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:2677:\"<p>When <a href=\"http://www.wptavern.com/secrets-revealed-wltc-and-wptavern\" title=\"http://www.wptavern.com/secrets-revealed-wltc-and-wptavern\">Matt Mullenweg announced</a> that he had purchased WPTavern as well as WeblogToolsCollection.com, another online property he received that wasn&#8217;t mentioned at the time was <a href=\"http://jobs.wordpress.net/\" title=\"http://jobs.wordpress.net/\">jobs.wordpress.net</a>. The website has been around for a long time. In fact, in just 10 days, the site will be celebrating its 6th birthday on July 27th. Created by Mark Ghosh in 2007, the site aimed to be the primary location for employers looking for professional WordPress help. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPJobsSite.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPJobsSite.jpg?resize=500%2C262\" alt=\"WP Jobs Website\" class=\"aligncenter size-large wp-image-7986\" /></a></p>\n<blockquote><p>The site is intended to be used as the primary location for employers looking for professional WordPress help to post their needs and for WordPress professionals to find, apply for and obtain jobs in WordPress. We have focused on aesthetics, ease of use and consolidation of resources in developing WordPress Jobs. Feeds are available for every job category to make it easy for job seekers to find and apply for the right jobs as quickly as possible.</p></blockquote>\n<p>Matt had a hand in getting the site launched in 2007. Coming around full-circle, Matt has the opportunity to once again continue the legacy that is the original Jobs.WordPress.Net website. As <a href=\"http://make.wordpress.org/meta/2013/07/17/seeking-2-moderators-for-jobs-wordpress-net/\" title=\"http://make.wordpress.org/meta/2013/07/17/seeking-2-moderators-for-jobs-wordpress-net/\">announced on the Make.WordPress.org website</a>, there has been a call for volunteer moderators for the website. The jobs board is still a popular destination but the amount of work required for one individual is daunting. The post outlines what is involved with the moderation process and the type of skills necessary to complete the work. It&#8217;s very encouraging to see that a number of people have already stepped up to help moderate this new community resource. </p>\n<p>On a WordPress jobs related note, PostStat.us just published their Summer edition of <a href=\"http://poststat.us/whos-hiring-in-wordpress-summer-edition/\" title=\"http://poststat.us/whos-hiring-in-wordpress-summer-edition/\">Who&#8217;s Hiring In WordPress</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/rvPCII3G3WU\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jul 2013 16:39:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s: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:41:\"WPTavern: The Daily Plugin for 07-17-2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=7958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/WordpressTavern/~3/ZJ6X6SqnVx0/the-daily-plugin-for-07-17-2013\";s: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:8046:\"<p>We start early in the morning every day. Like the farmer extracting fresh eggs from his trusted hens, we&#8217;re up at the crack of dawn to examine the quality of each new plugin submitted to the WordPress Plugin Repository. Some are Grade A Extra Large, some are just a cracked shell with nothing inside. Either way, let&#8217;s get cracking and whip up today&#8217;s Daily Plugin Omelette. Remember that not all plugins play well with others. Make sure you test them on a secondary staging site before you take anything to a live site. We preach it, we live it. Follow our example and you&#8217;ll be thankful. OK, let&#8217;s get plugged in!</p>\n<p><a title=\"First Google Map\" href=\"http://wordpress.org/plugins/first-google-map/\" target=\"_blank\">First Google Map</a> employs one of my favorite slogans, &#8220;Keep It Simple&#8221;. Often times when we&#8217;re trying to insert a simple Google map, the plugins or embed code we use is too bloated, doesn&#8217;t display titles correctly or are too difficult to set up ahead of time. In comes &#8220;First Google Map&#8221; that allows you to insert a plain language formatted address to display your Google Map. The shortcode is rather simple and uses common sense taxonomy in its options. For example, if you wanted to show Mr. Mullenweg&#8217;s new rumored Tony Stark style mansion location, simply enter: [googlemap title=\'Matt\'s Beachfront Cottage\' width=450 height=300 zoom=14]31250 Broad Beach Rd, Malibu, CA[/googlemap] and the map will embed inline in your content area with appropriate overlay title of your choosing. Pretty nice way to insert on the fly. I could not find a direct option to choose the &#8220;satellite&#8221; view option over the standard road-only mode, which was the only real drawback. Other than that, it would be nice to have more control over the size of the address font that overlays the map. Most addresses that I tried were hyphenated by the plugin because the font was too large and it flowed into the next line. Control over these elements would be great, even if just another call-out function from within the shortcode.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/07/Wp-chart-generator.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-7960\" alt=\"Wp-chart-generator sample output\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/Wp-chart-generator.jpg?resize=150%2C150\" /></a><a title=\"WP Chart Generator\" href=\"http://wordpress.org/plugins/wp-chart-generator/\" target=\"_blank\">WP Chart Generator</a> helps to embed an on-the fly 3D pie chart with multiple options, an automatic key and a nice hover dialogue that highlights each section when the user moves their mouse over the graph. The developer may need assistance converting this to English, as it&#8217;s completely in French. Fortunately, it&#8217;s so easy to use that the language barrier really didn&#8217;t make much difference. The shortcode is pretty easy to create within the plugin options, which allows you to copy the correct shortcode to embed within your posts. In the past I&#8217;ve used Google chart API callouts for embedding simple graphs, but for pie charts, this one takes the cake!</p>\n<p><a title=\"GSpeech\" href=\"http://wordpress.org/plugins/gspeech/\" target=\"_blank\">GSpeech</a> is a text to speech plugin that uses Google to read selected text aloud. At first I thought it would be just one of those &#8220;Type Something in the box and I&#8217;ll read it&#8221; type of plugins. I was sorely inaccurate. This plugin can incorporate full speech to read when certain scenarios occur, such as hovering over a tab to hear the tab&#8217;s navigation title read out loud. There are also hover-on, hover-off possibilities as well. When a site visitor hovers over the &#8220;about us&#8221; page, perhaps it can just start reading your bio aloud. It&#8217;s an interesting plugin for serving those with eyesight disabilities, but also an ideal educational platform as well. It may be used in combination with a gallery for a &#8220;storybook&#8221; type presentation. Even job training could be utilized using this kind of plugin to read instructions out loud. Great effort from those at <a title=\"2Glux\" href=\"http://profiles.wordpress.org/2glux/\" target=\"_blank\">2Glux</a> who developed this.</p>\n<p><a title=\"I Recommend This\" href=\"http://wordpress.org/plugins/i-recommend-this/\" target=\"_blank\">I Recommend This</a> scales back our traditional feedback mechanism by removing comments and relying on a simple &#8220;like&#8221; system instead. Included in the plugin is widget functionality that can display the most popular &#8220;liked&#8221; posts. Cookies are also utilized to prevent abuse of users over-liking your posts. You have the option to not show all the ZERO likes that you may have on your post. Once you get a like, it starts displaying on the post. Nice way to hide all the goose eggs (zeroes) that will be blatantly mocking you while you or other users browse through your site. It&#8217;s a good alternative to some of the mainstream Twitter/FB likes or the standard thumbs up / thumbs down ratings plugins that are out there. The developer <a title=\"Dreams Media\" href=\"http://profiles.wordpress.org/dreamsmedia/\" target=\"_blank\">Dreams Media</a> really thought it through with IP logging and Cookie tracking to prevent abuse. Additionally you can remove the IP logging to save system resources. Worth a try if you want to keep a fully enclosed like system to replace comments. Good for business sites that may not want to allow commenting, yet show a favorable presentation that someone out there likes their content. Great recently updated plugin.</p>\n<p><a href=\"http://i0.wp.com/s.wordpress.org/extend/plugins/buddypress-easy-albums-photos-video-and-music-next-gen/screenshot-4.jpg\" rel=\"thumbnail\"><img class=\"alignleft\" alt=\"Easy Albums for BuddyPress\" src=\"http://i2.wp.com/s.wordpress.org/extend/plugins/buddypress-easy-albums-photos-video-and-music-next-gen/screenshot-4.jpg?resize=180%2C178\" /></a><a title=\"Easy Albums for BuddyPress\" href=\"http://wordpress.org/plugins/buddypress-easy-albums-photos-video-and-music-next-gen/\" target=\"_blank\">Easy Albums</a> is a new plugin for BuddyPress that allows the user base to upload their own audio files, playlists, images and videos to be displayed and organized in their own personalized albums. Not only does this allow a lot of media functionality from your user base, but it encourages commenting from other users as well. From an activity stream perspective, each user&#8217;s new media posts are shown within the timeline. While I love the functionality and flexibility that this all provides, the problem with this plugin from my perspective is that is requires a login from a third-party hosting server that the media is uploaded to. It is nearly perfect otherwise. A fully supported WPMU and Buddypress solution for full user media participation. Ideal for social and business applications of BuddyPress alike. If we could tie it to our own hosting or from Amazon or Dropbox without the additional login, I would gladly pay the developer <a title=\"Itaynoy\" href=\"http://profiles.wordpress.org/itaynoy/\" target=\"_blank\">Itaynoy</a> a premium for it.</p>\n<p>That&#8217;s all the eggs in the basket for now. Looks like we had a good batch today! We&#8217;ll be up and at &#8216;em bright and early tomorrow in search of the newest and noteworthy plugins from the WordPress Plugin Repository. Keep plugging along out there.. The week is half-way over! We&#8217;ll see you again tomorrow with another installment of The Daily Plugin. Be sure to say hello on Twitter <a title=\"Marcus Couch on Twitter\" href=\"https://twitter.com/marcuscouch\">@marcuscouch</a> or leave your feedback related to these plugins at <a title=\"The Daily Plugin for 7-17-2013\" href=\"http://wptavern.com/the-daily-plugin-for-07-17-2013\">WPTavern</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/ZJ6X6SqnVx0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jul 2013 16:30: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:12:\"Marcus Couch\";s: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:40:\"BuddyPress: BuddyPress 1.8 “Di Fara”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=168198\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://buddypress.org/2013/07/buddypress-1-8-di-fara/\";s: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:8011:\"<p>The BuddyPress team is proud to announce BuddyPress 1.8 &#8220;Di Fara&#8221;!</p>\n<h3>What&#8217;s new in 1.8</h3>\n<p>BuddyPress 1.8 is a major feature release, containing many bugfixes and dozens of new features. Some of these items are highlighted below, and a full changelog for 1.8 is available <a href=\"http://codex.buddypress.org/developer/releases/version-1-8/\">on the BP Codex</a>.</p>\n<p><em>Better theme integration</em></p>\n<p>Since BuddyPress 1.7, BP has been compatible with practically every WordPress theme. But traces of the BuddyPress Default theme were still everywhere to be seen, in particular concerning the way that buttons, fonts, and form elements were styled. In BuddyPress 1.8, we&#8217;ve made a thorough review of our stylesheets to make them more minimal &#8211; we call it a &#8220;de-theming&#8221; &#8211; so that BP inherits CSS styling more gracefully from the active WordPress theme. We&#8217;re thrilled with how seamlessly BuddyPress 1.8 integrates with a variety of WordPress themes, and we think you&#8217;ll be thrilled too.</p>\n<p><em>Template hierarchy</em></p>\n<p>One of the most powerful tools available to WordPress theme developers is <a href=\"http://codex.wordpress.org/Template_Hierarchy\">template hierarchy</a>, which defines a set of file naming conventions for context-specific template overrides. BP 1.8 extends this concept to top-level BuddyPress templates &#8211; the templates that are first located when loading a BuddyPress page. Let&#8217;s say, for instance, that you want your Groups directory to have a single-column layout, while the rest of your BuddyPress content has a right-hand sidebar. Simply create a single-column page template in your theme at <code>buddypress/groups/index-directory.php</code>, and BuddyPress will use this file, instead of the fallback <code>page.php</code>, when loading the Groups directory. Documentation of this new feature can be found <a href=\"http://codex.buddypress.org/developer/theme-development/template-hierarchy/\">on the Codex</a>.</p>\n<p><em>Developer goodies</em></p>\n<p>1.8 is loaded with improvements aimed at making it easier and more fun than ever to develop for the BuddyPress platform.</p>\n<ul>\n<li>The popular <a href=\"http://codex.buddypress.org/developer/plugin-development/group-extension-api/\">Groups Extension API</a> has seen a complete rewrite, fixing long-standing bugs, adding new configuration options, and dramatically streamlining the process of extending <code>BP_Group_Extension</code>.</li>\n<li>The <a href=\"http://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/\">activity</a> and <a href=\"http://codex.buddypress.org/developer/developer-docs/loops-reference/the-groups-loop/\">groups</a> loops now support filtering by <code>\'meta_query\'</code>, using syntax familiar from <a href=\"http://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters\">WP_Query</a>.</li>\n<li>Group member directories are powered by the new <code>BP_Group_Member_Query</code>, which extends the flexible tools of <code>BP_User_Query</code> to the Groups component.</li>\n<li><a href=\"http://codex.buddypress.org/developer/automated-testing/\">Automated testing</a> is now built into the trunk and stable Subversion versions of BuddyPress, complete with flexible tools for <a href=\"http://codex.buddypress.org/developer/automated-testing/writing-automated-tests-for-buddypress-dependent-plugins/\">testing BP-dependent plugins</a>.</li>\n</ul>\n<h3>Artisans at work</h3>\n<p>In Midwood, Brooklyn, there&#8217;s <a href=\"https://en.wikipedia.org/wiki/DiFara%27s\">a pizzeria</a> where every pie is handmade by a single septuagenarian, and diners can wait two hours or more for a pizza of their own. While the BuddyPress team doesn&#8217;t like to make anyone wait (the 1.8 dev cycle has been our shortest ever, with every milestone hit right on schedule), we <em>do</em> like to think that we bring passion and care to BuddyPress that&#8217;s similar to Dom DeMarco&#8217;s single-minded pizza-making. So, we&#8217;re proud to name BuddyPress 1.8 &#8220;Di Fara&#8221; after Dom&#8217;s classic pizza joint.</p>\n<h3>Thanks</h3>\n<p>As always, the BP core team extends appreciation to the scores of developers, designers, and community volunteers who have spent thousands of hours on this version of BuddyPress. The following individuals contributed patches during the 1.8 release cycle: </p>\n<p><a href=\"http://profiles.wordpress.org/boonebgorges\">boonebgorges</a>, <a href=\"http://profiles.wordpress.org/borkweb\">borkweb</a>, <a href=\"http://profiles.wordpress.org/chouf1\">chouf1</a>, <a href=\"http://profiles.wordpress.org/chriskeeble\">chriskeeble</a>, <a href=\"http://profiles.wordpress.org/chroniko\">chroniko</a>, <a href=\"http://profiles.wordpress.org/czarate\">czarate</a>, <a href=\"http://profiles.wordpress.org/danbp\">danbp</a>, <a href=\"http://profiles.wordpress.org/dcavins\">dcavins</a>, <a href=\"http://profiles.wordpress.org/dcowgill\">dcowgill</a>, <a href=\"http://profiles.wordpress.org/ddean\">ddean</a>, <a href=\"http://profiles.wordpress.org/djpaul\">djpaul</a>, <a href=\"http://profiles.wordpress.org/dontdream\">dontdream</a>, <a href=\"http://profiles.wordpress.org/eggproject\">eggproject</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">ericlewis</a>, grahamwashbroo, <a href=\"http://profiles.wordpress.org/hnla\">hnla</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">johnjamesjacoby</a>, <a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>, <a href=\"http://profiles.wordpress.org/lenasterg\">lenasterg</a>, <a href=\"http://profiles.wordpress.org/magnus78\">magnus78</a>, <a href=\"http://profiles.wordpress.org/megainfo\">megainfo</a>, <a href=\"http://profiles.wordpress.org/rogercoathup\">rogercoathup</a>, <a href=\"http://profiles.wordpress.org/mercime\">mercime</a>, <a href=\"http://profiles.wordpress.org/merty\">merty</a>, <a href=\"http://profiles.wordpress.org/mjustice\">mjustice</a>, <a href=\"http://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"http://profiles.wordpress.org/mort3n\">mort3n</a>, <a href=\"http://profiles.wordpress.org/mukkundthanki\">mukkundthanki</a>, <a href=\"http://profiles.wordpress.org/nacin\">nacin</a>, <a href=\"http://profiles.wordpress.org/needle\">needle</a>, <a href=\"http://profiles.wordpress.org/r-a-y\">r-a-y</a>, <a href=\"http://profiles.wordpress.org/saurabhshukla\">saurabhshukla</a>, <a href=\"http://profiles.wordpress.org/sbrajesh\">sbrajesh</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">SergeyBiryukov</a>, <a href=\"http://profiles.wordpress.org/SGr33n\">SGr33n</a>, <a href=\"http://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"http://profiles.wordpress.org/splatte\">splatte</a>, <a href=\"http://profiles.wordpress.org/thebrandonallen\">thebrandonallen</a>, <a href=\"http://profiles.wordpress.org/themightymo\">themightymo</a>, <a href=\"http://profiles.wordpress.org/tivnet\">tivnet</a>, <a href=\"http://profiles.wordpress.org/trishasalas\">trishasalas</a>, <a href=\"http://profiles.wordpress.org/vegasgeek\">vegasgeek</a>, <a href=\"http://profiles.wordpress.org/wpdennis\">wpdennis</a></p>\n<h3>Buon appetito</h3>\n<p>Questions about BuddyPress 1.8? Make the <a href=\"http://codex.buddypress.org\">BuddyPress Codex</a> your first stop. A growing community of volunteers can also be found in our <a href=\"http://buddypress.org/support\">support and discussion forums</a>. If you&#8217;ve found a bug in BuddyPress, or if you want to contribute code to the next release, our development home is <a href=\"http://buddypress.trac.wordpress.org\">buddypress.trac.wordpress.org</a></p>\n<p>There&#8217;s always a line at Di Fara (except that one time I went there after a tornado!), but the wait is over for BuddyPress 1.8 &#8220;Di Fara&#8221;. Download it today from the <a href=\"http://wordpress.org/extend/plugins/buddypress\">wordpress.org plugin repository</a>, or from your WordPress 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:\"Wed, 17 Jul 2013 16:21:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s: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:61:\"Alex King: RAMP 1.2 and a RAMP Post ID Meta Conversion Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=17818\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://alexking.org/blog/2013/07/17/ramp-1-2-and-a-ramp-post-meta-conversion-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1551:\".threads-post-notice {\n	background: #e8e8e8;\n	padding: 10px;\n}\n.threads-post-notice a {\n	font-weight: bold;\n}\n\n<p>We <a href=\"http://crowdfavorite.com/news/2013/07/ramp-1-2-released/\">released an update</a> to <a href=\"http://crowdfavorite.com/wordpress/ramp/\">RAMP</a> yesterday to address a compatibility issue introduced in WordPress 3.5.2 as well as adding support for the post locking feature that will be arriving in WordPress 3.6 and addressing a few other issues. This is a recommended upgrade for all customers.</p>\n<p><a href=\"http://crowdfavorite.com/news/2013/07/introducing-the-ramp-post-id-meta-translation-plugin/\">We also released</a> the <a href=\"https://github.com/crowdfavorite/wp-ramp-postid-meta-translation\">RAMP Post ID Meta Translation plugin (hosted on GitHub)</a> that should make RAMP even more useful for more complex sites. It gives you the ability to designate certain custom fields (by key) to be treated as post IDs and translated as part of the RAMP deploy process.</p>\n<p>This means if you have a plugin that is storing a post ID as post meta to indicate a relationship, or perhaps an additional image (attachment) ID as post meta, those can now be properly converted to point to the content deployed to your production site. This was probably the top requested feature for RAMP, so I&#8217;m thrilled to be able to make it available.</p>\n<p class=\"threads-post-notice\">This post is part of the project: <a href=\"http://alexking.org/project/ramp\">RAMP</a>. View the project timeline for more context on this post.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jul 2013 16:15:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 02 Aug 2013 19:43:48 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"212314\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 02 Aug 2013 19:30:30 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130130201125\";}','no'),(4113,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1375515828','no'),(4112,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1375472628','no'),(4093,'_transient_timeout_feed_cc7c4a9f9a3eacb966072a33c22ed4a7','1375515827','no'),(4094,'_transient_feed_cc7c4a9f9a3eacb966072a33c22ed4a7','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n  \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:33:\"\n    \n    \n    \n    \n    \n    \n  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"link:http://crzyjenni.com/chemfran/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.google.com/search?ie=utf-8&q=link:http://crzyjenni.com/chemfran/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Your search - <b>link:http://crzyjenni.com/chemfran/</b> - did not match any documents.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Fri, 02 Aug 2013 19:43:47 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=af5c9a7281679a40:FF=0:TM=1375472627:LM=1375472627:S=4-BKudMIFulcIp2t; expires=Sun, 02-Aug-2015 19:43:47 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=SKiI6MrKTVUPwhhif70CI3F3ilxdVe_fFlJHGr4-du_wbZOjl0UpXyRaXnRQvEuYnY1WFaOc0aipiBPDw_RAcntyvCO08LRo81Z0nyZuh6lmYuVJSGcEiLfXc-3QTjBS; expires=Sat, 01-Feb-2014 19:43:47 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";}s:5:\"build\";s:14:\"20130130201125\";}','no'),(4095,'_transient_timeout_feed_mod_cc7c4a9f9a3eacb966072a33c22ed4a7','1375515827','no'),(4096,'_transient_feed_mod_cc7c4a9f9a3eacb966072a33c22ed4a7','1375472627','no'),(4097,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1375515827','no'),(4098,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n','no'),(4099,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1375515827','no'),(4100,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 21:49: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=3.7-alpha-24954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.6 “Oscar”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2013/08/oscar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2013/08/oscar/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 21:43: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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2661\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"The latest and greatest WordPress, version 3.6, is now live to the world and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here&#8217;s a video that shows off some of the features using [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18626:\"<p>The latest and greatest WordPress, version 3.6, is now <a href=\"http://wordpress.org/download/\">live to the world</a> and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here&#8217;s a video that shows off some of the features using our cast of professional actors:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"><embed id=\"v-UmhwbWJH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&amp;guid=UmhwbWJH&amp;isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 3.6 &quot;Oscar&quot;\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<p>We&#8217;re calling this release &#8220;Oscar&#8221; in honor of the great jazz pianist <a href=\"http://en.wikipedia.org/wiki/Oscar_Peterson\">Oscar Peterson</a>. Here&#8217;s a bit more about some of the new features, which you can also find on the about page in your dashboard after you upgrade.</p>\n<h3>User Features</h3>\n<p><img class=\"alignright\" alt=\"\" src=\"https://wordpress.org/images/core/3.6/twentythirteen.png\" width=\"300\" /></p>\n<ul>\n<li>The <strong>new Twenty Thirteen theme</strong> inspired by modern art puts focus on your content with a colorful, single-column design made for media-rich blogging.</li>\n<li><strong>Revamped Revisions</strong> save every change and the new interface allows you to scroll easily through changes to see line-by-line who changed what and when.</li>\n<li><strong>Post Locking</strong> and <strong>Augmented Autosave</strong> will especially be a boon to sites where more than a single author is working on a post. Each author now has their own autosave stream, which stores things locally as well as on the server (so much harder to lose something) and there&#8217;s an interface for taking over editing of a post, as demonstrated beautifully by our bearded buddies in the video above.</li>\n<li><strong>Built-in HTML5 media player</strong> for native audio and video embeds with no reliance on external services.</li>\n<li>The <strong>Menu Editor</strong> is now much easier to understand and use.</li>\n</ul>\n<h3>Developer features</h3>\n<ul>\n<li>A new audio/video API gives you access to metadata like ID3 tags.</li>\n<li>You can now choose HTML5 markup for things like comment and search forms, and comment lists.</li>\n<li>Better filters for how revisions work, so you can store a different amount of history for different post types.</li>\n<li>Tons more <a href=\"http://codex.wordpress.org/Version_3.6\">listed on the Codex</a>, and of course you can always <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.6\">browse the over 700 closed tickets</a>.</li>\n</ul>\n<h3>The Band</h3>\n<p>This release was led by <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://geekreprieve.com/\">Aaron Campbell</a>, and included contributions from the following fine folks. Pull up some Oscar Peterson on your music service of choice, or vinyl if you have it, and check out some of their profiles:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/akted\">AK Ted</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/anatolbroder\">Anatol Broder</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/gorgoglionemeister\">Antonio</a>, <a href=\"http://profiles.wordpress.org/apimlott\">apimlott</a>, <a href=\"http://profiles.wordpress.org/awellis13\">awellis13</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/belloswan\">BelloSwan</a>, <a href=\"http://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"http://profiles.wordpress.org/beezeee\">Brian Zeligson</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/charlestonsw\">Charleston Software Associates</a>, <a href=\"http://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/cochran\">Christopher Cochran</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/chriswallace\">Chris Wallace</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/crazycoders\">crazycoders</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/mzaweb\">Daniel Dvorkin (MZAWeb)</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/dfavor\">David Favor</a>, <a href=\"http://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/davidwilliamson\">David Williamson</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dovyp\">dovyp</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>, <a href=\"http://profiles.wordpress.org/dvarga\">dvarga</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/elfin\">elfin</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"http://profiles.wordpress.org/fstop\">FStop</a>, <a href=\"http://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/gcorne\">gcorne</a>, <a href=\"http://profiles.wordpress.org/geertdd\">GeertDD</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gish\">gish</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hbanken\">hbanken</a>, <a href=\"http://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"http://profiles.wordpress.org/hirozed\">hirozed</a>, <a href=\"http://profiles.wordpress.org/hurtige\">hurtige</a>, <a href=\"http://profiles.wordpress.org/hypertextranch\">hypertextranch</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jakub\">jakub</a>, <a href=\"http://profiles.wordpress.org/h4ck3rm1k3\">James Michael DuPont</a>, <a href=\"http://profiles.wordpress.org/jbutkus\">jbutkus</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (JerrySarcastic)</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/jonbishop\">Jon Bishop</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/jvisick77\">Josh Visick</a>, <a href=\"http://profiles.wordpress.org/jrbeilke\">jrbeilke</a>, <a href=\"http://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">kadamwhite</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/keoshi\">keoshi</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/ktdreyer\">ktdreyer</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/kwight\">kwight</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/maor\">Maor Chasen</a>, <a href=\"http://profiles.wordpress.org/macbrink\">Marcel Brinkkemper</a>, <a href=\"http://profiles.wordpress.org/marcuspope\">MarcusPope</a>, <a href=\"http://profiles.wordpress.org/mark-k\">Mark-k</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/matthewruddy\">MatthewRuddy</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/mgibbs189\">mgibbs189</a>, <a href=\"http://profiles.wordpress.org/fanquake\">Michael</a>, <a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/najamelan\">najamelan</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/norcross\">norcross</a>, <a href=\"http://profiles.wordpress.org/paradiseporridge\">ParadisePorridge</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul</a>, <a href=\"http://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/petemall\">Pete Mall</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/phill_brown\">Phill Brown</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/redpixelstudios\">redpixelstudios</a>, <a href=\"http://profiles.wordpress.org/reidburke\">reidburke</a>, <a href=\"http://profiles.wordpress.org/retlehs\">retlehs</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rlerdorf\">rlerdorf</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/roulandf\">roulandf</a>, <a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>, <a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"http://profiles.wordpress.org/ryanhellyer\">Ryan Hellyer</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/saracannon\">sara cannon</a>, <a href=\"http://profiles.wordpress.org/scholesmafia\">scholesmafia</a>, <a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergej\">Sergej</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/sim\">Simon Hampel</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/slene\">slene</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/srinig\">SriniG</a>, <a href=\"http://profiles.wordpress.org/stephenh1988\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/storkontheroof\">storkontheroof</a>, <a href=\"http://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/tar\">Tar</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"http://profiles.wordpress.org/n7studios\">Tim Carr</a>, <a href=\"http://profiles.wordpress.org/tjsingleton\">tjsingleton</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/travishoffman\">TravisHoffman</a>, <a href=\"http://profiles.wordpress.org/uuf6429\">uuf6429</a>, <a href=\"http://profiles.wordpress.org/lightningspirit\">Vitor Carvalho</a>, <a href=\"http://profiles.wordpress.org/wojtek\">wojtek</a>, <a href=\"http://profiles.wordpress.org/wpewill\">wpewill</a>, <a href=\"http://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/thelastcicada\">Zachary Brown</a>, <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"http://profiles.wordpress.org/zekeweeks\">zekeweeks</a>, <a href=\"http://profiles.wordpress.org/ziegenberg\">ziegenberg</a>, and <a href=\"http://profiles.wordpress.org/viniciusmassuchetto\">viniciusmassuchetto</a>.</p>\n<p>Time to upgrade!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2013/08/oscar/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.6 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2013 07:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The second release candidate for WordPress 3.6 is now available for download and testing. We&#8217;re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we&#8217;ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s: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:1325:\"<p>The second release candidate for WordPress 3.6 is now available for download and testing.</p>\n<p>We&#8217;re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we&#8217;ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted in RC1. Please test this release candidate as much as you can, so we can deliver a smooth final release!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>.</p>\n<p><strong>Developers,</strong> please continue to test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release. You can find our <a href=\"http://core.trac.wordpress.org/report/6\">list of known issues here</a>.</p>\n<p>To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.6-RC2.zip\">download the release candidate here (zip)</a>.</p>\n<p><em>Revisions so smooth</em><br />\n<em>We autosave your changes</em><br />\n<em>Data loss begone!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.6 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Jul 2013 03:23:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2639\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The first release candidate for WordPress 3.6 is now available. We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven&#8217;t tested 3.6 yet, there&#8217;s no time like the present. (But please: not on a live production site, unless you&#8217;re feeling especially adventurous.) Think [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s: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:1504:\"<p>The first release candidate for WordPress 3.6 is now available.</p>\n<p>We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven&#8217;t tested 3.6 yet, there&#8217;s no time like the present. (But please: not on a live production site, unless you&#8217;re feeling especially adventurous.)</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/6\">find them here</a>. <strong>Developers,</strong> please test your plugins and themes, so that if there is a compatibility issue, we can sort it out before the final release.</p>\n<p>To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.6-RC1.zip\">download the release candidate here (zip)</a>.</p>\n<p>As you may have heard, we backed the Post Format UI feature out of the release. On the other hand, our slick new revisions browser had some extra time to develop. You should see it with 200+ revisions loaded — scrubbing back and forth at lightning speed is a thing of beauty.</p>\n<p><em>Delayed, but still loved</em><br />\n<em>The release will be out soon</em><br />\n<em>Test it, por favor</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Annual WordPress Survey &amp; WCSF\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/\";s: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:72:\"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Jul 2013 23:50:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:33:\"http://wordpress.org/news/?p=2625\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"It&#8217;s time for our third annual user and developer survey! If you&#8217;re a WordPress user, developer, or business, we want your feedback. Just like previous years, we&#8217;ll share the data at the upcoming WordCamp San Francisco (WCSF). Results will also be sent to each survey respondent. It only takes a few minutes to fill out [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1242:\"<p><img class=\"alignright\" alt=\"\" align=\"right\" src=\"http://wpdotorg.files.wordpress.com/2013/07/wcsf-2013.jpg\" width=\"278\" height=\"185\" />It&#8217;s time for our third annual user and developer survey! If you&#8217;re a WordPress user, developer, or business, we want your feedback. Just like previous years, we&#8217;ll share the data at the upcoming <a href=\"http://2013.sf.wordcamp.org/\">WordCamp San Francisco</a> (WCSF). Results will also be sent to each survey respondent.</p>\n<p>It only takes a few minutes to <a href=\"http://wp-survey.polldaddy.com/s/wp-2013\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<p>If you missed past State of the Word keynotes, be sure to check out them out for survey results from <a href=\"http://wordpress.org/news/2011/08/state-of-the-word/\">2011</a> and <a href=\"http://ma.tt/2012/08/state-of-the-word-2012/\">2012</a>.</p>\n<p>Speaking of WCSF, if you didn&#8217;t get a ticket or are too far away to attend, you can still <a href=\"http://2013.sf.wordcamp.org/tickets/\">get a ticket for the live stream</a>! Watch the live video stream from the comfort of your home on July 26 and 27; WCSF t-shirt, or any shirt, optional.</p>\n<p>I hope to see you there.</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:68:\"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 3.5.2 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2013/06/wordpress-3-5-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2013/06/wordpress-3-5-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Jun 2013 19:54:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2612\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing 12 bugs. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. The WordPress security team resolved seven security issues, and this release also contains some additional security hardening. The security fixes included: [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2549:\"<p>WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.5.2\">12 bugs</a>. <strong>This is a security release for all previous versions and we strongly encourage you to update your sites immediately.</strong> The WordPress security team resolved seven security issues, and this release also contains some additional security hardening.</p>\n<p>The security fixes included:</p>\n<ul>\n<li>Blocking server-side request forgery attacks, which could potentially enable an attacker to gain access to a site.</li>\n<li>Disallow contributors from improperly publishing posts, reported by <a href=\"http://kovshenin.com/\">Konstantin Kovshenin</a>, or reassigning the post&#8217;s authorship, reported by <a href=\"http://www.sharefaith.com/\">Luke Bryan</a>.</li>\n<li>An update to the SWFUpload external library to fix cross-site scripting vulnerabilities. Reported by <a href=\"http://ma.la\">mala</a> and <a href=\"http://mars.iti.pk.edu.pl/~grucha/\">Szymon Gruszecki</a>. (Developers: More on SWFUpload <a href=\"http://make.wordpress.org/core/2013/06/21/secure-swfupload/\">here</a>.)</li>\n<li>Prevention of a denial of service attack, affecting sites using password-protected posts.</li>\n<li>An update to an external TinyMCE library to fix a cross-site scripting vulnerability. Reported by <a href=\"http://twitter.com/rinakikun\">Wan Ikram</a>.</li>\n<li>Multiple fixes for cross-site scripting. Reported by <a href=\"http://webapplicationsecurity.altervista.org/\">Andrea Santese</a> and Rodrigo.</li>\n<li>Avoid disclosing a full file path when a upload fails. Reported by <a href=\"http://hauntit.blogspot.de/\">Jakub Galczyk</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information on the changes, see the <a href=\"http://codex.wordpress.org/Version_3.5.2\">release notes</a> or consult <a href=\"http://core.trac.wordpress.org/log/branches/3.5?rev=24498&amp;stop_rev=23347\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.5.2.zip\">Download WordPress 3.5.2</a> or update now from the Dashboard → Updates menu in your site’s admin area.</p>\n<p><em>Also:</em> <strong>WordPress 3.6 Beta 4:</strong> If you are testing WordPress 3.6, please note that <a href=\"http://wordpress.org/wordpress-3.6-beta4.zip\">WordPress 3.6 Beta 4</a> (zip) includes fixes for these security issues.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/06/wordpress-3-5-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Ten Good Years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2013/05/ten-good-years/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/news/2013/05/ten-good-years/#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, 31 May 2013 17:54: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:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2606\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"It&#8217;s been ten years since we started this thing, and what a long way we&#8217;ve come. From a discussion between myself and Mike Little about forking our favorite blogging software, to powering 18% of the web. It&#8217;s been a crazy, exciting, journey, and one that won&#8217;t stop any time soon. At ten years, it&#8217;s fun [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9852:\"<p><img class=\"alignright\" alt=\"\" align=\"right\" src=\"http://wpdotorg.files.wordpress.com/2013/05/wp10.jpg\" width=\"316\" height=\"164\" />It&#8217;s been ten years since we started this thing, and what a long way we&#8217;ve come. From a discussion between myself and <a href=\"http://mikelittle.org/\">Mike Little</a> about <a href=\"http://ma.tt/2003/01/the-blogging-software-dilemma/\">forking our favorite blogging software</a>, to powering 18% of the web. It&#8217;s been a crazy, exciting, journey, and one that won&#8217;t stop any time soon.</p>\n<p>At ten years, it&#8217;s fun to reflect on our beginnings. We launched WordPress on 27th May 2003, but that wasn&#8217;t inception. Go back far enough, and you can <a href=\"http://zengun.org/weblog/archives/2001/06/post1958/\">read a post by Michel Valdrighi</a> who, frustrated by the self-hosted blogging platforms available, decided to write his own software; &#8220;b2, a PHP+MySQL alternative to Blogger and GreyMatter.&#8221; b2 was easy to install, easy to configure, and easy for developers to extend. Of all the blogging platforms out there, <a href=\"http://cafelog.com\">b2</a> was the right one for me: I could write my content and get it on the web quickly and painlessly.</p>\n<p>Sometimes, however, life gets in the way. In 2002, Michel stopped maintaining b2. Over time, security flaws became apparent and updates were needed and, while the b2 community could write patches and fixes, no one was driving the software forward. We were lucky that Michel decided to release b2 under the GPL; the software may have been abandoned, but we weren&#8217;t without options. A fork was always a possibility. That was where it stood in January 2003, when <a href=\"http://ma.tt/2003/01/the-blogging-software-dilemma/\">I posted about forking b2</a> and <a href=\"http://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445\">Mike responded</a>. The rest, as they say, is history.</p>\n<p>From the very beginning to the present day, I&#8217;ve been impressed by the thought, care, and dedication that WordPress&#8217; developers have demonstrated. Each one has brought his or her unique perspective, each individual has strengthened the whole. It would be impossible to thank each of them here individually, but their achievements speak for themselves. In WordPress 1.2 the new Plugin API made it easy for developers to extend WordPress. In the same release <code>gettext()</code> internationalization opened WordPress up to every language (hat tip: <a href=\"http://ryan.boren.me/\">Ryan Boren</a> for spending hours wrapping strings with gettext). In WordPress 1.5 our Theme system made it possible for WordPress users to quickly change their site&#8217;s design: there was huge resistance to the theme system from the wider community at the time, but can you imagine WordPress without it? Versions 2.7, 2.8, and 2.9 saw improvements that let users install and update their plugins and themes with one click. WordPress has seen a redesign by <a href=\"http://v2.happycog.com/create/wordpress/?p=design/wordpress/\">happycog</a> (2.3) and gone under extensive user testing and redesign (<a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">Crazyhorse</a>, Liz Danzico and Jen Mylo, WordPress 2.5). In WordPress 3.0 we merged WordPress MU with WordPress &#8212; a huge job but 100% worth it. And in WordPress 3.5 we revamped the media uploader to make it easier for people to get their images, video, and media online.</p>\n<p>In sticking to our commitment to user experience, we&#8217;ve done a few things that have made us unpopular. The <a href=\"http://tech.gaeatimes.com/index.php/archive/wordpress-wysiwyg-editor-is-a-disaster/\">WYSIWYG editor</a> was hated by many, especially those who felt that if you have a blog you should know HTML. Some developers hated that we stuck with our code, refusing to rewrite, but it&#8217;s always been the users that matter: better a developer lose sleep than a site break for a user. Our code isn&#8217;t always beautiful, after all, when WordPress was created most of us were still learning PHP, but we try to make a flawless experience for users.</p>\n<p>It&#8217;s not all about developers. WordPress&#8217; strength lies in the diversity of its community. From the start, we wanted a low barrier to entry and we came up with our &#8220;famous 5 minute install&#8221;. This brought on board users from varied technical background: people who didn&#8217;t write code wanted to help make WordPress better. If you couldn&#8217;t write code, it didn&#8217;t matter: you could answer a question in the support forums, write documentation, translate WordPress, or build your friends and family a WordPress website. There is <a href=\"https://make.wordpress.org/\">space in the community</a> for anyone with a passion for WordPress.</p>\n<p>It&#8217;s been wonderful to see all of the people who have used WordPress to build their home on the internet. Early on <a href=\"http://wordpress.org/news/2004/04/switchers/\">we got excited</a> by <a href=\"http://wordpress.org/news/2004/04/more-switchers/\">switchers</a>. From a community of tinkerers we grew, as writers such as <a href=\"http://ma.tt/2004/05/om-malik/\">Om Malik</a>, <a href=\"http://dougal.gunters.org/blog/2004/05/15/mark-pilgrim-switches/\">Mark Pilgrim</a>, and <a href=\"http://ma.tt/2004/07/mollycom-switches/\">Molly Holzschlag</a> made the switch to WordPress. Our commitment to effortless publishing quickly paid off and has continued to do so: <strong>the WordPress 1.2 release saw 822 downloads per day, our latest release, WordPress 3.5, has seen 145,692 per day.</strong></p>\n<p>I&#8217;m continually amazed by what people have built with WordPress. I&#8217;ve seen <a href=\"http://justintimberlake.com/main/\">musicians</a> and <a href=\"http://ma.tt/2013/01/neil-leifer-on-wordpress/\">photographers</a>, magazines such as <a href=\"http://life.time.com/\">Life</a>, <a href=\"http://boingboing.net/\">BoingBoing</a>, and the <a href=\"http://observer.com/\">New York Observer</a>, <a href=\"http://www.compliance.gov/\">government websites</a>, a <a href=\"http://josephscott.org/archives/2011/05/pressfs-a-wordpress-filesystem/\">filesystem</a>, <a href=\"http://www.ymcanyc.org/association/pages/y-mvp\"> mobile applications</a>, and even <a href=\"http://www.viper007bond.com/2010/06/12/so-apparently-wordpress-can-guide-missiles/\">seen WordPress guide missiles</a>.</p>\n<p>As the web evolves, WordPress evolves. Factors outside of our control will always influence WordPress&#8217; development: today it&#8217;s mobile devices and retina display, tomorrow it could be Google Glass or technology not yet conceived. A lot can happen in ten years! As technology changes and advances, WordPress has to change with it while remaining true to its core values: making publishing online easy for everyone. How we rise to these challenges will be what defines WordPress over the coming ten years.</p>\n<p><strong>To celebrate ten years of WordPress, we&#8217;re working on a book about our history.</strong> We&#8217;re carrying out interviews with people who have involved with the community from the very beginning, those who are still around, and those who have left. It&#8217;s a huge project, but we wanted to have something to share with you on the 10th anniversary. To learn about the very early days of WordPress, just after Mike and I forked b2 <a href=\"http://wordpress.org/about/history/\">you can download Chapter 3 right here</a>. We&#8217;ll be releasing the rest of the book serially, so watch out as the story of the last ten years emerges.</p>\n<p>In the meantime, <a href=\"http://ma.tt/2013/05/dear-wordpress/\"> I penned my own letter to WordPress</a> and other community members have been sharing their thoughts:</p>\n<ul>\n<li><a href=\"http://zed1.com/journalized/archives/2013/01/25/wordpress-a-10-year-journey/\">Mike Little on our Ten Year Journey</a>.</li>\n<li>Core contributor Helen Hou-Sandi <a href=\"http://helen.wordpress.com/2013/05/27/happy-10th-wordpress-and-thanks-from-my-little-family/\">wishes WordPress happy birthday</a>.</li>\n<li>Peter Westwood on <a href=\"http://blog.ftwr.co.uk/archives/2013/05/27/a-decade-gone-more-to-come/\">a decade gone</a>.</li>\n<li>Support rep Mika Epstein <a href=\"http://ipstenu.org/2013/you-me-and-wp/\">on her WordPress journey</a>.</li>\n<li>Dougal Campbell <a href=\"http://dougal.gunters.org/blog/2013/05/27/instagram-my-wife-suzecampbell-and-i-celebrating-the-wordpress-10th-anniversary-with-bbq-in-our-wordpress-shirts-wp10/\">celebrating with his wife, Suze</a>.</li>\n<li>Otto on <a href=\"http://ottodestruct.com/blog/2013/how-wp-affected-me/\">how WordPress affected him</a>.</li>\n</ul>\n<p>You can see how WordPress&#8217; 10th Anniversary was celebrated all over the world <a href=\"http://wp10.wordpress.net/\">by visiting the wp10 website</a>, according to Meetup we had 4,999 celebrators.</p>\n<p>To finish, I just want to say thank you to everyone: to the developers who write the code, to the designers who make WordPress sing, to the worldwide community translating WordPress into so many languages, to volunteers who answer support questions, to those who make WordPress accessible, to the systems team and the plugin and theme reviewers, to documentation writers, event organisers, evangelists, detractors, supporters and friends. Thanks to the jazzers whose music inspired us and whose names are at the heart of WordPress. Thanks to everyone who uses WordPress to power their blog or website, and to everyone who will in the future. Thanks to WordPress and its community that I&#8217;m proud to be part of.</p>\n<p>Thank you. I can&#8217;t wait to see what the next ten years bring.</p>\n<p><em>Final thanks to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for help with this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/news/2013/05/ten-good-years/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"The Next 10 Starts Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2013/05/the-next-10-starts-now/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2013/05/the-next-10-starts-now/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 May 2013 20:47: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:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2594\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"All around the globe today, people are celebrating the 10th anniversary of the first WordPress release, affectionately known as #wp10. Watching the feed of photos, tweets, and posts from Auckland to Zambia is incredible; from first-time bloggers to successful WordPress-based business owners, people are coming out in droves to raise a glass and share the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jen Mylo\";s: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:3901:\"<p>All around the globe today, people are celebrating the 10th anniversary of the first WordPress release, affectionately known as #wp10. <a href=\"http://wp10.wordpress.net\">Watching the feed</a> of photos, tweets, and posts from Auckland to Zambia is incredible; from first-time bloggers to successful WordPress-based business owners, people are coming out in droves to raise a glass and share the &#8220;holiday&#8221; with their local communities. With hundreds of parties going on today, it&#8217;s more visible than ever just how popular WordPress has become.</p>\n<p><strong>Thank you to everyone who has ever contributed to this project: your labors of love made this day possible.</strong></p>\n<p>But today isn&#8217;t just about reflecting on how we got this far (though I thought <a href=\"http://ma.tt/2013/05/dear-wordpress/\">Matt&#8217;s reflection on the first ten years</a> was lovely). We are constantly moving forward. As each release cycle begins and ends (3.6 will be here soon, promise!), we always see an ebb and flow in the contributor pool. Part of ensuring the longevity of WordPress means mentoring new contributors, continually bringing new talent and fresh points of view to our family table.</p>\n<p>I am beyond pleased to announce that this summer we will be mentoring 8 interns, most of them new contributors, through <a href=\"http://www.google-melange.com/gsoc/homepage/google/gsoc2013\">Google Summer of Code</a> and the <a href=\"https://live.gnome.org/OutreachProgramForWomen/2013/JuneSeptember\">Gnome Outreach Program for Women</a>. Current contributors, who already volunteer their time working on WordPress, will provide the guidance and oversight for a variety of exciting projects  this summer. Here are the people/projects involved in the summer internships:</p>\n<ul>\n<li><strong><strong>Ryan McCue</strong>, </strong>from Australia, working on a JSON-based REST API. Mentors will be Bryan Petty and Eric Mann, with a reviewer assist from Andrew Norcross.</li>\n<li><strong>Kat Hagan</strong>, from the United States, working on a Post by Email plugin to replace the core function. Mentors will be Justin Shreve and George Stephanis, with an assist from Peter Westwood.</li>\n<li><strong>Siobhan Bamber</strong>, from Wales, working on a support (forums, training, documentation) internship. Mentors will be Mika Epstein and Hanni Ross.</li>\n<li><strong>Frederick Ding</strong>, from the United States, working on improving portability. Mentors will be Andrew Nacin and Mike Schroder.</li>\n<li><strong>Sayak Sakar</strong>, from India, working on porting WordPress for WebOS to Firefox OS. Mentor will be Eric Johnson.</li>\n<li><strong>Alex Höreth</strong>, from Germany, working on  adding WordPress native revisions to the theme and plugin code editors. Mentors will be Dominik Schilling and Aaron Campbell, with a reviewer assist from Daniel Bachhuber.</li>\n<li><strong>Mert Yazicioglu</strong>, from Turkey, working on ways to improve our community profiles at profiles.wordpress.org. Mentors will be Scott Reilly and Boone Gorges.</li>\n<li><strong>Daniele Maio</strong>, from Italy, working on a native WordPress app for Blackberry 10. Mentor will be Danilo Ercoli.</li>\n</ul>\n<p>Did you notice that our summer cohort is as international as the #wp10 parties going on today? I can only think that this is a good sign.</p>\n<p>It&#8217;s always a difficult process to decide which projects to mentor through these programs. There are always more applicants with interesting ideas with whom we&#8217;d like to work than there are opportunities. Luckily, WordPress is a free/libre open source software project, and anyone can begin contributing at any time. Is this the year for you? We&#8217;d love for you to join us as we work toward #wp20. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_wink.gif\' alt=\';)\' class=\'wp-smiley\' /> </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:\"http://wordpress.org/news/2013/05/the-next-10-starts-now/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.6 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/05/wordpress-3-6-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/05/wordpress-3-6-beta-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 May 2013 03:44: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2584\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 3.6 Beta 3 is now available! This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). Beta [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s: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:2452:\"<p>WordPress 3.6 Beta 3 is now available!</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.6-beta3.zip\">download the beta here</a> (zip).</p>\n<p>Beta 3 contains about a hundred changes, including improvements to the image Post Format flow (yay, drag-and-drop image upload!), a more polished revision comparison screen, and a more quote-like quote format for Twenty Thirteen.</p>\n<p>As a bonus, we now have oEmbed support for the popular music-streaming services <a href=\"http://www.rdio.com/\">Rdio</a> and <a href=\"http://www.spotify.com/\">Spotify</a> (the latter of which kindly created an oEmbed endpoint a mere 24 hours after we lamented their lack of one). Here&#8217;s an album that&#8217;s been getting a lot of play as I&#8217;ve been working on WordPress 3.6:</p>\n<p><iframe width=\"500\" height=\"250\" src=\"https://rd.io/i/Qj5r8SE//?source=oembed\" frameborder=\"0\"></iframe></p>\n<p><iframe src=\"https://embed.spotify.com/?uri=spotify:album:6dJZDZMNdBPZrJcNv57bEq\" width=\"300\" height=\"380\" frameborder=\"0\" allowtransparency=\"true\"></iframe></p>\n<p>Plugin developers, theme developers, and WordPress hosts should be testing beta 3 extensively. The more you test the beta, the more stable our release candidates and our final release will be.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.6\">everything we&#8217;ve fixed</a> so far.</p>\n<p>We&#8217;re looking forward to your feedback. If you find a bug, please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 150 contributors to version 3.6 — it&#8217;s not too late to join in!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/05/wordpress-3-6-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.6 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/04/wordpress-3-6-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/04/wordpress-3-6-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Apr 2013 22:48: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"WordPress 3.6 Beta 2 is now available! This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). The [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s: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:2057:\"<p>WordPress 3.6 Beta 2 is now available!</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.6-beta2.zip\">download the beta here</a> (zip).</p>\n<p>The longer-than-usual delay between beta 1 and beta 2 was due to poor user testing results with the Post Formats UI. Beta 2 contains a modified approach for format choosing and switching, which has done well in user testing. We&#8217;ve also made the Post Formats UI hide-able via Screen Options, and set a reasonable default based on what your theme supports.</p>\n<p>There were a lot of bug fixes and polishing tweaks done for beta 2 as well, so definitely check it out if you had an issues with beta 1.</p>\n<p>Plugin developers, theme developers, and WordPress hosts should be testing beta 2 extensively. The more you test the beta, the more stable our release candidates and our final release will be.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.6\">everything we&#8217;ve fixed</a> so far.</p>\n<p>We&#8217;re looking forward to your feedback. If you find a bug, please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 150 contributors to version 3.6 — it&#8217;s not too late to join in!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/04/wordpress-3-6-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Summer Mentorship Programs: GSoC and Gnome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/news/2013/04/summer-mentorship-programs-gsoc-and-gnome/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.org/news/2013/04/summer-mentorship-programs-gsoc-and-gnome/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Apr 2013 03:18: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2573\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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 an open source, free software project, WordPress depends on the contributions of hundreds of people from around the globe &#8212; contributions in areas like core code, documentation, answering questions in the support forums, translation, and all the other things it takes to make WordPress the best publishing platform it can be, with the most [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jen Mylo\";s: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:5071:\"<p>As an open source, free software project, WordPress depends on the contributions of hundreds of people from around the globe &#8212; contributions in areas like core code, documentation, answering questions in the support forums, translation, and all the other things it takes to make WordPress the best publishing platform it can be, with the most supportive community. This year, we&#8217;re happy to be participating as a mentoring organization with two respected summer internship programs: <a href=\"http://www.google-melange.com/gsoc/homepage/google/gsoc2013\">Google Summer of Code (GSoC)</a> and the Gnome Outreach Program for Women.</p>\n<h3>Google Summer of Code</h3>\n<p>GSoC is a summer internship program funded by Google specifically for college/university student developers to work on open source coding projects. We have participated in the Google Summer of Code program in the past, and have enjoyed the opportunity to work with students in this way. Some of our best core developers were GSoC students once upon a time!</p>\n<p><a href=\"http://codex.wordpress.org/GSoC2013#Mentors\">Our mentors</a>, almost 30 talented developers with experience developing WordPress, will provide students with guidance and feedback over the course of the summer, culminating in the release of finished projects at the end of the program if all goes well.</p>\n<p>Students who successfully complete the program earn $5,000 for their summer efforts. Interested, or know a college student (newly accepted to college counts, too) who should be? All the information you need about our participation in the program, projects, mentors, and the application process is available on the <a href=\"http://codex.wordpress.org/GSoC2013\">GSoC 2013 page in the Codex</a>.</p>\n<h3>Gnome Outreach Program for Women</h3>\n<p>It&#8217;s not news that women form a low percentage of contributors in most open source projects, and WordPress is no different. We have great women in the contributor community, including some in fairly visible roles, but we still have a lot of work to do to get a representative gender balance on par with our user base.</p>\n<p>The Gnome Outreach Program for Women aims to provide opportunities for women to participate in open source projects, and offers a similar stipend, but there are three key differences between GSoC and Gnome aside from the gender requirement for Gnome.</p>\n<ol>\n<li><span style=\"font-size: 13px;line-height: 19px\">The Gnome program allows intern projects in many areas of contribution, not just code. In other words, interns can propose projects like documentation, community management, design, translation, or pretty much any area in which we have people contributing (including code).</span></li>\n<li><span style=\"font-size: 13px;line-height: 19px\">The Gnome Outreach Program for Women doesn&#8217;t require interns to be college students, though students are definitely welcome to participate. This means that women in all stages of life and career can take the opportunity to try working with open source communities for the summer.</span></li>\n<li><span style=\"font-size: 13px;line-height: 19px\">We have to help raise the money to pay the interns. Google funds GSoC on its own, and we only have to provide our mentors&#8217; time. Gnome doesn&#8217;t have the same funding, so we need to pitch in to raise the money to cover our interns. If your company is interested in helping with this, please check out the program&#8217;s </span><a style=\"font-size: 13px;line-height: 19px\" href=\"https://live.gnome.org/OutreachProgramForWomen#For_Organizations_and_Companies\">sponsorship information</a><span style=\"font-size: 13px;line-height: 19px\"> and follow the contact instructions to get involved. You can earmark donations to support WordPress interns, or to support the program in general. (Pick us, pick us! <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' />  )</span></li>\n</ol>\n<p>The summer installment of the Gnome Outreach Program for Women follows the same schedule and general application format as GSoC, though there are more potential projects since it covers more areas of contribution. Women college students interested in doing a coding project are encouraged to apply for both programs to increase the odds of acceptance. All the information you need about our participation in the program, projects, mentors, and the application process is available on the <a href=\"http://codex.wordpress.org/Gnome_Summer_Program_for_Women\">Gnome Outreach Program for Women page in the Codex</a>.</p>\n<p>The application period just started, and it lasts another week (May 1 for Gnome, May 3 for GSoC), so if you think you qualify and are interested in getting involved, check out the information pages, get in touch, and apply… Good luck!</p>\n<p><a href=\"http://codex.wordpress.org/GSoC2013\">Google Summer of Code 2013 Information</a><br />\n<a href=\"http://codex.wordpress.org/Gnome_Summer_Program_for_Women\">Gnome Summer Outreach Program for Women 2013 Information</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:81:\"http://wordpress.org/news/2013/04/summer-mentorship-programs-gsoc-and-gnome/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 02 Aug 2013 19:43:47 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 01 Aug 2013 21:49:34 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130130201125\";}','no'),(4109,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1375472628','no'),(4107,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Aug 2013 19:15:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Michael Adams (mdawaffe)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Better WP Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"ChrisWiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 05:53:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26129@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"This plugin allows you to implement super security captcha form into web forms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bestwebsoft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/plugins/contact-form-plugin/#post-26890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 May 2011 07:34:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26890@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Add Contact Form to your WordPress website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Fast Secure Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12636@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mmaunder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Ultimate TinyMCE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://wordpress.org/plugins/ultimate-tinymce/#post-32088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Nov 2011 09:06:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32088@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Description: Beef up your visual tinymce editor with a plethora of advanced options.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Josh (Ult. Tinymce)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 02 Aug 2013 19:43:48 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Fri, 02 Aug 2013 19:50:16 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 02 Aug 2013 19:15:16 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130130201125\";}','no'),(140,'can_compress_scripts','1','yes'),(845,'_site_transient_timeout_wporg_theme_feature_list','1363769346','yes'),(846,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(144,'current_theme','','yes'),(145,'theme_mods_ChemDry Franchise','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:11:\"primary-nav\";i:6;s:9:\"copyright\";i:9;s:12:\"footer-menu1\";i:10;s:12:\"footer-menu2\";i:8;s:12:\"footer-menu3\";i:11;}}','yes'),(146,'theme_switched','','yes'),(147,'sample_theme_options','a:10:{s:4:\"name\";s:15:\"Chem-Dry Select\";s:5:\"phone\";s:12:\"780-460-2810\";s:7:\"address\";s:67:\"P.O. Box 32 Site 8 RR1</br>\r\nCalahoo AB, T0G 0J0</br>\r\n780-460-2810\";s:5:\"areas\";s:42:\"<h3>Areas We Cover</h3>\r\n<p>St. Albert</p>\";s:8:\"about_us\";s:119:\"Chem-Dry has been operating in Canada since 1978, delivering a first class service to customers throughout the country.\";s:7:\"option1\";i:0;s:8:\"sometext\";s:0:\"\";s:11:\"selectinput\";N;s:10:\"radioinput\";N;s:12:\"sometextarea\";s:0:\"\";}','yes'),(222,'widget_tw-recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(220,'widget_sfpwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'simplyexclude_v2','s:2405:\"a:3:{s:3:\"cfg\";a:1:{s:7:\"version\";s:5:\"2.0.3\";}s:4:\"data\";a:3:{s:10:\"taxonomies\";a:2:{s:8:\"category\";a:3:{s:7:\"actions\";a:6:{s:10:\"is_archive\";s:1:\"i\";s:7:\"is_feed\";s:1:\"e\";s:7:\"is_home\";s:1:\"e\";s:9:\"is_search\";s:1:\"e\";s:15:\"widget_category\";s:1:\"e\";s:16:\"widget_tag_cloud\";s:1:\"e\";}s:7:\"options\";a:4:{s:6:\"active\";s:3:\"yes\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";s:12:\"hierarchical\";b:1;}s:5:\"terms\";a:5:{s:7:\"is_home\";a:9:{i:16;s:2:\"on\";i:17;s:2:\"on\";i:1;s:2:\"on\";i:14;s:2:\"on\";i:13;s:2:\"on\";i:3;s:2:\"on\";i:15;s:2:\"on\";i:5;s:2:\"on\";i:4;s:2:\"on\";}s:15:\"widget_category\";a:0:{}s:16:\"widget_tag_cloud\";a:0:{}s:7:\"is_feed\";a:0:{}s:10:\"is_archive\";a:8:{i:16;s:2:\"on\";i:17;s:2:\"on\";i:1;s:2:\"on\";i:14;s:2:\"on\";i:13;s:2:\"on\";i:3;s:2:\"on\";i:15;s:2:\"on\";i:4;s:2:\"on\";}}}s:8:\"post_tag\";a:2:{s:7:\"actions\";a:5:{s:10:\"is_archive\";s:1:\"e\";s:7:\"is_feed\";s:1:\"e\";s:7:\"is_home\";s:1:\"i\";s:9:\"is_search\";s:1:\"e\";s:16:\"widget_tag_cloud\";s:1:\"e\";}s:7:\"options\";a:4:{s:6:\"active\";s:2:\"no\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";s:12:\"hierarchical\";b:0;}}}s:10:\"post_types\";a:4:{s:3:\"acf\";a:2:{s:7:\"actions\";a:1:{s:9:\"is_search\";s:1:\"e\";}s:7:\"options\";a:4:{s:6:\"active\";s:2:\"no\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";s:15:\"capability_type\";s:4:\"page\";}}s:4:\"page\";a:2:{s:7:\"actions\";a:2:{s:9:\"is_search\";s:1:\"e\";s:12:\"widget_pages\";s:1:\"e\";}s:7:\"options\";a:4:{s:6:\"active\";s:2:\"no\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";s:15:\"capability_type\";s:4:\"page\";}}s:4:\"post\";a:3:{s:7:\"actions\";a:4:{s:10:\"is_archive\";s:1:\"e\";s:7:\"is_feed\";s:1:\"e\";s:7:\"is_home\";s:1:\"i\";s:9:\"is_search\";s:1:\"e\";}s:7:\"options\";a:4:{s:6:\"active\";s:2:\"no\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";s:15:\"capability_type\";s:4:\"post\";}s:5:\"terms\";a:2:{s:10:\"is_archive\";a:2:{i:126;s:2:\"on\";i:63;s:2:\"on\";}s:7:\"is_home\";a:3:{i:126;s:2:\"on\";i:63;s:2:\"on\";i:58;s:2:\"on\";}}}s:18:\"wpcf7_contact_form\";a:2:{s:7:\"actions\";a:4:{s:10:\"is_archive\";s:1:\"e\";s:7:\"is_feed\";s:1:\"e\";s:7:\"is_home\";s:1:\"i\";s:9:\"is_search\";s:1:\"e\";}s:7:\"options\";a:4:{s:6:\"active\";s:2:\"no\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";s:15:\"capability_type\";s:4:\"post\";}}}s:8:\"se_types\";a:1:{s:5:\"users\";a:2:{s:7:\"actions\";a:4:{s:7:\"is_home\";s:1:\"i\";s:10:\"is_archive\";s:1:\"e\";s:9:\"is_search\";s:1:\"e\";s:7:\"is_feed\";s:1:\"e\";}s:7:\"options\";a:3:{s:6:\"active\";s:2:\"no\";s:8:\"showhide\";s:4:\"show\";s:5:\"qover\";s:4:\"main\";}}}}s:7:\"options\";a:0:{}}\";','yes'),(215,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.4.2\";}','yes'),(150,'recently_activated','a:0:{}','yes'),(151,'featured-page-widget-options','a:0:{}','yes'),(152,'acf_version','4.1.8.1','yes'),(639,'_site_transient_timeout_popular_importers_en_US','1359874181','yes'),(640,'_site_transient_popular_importers_en_US','a:2:{s:9:\"importers\";a:8:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:86:\"Install the Blogger importer to import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:109:\"Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:9:\"wpcat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:82:\"Install the LiveJournal importer to import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:99:\"Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:4:\"opml\";a:4:{s:4:\"name\";s:8:\"Blogroll\";s:11:\"description\";s:61:\"Install the blogroll importer to import links in OPML format.\";s:11:\"plugin-slug\";s:13:\"opml-importer\";s:11:\"importer-id\";s:4:\"opml\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:58:\"Install the RSS importer to import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:84:\"Install the Tumblr importer to import posts &amp; media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:130:\"Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','yes'),(156,'_transient_random_seed','9dfdf5d5a848cb221360e2cec5645ee5','yes'),(158,'acf_next_field_id','20','yes'),(160,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'widget_featured_page_widget','a:7:{i:2;a:11:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:2:\"-1\";s:4:\"page\";a:1:{i:0;s:2:\"14\";}s:8:\"template\";s:7:\"chemdry\";s:5:\"items\";s:1:\"1\";s:6:\"length\";s:2:\"20\";s:6:\"target\";s:1:\"0\";s:9:\"linkalign\";s:4:\"none\";s:10:\"useimageas\";s:5:\"image\";s:10:\"imagealign\";s:4:\"none\";s:14:\"thumbnail_size\";s:24:\"featured-page-image-full\";}i:3;a:11:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:2:\"-1\";s:4:\"page\";a:1:{i:0;s:3:\"114\";}s:8:\"template\";s:7:\"chemdry\";s:5:\"items\";s:1:\"1\";s:6:\"length\";s:2:\"12\";s:6:\"target\";s:1:\"0\";s:9:\"linkalign\";s:4:\"none\";s:10:\"useimageas\";s:5:\"image\";s:10:\"imagealign\";s:4:\"none\";s:14:\"thumbnail_size\";s:24:\"featured-page-image-full\";}i:4;a:11:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:2:\"-1\";s:4:\"page\";a:1:{i:0;s:2:\"29\";}s:8:\"template\";s:7:\"chemdry\";s:5:\"items\";s:1:\"1\";s:6:\"length\";s:2:\"20\";s:6:\"target\";s:1:\"0\";s:9:\"linkalign\";s:4:\"none\";s:10:\"useimageas\";s:5:\"image\";s:10:\"imagealign\";s:4:\"none\";s:14:\"thumbnail_size\";s:24:\"featured-page-image-full\";}i:5;a:11:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:2:\"-1\";s:4:\"page\";a:1:{i:0;s:3:\"569\";}s:8:\"template\";s:7:\"chemdry\";s:5:\"items\";s:1:\"1\";s:6:\"length\";s:2:\"20\";s:6:\"target\";s:1:\"0\";s:9:\"linkalign\";s:4:\"none\";s:10:\"useimageas\";s:5:\"image\";s:10:\"imagealign\";s:4:\"none\";s:14:\"thumbnail_size\";s:24:\"featured-page-image-full\";}i:6;a:11:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:2:\"-1\";s:4:\"page\";a:1:{i:0;s:3:\"511\";}s:8:\"template\";s:7:\"chemdry\";s:5:\"items\";s:1:\"1\";s:6:\"length\";s:2:\"55\";s:6:\"target\";s:1:\"0\";s:9:\"linkalign\";s:4:\"none\";s:10:\"useimageas\";s:5:\"image\";s:10:\"imagealign\";s:4:\"none\";s:14:\"thumbnail_size\";s:24:\"featured-page-image-full\";}i:7;a:11:{s:5:\"title\";s:0:\"\";s:8:\"category\";s:2:\"-1\";s:4:\"page\";a:1:{i:0;s:3:\"513\";}s:8:\"template\";s:7:\"chemdry\";s:5:\"items\";s:1:\"1\";s:6:\"length\";s:2:\"55\";s:6:\"target\";s:1:\"0\";s:9:\"linkalign\";s:4:\"none\";s:10:\"useimageas\";s:5:\"image\";s:10:\"imagealign\";s:4:\"none\";s:14:\"thumbnail_size\";s:24:\"featured-page-image-full\";}s:12:\"_multiwidget\";i:1;}','yes'),(162,'widget_dc_jqaccordion_widget','a:4:{i:2;a:14:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:7;s:9:\"autoClose\";N;s:9:\"menuClose\";N;s:9:\"saveState\";N;s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:4:\"menu\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:1:\"0\";}i:3;a:14:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:12;s:9:\"autoClose\";s:4:\"true\";s:9:\"menuClose\";N;s:9:\"saveState\";N;s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:1:\"0\";}i:4;a:14:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:3;s:9:\"autoClose\";s:4:\"true\";s:9:\"menuClose\";N;s:9:\"saveState\";N;s:10:\"autoExpand\";s:4:\"true\";s:11:\"disableLink\";N;s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"click\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:1:\"0\";}s:12:\"_multiwidget\";i:1;}','yes'),(164,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(4101,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1375515827','no'),(4102,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1375472627','no'),(4103,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1375515827','no'),(4104,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/08/oscar/\' title=\'The latest and greatest WordPress, version 3.6, is now live to the world and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here’s a video that shows off some of the features using […] [&hellip;]\'>WordPress 3.6 “Oscar”</a> <span class=\"rss-date\">August 1, 2013</span><div class=\'rssSummary\'>The latest and greatest WordPress, version 3.6, is now live to the world and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here’s a video that shows off some of the features using […] [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/\' title=\'The second release candidate for WordPress 3.6 is now available for download and testing. We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted […] [&hellip;]\'>WordPress 3.6 Release Candidate 2</a> <span class=\"rss-date\">July 24, 2013</span><div class=\'rssSummary\'>The second release candidate for WordPress 3.6 is now available for download and testing. We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted […] [&hellip;]</div></li></ul></div>','no'),(990,'_site_transient_timeout_browser_b4c18ecb06b751fa1bf7aec676f1e2e0','1364960742','yes'),(991,'_site_transient_browser_b4c18ecb06b751fa1bf7aec676f1e2e0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"25.0.1364.172\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(722,'_site_transient_timeout_browser_7793979e70bb01e23833a4f7789d7a63','1363893917','yes'),(723,'_site_transient_browser_7793979e70bb01e23833a4f7789d7a63','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(604,'_site_transient_browser_046d01c35a2451a1b38000220a7dfd78','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(677,'wpsupercache_gc_time','1375470093','yes'),(626,'_site_transient_browser_6aea14875754026e671c08ab21c76c33','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.52\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(678,'_site_transient_timeout_browser_8753fb663bab349b3c451d42aafe0da0','1361862748','yes'),(679,'_site_transient_browser_8753fb663bab349b3c451d42aafe0da0','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.57\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1592,'_site_transient_timeout_browser_d55fd2d77f597696d878e75c47981a97','1367537686','yes'),(3129,'_site_transient_timeout_browser_24b1e037054631d7e65a659309602a1a','1372976965','yes'),(3130,'_site_transient_browser_24b1e037054631d7e65a659309602a1a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1593,'_site_transient_browser_d55fd2d77f597696d878e75c47981a97','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"26.0.1410.64\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4111,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1375515828','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (210,110,'_wp_attached_file','2013/01/domestic.jpg'),(211,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:111;s:4:\"file\";s:20:\"2013/01/domestic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"domestic-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"domestic-180x99.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:19:\"domestic-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(209,14,'_edit_lock','1363293718:1'),(1103,214,'_wp_page_template','default'),(1102,214,'_edit_last','1'),(1210,767,'_wp_attached_file','2013/01/stain_fighter_pack.jpg'),(1211,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/01/stain_fighter_pack.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"stain_fighter_pack-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:\"stain_fighter_pack-165x300.jpg\";s:5:\"width\";i:165;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"stain_fighter_pack-180x327.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:29:\"stain_fighter_pack-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:30:\"stain_fighter_pack-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12,6,'_menu_item_type','custom'),(13,6,'_menu_item_menu_item_parent','0'),(14,6,'_menu_item_object_id','6'),(15,6,'_menu_item_object','custom'),(16,6,'_menu_item_target',''),(17,6,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(18,6,'_menu_item_xfn',''),(19,6,'_menu_item_url','http://108.167.155.71/~cdnz/fran/wp-admin'),(324,139,'_menu_item_target',''),(323,139,'_menu_item_object','category'),(322,139,'_menu_item_object_id','3'),(321,139,'_menu_item_menu_item_parent','0'),(320,139,'_menu_item_type','taxonomy'),(28,90,'_edit_last','1'),(29,90,'field_1','a:10:{s:5:\"label\";s:17:\"Product Image One\";s:4:\"name\";s:17:\"product_image_one\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;s:3:\"key\";s:7:\"field_1\";}'),(30,90,'field_2','a:10:{s:5:\"label\";s:17:\"Product Image Two\";s:4:\"name\";s:17:\"product_image_two\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:3:\"url\";s:12:\"preview_size\";s:14:\"post-thumbnail\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;s:3:\"key\";s:7:\"field_2\";}'),(31,90,'field_3','a:10:{s:5:\"label\";s:19:\"Product Image Three\";s:4:\"name\";s:19:\"product_image_three\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;s:3:\"key\";s:7:\"field_3\";}'),(32,90,'allorany','all'),(34,90,'position','normal'),(35,90,'layout','no_box'),(36,90,'hide_on_screen',''),(37,91,'_wp_page_template','default'),(38,91,'_edit_last','1'),(39,92,'_edit_last','1'),(40,92,'_wp_page_template','HomePage.php'),(41,14,'_edit_last','1'),(42,14,'subtitle','Treat Your Home to a World-Class Cleaning Experience'),(43,14,'_wp_page_template','services.php'),(44,14,'_thumbnail_id','110'),(45,19,'_edit_last','1'),(46,19,'subtitle','A Deeper Clean for your Home or Business'),(47,22,'_edit_last','1'),(48,22,'subtitle','A Deeper Clean for your Home or Business'),(49,22,'_wp_page_template','services.php'),(50,27,'_edit_last','1'),(51,27,'subtitle','The Chem-Dry® Advantage'),(52,27,'_wp_page_template','services.php'),(53,29,'_edit_last','1'),(54,29,'_thumbnail_id','112'),(55,29,'subtitle','The Market Leaders in Specialist Commercial Cleaning Services'),(56,29,'_wp_page_template','services.php'),(57,36,'_edit_last','1'),(58,36,'_wp_page_template','about.php'),(59,40,'_edit_last','1'),(60,40,'subtitle','Your questions answered by the best in the business ...'),(61,40,'_wp_page_template','default'),(64,93,'_menu_item_type','taxonomy'),(65,93,'_menu_item_menu_item_parent','0'),(66,93,'_menu_item_object_id','5'),(67,93,'_menu_item_object','category'),(68,93,'_menu_item_target',''),(69,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(70,93,'_menu_item_xfn',''),(71,93,'_menu_item_url',''),(72,94,'_menu_item_type','taxonomy'),(73,94,'_menu_item_menu_item_parent','0'),(74,94,'_menu_item_object_id','4'),(75,94,'_menu_item_object','category'),(76,94,'_menu_item_target',''),(77,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,94,'_menu_item_xfn',''),(79,94,'_menu_item_url',''),(336,140,'_menu_item_url',''),(335,140,'_menu_item_xfn',''),(88,96,'_menu_item_type','post_type'),(89,96,'_menu_item_menu_item_parent','0'),(90,96,'_menu_item_object_id','91'),(91,96,'_menu_item_object','page'),(92,96,'_menu_item_target',''),(93,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(94,96,'_menu_item_xfn',''),(95,96,'_menu_item_url',''),(96,72,'_edit_last','1'),(97,72,'subtitle','If you\'re unable to find the specific information you need from our web site please feel free to send us a general enquiry using the form below.'),(98,72,'_wp_page_template','default'),(99,97,'_menu_item_type','post_type'),(100,97,'_menu_item_menu_item_parent','0'),(101,97,'_menu_item_object_id','72'),(102,97,'_menu_item_object','page'),(103,97,'_menu_item_target',''),(104,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,97,'_menu_item_xfn',''),(106,97,'_menu_item_url',''),(107,78,'_edit_last','1'),(108,78,'_wp_page_template','store_home.php'),(109,98,'_menu_item_type','post_type'),(110,98,'_menu_item_menu_item_parent','0'),(111,98,'_menu_item_object_id','78'),(112,98,'_menu_item_object','page'),(113,98,'_menu_item_target',''),(114,98,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(115,98,'_menu_item_xfn',''),(116,98,'_menu_item_url',''),(117,83,'_edit_last','1'),(118,83,'subtitle','Breathe new life into your carpets and fabrics'),(119,83,'_thumbnail_id','119'),(120,83,'_wp_page_template','product.php'),(121,83,'product_image_one','http://www.crzyjenni.com/chem/wp-content/uploads/2012/12/dsc_5712_291x480.jpg'),(122,83,'product_image_two','http://www.crzyjenni.com/chem/wp-content/uploads/2012/12/dsc_5771_291x4801.jpg'),(123,83,'product_image_three','http://www.crzyjenni.com/chem/wp-content/uploads/2012/12/dsc_5796_291x480.jpg'),(135,58,'_edit_last','1'),(136,63,'_edit_last','1'),(137,101,'_menu_item_type','post_type'),(138,101,'_menu_item_menu_item_parent','0'),(139,101,'_menu_item_object_id','22'),(140,101,'_menu_item_object','page'),(141,101,'_menu_item_target',''),(142,101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(143,101,'_menu_item_xfn',''),(144,101,'_menu_item_url',''),(145,102,'_menu_item_type','post_type'),(146,102,'_menu_item_menu_item_parent','0'),(147,102,'_menu_item_object_id','92'),(148,102,'_menu_item_object','page'),(149,102,'_menu_item_target',''),(150,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(151,102,'_menu_item_xfn',''),(152,102,'_menu_item_url',''),(153,103,'_menu_item_type','post_type'),(154,103,'_menu_item_menu_item_parent','0'),(155,103,'_menu_item_object_id','29'),(156,103,'_menu_item_object','page'),(157,103,'_menu_item_target',''),(158,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(159,103,'_menu_item_xfn',''),(160,103,'_menu_item_url',''),(161,104,'_menu_item_type','post_type'),(162,104,'_menu_item_menu_item_parent','105'),(163,104,'_menu_item_object_id','27'),(164,104,'_menu_item_object','page'),(165,104,'_menu_item_target',''),(166,104,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(167,104,'_menu_item_xfn',''),(168,104,'_menu_item_url',''),(169,105,'_menu_item_type','post_type'),(170,105,'_menu_item_menu_item_parent','0'),(171,105,'_menu_item_object_id','14'),(172,105,'_menu_item_object','page'),(173,105,'_menu_item_target',''),(174,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,105,'_menu_item_xfn',''),(176,105,'_menu_item_url',''),(177,106,'_menu_item_type','post_type'),(178,106,'_menu_item_menu_item_parent','0'),(179,106,'_menu_item_object_id','22'),(180,106,'_menu_item_object','page'),(181,106,'_menu_item_target',''),(182,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(183,106,'_menu_item_xfn',''),(184,106,'_menu_item_url',''),(185,107,'_menu_item_type','post_type'),(186,107,'_menu_item_menu_item_parent','0'),(187,107,'_menu_item_object_id','36'),(188,107,'_menu_item_object','page'),(189,107,'_menu_item_target',''),(190,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(191,107,'_menu_item_xfn',''),(192,107,'_menu_item_url',''),(193,108,'_menu_item_type','post_type'),(194,108,'_menu_item_menu_item_parent','0'),(195,108,'_menu_item_object_id','40'),(196,108,'_menu_item_object','page'),(197,108,'_menu_item_target',''),(198,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,108,'_menu_item_xfn',''),(200,108,'_menu_item_url',''),(1060,747,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1059,747,'_menu_item_target',''),(1058,747,'_menu_item_object','page'),(1057,747,'_menu_item_object_id','741'),(1056,747,'_menu_item_menu_item_parent','0'),(1055,747,'_menu_item_type','post_type'),(212,29,'_edit_lock','1375472586:1'),(213,112,'_wp_attached_file','2013/01/commercial.jpg'),(214,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:111;s:4:\"file\";s:22:\"2013/01/commercial.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"commercial-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"commercial-180x99.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:21:\"commercial-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(215,114,'_edit_last','1'),(216,114,'_edit_lock','1359696103:1'),(217,114,'subtitle','Win the War Against Stains'),(218,115,'_wp_attached_file','2013/01/stain-removal.jpg'),(219,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:111;s:4:\"file\";s:25:\"2013/01/stain-removal.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"stain-removal-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"stain-removal-180x99.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:24:\"stain-removal-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(220,114,'_thumbnail_id','115'),(221,114,'_wp_page_template','services.php'),(222,117,'_menu_item_type','post_type'),(223,117,'_menu_item_menu_item_parent','104'),(224,117,'_menu_item_object_id','114'),(225,117,'_menu_item_object','page'),(226,117,'_menu_item_target',''),(227,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(228,117,'_menu_item_xfn',''),(229,117,'_menu_item_url',''),(231,83,'_edit_lock','1358133002:1'),(232,119,'_wp_attached_file','2013/01/dsc_5712_291x4801.jpg'),(233,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2013/01/dsc_5712_291x4801.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5712_291x4801-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:\"dsc_5712_291x4801-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5712_291x4801-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:28:\"dsc_5712_291x4801-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:29:\"dsc_5712_291x4801-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(237,124,'_form','<div class=\"block alt query\">\n<h4>Have a question?</h4>\n<p>Type your question here, submit and an expert from this franchise may be able to help ...</p>\n[text Question /255 id:Question watermark \"\"]\n\n\n [submit class:button \"Submit\"] </div>'),(238,124,'_mail','a:7:{s:7:\"subject\";s:24:\"Website Question request\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:90:\"Website Question\n\n[Question]\n\n--\nThis mail is sent via the QUESTIONS form on your website.\";s:9:\"recipient\";s:17:\"select@chemdry.ca\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(239,124,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:118:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on ChemDry Franchise http://crzyjenni.com/chemfran\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(240,124,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s: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: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.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(241,124,'_additional_settings','ip_on_sent_ok: http://select.chemdry.ca/thankyou/'),(268,91,'_edit_lock','1363289290:1'),(333,140,'_menu_item_target',''),(332,140,'_menu_item_object','category'),(331,140,'_menu_item_object_id','3'),(329,140,'_menu_item_type','taxonomy'),(330,140,'_menu_item_menu_item_parent','0'),(327,139,'_menu_item_url',''),(325,139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(326,139,'_menu_item_xfn',''),(334,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(444,90,'_edit_lock','1359173588:1'),(1615,637,'product_image_two','777'),(1616,637,'product_image_three','780'),(1608,637,'product_image_one','770'),(1606,637,'_edit_lock','1359173425:1'),(1605,214,'subtitle','Say goodbye to dirt and grime'),(464,19,'_edit_lock','1359151934:1'),(465,312,'_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>Telephone<br />\n    [text your-telephone] </p>\n\n<p>Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Submit\"]</p>'),(466,312,'_mail','a:7:{s:7:\"subject\";s:26:\"Website Contact Submission\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:143:\"From: [your-name] <[your-email]>\nSubject: [your-telephone]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on your website\";s:9:\"recipient\";s:17:\"select@chemdry.ca\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(467,312,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:121:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on ChemDry Franchise http://108.167.155.71/~cdnz/fran\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(468,312,'_messages','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s: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: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.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";}'),(469,312,'_additional_settings','ip_on_sent_ok:http://select.chemdry.ca/contact-received/'),(470,72,'_edit_lock','1364356456:1'),(471,40,'_edit_lock','1363289481:1'),(606,639,'_menu_item_menu_item_parent','104'),(607,639,'_menu_item_object_id','443'),(605,639,'_menu_item_type','post_type'),(474,443,'_edit_last','1'),(475,443,'_wp_page_template','services.php'),(476,443,'subtitle','Superior Results'),(480,448,'_edit_last','1'),(481,448,'_wp_page_template','services.php'),(482,448,'subtitle','Professional Rug Cleaning'),(483,452,'_edit_last','1'),(484,452,'subtitle','Rug Cleaning'),(485,452,'_wp_page_template','services.php'),(486,454,'_edit_last','1'),(487,454,'subtitle','Rug Stain Removal'),(488,454,'_wp_page_template','services.php'),(489,456,'_edit_last','1'),(490,456,'subtitle','Your Wool\'s in Safe Hands'),(491,456,'_wp_page_template','services.php'),(492,458,'_edit_last','1'),(493,458,'subtitle','Oriental, Persian, Chinese and Egyptian Rug Cleaning'),(494,458,'_wp_page_template','services.php'),(495,460,'_edit_last','1'),(496,460,'subtitle','Professional Upholstery Cleaning'),(497,460,'_wp_page_template','services.php'),(498,463,'_edit_last','1'),(499,463,'subtitle','Upholstery Cleaning'),(500,463,'_wp_page_template','services.php'),(501,465,'_edit_last','1'),(502,465,'_wp_page_template','services.php'),(503,467,'_edit_last','1'),(504,467,'subtitle','Leather Upholstery Cleaning'),(505,467,'_wp_page_template','services.php'),(506,470,'_wp_page_template','services.php'),(507,470,'_edit_last','1'),(508,470,'subtitle','Professional Curtain Cleaning*'),(509,483,'_wp_page_template','services.php'),(510,483,'_edit_last','1'),(511,483,'subtitle','Combat Bacteria, Ease Allergies'),(512,486,'_edit_last','1'),(513,486,'subtitle','Tile, Stone and Grout Cleaning'),(514,486,'_wp_page_template','services.php'),(515,488,'_edit_last','1'),(516,488,'subtitle','Tackle Stains and Odours'),(517,488,'_wp_page_template','services.php'),(518,499,'_edit_last','1'),(519,499,'_wp_page_template','services.php'),(520,501,'_edit_last','1'),(521,501,'subtitle','Pristine furniture - fast'),(522,501,'_wp_page_template','services.php'),(523,503,'_edit_last','1'),(524,503,'subtitle','Commercial Curtain Cleaning'),(525,503,'_wp_page_template','services.php'),(526,505,'_edit_last','1'),(527,505,'_wp_page_template','services.php'),(528,507,'_edit_last','1'),(529,507,'subtitle','Commercial Leather Cleaning'),(530,507,'_wp_page_template','services.php'),(531,509,'_edit_last','1'),(532,509,'subtitle','Cleaning that\'s the Business for Every Business'),(533,509,'_wp_page_template','services.php'),(534,511,'_edit_last','1'),(535,511,'_wp_page_template','services.php'),(536,513,'_edit_last','1'),(537,513,'subtitle','Bringing New Life to your Surfaces'),(538,513,'_wp_page_template','services.php'),(539,537,'_wp_page_template','services.php'),(540,537,'_edit_last','1'),(541,539,'_wp_page_template','services.php'),(542,539,'_edit_last','1'),(543,541,'_wp_page_template','services.php'),(544,541,'_edit_last','1'),(545,543,'_edit_last','1'),(546,543,'_wp_page_template','services.php'),(547,545,'_edit_last','1'),(548,545,'_wp_page_template','services.php'),(549,547,'_edit_last','1'),(550,547,'_wp_page_template','services.php'),(551,549,'_edit_last','1'),(552,549,'_wp_page_template','services.php'),(553,551,'_edit_last','1'),(554,551,'_wp_page_template','services.php'),(555,553,'_edit_last','1'),(556,553,'_wp_page_template','services.php'),(557,556,'_edit_last','1'),(558,556,'_wp_page_template','services.php'),(559,558,'_edit_last','1'),(560,558,'_wp_page_template','services.php'),(561,569,'_wp_page_template','services.php'),(562,569,'_edit_last','1'),(563,571,'_edit_last','1'),(564,571,'_wp_page_template','services.php'),(565,571,'subtitle','Anti-Allergen'),(566,573,'_wp_page_template','services.php'),(567,573,'_edit_last','1'),(568,573,'subtitle','Many of our local Chem-Dry® professionals offer a range of packages to suit specific requirements.'),(1728,893,'_wp_attached_file','2013/01/chem_dry_services_homepage.jpg'),(580,606,'_wp_page_template','default'),(581,606,'_edit_last','1'),(1727,22,'_edit_lock','1363293669:1'),(1726,465,'_edit_lock','1359674651:1'),(1720,875,'_wp_page_template','about.php'),(1715,870,'_edit_lock','1359579678:1'),(1714,870,'_wp_page_template','default'),(1713,870,'_edit_last','1'),(603,638,'_edit_last','1'),(604,638,'_wp_page_template','one_column_page.php'),(608,639,'_menu_item_object','page'),(609,639,'_menu_item_target',''),(610,639,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(611,639,'_menu_item_xfn',''),(612,639,'_menu_item_url',''),(1841,58,'_edit_lock','1359716051:1'),(1840,63,'_edit_lock','1359683884:1'),(1839,543,'_edit_lock','1359675156:1'),(1838,547,'_edit_lock','1359675130:1'),(623,641,'_menu_item_type','post_type'),(624,641,'_menu_item_menu_item_parent','105'),(625,641,'_menu_item_object_id','483'),(626,641,'_menu_item_object','page'),(627,641,'_menu_item_target',''),(628,641,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(629,641,'_menu_item_xfn',''),(630,641,'_menu_item_url',''),(632,642,'_menu_item_type','post_type'),(633,642,'_menu_item_menu_item_parent','105'),(634,642,'_menu_item_object_id','488'),(635,642,'_menu_item_object','page'),(636,642,'_menu_item_target',''),(637,642,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(638,642,'_menu_item_xfn',''),(639,642,'_menu_item_url',''),(641,643,'_menu_item_type','post_type'),(642,643,'_menu_item_menu_item_parent','105'),(643,643,'_menu_item_object_id','448'),(644,643,'_menu_item_object','page'),(645,643,'_menu_item_target',''),(646,643,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(647,643,'_menu_item_xfn',''),(648,643,'_menu_item_url',''),(650,644,'_menu_item_type','post_type'),(651,644,'_menu_item_menu_item_parent','105'),(652,644,'_menu_item_object_id','486'),(653,644,'_menu_item_object','page'),(654,644,'_menu_item_target',''),(655,644,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(656,644,'_menu_item_xfn',''),(657,644,'_menu_item_url',''),(659,645,'_menu_item_type','post_type'),(660,645,'_menu_item_menu_item_parent','105'),(661,645,'_menu_item_object_id','460'),(662,645,'_menu_item_object','page'),(663,645,'_menu_item_target',''),(664,645,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(665,645,'_menu_item_xfn',''),(666,645,'_menu_item_url',''),(668,646,'_menu_item_type','post_type'),(669,646,'_menu_item_menu_item_parent','643'),(670,646,'_menu_item_object_id','458'),(671,646,'_menu_item_object','page'),(672,646,'_menu_item_target',''),(673,646,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(674,646,'_menu_item_xfn',''),(675,646,'_menu_item_url',''),(739,443,'_edit_lock','1359685761:1'),(677,647,'_menu_item_type','post_type'),(678,647,'_menu_item_menu_item_parent','643'),(679,647,'_menu_item_object_id','452'),(680,647,'_menu_item_object','page'),(681,647,'_menu_item_target',''),(682,647,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(683,647,'_menu_item_xfn',''),(684,647,'_menu_item_url',''),(743,470,'_edit_lock','1359157489:1'),(686,648,'_menu_item_type','post_type'),(687,648,'_menu_item_menu_item_parent','643'),(688,648,'_menu_item_object_id','454'),(689,648,'_menu_item_object','page'),(690,648,'_menu_item_target',''),(691,648,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(692,648,'_menu_item_xfn',''),(693,648,'_menu_item_url',''),(695,649,'_menu_item_type','post_type'),(696,649,'_menu_item_menu_item_parent','643'),(697,649,'_menu_item_object_id','456'),(698,649,'_menu_item_object','page'),(699,649,'_menu_item_target',''),(700,649,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(701,649,'_menu_item_xfn',''),(702,649,'_menu_item_url',''),(740,27,'_edit_lock','1359704222:1'),(704,650,'_menu_item_type','post_type'),(705,650,'_menu_item_menu_item_parent','645'),(706,650,'_menu_item_object_id','463'),(707,650,'_menu_item_object','page'),(708,650,'_menu_item_target',''),(709,650,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(710,650,'_menu_item_xfn',''),(711,650,'_menu_item_url',''),(713,651,'_menu_item_type','post_type'),(714,651,'_menu_item_menu_item_parent','645'),(715,651,'_menu_item_object_id','465'),(716,651,'_menu_item_object','page'),(717,651,'_menu_item_target',''),(718,651,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(719,651,'_menu_item_xfn',''),(720,651,'_menu_item_url',''),(1729,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:397;s:4:\"file\";s:38:\"2013/01/chem_dry_services_homepage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"chem_dry_services_homepage-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:\"chem_dry_services_homepage-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"chem_dry_services_homepage-180x148.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:37:\"chem_dry_services_homepage-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:38:\"chem_dry_services_homepage-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(722,652,'_menu_item_type','post_type'),(723,652,'_menu_item_menu_item_parent','645'),(724,652,'_menu_item_object_id','467'),(725,652,'_menu_item_object','page'),(726,652,'_menu_item_target',''),(727,652,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(728,652,'_menu_item_xfn',''),(729,652,'_menu_item_url',''),(1717,875,'_edit_lock','1363289160:1'),(1718,876,'_wp_attached_file','2013/01/natural_leaf.jpg'),(1719,876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:24:\"2013/01/natural_leaf.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"natural_leaf-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:\"natural_leaf-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"natural_leaf-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:23:\"natural_leaf-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:24:\"natural_leaf-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1725,463,'_edit_lock','1359582857:1'),(1721,448,'_edit_lock','1359582403:1'),(1722,452,'_edit_lock','1363293779:1'),(1723,454,'_edit_lock','1359674588:1'),(1724,456,'_edit_lock','1359582645:1'),(766,486,'_edit_lock','1359158206:1'),(767,488,'_edit_lock','1359583467:1'),(768,606,'_edit_lock','1363289461:1'),(769,513,'_edit_lock','1363289534:1'),(770,503,'_edit_lock','1359158564:1'),(771,509,'_edit_lock','1363289589:1'),(774,507,'_edit_lock','1359158749:1'),(775,511,'_edit_lock','1359181453:1'),(776,460,'_edit_lock','1359582726:1'),(777,703,'_menu_item_type','post_type'),(778,703,'_menu_item_menu_item_parent','0'),(779,703,'_menu_item_object_id','513'),(780,703,'_menu_item_object','page'),(781,703,'_menu_item_target',''),(782,703,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(783,703,'_menu_item_xfn',''),(784,703,'_menu_item_url',''),(975,725,'_edit_last','1'),(786,704,'_menu_item_type','post_type'),(787,704,'_menu_item_menu_item_parent','103'),(788,704,'_menu_item_object_id','509'),(789,704,'_menu_item_object','page'),(790,704,'_menu_item_target',''),(791,704,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(792,704,'_menu_item_xfn',''),(793,704,'_menu_item_url',''),(795,705,'_menu_item_type','post_type'),(796,705,'_menu_item_menu_item_parent','704'),(797,705,'_menu_item_object_id','551'),(798,705,'_menu_item_object','page'),(799,705,'_menu_item_target',''),(800,705,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(801,705,'_menu_item_xfn',''),(802,705,'_menu_item_url',''),(804,706,'_menu_item_type','post_type'),(805,706,'_menu_item_menu_item_parent','704'),(806,706,'_menu_item_object_id','549'),(807,706,'_menu_item_object','page'),(808,706,'_menu_item_target',''),(809,706,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(810,706,'_menu_item_xfn',''),(811,706,'_menu_item_url',''),(813,707,'_menu_item_type','post_type'),(814,707,'_menu_item_menu_item_parent','704'),(815,707,'_menu_item_object_id','545'),(816,707,'_menu_item_object','page'),(817,707,'_menu_item_target',''),(818,707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(819,707,'_menu_item_xfn',''),(820,707,'_menu_item_url',''),(822,708,'_menu_item_type','post_type'),(823,708,'_menu_item_menu_item_parent','704'),(824,708,'_menu_item_object_id','541'),(825,708,'_menu_item_object','page'),(826,708,'_menu_item_target',''),(827,708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(828,708,'_menu_item_xfn',''),(829,708,'_menu_item_url',''),(831,709,'_menu_item_type','post_type'),(832,709,'_menu_item_menu_item_parent','704'),(833,709,'_menu_item_object_id','539'),(834,709,'_menu_item_object','page'),(835,709,'_menu_item_target',''),(836,709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(837,709,'_menu_item_xfn',''),(838,709,'_menu_item_url',''),(983,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:47:\"2013/01/istock_000018534545_small_480x319-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"istock_000018534545_small_480x319-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:47:\"istock_000018534545_small_480x319-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"istock_000018534545_small_480x319-1-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:46:\"istock_000018534545_small_480x319-1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:47:\"istock_000018534545_small_480x319-1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(840,710,'_menu_item_type','post_type'),(841,710,'_menu_item_menu_item_parent','704'),(842,710,'_menu_item_object_id','537'),(843,710,'_menu_item_object','page'),(844,710,'_menu_item_target',''),(845,710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(846,710,'_menu_item_xfn',''),(847,710,'_menu_item_url',''),(849,711,'_menu_item_type','post_type'),(850,711,'_menu_item_menu_item_parent','704'),(851,711,'_menu_item_object_id','547'),(852,711,'_menu_item_object','page'),(853,711,'_menu_item_target',''),(854,711,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(855,711,'_menu_item_xfn',''),(856,711,'_menu_item_url',''),(982,731,'_wp_attached_file','2013/01/istock_000018534545_small_480x319-1.jpg'),(858,712,'_menu_item_type','post_type'),(859,712,'_menu_item_menu_item_parent','704'),(860,712,'_menu_item_object_id','543'),(861,712,'_menu_item_object','page'),(862,712,'_menu_item_target',''),(863,712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(864,712,'_menu_item_xfn',''),(865,712,'_menu_item_url',''),(981,729,'_wp_page_template','services.php'),(867,713,'_menu_item_type','post_type'),(868,713,'_menu_item_menu_item_parent','704'),(869,713,'_menu_item_object_id','553'),(870,713,'_menu_item_object','page'),(871,713,'_menu_item_target',''),(872,713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(873,713,'_menu_item_xfn',''),(874,713,'_menu_item_url',''),(1837,537,'_edit_lock','1359675099:1'),(1836,539,'_edit_lock','1359675069:1'),(1835,541,'_edit_lock','1359675038:1'),(1834,545,'_edit_lock','1359674996:1'),(1833,549,'_edit_lock','1359674954:1'),(1832,551,'_edit_lock','1359674923:1'),(885,715,'_menu_item_type','post_type'),(886,715,'_menu_item_menu_item_parent','103'),(887,715,'_menu_item_object_id','507'),(888,715,'_menu_item_object','page'),(889,715,'_menu_item_target',''),(890,715,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(891,715,'_menu_item_xfn',''),(892,715,'_menu_item_url',''),(894,716,'_menu_item_type','post_type'),(895,716,'_menu_item_menu_item_parent','103'),(896,716,'_menu_item_object_id','499'),(897,716,'_menu_item_object','page'),(898,716,'_menu_item_target',''),(899,716,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(900,716,'_menu_item_xfn',''),(901,716,'_menu_item_url',''),(903,717,'_menu_item_type','post_type'),(904,717,'_menu_item_menu_item_parent','103'),(905,717,'_menu_item_object_id','505'),(906,717,'_menu_item_object','page'),(907,717,'_menu_item_target',''),(908,717,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(909,717,'_menu_item_xfn',''),(910,717,'_menu_item_url',''),(912,718,'_menu_item_type','post_type'),(913,718,'_menu_item_menu_item_parent','103'),(914,718,'_menu_item_object_id','501'),(915,718,'_menu_item_object','page'),(916,718,'_menu_item_target',''),(917,718,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(918,718,'_menu_item_xfn',''),(919,718,'_menu_item_url',''),(921,719,'_menu_item_type','post_type'),(922,719,'_menu_item_menu_item_parent','0'),(923,719,'_menu_item_object_id','511'),(924,719,'_menu_item_object','page'),(925,719,'_menu_item_target',''),(926,719,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(927,719,'_menu_item_xfn',''),(928,719,'_menu_item_url',''),(930,720,'_menu_item_type','post_type'),(931,720,'_menu_item_menu_item_parent','719'),(932,720,'_menu_item_object_id','571'),(933,720,'_menu_item_object','page'),(934,720,'_menu_item_target',''),(935,720,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(936,720,'_menu_item_xfn',''),(937,720,'_menu_item_url',''),(977,725,'_wp_page_template','services.php'),(939,721,'_menu_item_type','post_type'),(940,721,'_menu_item_menu_item_parent','719'),(941,721,'_menu_item_object_id','556'),(942,721,'_menu_item_object','page'),(943,721,'_menu_item_target',''),(944,721,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(945,721,'_menu_item_xfn',''),(946,721,'_menu_item_url',''),(980,729,'subtitle','Get the best price for your house with cleaner, fresher carpets and surfaces that shine.'),(948,722,'_menu_item_type','post_type'),(949,722,'_menu_item_menu_item_parent','719'),(950,722,'_menu_item_object_id','558'),(951,722,'_menu_item_object','page'),(952,722,'_menu_item_target',''),(953,722,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(954,722,'_menu_item_xfn',''),(955,722,'_menu_item_url',''),(979,729,'_edit_lock','1359675301:1'),(957,723,'_menu_item_type','post_type'),(958,723,'_menu_item_menu_item_parent','719'),(959,723,'_menu_item_object_id','569'),(960,723,'_menu_item_object','page'),(961,723,'_menu_item_target',''),(962,723,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(963,723,'_menu_item_xfn',''),(964,723,'_menu_item_url',''),(978,729,'_edit_last','1'),(966,724,'_menu_item_type','post_type'),(967,724,'_menu_item_menu_item_parent','719'),(968,724,'_menu_item_object_id','573'),(969,724,'_menu_item_object','page'),(970,724,'_menu_item_target',''),(971,724,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(972,724,'_menu_item_xfn',''),(973,724,'_menu_item_url',''),(976,725,'_edit_lock','1359160602:1'),(984,734,'_menu_item_type','post_type'),(985,734,'_menu_item_menu_item_parent','0'),(986,734,'_menu_item_object_id','729'),(987,734,'_menu_item_object','page'),(988,734,'_menu_item_target',''),(989,734,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(990,734,'_menu_item_xfn',''),(991,734,'_menu_item_url',''),(1002,736,'_menu_item_type','post_type'),(993,735,'_menu_item_type','post_type'),(994,735,'_menu_item_menu_item_parent','0'),(995,735,'_menu_item_object_id','725'),(996,735,'_menu_item_object','page'),(997,735,'_menu_item_target',''),(998,735,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(999,735,'_menu_item_xfn',''),(1000,735,'_menu_item_url',''),(1003,736,'_menu_item_menu_item_parent','0'),(1004,736,'_menu_item_object_id','27'),(1005,736,'_menu_item_object','page'),(1006,736,'_menu_item_target',''),(1007,736,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1008,736,'_menu_item_xfn',''),(1009,736,'_menu_item_url',''),(1031,739,'_menu_item_object_id','499'),(1011,737,'_menu_item_type','post_type'),(1012,737,'_menu_item_menu_item_parent','0'),(1013,737,'_menu_item_object_id','448'),(1014,737,'_menu_item_object','page'),(1015,737,'_menu_item_target',''),(1016,737,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1017,737,'_menu_item_xfn',''),(1018,737,'_menu_item_url',''),(1030,739,'_menu_item_menu_item_parent','0'),(1020,738,'_menu_item_type','post_type'),(1021,738,'_menu_item_menu_item_parent','0'),(1022,738,'_menu_item_object_id','460'),(1023,738,'_menu_item_object','page'),(1024,738,'_menu_item_target',''),(1025,738,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1026,738,'_menu_item_xfn',''),(1027,738,'_menu_item_url',''),(1029,739,'_menu_item_type','post_type'),(1032,739,'_menu_item_object','page'),(1033,739,'_menu_item_target',''),(1034,739,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1035,739,'_menu_item_xfn',''),(1036,739,'_menu_item_url',''),(1061,747,'_menu_item_xfn',''),(1038,740,'_menu_item_type','post_type'),(1039,740,'_menu_item_menu_item_parent','0'),(1040,740,'_menu_item_object_id','501'),(1041,740,'_menu_item_object','page'),(1042,740,'_menu_item_target',''),(1043,740,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1044,740,'_menu_item_xfn',''),(1045,740,'_menu_item_url',''),(1047,741,'_edit_last','1'),(1048,741,'_edit_lock','1359658896:1'),(1049,742,'_wp_attached_file','2013/01/dsc_2136_commercial_carpet_cleaning.jpg'),(1050,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:350;s:4:\"file\";s:47:\"2013/01/dsc_2136_commercial_carpet_cleaning.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"dsc_2136_commercial_carpet_cleaning-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:47:\"dsc_2136_commercial_carpet_cleaning-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"dsc_2136_commercial_carpet_cleaning-180x131.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:46:\"dsc_2136_commercial_carpet_cleaning-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:47:\"dsc_2136_commercial_carpet_cleaning-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1051,743,'_wp_attached_file','2013/01/ah_commercial_1_480x235.jpg'),(1052,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:35:\"2013/01/ah_commercial_1_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ah_commercial_1_480x235-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ah_commercial_1_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ah_commercial_1_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:34:\"ah_commercial_1_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:35:\"ah_commercial_1_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1053,741,'_wp_page_template','services.php'),(1054,741,'subtitle','Commercial Carpet Cleaning'),(1062,747,'_menu_item_url',''),(1064,748,'_menu_item_type','post_type'),(1065,748,'_menu_item_menu_item_parent','0'),(1066,748,'_menu_item_object_id','72'),(1067,748,'_menu_item_object','page'),(1068,748,'_menu_item_target',''),(1069,748,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1070,748,'_menu_item_xfn',''),(1071,748,'_menu_item_url',''),(1091,751,'_menu_item_type','post_type'),(1073,749,'_menu_item_type','post_type'),(1074,749,'_menu_item_menu_item_parent','0'),(1075,749,'_menu_item_object_id','725'),(1076,749,'_menu_item_object','page'),(1077,749,'_menu_item_target',''),(1078,749,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1079,749,'_menu_item_xfn',''),(1080,749,'_menu_item_url',''),(1093,751,'_menu_item_object_id','606'),(1082,750,'_menu_item_type','post_type'),(1083,750,'_menu_item_menu_item_parent','0'),(1084,750,'_menu_item_object_id','40'),(1085,750,'_menu_item_object','page'),(1086,750,'_menu_item_target',''),(1087,750,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1088,750,'_menu_item_xfn',''),(1089,750,'_menu_item_url',''),(1092,751,'_menu_item_menu_item_parent','0'),(1094,751,'_menu_item_object','page'),(1095,751,'_menu_item_target',''),(1096,751,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1097,751,'_menu_item_xfn',''),(1098,751,'_menu_item_url',''),(1624,251,'_edit_lock','1359173821:1'),(1105,214,'_product_image_one','field_1'),(1845,214,'product_image_three',''),(1107,214,'_product_image_two','field_2'),(1108,225,'_thumbnail_id','243'),(1109,225,'_wp_page_template','product.php'),(1110,225,'_edit_last','1'),(1111,225,'subtitle','Groom life back into your carpets'),(1112,225,'product_image_one','768'),(1647,225,'_product_image_one','field_1'),(1113,251,'_edit_last','1'),(1114,251,'_wp_page_template','product.php'),(1115,251,'subtitle','Breathe new life into your carpets and fabrics'),(1116,251,'_thumbnail_id','255'),(1117,251,'product_image_one','771'),(1118,251,'product_image_two','778'),(1119,251,'product_image_three','779'),(1628,753,'_edit_lock','1359173932:1'),(1120,637,'_edit_last','1'),(1121,637,'subtitle','Banish oil and grease stains'),(1123,637,'_product_image_one','field_1'),(1607,770,'_edit_lock','1359171906:1'),(1125,637,'_product_image_two','field_2'),(1126,753,'_edit_last','1'),(1127,753,'subtitle','Proven to reduce household allergies'),(1128,753,'product_image_one','772'),(1129,753,'_product_image_one','field_1'),(1130,753,'product_image_two','775'),(1131,753,'_product_image_two','field_2'),(1132,754,'_edit_last','1'),(1133,754,'subtitle','Neutralise and combat odours and smells'),(1134,754,'product_image_one','773'),(1135,754,'_product_image_one','field_1'),(1136,754,'product_image_two','774'),(1137,754,'_product_image_two','field_2'),(1138,755,'_edit_last','1'),(1139,755,'_product_image_one','field_1'),(1140,755,'product_image_one','806'),(1141,755,'_product_image_two','field_2'),(1142,755,'product_image_two','807'),(1143,755,'subtitle','Rejuvenate and restore your leather upholstery'),(1144,756,'_edit_last','1'),(1145,756,'subtitle','For hard floors that shine'),(1146,756,'product_image_one','785'),(1147,756,'_product_image_one','field_1'),(1148,756,'product_image_two','786'),(1149,756,'_product_image_two','field_2'),(1150,757,'subtitle','Bring out the shine in your tiles and floors'),(1151,757,'product_image_one','787'),(1152,757,'_edit_last','1'),(1153,757,'_product_image_one','field_1'),(1154,757,'product_image_two','803'),(1155,757,'_product_image_two','field_2'),(1156,758,'_edit_last','1'),(1157,758,'subtitle','Rinse free, trouble free hard floor cleaning'),(1158,758,'product_image_one','804'),(1159,758,'_product_image_one','field_1'),(1160,758,'product_image_two',''),(1161,758,'_product_image_two','field_2'),(1162,759,'_edit_last','1'),(1163,759,'subtitle','Banish stains and carpet odours'),(1164,759,'product_image_one','801'),(1165,759,'_product_image_one','field_1'),(1166,759,'product_image_two',''),(1167,759,'_product_image_two','field_2'),(1168,760,'_edit_last','1'),(1169,760,'subtitle','The complete carpet stain removal'),(1170,760,'product_image_one','767'),(1171,760,'_product_image_one','field_1'),(1172,760,'product_image_two',''),(1173,760,'_product_image_two','field_2'),(1174,761,'_edit_last','1'),(1175,761,'subtitle','Effective carpet treatments for your home'),(1176,761,'product_image_one','798'),(1177,761,'_product_image_one','field_1'),(1178,761,'product_image_two','799'),(1179,761,'_product_image_two','field_2'),(1180,762,'_edit_last','1'),(1181,762,'subtitle','Unrivalled carpet grooming and stain fighting solutions'),(1684,762,'product_image_three',''),(1183,762,'_product_image_one','field_1'),(1683,762,'product_image_two','797'),(1185,762,'_product_image_two','field_2'),(1186,763,'_edit_last','1'),(1187,763,'subtitle','Banish grease and oil stains and rejuvenate carpet pile'),(1188,763,'product_image_one','795'),(1189,763,'_product_image_one','field_1'),(1190,763,'product_image_two','794'),(1191,763,'_product_image_two','field_2'),(1192,764,'_edit_last','1'),(1193,764,'subtitle','Fully maintained post care treatment pack'),(1194,764,'product_image_one','792'),(1195,764,'_product_image_one','field_1'),(1196,764,'product_image_two','793'),(1197,764,'_product_image_two','field_2'),(1198,765,'_edit_last','1'),(1199,765,'subtitle','All your homecare needs'),(1200,765,'product_image_one','790'),(1201,765,'_product_image_one','field_1'),(1202,765,'product_image_two','791'),(1203,765,'_product_image_two','field_2'),(1204,766,'_edit_last','1'),(1205,766,'subtitle','Ultimate stain fighting power'),(1206,766,'product_image_one','797'),(1207,766,'_product_image_one','field_1'),(1208,766,'product_image_two','796'),(1209,766,'_product_image_two','field_2'),(1212,768,'_wp_attached_file','2013/01/carpet_rake.jpg'),(1213,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:482;s:4:\"file\";s:23:\"2013/01/carpet_rake.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"carpet_rake-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:\"carpet_rake-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"carpet_rake-180x144.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:22:\"carpet_rake-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:23:\"carpet_rake-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1214,769,'_wp_attached_file','2013/01/dsc_5710_291x480.jpg'),(1215,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5710_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5710_291x480-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:\"dsc_5710_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5710_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5710_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5710_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1216,770,'_wp_attached_file','2013/01/dsc_5711_291x480.jpg'),(1217,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5711_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5711_291x480-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:\"dsc_5711_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5711_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5711_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5711_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1218,771,'_wp_attached_file','2013/01/dsc_5712_291x4802.jpg'),(1219,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2013/01/dsc_5712_291x4802.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5712_291x4802-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:\"dsc_5712_291x4802-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5712_291x4802-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:28:\"dsc_5712_291x4802-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:29:\"dsc_5712_291x4802-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1220,772,'_wp_attached_file','2013/01/dsc_5714_291x480.jpg'),(1221,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5714_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5714_291x480-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:\"dsc_5714_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5714_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5714_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5714_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1222,773,'_wp_attached_file','2013/01/dsc_5715_291x480.jpg'),(1223,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5715_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5715_291x480-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:\"dsc_5715_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5715_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5715_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5715_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1224,774,'_wp_attached_file','2013/01/dsc_5718_311x480.jpg'),(1225,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5718_311x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5718_311x480-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:\"dsc_5718_311x480-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5718_311x480-180x277.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5718_311x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5718_311x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1226,775,'_wp_attached_file','2013/01/dsc_5752_311x480.jpg'),(1227,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5752_311x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5752_311x480-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:\"dsc_5752_311x480-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5752_311x480-180x277.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5752_311x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5752_311x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1228,776,'_wp_attached_file','2013/01/dsc_5760_291x480.jpg'),(1229,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5760_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5760_291x480-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:\"dsc_5760_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5760_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5760_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5760_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1230,777,'_wp_attached_file','2013/01/dsc_5766_291x480.jpg'),(1231,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5766_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5766_291x480-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:\"dsc_5766_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5766_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5766_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5766_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1232,778,'_wp_attached_file','2013/01/dsc_5771_291x4801.jpg'),(1233,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2013/01/dsc_5771_291x4801.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5771_291x4801-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:\"dsc_5771_291x4801-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5771_291x4801-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:28:\"dsc_5771_291x4801-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:29:\"dsc_5771_291x4801-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1234,779,'_wp_attached_file','2013/01/dsc_5796_291x4801.jpg'),(1235,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2013/01/dsc_5796_291x4801.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5796_291x4801-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:\"dsc_5796_291x4801-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"dsc_5796_291x4801-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:28:\"dsc_5796_291x4801-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:29:\"dsc_5796_291x4801-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1236,780,'_wp_attached_file','2013/01/dsc_5801_291x480.jpg'),(1237,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5801_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5801_291x480-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:\"dsc_5801_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5801_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5801_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5801_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1238,781,'_wp_attached_file','2013/01/dsc_5815_291x480.jpg'),(1239,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5815_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5815_291x480-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:\"dsc_5815_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5815_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5815_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5815_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1240,782,'_wp_attached_file','2013/01/dsc_5822_291x480.jpg'),(1241,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5822_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5822_291x480-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:\"dsc_5822_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5822_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5822_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5822_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1242,783,'_wp_attached_file','2013/01/dsc_5830_306x480.jpg'),(1243,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:306;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5830_306x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5830_306x480-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:\"dsc_5830_306x480-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5830_306x480-180x282.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5830_306x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5830_306x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1244,784,'_wp_attached_file','2013/01/dsc_5837_294x480.jpg'),(1245,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:294;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5837_294x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5837_294x480-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:\"dsc_5837_294x480-183x300.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5837_294x480-180x293.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5837_294x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5837_294x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1246,785,'_wp_attached_file','2013/01/dsc_5845_291x480.jpg'),(1247,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5845_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5845_291x480-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:\"dsc_5845_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5845_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5845_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5845_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1248,786,'_wp_attached_file','2013/01/dsc_5849_291x480.jpg'),(1249,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5849_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5849_291x480-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:\"dsc_5849_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5849_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5849_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5849_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1250,787,'_wp_attached_file','2013/01/dsc_5870_291x480.jpg'),(1251,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5870_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5870_291x480-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:\"dsc_5870_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5870_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5870_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5870_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1252,788,'_wp_attached_file','2013/01/dsc_5905_480x356.jpg'),(1253,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:356;s:4:\"file\";s:28:\"2013/01/dsc_5905_480x356.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5905_480x356-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:\"dsc_5905_480x356-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5905_480x356-180x133.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5905_480x356-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5905_480x356-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1254,789,'_wp_attached_file','2013/01/dsc_5911_300x480.jpg'),(1255,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5911_300x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5911_300x480-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:\"dsc_5911_300x480-187x300.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5911_300x480-180x288.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5911_300x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5911_300x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1256,790,'_wp_attached_file','2013/01/dsc_5915_480x349.jpg'),(1257,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:349;s:4:\"file\";s:28:\"2013/01/dsc_5915_480x349.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5915_480x349-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:\"dsc_5915_480x349-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5915_480x349-180x130.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5915_480x349-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5915_480x349-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1258,791,'_wp_attached_file','2013/01/dsc_5918_312x480.jpg'),(1259,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5918_312x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5918_312x480-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:\"dsc_5918_312x480-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5918_312x480-180x276.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5918_312x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5918_312x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1260,792,'_wp_attached_file','2013/01/dsc_5923_318x480.jpg'),(1261,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5923_318x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5923_318x480-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:\"dsc_5923_318x480-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5923_318x480-180x271.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5923_318x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5923_318x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1262,793,'_wp_attached_file','2013/01/dsc_5928_480x308.jpg'),(1263,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:308;s:4:\"file\";s:28:\"2013/01/dsc_5928_480x308.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5928_480x308-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:\"dsc_5928_480x308-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5928_480x308-180x115.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5928_480x308-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5928_480x308-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1264,794,'_wp_attached_file','2013/01/dsc_5933_480x339.jpg'),(1265,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:339;s:4:\"file\";s:28:\"2013/01/dsc_5933_480x339.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5933_480x339-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:\"dsc_5933_480x339-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5933_480x339-180x127.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5933_480x339-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5933_480x339-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1266,795,'_wp_attached_file','2013/01/dsc_5941_293x480.jpg'),(1267,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5941_293x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5941_293x480-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:\"dsc_5941_293x480-183x300.jpg\";s:5:\"width\";i:183;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5941_293x480-180x294.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5941_293x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5941_293x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1268,796,'_wp_attached_file','2013/01/dsc_5945_301x480.jpg'),(1269,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5945_301x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5945_301x480-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:\"dsc_5945_301x480-188x300.jpg\";s:5:\"width\";i:188;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5945_301x480-180x287.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5945_301x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5945_301x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1270,797,'_wp_attached_file','2013/01/dsc_5948_480x337.jpg'),(1271,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:337;s:4:\"file\";s:28:\"2013/01/dsc_5948_480x337.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5948_480x337-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:\"dsc_5948_480x337-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5948_480x337-180x126.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5948_480x337-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5948_480x337-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1272,798,'_wp_attached_file','2013/01/dsc_5955_480x388.jpg'),(1273,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:388;s:4:\"file\";s:28:\"2013/01/dsc_5955_480x388.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5955_480x388-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:\"dsc_5955_480x388-300x242.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5955_480x388-180x145.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5955_480x388-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5955_480x388-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1274,799,'_wp_attached_file','2013/01/dsc_5957_291x480.jpg'),(1275,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5957_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5957_291x480-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:\"dsc_5957_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5957_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5957_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5957_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1276,800,'_wp_attached_file','2013/01/dsc_5972_291x480.jpg'),(1277,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:291;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_5972_291x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5972_291x480-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:\"dsc_5972_291x480-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5972_291x480-180x296.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5972_291x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5972_291x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1278,801,'_wp_attached_file','2013/01/dsc_5979_480x325.jpg'),(1279,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:325;s:4:\"file\";s:28:\"2013/01/dsc_5979_480x325.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5979_480x325-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:\"dsc_5979_480x325-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_5979_480x325-180x121.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_5979_480x325-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_5979_480x325-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1280,802,'_wp_attached_file','2013/01/dsc_6061_300x480.jpg'),(1281,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2013/01/dsc_6061_300x480.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_6061_300x480-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:\"dsc_6061_300x480-187x300.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_6061_300x480-180x288.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_6061_300x480-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_6061_300x480-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1282,803,'_wp_attached_file','2013/01/dsc_6069_480x306.jpg'),(1283,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:306;s:4:\"file\";s:28:\"2013/01/dsc_6069_480x306.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_6069_480x306-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:\"dsc_6069_480x306-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_6069_480x306-180x114.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_6069_480x306-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_6069_480x306-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1284,804,'_wp_attached_file','2013/01/hard_floor_set_1.jpg'),(1285,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2013/01/hard_floor_set_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"hard_floor_set_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:\"hard_floor_set_1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"hard_floor_set_1-180x270.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"hard_floor_set_1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"hard_floor_set_1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1286,805,'_wp_attached_file','2013/01/hard_floor_set_1-1.jpg'),(1287,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/01/hard_floor_set_1-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"hard_floor_set_1-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:\"hard_floor_set_1-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"hard_floor_set_1-1-180x270.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:29:\"hard_floor_set_1-1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:30:\"hard_floor_set_1-1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1288,806,'_wp_attached_file','2013/01/leather_1.jpg'),(1289,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:308;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2013/01/leather_1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"leather_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:21:\"leather_1-154x300.jpg\";s:5:\"width\";i:154;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"leather_1-180x350.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:20:\"leather_1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:21:\"leather_1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1290,807,'_wp_attached_file','2013/01/leather_cleaning-1.jpg'),(1291,807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:338;s:6:\"height\";i:319;s:4:\"file\";s:30:\"2013/01/leather_cleaning-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"leather_cleaning-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:\"leather_cleaning-1-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"leather_cleaning-1-180x169.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:29:\"leather_cleaning-1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:30:\"leather_cleaning-1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1292,214,'_edit_lock','1359678428:1'),(1293,769,'_edit_lock','1359169261:1'),(1294,776,'_edit_lock','1359167748:1'),(1625,251,'_product_image_one','field_1'),(1620,214,'product_image_one','966'),(1295,781,'_edit_lock','1359169309:1'),(1844,214,'product_image_two',''),(1623,214,'_product_image_three','field_3'),(1459,827,'_menu_item_type','post_type'),(1460,827,'_menu_item_menu_item_parent','0'),(1461,827,'_menu_item_object_id','753'),(1462,827,'_menu_item_object','product'),(1463,827,'_menu_item_target',''),(1464,827,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1465,827,'_menu_item_xfn',''),(1466,827,'_menu_item_url',''),(1477,829,'_menu_item_type','post_type'),(1478,829,'_menu_item_menu_item_parent','0'),(1479,829,'_menu_item_object_id','637'),(1480,829,'_menu_item_object','product'),(1481,829,'_menu_item_target',''),(1482,829,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1483,829,'_menu_item_xfn',''),(1484,829,'_menu_item_url',''),(1619,90,'rule','a:4:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"product\";s:8:\"order_no\";i:1;}'),(1618,90,'rule','a:4:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"product\";s:8:\"order_no\";i:0;}'),(1522,834,'_menu_item_type','post_type'),(1523,834,'_menu_item_menu_item_parent','0'),(1524,834,'_menu_item_object_id','251'),(1525,834,'_menu_item_object','product'),(1526,834,'_menu_item_target',''),(1527,834,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1528,834,'_menu_item_xfn',''),(1529,834,'_menu_item_url',''),(1531,835,'_menu_item_type','post_type'),(1532,835,'_menu_item_menu_item_parent','0'),(1533,835,'_menu_item_object_id','754'),(1534,835,'_menu_item_object','product'),(1535,835,'_menu_item_target',''),(1536,835,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1537,835,'_menu_item_xfn',''),(1538,835,'_menu_item_url',''),(1626,251,'_product_image_two','field_2'),(1540,836,'_menu_item_type','post_type'),(1541,836,'_menu_item_menu_item_parent','0'),(1542,836,'_menu_item_object_id','214'),(1543,836,'_menu_item_object','product'),(1544,836,'_menu_item_target',''),(1545,836,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1546,836,'_menu_item_xfn',''),(1547,836,'_menu_item_url',''),(1617,637,'_product_image_three','field_3'),(1849,573,'_edit_lock','1372372106:1'),(1594,842,'_menu_item_type','post_type'),(1595,842,'_menu_item_menu_item_parent','0'),(1596,842,'_menu_item_object_id','757'),(1597,842,'_menu_item_object','product'),(1598,842,'_menu_item_target',''),(1599,842,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1600,842,'_menu_item_xfn',''),(1601,842,'_menu_item_url',''),(1627,251,'_product_image_three','field_3'),(1629,753,'product_image_three','782'),(1630,753,'_product_image_three','field_3'),(1631,754,'_edit_lock','1359174030:1'),(1632,754,'product_image_three','783'),(1633,754,'_product_image_three','field_3'),(1634,755,'_edit_lock','1359174139:1'),(1635,755,'product_image_three',''),(1636,755,'_product_image_three','field_3'),(1637,756,'_edit_lock','1359179401:1'),(1638,756,'product_image_three','784'),(1639,756,'_product_image_three','field_3'),(1640,757,'_edit_lock','1359174438:1'),(1641,757,'product_image_three',''),(1642,757,'_product_image_three','field_3'),(1643,758,'_edit_lock','1359174533:1'),(1644,758,'product_image_three',''),(1645,758,'_product_image_three','field_3'),(1646,225,'_edit_lock','1359174610:1'),(1648,225,'product_image_two',''),(1649,225,'_product_image_two','field_2'),(1650,225,'product_image_three',''),(1651,225,'_product_image_three','field_3'),(1661,766,'_edit_lock','1359179492:1'),(1662,766,'product_image_three',''),(1663,766,'_product_image_three','field_3'),(1664,765,'_edit_lock','1359179563:1'),(1665,765,'product_image_three',''),(1666,765,'_product_image_three','field_3'),(1667,764,'_edit_lock','1359179619:1'),(1668,764,'product_image_three',''),(1669,764,'_product_image_three','field_3'),(1670,763,'_edit_lock','1359179687:1'),(1671,763,'product_image_three',''),(1672,763,'_product_image_three','field_3'),(1673,762,'_edit_lock','1359179933:1'),(1682,762,'product_image_one','796'),(1675,762,'_product_image_three','field_3'),(1676,761,'_edit_lock','1359179829:1'),(1677,761,'product_image_three',''),(1678,761,'_product_image_three','field_3'),(1685,760,'_edit_lock','1359179991:1'),(1686,760,'product_image_three',''),(1687,760,'_product_image_three','field_3'),(1688,759,'_edit_lock','1359180190:1'),(1689,759,'product_image_three',''),(1690,759,'_product_image_three','field_3'),(1691,850,'_wp_attached_file','2013/01/packages1.jpg'),(1692,850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:184;s:4:\"file\";s:21:\"2013/01/packages1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"packages1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"packages1-180x124.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:20:\"packages1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:21:\"packages1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1693,850,'_edit_lock','1359180450:1'),(1694,29,'featured-text','We’re the leaders in specialist commercial cleaning services.'),(1695,14,'featured-text','Deep cleaning for carpets, upholstery, leather, tile and stone and more.'),(1696,114,'featured-text','If we can’t shift that stain, no-one can.'),(1697,569,'_edit_lock','1359675221:1'),(1698,569,'featured-text','Keep it cleaner for longer with advanced protection.'),(1699,853,'_wp_attached_file','2013/01/before-after.jpg'),(1700,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:111;s:4:\"file\";s:24:\"2013/01/before-after.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"before-after-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"before-after-180x99.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:23:\"before-after-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1701,854,'_wp_attached_file','2013/01/fantastic-offers.jpg'),(1702,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:111;s:4:\"file\";s:28:\"2013/01/fantastic-offers.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fantastic-offers-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"fantastic-offers-180x99.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"fantastic-offers-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1703,855,'_wp_attached_file','2013/01/long-lasting.jpg'),(1704,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:111;s:4:\"file\";s:24:\"2013/01/long-lasting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"long-lasting-150x111.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"long-lasting-180x99.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:23:\"long-lasting-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1705,569,'_thumbnail_id','855'),(1706,511,'featured-text','Don’t miss these great deals on a Chem-Dry package.'),(1707,511,'_thumbnail_id','854'),(1708,513,'featured-text','Take a look at what a difference we can make.'),(1709,513,'_thumbnail_id','853'),(1710,860,'_edit_last','1'),(1711,860,'_edit_lock','1359579594:1'),(1712,860,'_wp_page_template','default'),(1716,875,'_edit_last','1'),(1730,895,'_wp_attached_file','2013/01/ah_antique_floor_480x235.jpg'),(1731,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:36:\"2013/01/ah_antique_floor_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ah_antique_floor_480x235-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:\"ah_antique_floor_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ah_antique_floor_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:35:\"ah_antique_floor_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:36:\"ah_antique_floor_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1732,896,'_wp_attached_file','2013/01/ah_before_after_carpets_348x170.jpg'),(1733,896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:234;s:4:\"file\";s:43:\"2013/01/ah_before_after_carpets_348x170.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"ah_before_after_carpets_348x170-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:43:\"ah_before_after_carpets_348x170-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"ah_before_after_carpets_348x170-180x87.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:42:\"ah_before_after_carpets_348x170-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:43:\"ah_before_after_carpets_348x170-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1734,897,'_wp_attached_file','2013/01/ah_carpet_1_480x235.jpg'),(1735,897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:31:\"2013/01/ah_carpet_1_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ah_carpet_1_480x235-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:\"ah_carpet_1_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ah_carpet_1_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:30:\"ah_carpet_1_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:31:\"ah_carpet_1_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1736,898,'_wp_attached_file','2013/01/ah_carpet_2_480x235.jpg'),(1737,898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:234;s:4:\"file\";s:31:\"2013/01/ah_carpet_2_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"ah_carpet_2_480x235-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:\"ah_carpet_2_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"ah_carpet_2_480x235-180x87.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:30:\"ah_carpet_2_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:31:\"ah_carpet_2_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1738,899,'_wp_attached_file','2013/01/ah_commercial_1_480x2351.jpg'),(1739,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:36:\"2013/01/ah_commercial_1_480x2351.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ah_commercial_1_480x2351-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:\"ah_commercial_1_480x2351-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ah_commercial_1_480x2351-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:35:\"ah_commercial_1_480x2351-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:36:\"ah_commercial_1_480x2351-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1740,900,'_wp_attached_file','2013/01/ah_leather_1_480x235.jpg'),(1741,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:32:\"2013/01/ah_leather_1_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ah_leather_1_480x235-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:\"ah_leather_1_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"ah_leather_1_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:31:\"ah_leather_1_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:32:\"ah_leather_1_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1742,901,'_wp_attached_file','2013/01/ah_leather_seat_480x388.jpg'),(1743,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:435;s:4:\"file\";s:35:\"2013/01/ah_leather_seat_480x388.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ah_leather_seat_480x388-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ah_leather_seat_480x388-300x272.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ah_leather_seat_480x388-180x163.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:34:\"ah_leather_seat_480x388-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:35:\"ah_leather_seat_480x388-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1744,902,'_wp_attached_file','2013/01/ah_tile_before_after_sample_480x235.jpg'),(1745,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:47:\"2013/01/ah_tile_before_after_sample_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"ah_tile_before_after_sample_480x235-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:47:\"ah_tile_before_after_sample_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"ah_tile_before_after_sample_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:46:\"ah_tile_before_after_sample_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:47:\"ah_tile_before_after_sample_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1746,903,'_wp_attached_file','2013/01/ah_upholstery_1_480x235.jpg'),(1747,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:35:\"2013/01/ah_upholstery_1_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ah_upholstery_1_480x235-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ah_upholstery_1_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"ah_upholstery_1_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:34:\"ah_upholstery_1_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:35:\"ah_upholstery_1_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1748,904,'_wp_attached_file','2013/01/ah_upholstery_480x235.jpg'),(1749,904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:235;s:4:\"file\";s:33:\"2013/01/ah_upholstery_480x235.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ah_upholstery_480x235-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:33:\"ah_upholstery_480x235-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"ah_upholstery_480x235-180x88.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:32:\"ah_upholstery_480x235-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:33:\"ah_upholstery_480x235-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1750,905,'_wp_attached_file','2013/01/babyfingers_480x319.jpg'),(1751,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:31:\"2013/01/babyfingers_480x319.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"babyfingers_480x319-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:\"babyfingers_480x319-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"babyfingers_480x319-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:30:\"babyfingers_480x319-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:31:\"babyfingers_480x319-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1752,906,'_wp_attached_file','2013/01/boardroom_480x430.jpg'),(1753,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:430;s:4:\"file\";s:29:\"2013/01/boardroom_480x430.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"boardroom_480x430-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:\"boardroom_480x430-300x268.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"boardroom_480x430-180x161.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:28:\"boardroom_480x430-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:29:\"boardroom_480x430-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1754,907,'_wp_attached_file','2013/01/carpet_stain_removal.jpg'),(1755,907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:217;s:4:\"file\";s:32:\"2013/01/carpet_stain_removal.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"carpet_stain_removal-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:\"carpet_stain_removal-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"carpet_stain_removal-180x81.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:31:\"carpet_stain_removal-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:32:\"carpet_stain_removal-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1756,908,'_wp_attached_file','2013/01/chem_dry_domestic_cleaning_homepage.jpg'),(1757,908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:366;s:4:\"file\";s:47:\"2013/01/chem_dry_domestic_cleaning_homepage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"chem_dry_domestic_cleaning_homepage-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:47:\"chem_dry_domestic_cleaning_homepage-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"chem_dry_domestic_cleaning_homepage-180x137.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:46:\"chem_dry_domestic_cleaning_homepage-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:47:\"chem_dry_domestic_cleaning_homepage-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1758,909,'_wp_attached_file','2013/01/clean_protect.jpg'),(1759,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:259;s:4:\"file\";s:25:\"2013/01/clean_protect.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"clean_protect-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:\"clean_protect-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"clean_protect-180x97.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:24:\"clean_protect-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:25:\"clean_protect-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1760,910,'_wp_attached_file','2013/01/commercial_curtain_320x342.jpg'),(1761,910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:513;s:4:\"file\";s:38:\"2013/01/commercial_curtain_320x342.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"commercial_curtain_320x342-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:\"commercial_curtain_320x342-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"commercial_curtain_320x342-180x192.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:37:\"commercial_curtain_320x342-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:38:\"commercial_curtain_320x342-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1762,911,'_wp_attached_file','2013/01/computergirl_480x254.jpg'),(1763,911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:254;s:4:\"file\";s:32:\"2013/01/computergirl_480x254.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"computergirl_480x254-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:\"computergirl_480x254-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"computergirl_480x254-180x95.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:31:\"computergirl_480x254-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:32:\"computergirl_480x254-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1764,912,'_wp_attached_file','2013/01/curtain_cleaning.jpg'),(1765,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:292;s:4:\"file\";s:28:\"2013/01/curtain_cleaning.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"curtain_cleaning-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:\"curtain_cleaning-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"curtain_cleaning-180x109.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"curtain_cleaning-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"curtain_cleaning-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1766,913,'_wp_attached_file','2013/01/dsc_2214_480x320-3.jpg'),(1767,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:30:\"2013/01/dsc_2214_480x320-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"dsc_2214_480x320-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:30:\"dsc_2214_480x320-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"dsc_2214_480x320-3-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:29:\"dsc_2214_480x320-3-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:30:\"dsc_2214_480x320-3-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1768,914,'_wp_attached_file','2013/01/dsc_2228_480x339.jpg'),(1769,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:339;s:4:\"file\";s:28:\"2013/01/dsc_2228_480x339.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_2228_480x339-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:\"dsc_2228_480x339-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_2228_480x339-180x127.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_2228_480x339-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_2228_480x339-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1770,915,'_wp_attached_file','2013/01/dsc_2268.jpg'),(1771,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:319;s:4:\"file\";s:20:\"2013/01/dsc_2268.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_2268-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:\"dsc_2268-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_2268-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:19:\"dsc_2268-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:20:\"dsc_2268-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1772,916,'_wp_attached_file','2013/01/dsc_2295.jpg'),(1773,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:20:\"2013/01/dsc_2295.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_2295-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:\"dsc_2295-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_2295-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:19:\"dsc_2295-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:20:\"dsc_2295-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1774,917,'_wp_attached_file','2013/01/dsc_2310.jpg'),(1775,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:20:\"2013/01/dsc_2310.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_2310-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:\"dsc_2310-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"dsc_2310-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:19:\"dsc_2310-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:20:\"dsc_2310-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1776,918,'_wp_attached_file','2013/01/dsc_2497_dom_carpet.jpg'),(1777,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:346;s:4:\"file\";s:31:\"2013/01/dsc_2497_dom_carpet.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"dsc_2497_dom_carpet-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:\"dsc_2497_dom_carpet-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"dsc_2497_dom_carpet-180x130.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:30:\"dsc_2497_dom_carpet-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:31:\"dsc_2497_dom_carpet-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1778,919,'_wp_attached_file','2013/01/dsc_2659_stone_grout2_jpg-1.jpg'),(1779,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:478;s:6:\"height\";i:259;s:4:\"file\";s:39:\"2013/01/dsc_2659_stone_grout2_jpg-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"dsc_2659_stone_grout2_jpg-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:39:\"dsc_2659_stone_grout2_jpg-1-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"dsc_2659_stone_grout2_jpg-1-180x97.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:38:\"dsc_2659_stone_grout2_jpg-1-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:39:\"dsc_2659_stone_grout2_jpg-1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1780,920,'_wp_attached_file','2013/01/dsc_3733-5.jpg'),(1781,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:322;s:4:\"file\";s:22:\"2013/01/dsc_3733-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc_3733-5-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:\"dsc_3733-5-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"dsc_3733-5-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:21:\"dsc_3733-5-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:22:\"dsc_3733-5-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1782,921,'_wp_attached_file','2013/01/dsc_4287_480x320.jpg'),(1783,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:28:\"2013/01/dsc_4287_480x320.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_4287_480x320-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:\"dsc_4287_480x320-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"dsc_4287_480x320-180x120.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:27:\"dsc_4287_480x320-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:28:\"dsc_4287_480x320-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1784,922,'_wp_attached_file','2013/01/image_preview.jpg'),(1785,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:25:\"2013/01/image_preview.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"image_preview-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:\"image_preview-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"image_preview-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:24:\"image_preview-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:25:\"image_preview-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1786,923,'_wp_attached_file','2013/01/istock_000002121532_small_480x319.jpg'),(1787,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:45:\"2013/01/istock_000002121532_small_480x319.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"istock_000002121532_small_480x319-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:45:\"istock_000002121532_small_480x319-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"istock_000002121532_small_480x319-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:44:\"istock_000002121532_small_480x319-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:45:\"istock_000002121532_small_480x319-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1788,924,'_wp_attached_file','2013/01/istock_000002854120_small_480x319.jpg'),(1789,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:45:\"2013/01/istock_000002854120_small_480x319.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"istock_000002854120_small_480x319-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:45:\"istock_000002854120_small_480x319-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"istock_000002854120_small_480x319-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:44:\"istock_000002854120_small_480x319-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:45:\"istock_000002854120_small_480x319-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1790,925,'_wp_attached_file','2013/01/istock_000011930249_small_480x319.jpg'),(1791,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:319;s:4:\"file\";s:45:\"2013/01/istock_000011930249_small_480x319.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"istock_000011930249_small_480x319-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:45:\"istock_000011930249_small_480x319-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"istock_000011930249_small_480x319-180x119.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"featured-page-image-small\";a:4:{s:4:\"file\";s:44:\"istock_000011930249_small_480x319-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"featured-page-image-full\";a:4:{s:4:\"file\";s:45:\"istock_000011930249_small_480x319-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1830,92,'_edit_lock','1363289384:1'),(1831,36,'_edit_lock','1363293559:1'),(1848,78,'_edit_lock','1363289470:1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (979,1,'2013-01-30 21:29:17','2013-01-30 21:29:17','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/dsc_2497_dom_carpet.jpg\" />\r\n\r\n<strong>Regular carpet cleaning from Chem-Dry® results in well-maintained carpets and fabrics, a reduction of allergens, dirt and dust – and a healthier environment for you and your family.</strong>\r\n\r\nThe secret to our drier, healthier carpet and upholstery cleans is the power of effervescent carbonating cleaning bubbles in our patented cleaning solution we call The Natural®.\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/about/a-natural-approach/\">The Natural®</a> combines safe, non-toxic ingredients copied from Mother Nature which penetrate deep into the fabrics of your upholstery, lifting dirt particles and allergies to the surface for easy extraction, rather than forcing them back down into the fabric.\r\n\r\nThis patented, naturally based and drier carpet cleaning process, coupled with professionally trained cleaning technicians, puts us way ahead of other<a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> companies.\r\n\r\n<img alt=\"carpets\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/ah_before_after_carpets_348x170.jpg\" />','Carpets','','inherit','open','open','','27-revision-3','','','2013-01-30 21:29:17','2013-01-30 21:29:17','',27,'http://108.167.155.71/~cdnz/fran/27-revision-3/',0,'revision','',0),(904,1,'2013-01-31 19:41:00','2013-01-31 19:41:00','','ah_upholstery_480x235','','inherit','open','open','','ah_upholstery_480x235','','','2013-01-31 19:41:00','2013-01-31 19:41:00','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_upholstery_480x235.jpg',0,'attachment','image/jpeg',0),(905,1,'2013-01-31 19:41:01','2013-01-31 19:41:01','','babyfingers_480x319','','inherit','open','open','','babyfingers_480x319','','','2013-01-31 19:41:01','2013-01-31 19:41:01','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/babyfingers_480x319.jpg',0,'attachment','image/jpeg',0),(906,1,'2013-01-31 19:41:02','2013-01-31 19:41:02','','boardroom_480x430','','inherit','open','open','','boardroom_480x430','','','2013-01-31 19:41:02','2013-01-31 19:41:02','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/boardroom_480x430.jpg',0,'attachment','image/jpeg',0),(907,1,'2013-01-31 19:41:08','2013-01-31 19:41:08','','carpet_stain_removal','','inherit','open','open','','carpet_stain_removal','','','2013-01-31 19:41:08','2013-01-31 19:41:08','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/carpet_stain_removal.jpg',0,'attachment','image/jpeg',0),(908,1,'2013-01-31 19:41:09','2013-01-31 19:41:09','','chem_dry_domestic_cleaning_homepage','','inherit','open','open','','chem_dry_domestic_cleaning_homepage','','','2013-01-31 19:41:09','2013-01-31 19:41:09','',14,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/chem_dry_domestic_cleaning_homepage.jpg',0,'attachment','image/jpeg',0),(983,1,'2013-01-31 23:19:27','2013-01-31 23:19:27','Chem-Dry has been operating in New Zealand since 1986, delivering a first class service to customers throughout the country.','About','','inherit','open','open','','36-revision-2','','','2013-01-31 23:19:27','2013-01-31 23:19:27','',36,'http://108.167.155.68/~chemdry/franchise/36-revision-2/',0,'revision','',0),(110,1,'2013-01-14 02:42:43','2013-01-14 02:42:43','','domestic','','inherit','open','open','','domestic','','','2013-01-14 02:42:43','2013-01-14 02:42:43','',14,'http://crzyjenni.com/chemfran/wp-content/uploads/2013/01/domestic.jpg',0,'attachment','image/jpeg',0),(111,1,'2013-01-08 05:53:52','2013-01-08 05:53:52','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\n\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\n\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\n\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery, curtains and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\n\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\n<ul>\n	<li>Unsurpassed cleaning performance with long lasting results</li>\n	<li>A 100% hassle-free service with minimum disruption</li>\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\n	<li>A cost-effective alternative to carpet replacement.</li>\n</ul>\n<strong>What makes Chem-Dry® unique?</strong>\n<ul>\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\n	<li>An accredited, endorsed and green certified <a href=\"http://www.chemdry.co.uk/carpet-cleaning\">carpet cleaning</a> and<a href=\"http://www.chemdry.co.uk/upholstery-cleaning\">upholstery cleaning</a> process.</li>\n</ul>','Domestic Cleaning','Deep cleaning for carpets, curtains, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision','','','2013-01-08 05:53:52','2013-01-08 05:53:52','',14,'http://crzyjenni.com/chemfran/?p=111',0,'revision','',0),(769,1,'2013-01-26 02:00:02','2013-01-26 02:00:02','','dsc_5710_291x480','','inherit','open','open','','dsc_5710_291x480','','','2013-01-26 02:00:02','2013-01-26 02:00:02','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5710_291x480.jpg',0,'attachment','image/jpeg',0),(6,1,'2013-01-14 02:32:37','2013-01-14 02:32:37','','Login','','publish','open','open','','login','','','2013-01-26 01:32:35','2013-01-26 01:32:35','',0,'http://crzyjenni.com/chemfran/?p=6',2,'nav_menu_item','',0),(139,1,'2013-01-22 01:34:25','2013-01-22 01:34:25',' ','','','publish','open','open','','139','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=139',6,'nav_menu_item','',0),(90,1,'2013-01-13 22:46:22','2013-01-13 22:46:22','','Product Images','','publish','closed','closed','','acf_product-images','','','2013-01-26 04:13:06','2013-01-26 04:13:06','',0,'http://localhost/ChemFran/wordpress/?post_type=acf&#038;p=90',0,'acf','',0),(91,1,'2013-01-05 22:19:20','2013-01-05 22:19:20','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n...or something like this:\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\nAs a new WordPress user, you should go to <a href=\"http://localhost/ChemFran/wordpress/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Blog','','publish','open','closed','','blog','','','2013-01-05 22:19:20','2013-01-05 22:19:20','',0,'http://localhost/ChemFran/wordpress/?page_id=2',0,'page','',0),(92,1,'2013-01-07 23:55:32','2013-01-07 23:55:32','','Home','','publish','open','closed','','home','','','2013-02-01 04:36:32','2013-02-01 04:36:32','',0,'http://localhost/ChemFran/wordpress/?page_id=4',0,'page','',0),(14,1,'2013-01-08 05:53:52','2013-01-08 05:53:52','<img class=\"size-full wp-image-908 alignnone\" alt=\"chem_dry_domestic_cleaning_homepage\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/chem_dry_domestic_cleaning_homepage.jpg\" width=\"480\" height=\"366\" />\r\n\r\n<strong>We realize just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 35 years of industry leading experience and development in professional cleaning gives us unrivaled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, upholstery, leather, tile and stone and more.','publish','open','open','','domestic-cleaning','','','2013-03-14 20:43:49','2013-03-14 20:43:49','',22,'http://localhost/ChemFran/wordpress/?page_id=14',0,'page','',0),(19,1,'2013-01-24 03:13:28','2013-01-24 03:13:28','We have compiled a list of handy tips and suggestions for you to help deal with spots and stains when they inevitably happens. If your carpet has been treated with Chem-Dry\'s Protectant, then you already have a huge advantage in removing stains.\n\n<strong>Stain Removal Tips:</strong>\n<ol>\n	<li><strong>Act Quickly:</strong> The longer the stain is allowed to remain, the more chance it has to set.</li>\n	<li><strong>Know what kind of stain you are working on </strong>as well as the type of fabric or surface it is on so you can choose the best product.</li>\n	<li><strong>Remove as much excess stain </strong>by blotting, scraping or brushing whatever will come off. DO NOT rub it in.</li>\n	<li><strong>Test all fabrics and carpets</strong> by spraying a small amount of Chem-Dry Professional Strength Spot Remover or Chem-Dry Grease &amp; Oil Remover on a hidden area, blot dry and observe for 10 minutes. Make sure there is no carpet colour removal onto the cloth and that, when dry, there is no visible discoloration in the area you cleaned.</li>\n	<li><strong>Work from the outside edge</strong> of the stain to the inside to keep the stain from spreading.</li>\n	<li><strong>Call Chem-Dry</strong> for expert spot &amp; stain removal if these efforts do not work.</li>\n</ol>','Spot Removal Tips','','publish','open','open','','services','','','2013-01-25 22:12:14','2013-01-25 22:12:14','',0,'http://localhost/ChemFran/wordpress/?p=19',0,'post','',0),(22,1,'2013-01-09 03:15:21','2013-01-09 03:15:21','<img class=\"alignnone  wp-image-893\" alt=\"chem_dry_services_homepage\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/chem_dry_services_homepage.jpg\" />\r\n\r\n<strong>Chem-Dry® offers a vast range of deep clean services for both home and commercial buildings.</strong>\r\n\r\nOur unique cleaning process can tackle almost any surface and can generate amazing results for a cleaner, healthier environment.\r\n\r\nOur national network of franchises provides:\r\n<ul>\r\n	<li>Over 35 years of experience and knowledge</li>\r\n	<li>Unsurpassable cleaning performance using leading technology and unique processes across a vast range of surfaces</li>\r\n	<li>A hassle-free service that won\'t disrupt your household or business</li>\r\n	<li>A safe and cost effective alternative to replacement</li>\r\n	<li>A process that uses at least 1/5 of the moisture some other processes use for faster drying times</li>\r\n	<li>An accredited, endorsed and green-certified carpet and upholstery cleaning system for a healthy and hygienic environment.</li>\r\n</ul>\r\nYour local Chem-Dry® technician will tailor a package to meet your requirements to ensure you get the best results.','Services','','publish','open','open','','services','','','2013-03-14 20:42:58','2013-03-14 20:42:58','',0,'http://localhost/ChemFran/wordpress/?page_id=22',0,'page','',0),(27,1,'2013-01-09 03:20:18','2013-01-09 03:20:18','<img class=\"size-full wp-image-918 alignnone\" alt=\"dsc_2497_dom_carpet\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/dsc_2497_dom_carpet.jpg\" width=\"479\" height=\"346\" />\r\n\r\n<strong>Regular carpet cleaning from Chem-Dry® results in well-maintained carpets and fabrics, a reduction of allergens, dirt and dust – and a healthier environment for you and your family.</strong>\r\n\r\nThe secret to our drier, healthier carpet and upholstery cleans is the power of effervescent carbonating cleaning bubbles in our patented cleaning solution we call The Natural®.\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/about/a-natural-approach/\">The Natural®</a> combines safe, non-toxic ingredients copied from Mother Nature which penetrate deep into the fabrics of your upholstery, lifting dirt particles and allergies to the surface for easy extraction, rather than forcing them back down into the fabric.\r\n\r\nThis patented, naturally based and drier carpet cleaning process, coupled with professionally trained cleaning technicians, puts us way ahead of other<a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> companies.\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ah_carpet_2_480x235.jpg\"><img class=\"alignleft size-full wp-image-898\" alt=\"ah_carpet_2_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ah_carpet_2_480x235.jpg\" width=\"479\" height=\"234\" /></a>','Carpets','','publish','open','closed','','carpets','','','2013-02-01 07:38:52','2013-02-01 07:38:52','',14,'http://localhost/ChemFran/wordpress/?page_id=27',0,'page','',0),(29,1,'2013-01-09 03:22:12','2013-01-09 03:22:12','<img alt=\"reception\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/reception_striped_carpet_355x320.jpg\" />\r\n\r\n<strong>As the leaders in specialist cleaning services, Chem-Dry® is the professional choice when it comes to making sure your business premises is a comfortable, safe place to work and gives out exactly the right impression to customers and staff.</strong>\r\n\r\nWe’re the No.1 in commercial carpet and upholstery cleaning maintenance programmes, using the very latest technology to:\r\n<ul>\r\n	<li>Provide professional bespoke carpet maintenance and cleaning programmes with minimal disruption</li>\r\n	<li>Protect your business assets and investments</li>\r\n	<li>Enhance your company image and create the right impression</li>\r\n	<li>Maintain a healthy, pleasant place to work for you, your employees and visitors</li>\r\n	<li>Reduce downtime for businesses.</li>\r\n</ul>\r\nWe also provide the following commercial services:\r\n<ul>\r\n	<li>Anti-static application</li>\r\n</ul>','Commercial Cleaning','We’re the leaders in specialist commercial cleaning services.','publish','open','open','','commercial-cleaning','','','2013-01-31 23:28:22','2013-01-31 23:28:22','',22,'http://localhost/ChemFran/wordpress/?page_id=29',0,'page','',0),(36,1,'2013-01-09 04:30:59','2013-01-09 04:30:59','Chem-Dry has been operating in Canada since 1978, delivering a first class service to customers throughout the country.','About','','publish','open','open','','about','','','2013-03-14 20:40:52','2013-03-14 20:40:52','',0,'http://localhost/ChemFran/wordpress/?page_id=36',0,'page','',0),(946,1,'2013-01-30 21:09:43','2013-01-30 21:09:43','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery, curtains and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and<a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, curtains, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-4','','','2013-01-30 21:09:43','2013-01-30 21:09:43','',14,'http://108.167.155.71/~cdnz/fran/14-revision-4/',0,'revision','',0),(40,1,'2013-01-12 05:18:35','2013-01-12 05:18:35','<h4>How long will the clean take?</h4>\r\nThis depends on the size of the room or the amount of upholstery. It will also depend on the level of soiling and whether there is any heavy staining.\r\n\r\nWe will be able to provide you with an approximate time once we assessed the job to be done and we provide our free, no obligation quotation.\r\n\r\n<h4>What types of carpets do you clean?</h4>\r\n\r\nWe can clean all types of carpeting, domestic or commercial, including Wilton, Axminster, Nylon, Olefin and Carpet Tiles.\r\n\r\nThe cleaning is done by our powerful truck mounted machine, using the Chem-Dry Hot Carbonation method with extraction. Your carpets will be left touch dry and are usually fully dry within two hours, depending upon degree of soiling and humidity.\r\n\r\nWe can normally remove most stains and odours including those caused by pets.\r\n\r\n<h4>How often should carpets be cleaned</h4>\r\n\r\nCarpet manufacturers recommend that carpets should be cleaned by a qualified technician every 12 to 18 months.\r\n\r\nCleaning on a regular basis and before allowing the build up of heavy soiling, reduces potential damage to the fibres and enhances the life of the carpet.','Questions','','publish','open','open','','questions','','','2013-01-25 23:19:11','2013-01-25 23:19:11','',0,'http://localhost/ChemFran/wordpress/?page_id=40',0,'page','',0),(909,1,'2013-01-31 19:41:15','2013-01-31 19:41:15','','clean_protect','','inherit','open','open','','clean_protect','','','2013-01-31 19:41:15','2013-01-31 19:41:15','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/clean_protect.jpg',0,'attachment','image/jpeg',0),(910,1,'2013-01-31 19:41:21','2013-01-31 19:41:21','','commercial_curtain_320x342','','inherit','open','open','','commercial_curtain_320x342','','','2013-01-31 19:41:21','2013-01-31 19:41:21','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/commercial_curtain_320x342.jpg',0,'attachment','image/jpeg',0),(93,1,'2013-01-14 02:32:37','2013-01-14 02:32:37',' ','','','publish','open','open','','93','','','2013-01-22 01:51:44','2013-01-22 01:51:44','',3,'http://crzyjenni.com/chemfran/?p=93',2,'nav_menu_item','',0),(94,1,'2013-01-14 02:32:37','2013-01-14 02:32:37',' ','','','publish','open','open','','94','','','2013-01-22 01:51:44','2013-01-22 01:51:44','',3,'http://crzyjenni.com/chemfran/?p=94',3,'nav_menu_item','',0),(96,1,'2013-01-14 02:32:37','2013-01-14 02:32:37',' ','','','publish','open','open','','96','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=96',5,'nav_menu_item','',0),(72,1,'2013-01-12 23:14:24','2013-01-12 23:14:24','<strong>Chem-Dry Select</strong>\r\nPO Box 32 Site 8 RR1\r\nCalahoo AB, T0G 0J0\r\n<strong>780-460-2810</strong>\r\n[contact-form-7 id=\"312\" title=\"Contact Page\"]\r\n\r\n&nbsp;','General Enquiry','','publish','open','open','','general-enquiry','','','2013-03-27 03:54:44','2013-03-27 03:54:44','',0,'http://localhost/ChemFran/wordpress/?page_id=72',0,'page','',0),(316,1,'2013-01-12 05:18:35','2013-01-12 05:18:35','<h4>How long will the clean take?</h4>\nThis depends on the size of the room or the amount of upholstery. It will also depend on the level of soiling and whether there is any heavy staining.\n\nWe will be able to provide you with an approximate time once we assessed the job to be done and we provide our free, no obligation quotation.\n\n<a class=\"button alt\" href=\"http://localhost/ChemFran/wordpress/?page_id=51\">Read More</a>','Questions','','inherit','open','open','','40-revision','','','2013-01-12 05:18:35','2013-01-12 05:18:35','',40,'http://108.167.155.71/~cdnz/fran/40-revision/',0,'revision','',0),(97,1,'2013-01-14 02:32:37','2013-01-14 02:32:37','','Contact','','publish','open','open','','contact','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=97',8,'nav_menu_item','',0),(78,1,'2013-01-13 00:46:36','2013-01-13 00:46:36','','Products','','publish','open','open','','products','','','2013-01-13 00:46:36','2013-01-13 00:46:36','',0,'http://localhost/ChemFran/wordpress/?page_id=78',0,'page','',0),(98,1,'2013-01-14 02:32:37','2013-01-14 02:32:37',' ','','','publish','open','open','','98','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=98',7,'nav_menu_item','',0),(83,1,'2013-01-13 22:30:26','2013-01-13 22:30:26','Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.\r\n\r\nAble to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:\r\n<ul>\r\n	<li>Cooking</li>\r\n	<li>Pets</li>\r\n	<li>Smoke</li>\r\n</ul>\r\nLemon Grove Deodoriser is available in 385ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Prevents carpets from resoiling</li>\r\n	<li>Leaves carpets smelling fresh and clean</li>\r\n	<li>No vacuuming required</li>\r\n	<li>No abrasive or gritty powder residue</li>\r\n	<li>Achieved Chem-Dry’s Green Certified ‘Seal of Approval’</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>','Lemon Grove Carpet Deodoriser','<p>Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.</p>\r\n<p>Able to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:</p>\r\n<ul><li>Cooking</li>\r\n<li>Pets</li>\r\n<li>Smoke</li>\r\n</ul> <p>Lemon Grove Deodoriser is available in 385ml cans.</p>','publish','open','open','','lemon-grove-carpet-deodoriser','','','2013-01-14 03:07:56','2013-01-14 03:07:56','',0,'http://localhost/ChemFran/wordpress/?page_id=83',0,'product','',0),(58,1,'2013-01-12 06:10:58','2013-01-12 06:10:58','\"We found the technician very efficient and will happily use Chem-Dry Wickseys again.\"','Mrs. Harvey, Market Weighton','','draft','open','open','','mrs-harvey-market-weighton','','','2013-01-31 23:40:04','2013-01-31 23:40:04','',0,'http://localhost/ChemFran/wordpress/?p=58',0,'post','',0),(63,1,'2013-01-12 06:15:15','2013-01-12 06:15:15','\" A really good job. Well done. I would recommend to any of my friends and family.\"','Mrs Lewis, Hessle','','draft','open','open','','mrs-lewis-hessle','','','2013-01-31 23:38:45','2013-01-31 23:38:45','',0,'http://localhost/ChemFran/wordpress/?p=63',0,'post','',0),(101,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','101','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=101',3,'nav_menu_item','',0),(102,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','102','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=102',1,'nav_menu_item','',0),(103,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','103','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',22,'http://crzyjenni.com/chemfran/?p=103',18,'nav_menu_item','',0),(104,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','104','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',14,'http://crzyjenni.com/chemfran/?p=104',3,'nav_menu_item','',0),(105,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','105','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',22,'http://crzyjenni.com/chemfran/?p=105',2,'nav_menu_item','',0),(106,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','106','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',0,'http://crzyjenni.com/chemfran/?p=106',1,'nav_menu_item','',0),(107,1,'2013-01-14 02:32:38','2013-01-14 02:32:38',' ','','','publish','open','open','','107','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=107',2,'nav_menu_item','',0),(108,1,'2013-01-14 02:32:38','2013-01-14 02:32:38','','Ask The Experts','','publish','open','open','','ask-the-experts','','','2013-01-22 01:34:25','2013-01-22 01:34:25','',0,'http://crzyjenni.com/chemfran/?p=108',4,'nav_menu_item','',0),(747,1,'2013-01-26 01:21:41','2013-01-26 01:21:41','','Carpet','','publish','open','open','','carpet','','','2013-03-27 03:46:06','2013-03-27 03:46:06','',29,'http://108.167.155.71/~cdnz/fran/?p=747',1,'nav_menu_item','',0),(112,1,'2013-01-14 02:44:12','2013-01-14 02:44:12','','commercial','','inherit','open','open','','commercial','','','2013-01-14 02:44:12','2013-01-14 02:44:12','',29,'http://crzyjenni.com/chemfran/wp-content/uploads/2013/01/commercial.jpg',0,'attachment','image/jpeg',0),(113,1,'2013-01-09 03:22:12','2013-01-09 03:22:12','<img alt=\"reception\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/reception_striped_carpet_355x320.jpg\" />\n\n<strong>As the leaders in specialist cleaning services, Chem-Dry® is the professional choice when it comes to making sure your business premises is a comfortable, safe place to work and gives out exactly the right impression to customers and staff.</strong>\n\nWe’re the No.1 in commercial carpet, curtain and upholstery cleaning maintenance programmes, using the very latest technology to:\n<ul>\n	<li>Provide professional bespoke carpet maintenance and cleaning programmes with minimal disruption</li>\n	<li>Protect your business assets and investments</li>\n	<li>Enhance your company image and create the right impression</li>\n	<li>Maintain a healthy, pleasant place to work for you, your employees and visitors</li>\n	<li>Reduce downtime for businesses.</li>\n</ul>\nWe also provide the following commercial services:\n<ul>\n	<li>Anti-static application</li>\n	<li>Fire retardant application.</li>\n</ul>','Commercial Cleaning','We’re the leaders in specialist commercial cleaning services.','inherit','open','open','','29-revision','','','2013-01-09 03:22:12','2013-01-09 03:22:12','',29,'http://crzyjenni.com/chemfran/?p=113',0,'revision','',0),(114,1,'2013-01-14 02:46:32','2013-01-14 02:46:32','<img alt=\"Carpet Stain Removal\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">basic clean</a> to a <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as Spot Remover<strong>®</strong> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','publish','open','closed','','carpet-stain-removal','','','2013-02-01 05:23:31','2013-02-01 05:23:31','',27,'http://crzyjenni.com/chemfran/?page_id=114',0,'page','',0),(115,1,'2013-01-14 02:45:59','2013-01-14 02:45:59','','stain-removal','','inherit','open','open','','stain-removal','','','2013-01-14 02:45:59','2013-01-14 02:45:59','',114,'http://crzyjenni.com/chemfran/wp-content/uploads/2013/01/stain-removal.jpg',0,'attachment','image/jpeg',0),(116,1,'2013-01-14 02:45:20','2013-01-14 02:45:20','','Carpet Stain Removal','','inherit','open','open','','114-revision','','','2013-01-14 02:45:20','2013-01-14 02:45:20','',114,'http://crzyjenni.com/chemfran/?p=116',0,'revision','',0),(117,1,'2013-01-14 02:47:39','2013-01-14 02:47:39',' ','','','publish','open','open','','117','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',27,'http://crzyjenni.com/chemfran/?p=117',5,'nav_menu_item','',0),(118,1,'2013-01-14 02:46:32','2013-01-14 02:46:32','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://www.chemdry.co.uk/basic-or-economy-service\">basic clean</a> to a <a href=\"http://www.chemdry.co.uk/clean-and-protect\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a href=\"http://www.chemdry.co.uk/store/product/stain-extinguisher\"><em>Stain Extinguisher<strong>®</strong></em></a> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','','inherit','open','open','','114-revision-2','','','2013-01-14 02:46:32','2013-01-14 02:46:32','',114,'http://crzyjenni.com/chemfran/?p=118',0,'revision','',0),(119,1,'2013-01-14 03:07:43','2013-01-14 03:07:43','','dsc_5712_291x480','','inherit','open','open','','dsc_5712_291x480','','','2013-01-14 03:07:43','2013-01-14 03:07:43','',83,'http://crzyjenni.com/chemfran/wp-content/uploads/2013/01/dsc_5712_291x4801.jpg',0,'attachment','image/jpeg',0),(120,1,'2013-01-14 03:09:16','2013-01-14 03:09:16','Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.\n\nAble to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:\n<ul>\n	<li>Cooking</li>\n	<li>Pets</li>\n	<li>Smoke</li>\n</ul>\nLemon Grove Deodoriser is available in 385ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Prevents carpets from resoiling</li>\n	<li>Leaves carpets smelling fresh and clean</li>\n	<li>No vacuuming required</li>\n	<li>No abrasive or gritty powder residue</li>\n	<li>Achieved Chem-Dry’s Green Certified ‘Seal of Approval’</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>','Lemon Grove Carpet Deodoriser','<p>Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.</p>\n<p>Able to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:</p>\n<ul><li>Cooking</li>\n<li>Pets</li>\n<li>Smoke</li>\n</ul> <p>Lemon Grove Deodoriser is available in 385ml cans.</p>','inherit','open','open','','83-autosave','','','2013-01-14 03:09:16','2013-01-14 03:09:16','',83,'http://crzyjenni.com/chemfran/?p=120',0,'revision','',0),(121,1,'2013-01-13 22:30:26','2013-01-13 22:30:26','Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.\n\nAble to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:\n<ul>\n	<li>Cooking</li>\n	<li>Pets</li>\n	<li>Smoke</li>\n</ul>\nLemon Grove Deodoriser is available in 385ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Prevents carpets from resoiling</li>\n	<li>Leaves carpets smelling fresh and clean</li>\n	<li>No vacuuming required</li>\n	<li>No abrasive or gritty powder residue</li>\n	<li>Achieved Chem-Dry’s Green Certified ‘Seal of Approval’</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>','Lemon Grove Carpet Deodoriser','<p>Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.</p>\n<p>Able to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:</p>\n<ul><li>Cooking</li>\n<li>Pets</li>\n<li>Smoke</li>\n</ul> <p>Lemon Grove Deodoriser is available in 385ml cans.</p>','inherit','open','open','','83-revision','','','2013-01-13 22:30:26','2013-01-13 22:30:26','',83,'http://crzyjenni.com/chemfran/?p=121',0,'revision','',0),(903,1,'2013-01-31 19:40:59','2013-01-31 19:40:59','','ah_upholstery_1_480x235','','inherit','open','open','','ah_upholstery_1_480x235','','','2013-01-31 19:40:59','2013-01-31 19:40:59','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_upholstery_1_480x235.jpg',0,'attachment','image/jpeg',0),(124,1,'2013-01-17 07:10:31','2013-01-17 07:10:31','<div class=\"block alt query\">\r\n<h4>Have a question?</h4>\r\n<p>Type your question here, submit and an expert from this franchise may be able to help ...</p>\r\n[text Question /255 id:Question watermark \"\"]\r\n\r\n\r\n [submit class:button \"Submit\"] </div>\nWebsite Question request\n\nWebsite Question\r\n\r\n[Question]\r\n\r\n--\r\nThis mail is sent via the QUESTIONS form on your website.\nselect@chemdry.ca\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on ChemDry Franchise http://crzyjenni.com/chemfran\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nip_on_sent_ok: http://select.chemdry.ca/thankyou/','Sidebar Question','','publish','open','open','','contact-form-1','','','2013-03-27 03:53:30','2013-03-27 03:53:30','',0,'http://crzyjenni.com/chemfran/?post_type=wpcf7_contact_form&#038;p=124',0,'wpcf7_contact_form','',0),(140,1,'2013-01-22 01:48:52','2013-01-22 01:48:52',' ','','','publish','open','open','','140','','','2013-01-22 01:51:44','2013-01-22 01:51:44','',0,'http://crzyjenni.com/chemfran/?p=140',1,'nav_menu_item','',0),(843,1,'2013-01-26 04:12:04','2013-01-26 04:12:04','<div></div>\n<div itemprop=\"description\">\n\nOur specialist Grease &amp; Oil Remover contains a powerful formula that removes almost all grease and oil stains from your carpets and upholstery. Unlike other solvent-based carpet solutions the Chem-Dry® Grease &amp; Oil Remover is water based and non-toxic.\n\nTackles &amp; Removes stains made by:\n<ul>\n	<li>Butter stains</li>\n	<li>Cooking oil stains</li>\n	<li>Crayon stains</li>\n	<li>Make-Up stains</li>\n	<li>Grease &amp; oil stains</li>\n	<li>Marker pen stains</li>\n</ul>\nGrease &amp; Oil Remover is available in 520ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Specifically designed to tackle stubborn grease &amp; oil based stains</li>\n	<li>100% residue free and evaporative</li>\n	<li>Accredited by the Carpet and Rug Institute</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>\n</div>','Grease & Oil Remover','Our specialist Grease & Oil Remover contains a powerful formula that removes almost all grease and oil stains from your carpets and upholstery. Unlike other solvent-based carpet solutions the Chem-Dry® Grease & Oil Remover is water based and non-toxic.\n\nTackles & Removes stains made by:\n\n    Butter stains\n    Cooking oil stains\n    Crayon stains\n    Make-Up stains\n    Grease & oil stains\n    Marker pen stains\n\nGrease & Oil Remover is available in 520ml cans.','inherit','open','open','','637-autosave','','','2013-01-26 04:12:04','2013-01-26 04:12:04','',637,'http://108.167.155.71/~cdnz/fran/637-autosave/',0,'revision','',0),(980,1,'2013-01-23 18:08:49','2013-01-23 18:08:49','<div>\n<h1>Privacy Policy</h1>\n<div>\n\nAt Chem-Dry we are committed to safeguarding and preserving the privacy of our visitors. This Website Privacy Policy has been provided by the legal resource www.diylegals.co.uk and reviewed and approved by their solicitors.\n\nThis Privacy Policy explains what happens to any personal data that you provide to us, or that we collect from you whilst you visit our site.\n\nWe do update this Policy from time to time so please do review this Policy regularly.\n\n<strong>Information We Collect </strong>\n\nIn running and maintaining our website we may collect and process the following data about you:\n<ol>\n	<li>Information about your use of our site including details of your visits such as pages viewed and the resources that you access. Such information includes traffic data, location data and other communication data.</li>\n	<li>Information provided voluntarily by you. For example, when you register for information or make a purchase.</li>\n	<li>Information that you provide when you communicate with us by any means.</li>\n</ol>\n<strong>Use of Cookies\n</strong>Cookies provide information regarding the computer used by a visitor. We may use cookies where appropriate to gather information about your computer fin order to assist us in improving our website.\n\nWe may gather information about your general internet use by using the cookie. Where used, these cookies are downloaded to your computer and stored on the computer’s hard drive. Such information will not identify you personally. It is statistical data. This statistical data does not identify any personal details whatsoever\n\nYou can adjust the settings on your computer to decline any cookies if you wish. This can easily be done by activating the reject cookies setting on your computer.\n\n<strong>Use of Your Information</strong>\n\nWe use the information that we collect from you to provide our services to you. In addition to this we may use the information for one or more of the following purposes:\n<ol>\n	<li>To provide information to you that you request from us relating to our products or services.</li>\n	<li>To provide information to you relating to other products that may be of interest to you. Such additional information will only be provided where you have consented to receive such information.</li>\n	<li>To inform you of any changes to our website, services or goods and products.</li>\n</ol>\nIf you have previously purchased goods or services from us we may provide to you details of similar goods or services, or other goods and services, that you may be interested in.\n\nWhere your consent has been provided in advance we may allow selected third parties to use your data to enable them to provide you with information regarding unrelated goods and services which we believe may interest you. Where such consent has been provided it can be withdrawn by you at any time.\n\n<strong>Storing Your Personal Data</strong>\n\nIn operating our website it may become necessary to transfer data that we collect from you to locations outside of the European Union for processing and storing. By providing your personal data to us, you agree to this transfer, storing or processing. We do our upmost to ensure that all reasonable steps are taken to make sure that your data is treated stored securely.\n\nUnfortunately the sending of information via the internet is not totally secure and on occasion such information can be intercepted. We cannot guarantee the security of data that you choose to send us electronically, sending such information is entirely at your own risk.\n\n<strong>Disclosing Your Information</strong>\n\nWe will not disclose your personal information to any other party other than in accordance with this Privacy Policy and in the circumstances detailed below:\n<ol>\n	<li>In the event that we sell any or all of our business to the buyer.</li>\n	<li>Where we are legally required by law to disclose your personal information.</li>\n	<li>To further fraud protection and reduce the risk of fraud.</li>\n</ol>\n<strong>Third Party Links\n</strong>On occasion we include links to third parties on this website. Where we provide a link it does not mean that we endorse or approve that site’s policy towards visitor privacy. You should review their privacy policy before sending them any personal data.\n\n<strong>Access to Information</strong>\n\nIn accordance with the Data Protection Act 1998 you have the right to access any information that we hold relating to you. Please note that we reserve the right to charge a fee of £10 to cover costs incurred by us in providing you with the information.\n\n<strong>Contacting Us</strong>\n\nPlease do not hesitate to contact us regarding any matter relating to this Privacy Policy at <a href=\"mailto:generalenquiries@chemdry.co.nz\" target=\"_blank\">generalenquiries@chemdry.co.nz</a>\n\n</div>\n</div>','Privacy Policy','','inherit','open','open','','606-revision','','','2013-01-23 18:08:49','2013-01-23 18:08:49','',606,'http://108.167.155.71/~cdnz/fran/606-revision/',0,'revision','',0),(311,1,'2013-01-09 03:13:28','2013-01-09 03:13:28','We have compiled a list of handy tips and suggestions for you to help deal with spots and stains when they inevitably happens. If your carpet has been treated with Chem-Dry\'s Protectant, then you already have a huge advantage in removing stains.\n\n<strong>Stain Removal Tips:</strong>\n<ol>\n	<li><strong>Act Quickly:</strong> The longer the stain is allowed to remain, the more chance it has to set.</li>\n	<li><strong>Know what kind of stain you are working on </strong>as well as the type of fabric or surface it is on so you can choose the best product.</li>\n	<li><strong>Remove as much excess stain </strong>by blotting, scraping or brushing whatever will come off. DO NOT rub it in.</li>\n	<li><strong>Test all fabrics and carpets</strong> by spraying a small amount of Chem-Dry Professional Strength Spot Remover or Chem-Dry Grease &amp; Oil Remover on a hidden area, blot dry and observe for 10 minutes. Make sure there is no carpet colour removal onto the cloth and that, when dry, there is no visible discoloration in the area you cleaned.</li>\n	<li><strong>Work from the outside edge</strong> of the stain to the inside to keep the stain from spreading.</li>\n	<li><strong>Call Chem-Dry</strong> for expert spot &amp; stain removal if these efforts do not work.</li>\n</ol>','Spot Removal Tips','','inherit','open','open','','19-revision','','','2013-01-09 03:13:28','2013-01-09 03:13:28','',19,'http://108.167.155.71/~cdnz/fran/19-revision/',0,'revision','',0),(312,1,'2013-01-25 22:51:21','2013-01-25 22:51:21','<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>Telephone<br />\r\n    [text your-telephone] </p>\r\n\r\n<p>Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Submit\"]</p>\nWebsite Contact Submission\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-telephone]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on your website\nselect@chemdry.ca\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on ChemDry Franchise http://108.167.155.71/~cdnz/fran\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nEmail address seems invalid.\nPlease fill the required field.\nYour answer is not correct.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour entered code is incorrect.\nip_on_sent_ok:http://select.chemdry.ca/contact-received/','Contact Page','','publish','open','open','','contact-page','','','2013-03-27 03:52:40','2013-03-27 03:52:40','',0,'http://108.167.155.71/~cdnz/fran/?post_type=wpcf7_contact_form&#038;p=312',0,'wpcf7_contact_form','',0),(313,1,'2013-01-12 23:14:24','2013-01-12 23:14:24','<p><strong>Contact Details</strong><br />\nUNIT 5 WILLERBY SHOPPING CENTRE<br>BEVERLEY ROAD  <br>WILLERBY<br>HU10 6EB<br>    <br>\n    <strong>Telephone :</strong> 0800 1380876</p>\n\n<form action=\"http://www.chemdry.co.uk/contact\" id=\"EnquiryFranchiseenquiryForm\" method=\"post\" accept-charset=\"utf-8\"><div style=\"display:none;\"><input type=\"hidden\" name=\"_method\" value=\"POST\"/><input type=\"hidden\" name=\"data[_Token][key]\" value=\"9f888b138cda1167890c273a7105bc940792f916\" id=\"Token681477123\"/></div><input type=\"hidden\" name=\"data[Enquiry][referer]\" value=\"/franchise/chemdry-wickseys/contact\" id=\"EnquiryReferer\"/><div class=\"input text required\"><label for=\"EnquiryName\">Your name</label><input name=\"data[Enquiry][name]\" required maxlength=\"255\" type=\"text\" id=\"EnquiryName\"/></div><div class=\"input email required\"><label for=\"EnquiryEmail\">Email</label><input name=\"data[Enquiry][email]\" required type=\"email\" id=\"EnquiryEmail\"/></div><div class=\"input text\"><label for=\"EnquiryTelephone\">Telephone</label><input name=\"data[Enquiry][telephone]\" maxlength=\"128\" type=\"text\" id=\"EnquiryTelephone\"/></div><div class=\"input textarea required\"><label for=\"EnquiryMessage\">Message</label><textarea name=\"data[Enquiry][message]\" required cols=\"30\" rows=\"6\" id=\"EnquiryMessage\"></textarea></div><input type=\"hidden\" name=\"data[Enquiry][franchise_id]\" value=\"14\" id=\"EnquiryFranchiseId\"/><div class=\"submit\"><input  type=\"submit\" value=\"Submit\"/></div><div style=\"display:none;\"><input type=\"hidden\" name=\"data[_Token][fields]\" value=\"7be92495c787076d56f84c7ef93aff9927cb0714%3AEnquiry.franchise_id%7CEnquiry.referer\" id=\"TokenFields209212887\"/><input type=\"hidden\" name=\"data[_Token][unlocked]\" value=\"\" id=\"TokenUnlocked786649464\"/></div></form>','General Enquiry','','inherit','open','open','','72-revision','','','2013-01-12 23:14:24','2013-01-12 23:14:24','',72,'http://108.167.155.71/~cdnz/fran/72-revision/',0,'revision','',0),(315,1,'2013-01-25 23:18:27','2013-01-25 23:18:27','<h4>How long will the clean take?</h4>\nThis depends on the size of the room or the amount of upholstery. It will also depend on the level of soiling and whether there is any heavy staining.\n\nWe will be able to provide you with an approximate time once we assessed the job to be done and we provide our free, no obligation quotation.\n\n<h4>What ty</h4>\n\nWe can clean all types of carpeting, domestic or commercial, including Wilton, Axminster, Nylon, Olefin and Carpet Tiles.\n\nThe cleaning is done by our powerful truck mounted machine, using the Chem-Dry Hot Carbonation method with extraction. Your carpets will be left touch dry and are usually fully dry within two hours, depending upon degree of soiling and humidity.\n\nWe can normally remove most stains and odours including those caused by pets.','Questions','','inherit','open','open','','40-autosave','','','2013-01-25 23:18:27','2013-01-25 23:18:27','',40,'http://108.167.155.71/~cdnz/fran/40-autosave/',0,'revision','',0),(314,1,'2013-01-25 22:52:24','2013-01-25 22:52:24','<strong>Contact Details</strong>\r\nUNIT 5 WILLERBY SHOPPING CENTRE\r\nBEVERLEY ROAD\r\nWILLERBY\r\nHU10 6EB\r\n\r\n<strong>Telephone :</strong> 0800 1380876\r\n\r\n<form id=\"EnquiryFranchiseenquiryForm\" accept-charset=\"utf-8\" action=\"http://www.chemdry.co.uk/contact\" method=\"post\">\r\n<div style=\"display: none;\"><input type=\"hidden\" name=\"_method\" value=\"POST\" /><input id=\"Token681477123\" type=\"hidden\" name=\"data[_Token][key]\" value=\"9f888b138cda1167890c273a7105bc940792f916\" /></div>\r\n<input id=\"EnquiryReferer\" type=\"hidden\" name=\"data[Enquiry][referer]\" value=\"/franchise/chemdry-wickseys/contact\" />\r\n<div class=\"input text required\"><label for=\"EnquiryName\">Your name</label><input id=\"EnquiryName\" type=\"text\" maxlength=\"255\" name=\"data[Enquiry][name]\" required=\"\" /></div>\r\n<div class=\"input email required\"><label for=\"EnquiryEmail\">Email</label><input id=\"EnquiryEmail\" type=\"email\" name=\"data[Enquiry][email]\" required=\"\" /></div>\r\n<div class=\"input text\"><label for=\"EnquiryTelephone\">Telephone</label><input id=\"EnquiryTelephone\" type=\"text\" maxlength=\"128\" name=\"data[Enquiry][telephone]\" /></div>\r\n<div class=\"input textarea required\"><label for=\"EnquiryMessage\">Message</label><textarea id=\"EnquiryMessage\" cols=\"30\" name=\"data[Enquiry][message]\" required=\"\" rows=\"6\"></textarea></div>\r\n<input id=\"EnquiryFranchiseId\" type=\"hidden\" name=\"data[Enquiry][franchise_id]\" value=\"14\" />\r\n<div class=\"submit\"><input type=\"submit\" value=\"Submit\" /></div>\r\n<div style=\"display: none;\"><input id=\"TokenFields209212887\" type=\"hidden\" name=\"data[_Token][fields]\" value=\"7be92495c787076d56f84c7ef93aff9927cb0714%3AEnquiry.franchise_id%7CEnquiry.referer\" /><input id=\"TokenUnlocked786649464\" type=\"hidden\" name=\"data[_Token][unlocked]\" value=\"\" /></div>\r\n</form>\r\n\r\n[contact-form-7 id=\"312\" title=\"Contact Page\"]','General Enquiry','','inherit','open','open','','72-revision-2','','','2013-01-25 22:52:24','2013-01-25 22:52:24','',72,'http://108.167.155.71/~cdnz/fran/72-revision-2/',0,'revision','',0),(639,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','639','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',27,'http://108.167.155.71/~cdnz/fran/?p=639',4,'nav_menu_item','',0),(641,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','641','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',14,'http://108.167.155.71/~cdnz/fran/?p=641',15,'nav_menu_item','',0),(642,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','642','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',14,'http://108.167.155.71/~cdnz/fran/?p=642',17,'nav_menu_item','',0),(443,1,'2013-01-23 07:31:02','2013-01-23 07:31:02','<img class=\" wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" />\r\n\r\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\r\n\r\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\r\n<ul>\r\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\r\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\r\n	<li>It\'s safe for wool and manmade carpet fibres</li>\r\n	<li>No shrinkage - guaranteed</li>\r\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\r\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\r\n</ul>\r\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\r\n\r\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\r\n\r\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','publish','open','closed','','carpet-cleaning','','','2013-02-01 02:31:07','2013-02-01 02:31:07','',27,'http://108.167.155.71/~cdnz/?page_id=443',0,'page','',0),(896,1,'2013-01-31 19:40:52','2013-01-31 19:40:52','','ah_before_after_carpets_348x170','','inherit','open','open','','ah_before_after_carpets_348x170','','','2013-01-31 19:40:52','2013-01-31 19:40:52','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_before_after_carpets_348x170.jpg',0,'attachment','image/jpeg',0),(897,1,'2013-01-31 19:40:53','2013-01-31 19:40:53','','ah_carpet_1_480x235','','inherit','open','open','','ah_carpet_1_480x235','','','2013-01-31 19:40:53','2013-01-31 19:40:53','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_carpet_1_480x235.jpg',0,'attachment','image/jpeg',0),(898,1,'2013-01-31 19:40:54','2013-01-31 19:40:54','','ah_carpet_2_480x235','','inherit','open','open','','ah_carpet_2_480x235','','','2013-01-31 19:40:54','2013-01-31 19:40:54','',27,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_carpet_2_480x235.jpg',0,'attachment','image/jpeg',0),(899,1,'2013-01-31 19:40:55','2013-01-31 19:40:55','','ah_commercial_1_480x235','','inherit','open','open','','ah_commercial_1_480x235-2','','','2013-01-31 19:40:55','2013-01-31 19:40:55','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_commercial_1_480x2351.jpg',0,'attachment','image/jpeg',0),(900,1,'2013-01-31 19:40:56','2013-01-31 19:40:56','','ah_leather_1_480x235','','inherit','open','open','','ah_leather_1_480x235','','','2013-01-31 19:40:56','2013-01-31 19:40:56','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_leather_1_480x235.jpg',0,'attachment','image/jpeg',0),(901,1,'2013-01-31 19:40:57','2013-01-31 19:40:57','','ah_leather_seat_480x388','','inherit','open','open','','ah_leather_seat_480x388','','','2013-01-31 19:40:57','2013-01-31 19:40:57','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_leather_seat_480x388.jpg',0,'attachment','image/jpeg',0),(902,1,'2013-01-31 19:40:58','2013-01-31 19:40:58','','ah_tile_before_after_sample_480x235','','inherit','open','open','','ah_tile_before_after_sample_480x235','','','2013-01-31 19:40:58','2013-01-31 19:40:58','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_tile_before_after_sample_480x235.jpg',0,'attachment','image/jpeg',0),(448,1,'2013-01-23 07:35:19','2013-01-23 07:35:19','<img class=\"size-full wp-image-357 alignnone\" alt=\"DomesticRugs\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/DomesticRugs.jpg\" width=\"480\" height=\"381\" />\r\n\r\n<strong>The ultimate cleaning process for all types of rug.</strong>\r\n\r\nWhilst a rug is a versatile addition to any room, they often receive heavy traffic and can quickly become dirty. A specialist Chem-Dry<strong>® </strong><a title=\"Rug Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/rugs/rug-cleaning/\">rug cleaning</a> treatment is flexible enough to treat the differing finishes and rug fibre construction of any type of rug with the following benefits:\r\n<ul>\r\n	<li>Richness of bright, vibrant colours restored</li>\r\n	<li>Most stains removed</li>\r\n	<li>Embedded coarse grit removed to extend the life of your rug</li>\r\n	<li>Flattened pile lifted, enhancing your rug\'s texture and appearance</li>\r\n	<li>Protection treatment to help resist future staining and soiling</li>\r\n	<li>Safe for children and pets</li>\r\n	<li>Suitable for virtually all types of rugs</li>\r\n	<li>Optional <a title=\"Anti-Allergen\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/anti-allergen/\">anti-allergen treatment</a> for asthma sufferers.</li>\r\n</ul>\r\nWhatever the age, size or type of rug you would like us to clean, our experts will first assess your rug, then offer two options:\r\n\r\n<strong>On-site rug cleaning</strong>\r\nRugs can be cleaned on-site, but this will depend upon the extent of soiling, size and convenience to you.\r\n\r\n<strong>Off-site rug cleaning</strong>\r\nOff-site cleaning will involve cleaning the rug at a purpose-built rug cleaning facility where once cleaned, restored and dried, they will be re-vacuumed and returned to your home or place of work.<strong>*</strong>\r\n\r\nWhen it comes to rug cleaning, we understand that these delicate and often valuable pieces need to be handled with care.\r\n\r\n<strong>* Only some operators offer this service.</strong>','Rugs','','publish','open','open','','rugs','','','2013-01-30 21:48:32','2013-01-30 21:48:32','',14,'http://108.167.155.71/~cdnz/?page_id=448',0,'page','',0),(452,1,'2013-01-23 07:37:56','2013-01-23 07:37:56','<img class=\"size-full wp-image-411 alignnone\" alt=\"TechRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TechRug.jpg\" width=\"480\" height=\"425\" />\r\n\r\n<strong>Refresh and restore most types of rug.</strong>\r\n\r\nThe Chem-Dry<strong>®</strong> rug cleaning service involves the following steps to give your rugs one of the deepest cleans available. Our expert technicians will:\r\n<ul>\r\n	<li>Inspect</li>\r\n	<li>Dust or vacuum</li>\r\n	<li>Apply pre-treatment and brushing</li>\r\n	<li>Carry out patented hot carbonating extraction cleaning</li>\r\n	<li>Hand-finish fringes and groom the pile</li>\r\n	<li>Co-apply stain and soil resistant treatment</li>\r\n	<li>Hang to dry.</li>\r\n</ul>\r\nRugs are then vacuumed on both sides to remove all loose soil, then our hot carbonating cleaning solution The Natural® is applied to gently bring dirt and stains to the rug’s surface using millions of tiny effervescent bubbles. A deodoriser and sanitiser can then be applied to add fragrance and protect the rug from most spills and stains. The rug is then groomed to restore nap and pile then dried fast, resulting in a reduced risk of colour bleeding and the growth of mould and mildew.\r\n\r\nWith a nationwide network of highly skilled rug cleaning technicians throughout Canada, Chem-Dry<strong>®</strong> is able to meet your rug cleaning requirements for everything from small household rugs to larger rugs in commercial premises.\r\n\r\nFor added peace of mind, our technicians are trained to the highest standards.','Rug Cleaning ','','publish','open','open','','rug-cleaning','','','2013-03-14 20:44:51','2013-03-14 20:44:51','',448,'http://108.167.155.71/~cdnz/?page_id=452',0,'page','',0),(454,1,'2013-01-23 07:39:52','2013-01-23 07:39:52','<img class=\"size-full wp-image-429 alignnone\" alt=\"CarpetStain\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CarpetStain.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry<strong>®</strong> promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most rug stains.\r\n\r\nThe longer a spot sits on your rug, the harder it becomes to remove. While many rug stains can be dealt with there and then, some require the technical skill and advanced cleaning solutions of expert stain removers.\r\n\r\nAs leaders in the rug and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains. We can also provide specialised rug stain removal services to remove stubborn stains during our rug cleaning process.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> rug cleaning service, we will ensure that most stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as Spot Remover<strong>®</strong> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your rug stain, no one can!</strong>','Rug Stain Removal ','','publish','open','open','','rug-stain-removal','','','2013-01-31 23:24:50','2013-01-31 23:24:50','',448,'http://108.167.155.71/~cdnz/?page_id=454',0,'page','',0),(456,1,'2013-01-23 07:41:40','2013-01-23 07:41:40','<img class=\"size-full wp-image-424 alignnone\" alt=\"BabyRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/BabyRug.jpg\" width=\"480\" height=\"350\" />\r\n\r\nChem-Dry<strong>®</strong> provides a specific cleaning solution for 100% wool carpets and rugs that\'s fully accredited and approved by WoolSafe; the independent testing body who promote best practice in the cleaning of wool carpets and rugs.\r\n\r\n<a title=\"A Natural Approach\" href=\"http://108.167.155.71/~cdnz/fran/about/a-natural-approach/\">The Natural®</a> for wool and <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">Repel Protectant™</a> have both passed rigorous tests with flying colours, so you can treat your wool carpets and rugs to a Chem-Dry<strong>®</strong> clean with confidence.','Wool Rug Cleaning','','publish','open','open','','wool-rug-cleaning','','','2013-01-30 21:52:27','2013-01-30 21:52:27','',448,'http://108.167.155.71/~cdnz/?page_id=456',0,'page','',0),(458,1,'2013-01-23 07:43:06','2013-01-23 07:43:06','<img class=\"size-full wp-image-410 alignnone\" alt=\"Tech3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Tech3.jpg\" width=\"480\" height=\"646\" />\n\n<strong>Specialist experience for perfect results.</strong>\n\nOriental, Persian, Chinese or Egyptian rugs require a little more care when cleaning than a normal large rug. They will often have a sculptured design, which means they have been constructed with high and low areas of fibre or have been hand cut to this effect.\n\nBefore cleaning speciality rugs of this type, we undertake a thorough test to ensure compatibility and identify rug fibre content, making allowance for any slight difference in the construction process for both machine made and hand woven rugs.\n\nThe identification of the rug fibre content forms part of our rug cleaning service and helps us to avoid possible outcomes such as colour runs, colour bleeding or pile distortion.\n\nWhich means you can trust us to treat your prized possessions with the care they deserve - every time.','Oriental / Persian Rug Cleaning','','publish','open','open','','oriental-persian-rug-cleaning','','','2013-01-23 07:43:06','2013-01-23 07:43:06','',448,'http://108.167.155.71/~cdnz/?page_id=458',0,'page','',0),(460,1,'2013-01-23 07:45:05','2013-01-23 07:45:05','<img class=\"size-full wp-image-416 alignnone\" alt=\"Upholstery1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery1.jpg\" width=\"480\" height=\"357\" />\r\n\r\n<strong>Inject a new lease of life into your favourite furniture.</strong>\r\n\r\nWhether it’s stain removal, a freshen up for a tired suite or sofa or more specialist cleaning for a cracked or damaged leather chair, Chem-Dry® professional <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> expertise can help you avoid the expense and inconvenience of replacement or re-upholstery.\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholsterybeforeandafter/#main\" rel=\"attachment wp-att-419\"><img class=\"alignleft size-full wp-image-419\" alt=\"UpholsteryBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></a>','Upholstery','','publish','open','closed','','upholstery','','','2013-01-30 21:53:51','2013-01-30 21:53:51','',14,'http://108.167.155.71/~cdnz/?page_id=460',0,'page','',0),(463,1,'2013-01-23 07:47:03','2013-01-23 07:47:03','<img class=\"size-full wp-image-417 alignnone\" alt=\"Upholstery2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery2.jpg\" width=\"480\" height=\"254\" />\r\n\r\n<strong>Only Chem-Dry® offers a unique carbonating-cleaning process that provides clean and dry upholstery in approximately four to six hours instead of one to two days.</strong>\r\n\r\nChem-Dry® professional upholstery cleaning services comprise of three different service packages:\r\n<ul>\r\n	<li><a title=\"Basic Clean\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">Deep Clean</a></li>\r\n	<li><a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">Clean and Protect</a></li>\r\n	<li><a title=\"Deodorisation\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/deodorisation/\">Clean, Protect and Deodorise.</a></li>\r\n</ul>\r\nThese services are designed to meet your upholstery cleaning requirements with the highest professional standards of sofa, couch or settee cleaning undertaken by professionally trained technicians. We provide the most thorough deep clean including:\r\n<ul>\r\n	<li>Thorough pre-clean inspection</li>\r\n	<li>Identification of fabrics used in your sofa and upholstery</li>\r\n	<li>Review of pre-existing condition of your sofa and upholstered items</li>\r\n	<li>Sofa fabric test for compatibility</li>\r\n	<li>Thorough vacuuming</li>\r\n	<li>Inspection and customer approval once process has been completed.</li>\r\n</ul>','Upholstery Cleaning','','publish','open','open','','upholstery-cleaning','','','2013-01-30 21:55:26','2013-01-30 21:55:26','',460,'http://108.167.155.71/~cdnz/?page_id=463',0,'page','',0),(465,1,'2013-01-23 07:48:52','2013-01-23 07:48:52','<img class=\"size-full wp-image-418 alignnone\" alt=\"Upholstery3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery3.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most types of stains.\r\n\r\nWhen it comes to upholstery stain removal, your best chance for removing the stain is to do it as quickly as possible after the spot is made. The longer a spot sits on your upholstery, the harder it becomes to remove. While many stains can be removed when they occur, some require the technical skill and advanced cleaning solutions of expert stain removers.\r\n\r\nAs leaders in the upholstery and fabric care industry, we have an extensive range of professional products and solutions at our disposal to help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry® <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholstery-cleaning/\">upholstery cleaning service</a>, we will ensure that virtually all stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as Spot Remover® for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry® can’t remove the stain on your favourite sofa, no one can!</strong>\r\n\r\nWhy not enhance your upholstery\'s ability to stand up to life’s unexpected accidents by protecting it with <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">Chem-Dry® Fabric Protector</a>? A small investment in this invisible barrier is a sensible way to protect your investment.','Upholstery Stain Removal','','publish','open','open','','upholstery-stain-removal','','','2013-01-31 23:25:59','2013-01-31 23:25:59','',460,'http://108.167.155.71/~cdnz/?page_id=465',0,'page','',0),(467,1,'2013-01-23 07:51:04','2013-01-23 07:51:04','<img class=\"size-full wp-image-421 alignnone\" alt=\"UpholsteryLeather1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryLeather1.jpg\" width=\"480\" height=\"320\" />\n\n<strong>If your leather upholstery suffers from cracking, dryness, fading or scratches and scuffs, Chem-Dry® offers a wide range of leather, cleaning repair and restoration services available for leather furniture.</strong>\n\nOur certified leather cleaning technicians are specially trained to identify your type of leather and handle your leather cleaning needs.\n\nChem-Dry® leather cleaning products used in our leather cleaning service are safe, effective and able to remove:\n<ul>\n	<li>Oils and grease</li>\n	<li>Atmospheric soils</li>\n	<li>Common soils</li>\n	<li>Dyes and inks.</li>\n</ul>\nRemember: Regular cleaning and maintenance by a certified Chem-Dry® leather cleaning professional can prevent any undue wear to your leather furniture, keeping it fresh and welcoming.\n\n<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/leather-upholstery/upholsteryleatherbeforeandafter/#main\" rel=\"attachment wp-att-422\"><img class=\"alignleft size-full wp-image-422\" alt=\"UpholsteryLeatherBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryLeatherBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></a>','Leather Upholstery','','publish','open','open','','leather-upholstery','','','2013-01-23 07:51:04','2013-01-23 07:51:04','',460,'http://108.167.155.71/~cdnz/?page_id=467',0,'page','',0),(470,1,'2013-01-23 07:57:22','2013-01-23 07:57:22','<img class=\"size-full wp-image-350 alignnone\" alt=\"CurtainCleaning1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CurtainCleaning1.jpg\" width=\"480\" height=\"292\" />\n\n<strong>Brilliant results in situ.</strong>\n\nThe Chem-Dry® professional curtain cleaning process can be used on virtually any type of curtain fabric, pelmet or tie-back. In the majority of cases, curtains can be cleaned and curtain stains removed while still hung, using high-powered extraction machines and specialist dry curtain cleaning solutions to remove maximum dust, soil and pollution.\n\nIf you prefer to have your curtains cleaned off-site, if your home is being decorated or renovated for example, our highly skilled professionals can clean your curtains at your local cleaning centre.\n\nAs curtain fabrics, sizes and styles vary greatly, it is likely that an on-site evaluation is required to prepare a no-obligation quote.\n\n<strong>* Please contact your local operator to find out about availability of this service </strong>','Curtains','','publish','open','closed','','curtains','','','2013-01-25 23:44:49','2013-01-25 23:44:49','',14,'http://108.167.155.71/~cdnz/?page_id=470',0,'page','',0),(483,1,'2013-01-23 07:58:39','2013-01-23 07:58:39','<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/mattresses/mattresscleaning1/#main\" rel=\"attachment wp-att-384\"><img class=\"alignleft size-full wp-image-384\" alt=\"MattressCleaning1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/MattressCleaning1.jpg\" width=\"480\" height=\"350\" /></a>\n\n<strong>Keeping mattresses professionally clean doesn’t just have cosmetic benefits. It also helps you remove the many forms of bacteria and viruses that can accumulate within mattresses and cause health problems such as asthma, hay fever and allergies.</strong>\n\nThe Chem-Dry® mattress cleaning service provides a full sanitising treatment killing bacteria, viruses and spores with our unique cleaning solution The Natural®, a safe, non-toxic treatment made from ingredients whose equivalent can be found in nature.','Mattresses','','publish','open','open','','mattresses','','','2013-01-25 23:48:00','2013-01-25 23:48:00','',14,'http://108.167.155.71/~cdnz/?page_id=483',0,'page','',0),(486,1,'2013-01-23 08:01:09','2013-01-23 08:01:09','<img class=\"size-full wp-image-414 alignnone\" alt=\"TileAndGroutCleaning\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutCleaning.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Renew shine to floors and walls\n</strong>Renew the shine to your tile and grout throughout your home with Chem-Dry® tile, stone and grout treatment that cleans and seals the same day, with floors ready to be walked on in around 4 hours.*\n\n<img class=\"size-full wp-image-413 alignnone\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" />\n\nOur professional technicians use the latest advanced cleaning solutions and powerful suction equipment to remove the dirt and grime from your grout, stone and tile, increasing its longevity and improving its appearance. The process is also an effective way to reduce bacteria and other micro-organisms found on the surface and inside the grout, making tile and grout surfaces safer for children and pets – then sealing with Chem-Dry® sealers to keep germs out and make future cleaning easier.\n\n<img class=\"size-full wp-image-412 alignnone\" alt=\"TileAndGrout2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGrout2.jpg\" width=\"480\" height=\"350\" />\n\nWe can also help you enhance and revitalise your floors, counters, walls and other tile and stone surfaces with professional grout colouring, grout colour repair, stone colour enhancing and other services.\n\n<strong>* Please contact your local operator for availability of tile and stone cleaning.</strong>','Tile, Stone & Grout','','publish','open','closed','','tile-stone-grout','','','2013-01-25 23:56:46','2013-01-25 23:56:46','',14,'http://108.167.155.71/~cdnz/?page_id=486',0,'page','',0),(488,1,'2013-01-23 08:02:30','2013-01-23 08:02:30','<img class=\"size-full wp-image-408 alignnone\" alt=\"PURT1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/PURT1.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>Pet urine odours or stains?</strong>\r\n\r\nHelp is at hand with P.U.R.T.®, the unique Chem-Dry® advanced pet odour removal treatment. This high-tech system uses UV lights to detect affected areas and a deep penetrating chemical compound that destroys most cat or dog urine stains and odours within 36 hours. This highly effective system has been developed using our years of experience in <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/carpets/carpet-cleaning/\">carpet cleaning</a>.\r\n<ul>\r\n	<li>Uses natural extracts from herbs, spices and trees coupled with a fibre protecting polymer</li>\r\n	<li>Targets not only your pet urine odour issues, but also any associated stains</li>\r\n	<li>Restores severely damaged carpeted areas.</li>\r\n</ul>','Pet Urine Odour Removal','','publish','open','closed','','pet-urine-odour-removal','','','2013-01-30 22:06:15','2013-01-30 22:06:15','',14,'http://108.167.155.71/~cdnz/?page_id=488',0,'page','',0),(499,1,'2013-01-23 08:10:59','2013-01-23 08:10:59','<img class=\"size-full wp-image-343 alignnone\" alt=\"CommercialRug1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialRug1.jpg\" width=\"479\" height=\"318\" />\n\n<strong>Chem-Dry® cleans, grooms and restores your commercial rugs.</strong>\n\nOur flexible approach allows rugs to be cleaned during our on-site visits, or at our purpose built rug cleaning facilities.\n\nWe can clean your rugs on-site (depending on the extent of soiling, size and convenience) or alternatively they can be cleaned at our franchises\' premises. A qualified Chem-Dry® rug cleaning technician will be only too happy to pass on their knowledge and advice about how we can restore and refresh your rugs.\n\nIf your rugs have been taken away, once dried, they will be re-vacuumed and returned to your work premises.','Rug Cleaning ','','publish','open','open','','rug-cleaning','','','2013-01-25 23:57:36','2013-01-25 23:57:36','',29,'http://108.167.155.71/~cdnz/?page_id=499',0,'page','',0),(501,1,'2013-01-23 08:12:25','2013-01-23 08:12:25','<img class=\"size-full wp-image-335 alignnone\" alt=\"Commercial3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Commercial3.jpg\" width=\"480\" height=\"261\" />\n\n<strong>Upholstery in commercial settings can often be a focal point for your public-facing and reception areas, where first impressions really count.</strong>\n\nUsing the most advanced cleaning technology in the industry, a Chem-Dry® unique carpet and upholstery cleaning process can leave your commercial fabrics sparkling clean and dry in just 4-6 hours to ensure every visitor receives a professional, business-like welcome.','Upholstery Cleaning ','','publish','open','open','','upholstery-cleaning','','','2013-01-25 23:57:36','2013-01-25 23:57:36','',29,'http://108.167.155.71/~cdnz/?page_id=501',0,'page','',0),(503,1,'2013-01-23 08:13:59','2013-01-23 08:13:59','<img class=\"size-full wp-image-338 alignnone\" alt=\"CommercialCurtains\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCurtains.jpg\" width=\"480\" height=\"513\" />\n\n<strong>Curtains help maintain a healthier environment by acting as an air filter.</strong>\n\nSo it\'s important to keep them clean – a service we can undertake on your commercial curtains whilst they hang, using our unique quick drying curtain cleaning process for minimal inconvenience.\n\nAt Chem-Dry®, we understand speed is of the essence to minimise disruption to your day-to-day service. Our objective is to make life easier for you by providing an efficient, professional curtain cleaning service.\n\nCurtain fabrics, sizes and styles vary greatly. In order to ensure correct cleaning and treatment, it is likely that an on-site evaluation is required to prepare a no-obligation quote.','Curtain Cleaning','','publish','open','closed','','curtain-cleaning','','','2013-01-26 00:02:44','2013-01-26 00:02:44','',29,'http://108.167.155.71/~cdnz/?page_id=503',0,'page','',0),(505,1,'2013-01-23 08:16:08','2013-01-23 08:16:08','<img class=\"size-full wp-image-347 alignnone\" alt=\"CommercialTileAndGrout\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTileAndGrout.jpg\" width=\"480\" height=\"470\" />\n\n<strong>Does your business have a stone floor or tile surfaces that are starting to look a little worn? Is the grouting in your washing or changing facilities in need of freshening up?</strong>\n\nThe Chem-Dry® commercial tile, stone and grout cleaning service will ensure that all your surfaces look their best.\n\nOur professional cleaning technicians use the latest advanced cleaning solutions and powerful suction equipment to remove the dirt and grime from your grout, stone and tile, to increase longevity and improve appearance.\n\n<img class=\"size-full wp-image-413 alignnone\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" />\n\nThe process is also an effective way to reduce bacteria and other micro-organisms found on the surface and inside the grout, making tile and grout surfaces more hygienic for your staff and customers.','Tile, Stone & Grout Cleaning','','publish','open','open','','tile-stone-grout-cleaning','','','2013-01-25 23:57:36','2013-01-25 23:57:36','',29,'http://108.167.155.71/~cdnz/?page_id=505',0,'page','',0),(507,1,'2013-01-23 08:17:42','2013-01-23 08:17:42','<img class=\"alignnone size-full wp-image-340\" alt=\"CommercialLeather1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialLeather1.jpg\" width=\"479\" height=\"435\" />\n\n<strong>Are the leather sofas in your lobby starting to look a little bit shabby? Are they suffering from cracks due to dryness, scratches and scuffs?</strong>\n\nChem-Dry® leather cleaning and restoration specialists use leather cleaning processes and products which are endorsed by over 300 tanneries and manufacturers.\n\nLeather upholstery is an expensive investment, so why take risks over its care and appearance? Regular cleaning and maintenance by a certified Chem-Dry® leather cleaning professional can prevent any undue wear to your leather furniture and keep it looking in perfect condition.','Leather Cleaning & Repair','','publish','open','closed','','leather-cleaning-repair','','','2013-01-26 00:05:49','2013-01-26 00:05:49','',29,'http://108.167.155.71/~cdnz/?page_id=507',0,'page','',0),(509,1,'2013-01-23 08:18:58','2013-01-23 08:18:58','<img class=\"alignnone size-full wp-image-426\" alt=\"Business1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Business1.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Chem-Dry® provides trusted professional commercial carpet and upholstery cleaning services to most business sectors, including offices, schools, councils and leisure centres.</strong>\n\nChem-Dry® professional technicians will analyse your company\'s needs and deliver a comprehensive plan to determine the best possible cleaning schedules for your business.\n\nOur cleaning experts are flexible enough to work around your business and can include carpet and upholstery maintenance, commercial carpet and upholstery cleaning services plus other bespoke services such as tile, stone and grout cleaning.','Business Types','','publish','open','closed','','business-types','','','2013-01-26 00:04:04','2013-01-26 00:04:04','',29,'http://108.167.155.71/~cdnz/?page_id=509',0,'page','',0),(511,1,'2013-01-23 08:20:21','2013-01-23 08:20:21','<img class=\"alignnone size-full wp-image-341\" alt=\"CommercialProducts\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialProducts.jpg\" width=\"480\" height=\"350\" />\r\n\r\nChem-Dry® understands that one solution won\'t fit all customer needs. That\'s why we offer a range of cleaning and protection packages that can be combined with our standard cleaning service.\r\n\r\nIn addition to the removal of dirt and stains from your carpet and upholstery, we also offer:\r\n<ul>\r\n	<li>Protection to help the fight against stains once we\'ve gone</li>\r\n	<li>Deodorisation available in a range of long-lasting scents</li>\r\n	<li>Anti-Allergen providing protection for your family against the dust and bacteria that cause asthmatic and allergic reactions</li>\r\n</ul>\r\nLocal franchises may also offer multi room savings, guarantees or warranties and promotions across a range of combined items.','Packages & Extras','','publish','open','open','','packages-extras','','','2013-01-26 06:25:55','2013-01-26 06:25:55','',22,'http://108.167.155.71/~cdnz/?page_id=511',0,'page','',0),(513,1,'2013-01-23 08:24:28','2013-01-23 08:24:28','<h2></h2>\r\n<img class=\"alignnone size-full wp-image-340\" alt=\"CommercialLeather1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialLeather1.jpg\" width=\"479\" height=\"435\" />\r\n\r\n<strong>At Chem-Dry®, we pride ourselves on our ability to breathe new life into your tired looking surfaces. Whether it\'s carpets and upholstery or leather and tile and stone, our revolutionary cleaning services can add a new lease of life to virtually any surface in your home.</strong>\r\n\r\nTake a look at the before and after examples below to see actual results of Chem-Dry® cleans.\r\n\r\n<strong>Domestic Carpets</strong>\r\n\r\n<img class=\"alignnone size-full wp-image-425\" alt=\"before_after_carpets_348x170\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/before_after_carpets_348x170.jpg\" width=\"479\" height=\"234\" />\r\n\r\n<strong><img class=\"alignnone size-full wp-image-428\" alt=\"CarpetBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CarpetBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></strong>\r\n\r\n<strong>Upholstery </strong>\r\n\r\n<strong><img class=\"alignnone size-full wp-image-420\" alt=\"UpholsteryBeforeAndAfter2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter2.jpg\" width=\"480\" height=\"235\" /></strong>\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-full wp-image-419\" alt=\"UpholsteryBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter.jpg\" width=\"480\" height=\"235\" />\r\n\r\n<strong>Leather</strong>\r\n\r\n<strong><img class=\"alignnone size-full wp-image-422\" alt=\"UpholsteryLeatherBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryLeatherBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></strong>\r\n\r\n<strong>Tile &amp; Stone</strong>\r\n\r\n<strong><img class=\"alignnone size-full wp-image-415\" alt=\"TileAndStone2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndStone2.jpg\" width=\"480\" height=\"235\" /></strong>\r\n\r\n<strong><img class=\"alignnone size-full wp-image-413\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" /></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Commercial Carpets</strong>\r\n\r\n<strong><img class=\"alignnone size-full wp-image-497\" alt=\"ah_commercial_1_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2012/12/ah_commercial_1_480x235.jpg\" width=\"480\" height=\"235\" /></strong>','Before & After','','publish','open','closed','','before-after','','','2013-01-26 06:27:12','2013-01-26 06:27:12','',22,'http://108.167.155.71/~cdnz/?page_id=513',0,'page','',0),(537,1,'2013-01-23 17:35:55','2013-01-23 17:35:55','<img class=\"alignnone size-full wp-image-427\" alt=\"BusinessSchool\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/BusinessSchool.jpg\" width=\"480\" height=\"217\" />\r\n\r\n<strong>Whether it’s a one-off deep clean, a regular carpet cleaning maintenance programme or specialist cleaning for bathroom tiles and grout, Chem-Dry® experts can help keep your school clean, tidy and hygienic with professional cleaning solutions.</strong>\r\n\r\nOur fast processes mean a Chem-Dry® clean can be carried out with minimum disruption to your school schedule. Weekend and out-of-hours appointments can also be arranged.','Schools','','publish','open','open','','schools','','','2013-01-31 23:33:29','2013-01-31 23:33:29','',509,'http://108.167.155.71/~cdnz/?page_id=537',0,'page','',0),(539,1,'2013-01-23 17:37:34','2013-01-23 17:37:34','<img class=\"alignnone size-full wp-image-336\" alt=\"Commercial4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Commercial4.jpg\" width=\"480\" height=\"430\" />\r\n\r\n<strong>A clean, fresh office means a happier, more productive workforce and also conveys the right impression for visitors or clients.</strong>\r\n\r\nWhether it’s a one-off deep clean or carpet cleaning carried out on a regular basis, Chem-Dry® experts can help keep your office clean, tidy and hygienic with a choice of professional cleaning solutions.\r\n\r\nYour Chem-Dry® technician can make sure your carpets, upholstery and even tiles and grout, look their best to create a clean, comfortable workplace. Our treatments are designed to be carried out quickly and efficiently; a Chem-Dry® treatment will cause minimum disruption to your working day.','Offices','','publish','open','open','','offices','','','2013-01-31 23:32:58','2013-01-31 23:32:58','',509,'http://108.167.155.71/~cdnz/?page_id=539',0,'page','',0),(541,1,'2013-01-23 17:39:50','2013-01-23 17:39:50','<img class=\"alignnone size-full wp-image-339\" alt=\"CommercialHotel\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialHotel.jpg\" width=\"480\" height=\"309\" />\r\n\r\n<strong>Hotels and bed &amp; breakfast establishments are often rated primarily by guests on standards of cleanliness. So it\'s important to make sure that they benefit from the deepest clean possible, whether it\'s carpets, upholstery or bathroom tiles and grout.</strong>\r\n\r\nChem-Dry® experts can help keep your hotel clean, tidy and hygienic with professional cleaning solutions that include one-off treatments or affordable regular contracts.\r\n\r\nAll our treatments are designed to be carried out quickly and efficiently with minimum disruption to you and your guests.','Hotels','','publish','open','open','','hotels','','','2013-01-31 23:32:26','2013-01-31 23:32:26','',509,'http://108.167.155.71/~cdnz/?page_id=541',0,'page','',0),(543,1,'2013-01-23 17:41:15','2013-01-23 17:41:15','<img class=\"alignnone size-full wp-image-345\" alt=\"CommercialStudent\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialStudent.jpg\" width=\"480\" height=\"319\" />\r\n\r\n<strong>Student accommodation often requires professional cleaning to keep it clean, fresh and attractive to new tenants.</strong>\r\n\r\nFrom one-off deep cleans to regular cleaning maintenance programmes, Chem-Dry® experts can help keep your student accommodation facilities clean, tidy and hygienic with fast treatments for carpets, upholstery and more.','Student Accommodation','','publish','open','open','','student-accommodation','','','2013-01-31 23:34:25','2013-01-31 23:34:25','',509,'http://108.167.155.71/~cdnz/?page_id=543',0,'page','',0),(545,1,'2013-01-23 17:43:09','2013-01-23 17:43:09','<img class=\"alignnone size-full wp-image-342\" alt=\"CommercialRental\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialRental.jpg\" width=\"480\" height=\"319\" />\r\n\r\n<strong>Cleaning at the end of tenancy can often be a job that\'s best left to the professionals.</strong>\r\n\r\nChem-Dry® experts can ensure your property is clean, tidy and hygienic with professional cleaning solutions to prepare your property for its new tenants.\r\n\r\nWhether it\'s a deep carpet clean or specialist upholstery or tile and grout treatment, we will ensure your rental property looks clean and welcoming for new tenants.','End of Tenancy','','publish','open','open','','end-of-tenancy','','','2013-01-31 23:31:44','2013-01-31 23:31:44','',509,'http://108.167.155.71/~cdnz/?page_id=545',0,'page','',0),(547,1,'2013-01-23 17:44:29','2013-01-23 17:44:29','<img class=\"alignnone size-full wp-image-344\" alt=\"CommercialSports\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialSports.jpg\" width=\"480\" height=\"319\" />\r\n\r\n<strong>Due to the nature of activities undertaken, sports halls and leisure facilities can get dirty fast.</strong>\r\n\r\nChem-Dry® cleaning can be carried out to make sure users enjoy their leisure time in the cleanest possible environment.\r\n\r\nWhether it’s a professional deep clean for floor and wall tiles and grout or a carpet or upholstery cleaning programme, Chem-Dry® experts can help keep your sports venue or leisure centre clean, tidy and hygienic.','Sports','','publish','open','open','','sports','','','2013-01-31 23:33:59','2013-01-31 23:33:59','',509,'http://108.167.155.71/~cdnz/?page_id=547',0,'page','',0),(549,1,'2013-01-23 17:45:36','2013-01-23 17:45:36','<img class=\"alignnone size-full wp-image-337\" alt=\"CommercialCouncil\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCouncil.jpg\" width=\"480\" height=\"320\" />\r\n\r\n<strong>Ensuring council offices, receptions and facilities convey a good impression to visitors and users, whilst being a clean and comfortable place to work, is easy thanks to Chem-Dry®.</strong>\r\n\r\nA visit from Chem-Dry® experts can help keep your council office clean, tidy and hygienic with fast, professional cleaning solutions.\r\n\r\nWhether it’s a one-off deep clean or a regular cleaning programme for carpets, upholstery or tiles and grout, Chem-Dry® can ensure your premises reflect the professional nature of your council.','Council','','publish','open','open','','council','','','2013-01-31 23:31:03','2013-01-31 23:31:03','',509,'http://108.167.155.71/~cdnz/?page_id=549',0,'page','',0),(551,1,'2013-01-23 17:46:55','2013-01-23 17:46:55','<img class=\"alignnone size-full wp-image-346\" alt=\"CommercialTheatres\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTheatres.jpg\" width=\"480\" height=\"319\" />\r\n\r\n<strong>Bingo halls, theatres, cinemas and public auditoriums can quickly collect dirt and dust due to high numbers of visitors.</strong>\r\n\r\nFrom regular carpet cleaning maintenance programmes to specialist treatments for upholstery and tiles and grout in toilets and washrooms, Chem-Dry® experts can help keep bingo halls and other leisure venues clean, tidy and hygienic with fast, professional cleaning solutions.','Bingo & More ','','publish','open','open','','bingo-more','','','2013-01-31 23:30:35','2013-01-31 23:30:35','',509,'http://108.167.155.71/~cdnz/?page_id=551',0,'page','',0),(553,1,'2013-01-23 17:47:54','2013-01-23 17:47:54','<img class=\"alignnone size-full wp-image-348\" alt=\"CommercialTileSwimmingPool\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTileSwimmingPool.jpg\" width=\"480\" height=\"320\" />\n\n<strong>With our specialist tile and stone cleaning products Chem-Dry® experts can help keep your swimming pool remain pristine.</strong>\n\nAs professionals we understand the importance of maintaining a hygienic environment with minimum disruption to you and your customers. Our fast processes mean a Chem-Dry® clean can be carried out in hours, with out-of-hours appointments also available.','Swimming Pools','','publish','open','open','','swimming-pools','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',509,'http://108.167.155.71/~cdnz/?page_id=553',0,'page','',0),(556,1,'2013-01-23 17:50:42','2013-01-23 17:50:42','<img class=\"alignnone size-full wp-image-358\" alt=\"EquipmentPowerhead\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/EquipmentPowerhead.jpg\" width=\"480\" height=\"320\" />\n\n<strong>Basic Cleaning Package - A thorough deep-down professional clean.</strong>\n\nThis package includes:\n<ul>\n	<li>A complete pre-inspection and spot testing</li>\n	<li>Moving small furniture items (items that can be moved by a single technician)</li>\n	<li>Thorough pre-vacuuming with a professional-grade vacuum</li>\n	<li>Thorough clean of carpets and fabric, delivered by professionally trained technicians using our patented hot carbonating extraction system</li>\n	<li>Removal of most spots</li>\n	<li>Brushing the carpet pile after cleaning to aid the drying process.</li>\n</ul>\n<strong>Why choose Chem-Dry® to professionally clean your carpets and upholstery?</strong>\n<ul>\n	<li>Rapid drying with most carpets dry in 1-2 hours and most upholstery dry in 4-6 hours</li>\n	<li>A revolutionary carpet cleaning process that uses carbonation and ingredients copied from Mother Nature to make your carpets clean and fresh again</li>\n	<li>We use at least 1/5 less moisture than steam cleaning</li>\n</ul>','Basic Clean','','publish','open','open','','basic-clean','','','2013-01-23 17:50:42','2013-01-23 17:50:42','',511,'http://108.167.155.71/~cdnz/?page_id=556',0,'page','',0),(558,1,'2013-01-23 17:52:11','2013-01-23 17:52:11','<img class=\"alignnone size-full wp-image-356\" alt=\"Domestic5\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic5.jpg\" width=\"480\" height=\"259\" />\n\n<strong>Why protect your carpets and fabrics?</strong>\n\nChem-Dry® Repel Protectant<sup>TM</sup> leads the industry in repelling most liquids and preventing most dirt and stains from being absorbed by carpet fibres and upholstery fabrics.\n<ul>\n	<li>Your carpets and upholstery stay cleaner for up to 40% longer</li>\n	<li>Provides an invisible protective barrier that\'s safe for you and your animals</li>\n	<li>Is far cheaper than buying new carpets and upholstery</li>\n</ul>\n<strong>Clean &amp; Protect Package</strong>\n\nThe Clean &amp; Protect package includes all elements of the Basic Cleaning package plus the benefits of powerful protection to keep your carpets and upholstery looking great for longer.\n<ul>\n	<li>Includes all of the Basic Cleaning package services, including thorough deep-down clean and removal of most spots</li>\n	<li>Adds professionally applied Chem-Dry® Repel Protectant<sup>TM</sup> solution to refresh and restore factory applied stain resistant treatments</li>\n	<li>Rapid drying with most carpets dry in 1-2 hours and most upholstery dry in 4-6 hours</li>\n</ul>','Clean and Protect','','publish','open','open','','clean-and-protect','','','2013-01-23 17:52:11','2013-01-23 17:52:11','',511,'http://108.167.155.71/~cdnz/?page_id=558',0,'page','',0),(569,1,'2013-01-23 17:53:31','2013-01-23 17:53:31','<img class=\"alignnone size-full wp-image-388\" alt=\"ProductDeodoriser\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ProductDeodoriser.jpg\" width=\"480\" height=\"324\" />\r\n\r\n<strong>Carpet d</strong><strong>eodorisation available in a range of scents.</strong>\r\n\r\nUnique elements in the treatment bind with carpet fibres to create a pleasant smell and a dirt resistant barrier. Every footstep on the carpet helps the polymers break down and release more fragrance to keep rooms fresher than ever.\r\n\r\nScents include Lemon Grove and Apple Cinnamon to give your home a fresh and clean feel.','Deodorisation','','publish','open','open','','deodorisation','','','2013-01-31 23:35:31','2013-01-31 23:35:31','',511,'http://108.167.155.71/~cdnz/?page_id=569',0,'page','',0),(571,1,'2013-01-23 17:54:28','2013-01-23 17:54:28','Proven to reduce household allergies, our anti-allergen package renders allergens harmless to help create a healthier home for you and your family and alleviate symptoms for asthma and allergy sufferers.\n<ul>\n	<li>Treatment lasts for up to 90 days</li>\n	<li>Provides relief for asthma and allergy sufferers</li>\n	<li>Part of your allergy avoidance programme</li>\n	<li>Can safely be applied to fabrics and bedding</li>\n	<li>Derived from naturally occurring extracts</li>\n	<li>Contains no CFCs and is biodegradable</li>\n</ul>','Anti-Allergen','','publish','open','open','','anti-allergen','','','2013-01-23 17:54:28','2013-01-23 17:54:28','',511,'http://108.167.155.71/~cdnz/?page_id=571',0,'page','',0),(573,1,'2013-01-23 17:55:48','2013-01-23 17:55:48','<strong>In your home:</strong>\n<ul>\n	<li>Moving into a new home</li>\n	<li>Welcoming a new baby home</li>\n	<li>Tackling allergies around the house</li>\n	<li>General clean and maintenence</li>\n	<li>Multi-room offers</li>\n</ul>\n<strong>For the workplace:</strong>\n<ul>\n	<li>Moving Offices</li>\n	<li>Welcoming a VIP</li>\n	<li>Reviving a showroom or lobby</li>\n	<li>General clean and maintenence</li>\n	<li>Large area Offers</li>\n</ul>\nPlease contact your local Chem-Dry® franchise to see what packages and extras they have on offer, or how they can best accommodate your personal and commercial requirements.','Local Packages','','publish','open','open','','local-packages','','','2013-01-23 17:55:48','2013-01-23 17:55:48','',511,'http://108.167.155.71/~cdnz/?page_id=573',0,'page','',0),(892,1,'2013-01-31 19:39:49','2013-01-31 19:39:49','<img class=\"alignnone size-full wp-image-893\" alt=\"chem_dry_services_homepage\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/chem_dry_services_homepage.jpg\" width=\"480\" height=\"397\" />\n\n<strong>Chem-Dry® offers a vast range of deep clean services for both home and commercial buildings.</strong>\n\nOur unique cleaning process can tackle almost any surface and can generate amazing results for a cleaner, healthier environment.\n\nOur national network of franchises provides:\n<ul>\n	<li>Over 25 years of experience and knowledge</li>\n	<li>Unsurpassable cleaning performance using leading technology and unique processes across a vast range of surfaces</li>\n	<li>A hassle-free service that won\'t disrupt your household or business</li>\n	<li>A safe and cost effective alternative to replacement</li>\n	<li>A process that uses at least 1/5 of the moisture some other processes use for faster drying times</li>\n	<li>An accredited, endorsed and green-certified carpet and upholstery cleaning system for a healthy and hygienic environment.</li>\n</ul>\nYour local Chem-Dry® technician will tailor a package to meet your requirements to ensure you get the best results.','Services','','inherit','open','open','','22-autosave','','','2013-01-31 19:39:49','2013-01-31 19:39:49','',22,'http://108.167.155.71/~cdnz/fran/22-autosave/',0,'revision','',0),(893,1,'2013-01-31 19:38:16','2013-01-31 19:38:16','','chem_dry_services_homepage','','inherit','open','open','','chem_dry_services_homepage','','','2013-01-31 19:38:16','2013-01-31 19:38:16','',22,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/chem_dry_services_homepage.jpg',0,'attachment','image/jpeg',0),(894,1,'2013-01-09 03:15:21','2013-01-09 03:15:21','<img alt=\"Services Home\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_services_homepage.jpg\" />\n\n<strong>Chem-Dry® offers a vast range of deep clean services for both home and commercial buildings.</strong>\n\nOur unique cleaning process can tackle almost any surface and can generate amazing results for a cleaner, healthier environment.\n\nOur national network of franchises provides:\n<ul>\n	<li>Over 25 years of experience and knowledge</li>\n	<li>Unsurpassable cleaning performance using leading technology and unique processes across a vast range of surfaces</li>\n	<li>A hassle-free service that won\'t disrupt your household or business</li>\n	<li>A safe and cost effective alternative to replacement</li>\n	<li>A process that uses at least 1/5 of the moisture some other processes use for faster drying times</li>\n	<li>An accredited, endorsed and green-certified carpet and upholstery cleaning system for a healthy and hygienic environment.</li>\n</ul>\nYour local Chem-Dry® technician will tailor a package to meet your requirements to ensure you get the best results.','Services','','inherit','open','open','','22-revision','','','2013-01-09 03:15:21','2013-01-09 03:15:21','',22,'http://108.167.155.71/~cdnz/fran/22-revision/',0,'revision','',0),(951,1,'2013-01-31 23:25:46','2013-01-31 23:25:46','<img class=\"size-full wp-image-418 alignnone\" alt=\"Upholstery3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery3.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most types of stains.\r\n\r\nWhen it comes to upholstery stain removal, your best chance for removing the stain is to do it as quickly as possible after the spot is made. The longer a spot sits on your upholstery, the harder it becomes to remove. While many stains can be removed when they occur, some require the technical skill and advanced cleaning solutions of expert stain removers.\r\n\r\nAs leaders in the upholstery and fabric care industry, we have an extensive range of professional products and solutions at our disposal to help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry® <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholstery-cleaning/\">upholstery cleaning service</a>, we will ensure that virtually all stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as Spot Remover for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry® can’t remove the stain on your favourite sofa, no one can!</strong>\r\n\r\nWhy not enhance your upholstery\'s ability to stand up to life’s unexpected accidents by protecting it with <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">Chem-Dry® Fabric Protector</a>? A small investment in this invisible barrier is a sensible way to protect your investment.','Upholstery Stain Removal','','inherit','open','open','','465-revision-3','','','2013-01-31 23:25:46','2013-01-31 23:25:46','',465,'http://108.167.155.71/~cdnz/fran/465-revision-3/',0,'revision','',0),(891,1,'2013-01-26 00:00:23','2013-01-26 00:00:23','<img class=\"size-full wp-image-408 alignnone\" alt=\"PURT1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/PURT1.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Pet urine odours or stains?</strong>\n\nHelp is at hand with P.U.R.T.®, the unique Chem-Dry® advanced pet odour removal treatment. This high-tech system uses UV lights to detect affected areas and a deep penetrating chemical compound that destroys most cat or dog urine stains and odours within 36 hours. This highly effective system has been developed using our years of experience in <a href=\"http://chemdry.co.uk/carpet-cleaning\">carpet cleaning</a>.\n<ul>\n	<li>Uses natural extracts from herbs, spices and trees coupled with a fibre protecting polymer</li>\n	<li>Targets not only your pet urine odour issues, but also any associated stains</li>\n	<li>Restores severely damaged carpeted areas.</li>\n</ul>','Pet Urine Odour Removal','','inherit','open','open','','488-revision-2','','','2013-01-26 00:00:23','2013-01-26 00:00:23','',488,'http://108.167.155.71/~cdnz/fran/488-revision-2/',0,'revision','',0),(890,1,'2013-01-23 07:48:52','2013-01-23 07:48:52','<img class=\"size-full wp-image-418 alignnone\" alt=\"Upholstery3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery3.jpg\" width=\"480\" height=\"350\" />\n\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\n\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most types of stains.\n\nWhen it comes to upholstery stain removal, your best chance for removing the stain is to do it as quickly as possible after the spot is made. The longer a spot sits on your upholstery, the harder it becomes to remove. While many stains can be removed when they occur, some require the technical skill and advanced cleaning solutions of expert stain removers.\n\nAs leaders in the upholstery and fabric care industry, we have an extensive range of professional products and solutions at our disposal to help you win the battle against tough stains.\n\nAs part of the Chem-Dry® <a href=\"http://chemdry.co.uk/upholstery-cleaning\">upholstery cleaning service</a>, we will ensure that virtually all stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\n\nWe also offer products such as <a title=\"Stain Extinguisher\" href=\"http://108.167.155.71/~cdnz/fran/product/stain-extinguisher-2/\"><em>Stain Extinguisher®</em></a> for a powerful way to combat stains as and when they happen.\n\n<strong>If Chem-Dry® can’t remove the stain on your favourite sofa, no one can!</strong>\n\nWhy not enhance your upholstery\'s ability to stand up to life’s unexpected accidents by protecting it with <a href=\"http://chemdry.co.uk/clean-and-protect\">Chem-Dry® Fabric Protector</a>? A small investment in this invisible barrier is a sensible way to protect your investment.','Upholstery Stain Removal','','inherit','open','open','','465-revision','','','2013-01-23 07:48:52','2013-01-23 07:48:52','',465,'http://108.167.155.71/~cdnz/fran/465-revision/',0,'revision','',0),(889,1,'2013-01-30 21:58:54','2013-01-30 21:58:54','<img class=\"size-full wp-image-418 alignnone\" alt=\"Upholstery3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery3.jpg\" width=\"480\" height=\"350\" />\n\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\n\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most types of stains.\n\nWhen it comes to upholstery stain removal, your best chance for removing the stain is to do it as quickly as possible after the spot is made. The longer a spot sits on your upholstery, the harder it becomes to remove. While many stains can be removed when they occur, some require the technical skill and advanced cleaning solutions of expert stain removers.\n\nAs leaders in the upholstery and fabric care industry, we have an extensive range of professional products and solutions at our disposal to help you win the battle against tough stains.\n\nAs part of the Chem-Dry® <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholstery-cleaning/\">upholstery cleaning service</a>, we will ensure that virtually all stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\n\nWe also offer products such as <a title=\"Stain Extinguisher\" href=\"http://108.167.155.71/~cdnz/fran/product/stain-extinguisher-2/\"><em>Stain Extinguisher®</em> </a>for a powerful way to combat stains as and when they happen.\n\n<strong>If Chem-Dry® can’t remove the stain on your favourite sofa, no one can!</strong>\n\nWhy not enhance your upholstery\'s ability to stand up to life’s unexpected accidents by protecting it with <a href=\"http://chemdry.co.uk/clean-and-protect\">Chem-Dry® Fabric Protector</a>? A small investment in this invisible barrier is a sensible way to protect your investment.','Upholstery Stain Removal','','inherit','open','open','','465-autosave','','','2013-01-30 21:58:54','2013-01-30 21:58:54','',465,'http://108.167.155.71/~cdnz/fran/465-autosave/',0,'revision','',0),(606,1,'2013-01-23 18:08:49','2013-01-23 18:08:49','<h1><span style=\"font-size: 13px; line-height: 19px;\">At Chem-Dry we are committed to safeguarding and preserving the privacy of our visitors. </span></h1>\r\n<div>\r\n\r\nThis Privacy Policy explains what happens to any personal data that you provide to us, or that we collect from you whilst you visit our site.\r\n\r\nWe do update this Policy from time to time so please do review this Policy regularly.\r\n\r\n<strong>Information We Collect </strong>\r\n\r\nIn running and maintaining our website we may collect and process the following data about you:\r\n<ol>\r\n	<li>Information about your use of our site including details of your visits such as pages viewed and the resources that you access. Such information includes traffic data, location data and other communication data.</li>\r\n	<li>Information provided voluntarily by you. For example, when you register for information or make a purchase.</li>\r\n	<li>Information that you provide when you communicate with us by any means.</li>\r\n</ol>\r\n<strong>Use of Cookies\r\n</strong>Cookies provide information regarding the computer used by a visitor. We may use cookies where appropriate to gather information about your computer fin order to assist us in improving our website.\r\n\r\nWe may gather information about your general internet use by using the cookie. Where used, these cookies are downloaded to your computer and stored on the computer’s hard drive. Such information will not identify you personally. It is statistical data. This statistical data does not identify any personal details whatsoever\r\n\r\nYou can adjust the settings on your computer to decline any cookies if you wish. This can easily be done by activating the reject cookies setting on your computer.\r\n\r\n<strong>Use of Your Information</strong>\r\n\r\nWe use the information that we collect from you to provide our services to you. In addition to this we may use the information for one or more of the following purposes:\r\n<ol>\r\n	<li>To provide information to you that you request from us relating to our products or services.</li>\r\n	<li>To provide information to you relating to other products that may be of interest to you. Such additional information will only be provided where you have consented to receive such information.</li>\r\n	<li>To inform you of any changes to our website, services or goods and products.</li>\r\n</ol>\r\nIf you have previously purchased goods or services from us we may provide to you details of similar goods or services, or other goods and services, that you may be interested in.\r\n\r\nWhere your consent has been provided in advance we may allow selected third parties to use your data to enable them to provide you with information regarding unrelated goods and services which we believe may interest you. Where such consent has been provided it can be withdrawn by you at any time.\r\n\r\n<strong>Storing Your Personal Data</strong>\r\n\r\nIn operating our website it may become necessary to transfer data that we collect from you to locations outside of the European Union for processing and storing. By providing your personal data to us, you agree to this transfer, storing or processing. We do our upmost to ensure that all reasonable steps are taken to make sure that your data is treated stored securely.\r\n\r\nUnfortunately the sending of information via the internet is not totally secure and on occasion such information can be intercepted. We cannot guarantee the security of data that you choose to send us electronically, sending such information is entirely at your own risk.\r\n\r\n<strong>Disclosing Your Information</strong>\r\n\r\nWe will not disclose your personal information to any other party other than in accordance with this Privacy Policy and in the circumstances detailed below:\r\n<ol>\r\n	<li>In the event that we sell any or all of our business to the buyer.</li>\r\n	<li>Where we are legally required by law to disclose your personal information.</li>\r\n	<li>To further fraud protection and reduce the risk of fraud.</li>\r\n</ol>\r\n<strong>Third Party Links\r\n</strong>On occasion we include links to third parties on this website. Where we provide a link it does not mean that we endorse or approve that site’s policy towards visitor privacy. You should review their privacy policy before sending them any personal data.\r\n\r\n<strong>Contacting Us</strong>\r\n\r\nPlease do not hesitate to contact us regarding any matter relating to this Privacy Policy at <a href=\"mailto:generalenquiries@chemdry.ca\">generalenquiries@chemdry.ca</a>.\r\n\r\n</div>','Privacy Policy','','publish','open','open','','privacy-policy','','','2013-03-14 19:31:00','2013-03-14 19:31:00','',0,'http://108.167.155.71/~cdnz/?page_id=606',0,'page','',0),(988,1,'2013-03-14 19:27:58','2013-03-14 19:27:58','Chem-Dry has been operating in Canada since 1900, delivering a first class service to customers throughout the country.','About','','inherit','open','open','','36-revision-3','','','2013-03-14 19:27:58','2013-03-14 19:27:58','',36,'http://108.167.155.68/~chemdry/franchise/36-revision-3/',0,'revision','',0),(989,1,'2013-02-01 02:29:39','2013-02-01 02:29:39','<img class=\"alignnone  wp-image-893\" alt=\"chem_dry_services_homepage\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/chem_dry_services_homepage.jpg\" />\r\n\r\n<strong>Chem-Dry® offers a vast range of deep clean services for both home and commercial buildings.</strong>\r\n\r\nOur unique cleaning process can tackle almost any surface and can generate amazing results for a cleaner, healthier environment.\r\n\r\nOur national network of franchises provides:\r\n<ul>\r\n	<li>Over 25 years of experience and knowledge</li>\r\n	<li>Unsurpassable cleaning performance using leading technology and unique processes across a vast range of surfaces</li>\r\n	<li>A hassle-free service that won\'t disrupt your household or business</li>\r\n	<li>A safe and cost effective alternative to replacement</li>\r\n	<li>A process that uses at least 1/5 of the moisture some other processes use for faster drying times</li>\r\n	<li>An accredited, endorsed and green-certified carpet and upholstery cleaning system for a healthy and hygienic environment.</li>\r\n</ul>\r\nYour local Chem-Dry® technician will tailor a package to meet your requirements to ensure you get the best results.','Services','','inherit','open','open','','22-revision-3','','','2013-02-01 02:29:39','2013-02-01 02:29:39','',22,'http://108.167.155.68/~chemdry/franchise/22-revision-3/',0,'revision','',0),(888,1,'2013-01-23 07:47:03','2013-01-23 07:47:03','<img class=\"size-full wp-image-417 alignnone\" alt=\"Upholstery2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery2.jpg\" width=\"480\" height=\"254\" />\n\n<strong>Only Chem-Dry® offers a unique carbonating-cleaning process that provides clean and dry upholstery in approximately four to six hours instead of one to two days.</strong>\n\nChem-Dry® professional upholstery cleaning services comprise of three different service packages:\n<ul>\n	<li><a href=\"http://chemdry.co.uk/basic-or-economy-service\">Deep Clean</a></li>\n	<li><a href=\"http://chemdry.co.uk/clean-and-protect\">Clean and Protect</a></li>\n	<li><a href=\"http://chemdry.co.uk/deodorisation\">Clean, Protect and Deodorise</a>.</li>\n</ul>\nThese services are designed to meet your upholstery cleaning requirements with the highest professional standards of sofa, couch or settee cleaning undertaken by professionally trained technicians. We provide the most thorough deep clean including:\n<ul>\n	<li>Thorough pre-clean inspection</li>\n	<li>Identification of fabrics used in your sofa and upholstery</li>\n	<li>Review of pre-existing condition of your sofa and upholstered items</li>\n	<li>Sofa fabric test for compatibility</li>\n	<li>Thorough vacuuming</li>\n	<li>Inspection and customer approval once process has been completed.</li>\n</ul>','Upholstery Cleaning','','inherit','open','open','','463-revision','','','2013-01-23 07:47:03','2013-01-23 07:47:03','',463,'http://108.167.155.71/~cdnz/fran/463-revision/',0,'revision','',0),(881,1,'2013-01-25 23:48:00','2013-01-25 23:48:00','<img class=\"size-full wp-image-357 alignnone\" alt=\"DomesticRugs\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/DomesticRugs.jpg\" width=\"480\" height=\"381\" />\n\n<strong>The ultimate cleaning process for all types of rug.</strong>\n\nWhilst a rug is a versatile addition to any room, they often receive heavy traffic and can quickly become dirty. A specialist Chem-Dry<strong>® </strong><a href=\"http://chemdry.co.uk/rug-cleaning\">rug cleaning</a> treatment is flexible enough to treat the differing finishes and rug fibre construction of any type of rug with the following benefits:\n<ul>\n	<li>Richness of bright, vibrant colours restored</li>\n	<li>Most stains removed</li>\n	<li>Embedded coarse grit removed to extend the life of your rug</li>\n	<li>Flattened pile lifted, enhancing your rug\'s texture and appearance</li>\n	<li>Protection treatment to help resist future staining and soiling</li>\n	<li>Safe for children and pets</li>\n	<li>Suitable for virtually all types of rugs</li>\n	<li>Optional <a href=\"http://chemdry.co.uk/anti-allergen\">anti-allergen treatment</a> for asthma sufferers.</li>\n</ul>\nWhatever the age, size or type of rug you would like us to clean, our experts will first assess your rug, then offer two options:\n\n<strong>On-site rug cleaning</strong>\nRugs can be cleaned on-site, but this will depend upon the extent of soiling, size and convenience to you.\n\n<strong>Off-site rug cleaning</strong>\nOff-site cleaning will involve cleaning the rug at a purpose-built rug cleaning facility where once cleaned, restored and dried, they will be re-vacuumed and returned to your home or place of work.<strong>*</strong>\n\nWhen it comes to rug cleaning, we understand that these delicate and often valuable pieces need to be handled with care.\n\n<strong>* Only some operators offer this service.</strong>','Rugs','','inherit','open','open','','448-revision-2','','','2013-01-25 23:48:00','2013-01-25 23:48:00','',448,'http://108.167.155.71/~cdnz/fran/448-revision-2/',0,'revision','',0),(875,1,'2013-01-30 21:25:50','2013-01-30 21:25:50','<strong>The Natural® Choice for Cleaner, Fresher Carpets</strong>\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/natural_leaf.jpg\"><img class=\"alignnone size-full wp-image-876\" alt=\"natural_leaf\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/natural_leaf.jpg\" width=\"480\" height=\"320\" /></a>\r\n\r\nBecause we don’t want to leave any stains on our world, Chem-Dry® developed The Natural®; a unique naturally based carpet cleaning solution. Unlike other carpet cleaning products, The Natural® contains NO soaps, detergents, surfactants, organic solvents, enzymes, optical brighteners, bleaches, phosphates, petroleum-based materials, thickeners, fragrances, artificial colours, plastics or polymers.\r\n\r\nCleaning with the The Natural® is like giving your carpets a refreshing mineral water bath, with a hot carbonating cleaning process that generates natural CO<sup>2</sup> bubbles which penetrate the carpet fibres, dissolving dirt and stains quickly and also providing these unique benefits:\r\n<ul>\r\n	<li>Faster drying times</li>\r\n	<li>No harmful chemicals</li>\r\n	<li>Low water use</li>\r\n	<li>Anti-resoiling properties.</li>\r\n</ul>\r\nThe Chem-Dry® Green Certified Programme is specially designed and certifies that our patented core cleaning solution, The Natural®, together with several of our consumer products, are safe for humans, animals, water and contribute to a reduction in air pollution.','A Natural Approach','','publish','open','open','','a-natural-approach','','','2013-01-30 21:25:50','2013-01-30 21:25:50','',0,'http://108.167.155.71/~cdnz/fran/?page_id=875',0,'page','',0),(874,1,'2013-01-31 19:42:18','2013-01-31 19:42:18','&nbsp;\n\n<strong>Regular carpet cleaning from Chem-Dry® results in well-maintained carpets and fabrics, a reduction of allergens, dirt and dust – and a healthier environment for you and your family.</strong>\n\nThe secret to our drier, healthier carpet and upholstery cleans is the power of effervescent carbonating cleaning bubbles in our patented cleaning solution we call The Natural®.\n\n<a href=\"http://108.167.155.71/~cdnz/fran/about/a-natural-approach/\">The Natural®</a> combines safe, non-toxic ingredients copied from Mother Nature which penetrate deep into the fabrics of your upholstery, lifting dirt particles and allergies to the surface for easy extraction, rather than forcing them back down into the fabric.\n\nThis patented, naturally based and drier carpet cleaning process, coupled with professionally trained cleaning technicians, puts us way ahead of other<a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> companies.\n\n<img alt=\"carpets\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/ah_before_after_carpets_348x170.jpg\" />','Carpets','','inherit','open','open','','27-autosave','','','2013-01-31 19:42:18','2013-01-31 19:42:18','',27,'http://108.167.155.71/~cdnz/fran/27-autosave/',0,'revision','',0),(864,1,'2013-01-30 20:54:40','2013-01-30 20:54:40','<div class=\"success\">\r\n\r\nYour question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n</div>\r\n<a title=\"Questions\" href=\"http://108.167.155.71/~cdnz/fran/thankyou\">Click Here</a>','Thank you for your question.','','inherit','open','open','','860-revision-3','','','2013-01-30 20:54:40','2013-01-30 20:54:40','',860,'http://108.167.155.71/~cdnz/fran/860-revision-3/',0,'revision','',0),(865,1,'2013-01-30 20:57:23','2013-01-30 20:57:23','\r\n\r\nYour question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n\r\n<a style=\"class:button\" href=\"http://108.167.155.71/~cdnz/fran/thankyou\">Click Here</a>','Thank you for your question.','','inherit','open','open','','860-revision-4','','','2013-01-30 20:57:23','2013-01-30 20:57:23','',860,'http://108.167.155.71/~cdnz/fran/860-revision-4/',0,'revision','',0),(866,1,'2013-01-30 20:57:23','2013-01-30 20:57:23','\r\n\r\nYour question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n\r\n<a style=\"class:button\" href=\"http://108.167.155.71/~cdnz/fran/thankyou\">Click Here</a>','Thank you for your question.','','inherit','open','open','','860-revision-5','','','2013-01-30 20:57:23','2013-01-30 20:57:23','',860,'http://108.167.155.71/~cdnz/fran/860-revision-5/',0,'revision','',0),(867,1,'2013-01-30 20:58:26','2013-01-30 20:58:26','\r\nYour question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/thankyou\" class=\"button alt\">Click Here</a>','Thank you for your question.','','inherit','open','open','','860-revision-6','','','2013-01-30 20:58:26','2013-01-30 20:58:26','',860,'http://108.167.155.71/~cdnz/fran/860-revision-6/',0,'revision','',0),(868,1,'2013-01-30 20:58:58','2013-01-30 20:58:58','Your question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/thankyou\" class=\"button alt\">Read Questions Here</a>','Thank you for your question.','','inherit','open','open','','860-revision-7','','','2013-01-30 20:58:58','2013-01-30 20:58:58','',860,'http://108.167.155.71/~cdnz/fran/860-revision-7/',0,'revision','',0),(869,1,'2013-01-30 20:59:21','2013-01-30 20:59:21','Your question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/thankyou\" class=\"button alt\">Click Here to Read Questions</a>','Thank you for your question.','','inherit','open','open','','860-revision-8','','','2013-01-30 20:59:21','2013-01-30 20:59:21','',860,'http://108.167.155.71/~cdnz/fran/860-revision-8/',0,'revision','',0),(870,1,'2013-01-30 21:02:18','2013-01-30 21:02:18','The message was received, we’ll get back to you shortly','Thank you for your interest.','','publish','open','open','','contact-received','','','2013-01-30 21:03:08','2013-01-30 21:03:08','',0,'http://108.167.155.71/~cdnz/fran/?page_id=870',0,'page','',0),(638,1,'2013-01-23 18:57:56','2013-01-23 18:57:56','[wp_sitemap_page]','Site Map','','publish','open','open','','site-map','','','2013-01-23 18:57:56','2013-01-23 18:57:56','',0,'http://108.167.155.71/~cdnz/?page_id=638',0,'page','',0),(643,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','643','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',14,'http://108.167.155.71/~cdnz/fran/?p=643',6,'nav_menu_item','',0),(644,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','644','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',14,'http://108.167.155.71/~cdnz/fran/?p=644',16,'nav_menu_item','',0),(645,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','645','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',14,'http://108.167.155.71/~cdnz/fran/?p=645',11,'nav_menu_item','',0),(646,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','646','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',448,'http://108.167.155.71/~cdnz/fran/?p=646',10,'nav_menu_item','',0),(647,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','647','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',448,'http://108.167.155.71/~cdnz/fran/?p=647',7,'nav_menu_item','',0),(648,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','648','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',448,'http://108.167.155.71/~cdnz/fran/?p=648',8,'nav_menu_item','',0),(649,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','649','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',448,'http://108.167.155.71/~cdnz/fran/?p=649',9,'nav_menu_item','',0),(650,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','650','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',460,'http://108.167.155.71/~cdnz/fran/?p=650',12,'nav_menu_item','',0),(651,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','651','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',460,'http://108.167.155.71/~cdnz/fran/?p=651',13,'nav_menu_item','',0),(652,1,'2013-01-25 23:36:20','2013-01-25 23:36:20',' ','','','publish','open','open','','652','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',460,'http://108.167.155.71/~cdnz/fran/?p=652',14,'nav_menu_item','',0),(971,1,'2013-02-01 02:21:05','2013-02-01 02:21:05','<img class=\"size-full wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" width=\"480\" height=\"322\" />\r\n\r\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\r\n\r\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\r\n<ul>\r\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\r\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\r\n	<li>It\'s safe for wool and manmade carpet fibres</li>\r\n	<li>No shrinkage - guaranteed</li>\r\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\r\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\r\n</ul>\r\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\r\n\r\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\r\n\r\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','inherit','open','open','','443-revision-5','','','2013-02-01 02:21:05','2013-02-01 02:21:05','',443,'http://108.167.155.71/~cdnz/fran/443-revision-5/',0,'revision','',0),(895,1,'2013-01-31 19:40:51','2013-01-31 19:40:51','','ah_antique_floor_480x235','','inherit','open','open','','ah_antique_floor_480x235','','','2013-01-31 19:40:51','2013-01-31 19:40:51','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_antique_floor_480x235.jpg',0,'attachment','image/jpeg',0),(879,1,'2013-01-30 21:33:42','2013-01-30 21:33:42','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\n\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\n\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\n\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\n\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\n\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">basic clean</a> to a <a href=\"http://www.chemdry.co.uk/clean-and-protect\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\n\nWe also offer products such as <a href=\"http://www.chemdry.co.uk/store/product/stain-extinguisher\"><em>Stain Extinguisher<strong>®</strong></em></a> for a powerful way to combat stains as and when they happen.\n\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-autosave','','','2013-01-30 21:33:42','2013-01-30 21:33:42','',114,'http://108.167.155.71/~cdnz/fran/114-autosave/',0,'revision','',0),(880,1,'2013-01-26 06:23:00','2013-01-26 06:23:00','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://www.chemdry.co.uk/basic-or-economy-service\">basic clean</a> to a <a href=\"http://www.chemdry.co.uk/clean-and-protect\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a href=\"http://www.chemdry.co.uk/store/product/stain-extinguisher\"><em>Stain Extinguisher<strong>®</strong></em></a> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-6','','','2013-01-26 06:23:00','2013-01-26 06:23:00','',114,'http://108.167.155.71/~cdnz/fran/114-revision-6/',0,'revision','',0),(948,1,'2013-01-30 21:48:58','2013-01-30 21:48:58','<img class=\"size-full wp-image-411 alignnone\" alt=\"TechRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TechRug.jpg\" width=\"480\" height=\"425\" />\r\n\r\n<strong>Refresh and restore most types of rug.</strong>\r\n\r\nThe Chem-Dry<strong>®</strong> rug cleaning service involves the following steps to give your rugs one of the deepest cleans available. Our expert technicians will:\r\n<ul>\r\n	<li>Inspect</li>\r\n	<li>Dust or vacuum</li>\r\n	<li>Apply pre-treatment and brushing</li>\r\n	<li>Carry out patented hot carbonating extraction cleaning</li>\r\n	<li>Hand-finish fringes and groom the pile</li>\r\n	<li>Co-apply stain and soil resistant treatment</li>\r\n	<li>Hang to dry.</li>\r\n</ul>\r\nRugs are then vacuumed on both sides to remove all loose soil, then our hot carbonating cleaning solution The Natural® is applied to gently bring dirt and stains to the rug’s surface using millions of tiny effervescent bubbles. A deodoriser and sanitiser can then be applied to add fragrance and protect the rug from most spills and stains. The rug is then groomed to restore nap and pile then dried fast, resulting in a reduced risk of colour bleeding and the growth of mould and mildew.\r\n\r\nWith a nationwide network of highly skilled rug cleaning technicians throughout the UK, Chem-Dry<strong>®</strong> is able to meet your rug cleaning requirements for everything from small household rugs to larger rugs in commercial premises.\r\n\r\nFor added peace of mind, our technicians are covered by the ISO 9001 accreditation and trained to the highest standards.','Rug Cleaning ','','inherit','open','open','','452-revision-2','','','2013-01-30 21:48:58','2013-01-30 21:48:58','',452,'http://108.167.155.71/~cdnz/fran/452-revision-2/',0,'revision','',0),(657,1,'2013-01-23 07:31:02','2013-01-23 07:31:02','<img class=\"size-full wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" width=\"480\" height=\"322\" />\n\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\n\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\n<ul>\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\n	<li>It\'s safe for wool and manmade carpet fibres</li>\n	<li>No shrinkage - guaranteed</li>\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\n</ul>\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\n\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\n\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','inherit','open','open','','443-revision','','','2013-01-23 07:31:02','2013-01-23 07:31:02','',443,'http://108.167.155.71/~cdnz/fran/443-revision/',0,'revision','',0),(658,1,'2013-01-14 02:51:03','2013-01-14 02:51:03','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://www.chemdry.co.uk/basic-or-economy-service\">basic clean</a> to a <a href=\"http://www.chemdry.co.uk/clean-and-protect\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a href=\"http://www.chemdry.co.uk/store/product/stain-extinguisher\"><em>Stain Extinguisher<strong>®</strong></em></a> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-3','','','2013-01-14 02:51:03','2013-01-14 02:51:03','',114,'http://108.167.155.71/~cdnz/fran/114-revision-3/',0,'revision','',0),(659,1,'2013-01-25 23:40:41','2013-01-25 23:40:41','<img class=\"size-full wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" width=\"480\" height=\"322\" />\r\n\r\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\r\n\r\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\r\n<ul>\r\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\r\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\r\n	<li>It\'s safe for wool and manmade carpet fibres</li>\r\n	<li>No shrinkage - guaranteed</li>\r\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\r\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\r\n</ul>\r\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\r\n\r\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\r\n\r\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','inherit','open','open','','443-revision-2','','','2013-01-25 23:40:41','2013-01-25 23:40:41','',443,'http://108.167.155.71/~cdnz/fran/443-revision-2/',0,'revision','',0),(660,1,'2013-01-09 03:20:18','2013-01-09 03:20:18','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/dsc_2497_dom_carpet.jpg\" />\n\n<strong>Regular carpet cleaning from Chem-Dry® results in well-maintained carpets and fabrics, a reduction of allergens, dirt and dust – and a healthier environment for you and your family.</strong>\n\nThe secret to our drier, healthier carpet and upholstery cleans is the power of effervescent carbonating cleaning bubbles in our patented cleaning solution we call The Natural®.\n\n<a href=\"http://www.chemdry.co.uk/a-natural-approach\">The Natural®</a> combines safe, non-toxic ingredients copied from Mother Nature which penetrate deep into the fabrics of your upholstery, lifting dirt particles and allergies to the surface for easy extraction, rather than forcing them back down into the fabric.\n\nThis patented, naturally based and drier carpet cleaning process, coupled with professionally trained cleaning technicians, puts us way ahead of other<a href=\"http://www.chemdry.co.uk/carpet-cleaning\">carpet cleaning</a> companies.\n\n<img alt=\"carpets\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/ah_before_after_carpets_348x170.jpg\" />','Carpets','','inherit','open','open','','27-revision','','','2013-01-09 03:20:18','2013-01-09 03:20:18','',27,'http://108.167.155.71/~cdnz/fran/27-revision/',0,'revision','',0),(661,1,'2013-01-25 23:41:53','2013-01-25 23:41:53','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://www.chemdry.co.uk/basic-or-economy-service\">basic clean</a> to a <a href=\"http://www.chemdry.co.uk/clean-and-protect\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a href=\"http://www.chemdry.co.uk/store/product/stain-extinguisher\"><em>Stain Extinguisher<strong>®</strong></em></a> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-4','','','2013-01-25 23:41:53','2013-01-25 23:41:53','',114,'http://108.167.155.71/~cdnz/fran/114-revision-4/',0,'revision','',0),(662,1,'2013-01-25 23:42:22','2013-01-25 23:42:22','<img class=\"size-full wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" width=\"480\" height=\"322\" />\r\n\r\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\r\n\r\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\r\n<ul>\r\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\r\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\r\n	<li>It\'s safe for wool and manmade carpet fibres</li>\r\n	<li>No shrinkage - guaranteed</li>\r\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\r\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\r\n</ul>\r\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\r\n\r\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\r\n\r\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','inherit','open','open','','443-revision-3','','','2013-01-25 23:42:22','2013-01-25 23:42:22','',443,'http://108.167.155.71/~cdnz/fran/443-revision-3/',0,'revision','',0),(663,1,'2013-01-23 08:13:59','2013-01-23 08:13:59','<img class=\"size-full wp-image-338 alignnone\" alt=\"CommercialCurtains\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCurtains.jpg\" width=\"480\" height=\"513\" />\n\n<strong>Curtains help maintain a healthier environment by acting as an air filter.</strong>\n\nSo it\'s important to keep them clean – a service we can undertake on your commercial curtains whilst they hang, using our unique quick drying curtain cleaning process for minimal inconvenience.\n\nAt Chem-Dry®, we understand speed is of the essence to minimise disruption to your day-to-day service. Our objective is to make life easier for you by providing an efficient, professional curtain cleaning service.\n\nCurtain fabrics, sizes and styles vary greatly. In order to ensure correct cleaning and treatment, it is likely that an on-site evaluation is required to prepare a no-obligation quote.','Curtain Cleaning','','inherit','open','open','','503-revision','','','2013-01-23 08:13:59','2013-01-23 08:13:59','',503,'http://108.167.155.71/~cdnz/fran/503-revision/',0,'revision','',0),(664,1,'2013-01-25 23:43:41','2013-01-25 23:43:41','<img class=\"size-full wp-image-338 alignnone\" alt=\"CommercialCurtains\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCurtains.jpg\" width=\"480\" height=\"513\" />\n\n<strong>Curtains help maintain a healthier environment by acting as an air filter.</strong>\n\nSo it\'s important to keep them clean – a service we can undertake on your commercial curtains whilst they hang, using our unique quick drying curtain cleaning process for minimal inconvenience.\n\nAt Chem-Dry®, we understand speed is of the essence to minimise disruption to your day-to-day service. Our objective is to make life easier for you by providing an efficient, professional curtain cleaning service.\n\nCurtain fabrics, sizes and styles vary greatly. In order to ensure correct cleaning and treatment, it is likely that an on-site evaluation is required to prepare a no-obligation quote.','Curtain Cleaning','','inherit','open','open','','503-revision-2','','','2013-01-25 23:43:41','2013-01-25 23:43:41','',503,'http://108.167.155.71/~cdnz/fran/503-revision-2/',0,'revision','',0),(665,1,'2013-01-23 07:57:22','2013-01-23 07:57:22','<img class=\"size-full wp-image-350 alignnone\" alt=\"CurtainCleaning1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CurtainCleaning1.jpg\" width=\"480\" height=\"292\" />\n\n<strong>Brilliant results in situ.</strong>\n\nThe Chem-Dry® professional curtain cleaning process can be used on virtually any type of curtain fabric, pelmet or tie-back. In the majority of cases, curtains can be cleaned and curtain stains removed while still hung, using high-powered extraction machines and specialist dry curtain cleaning solutions to remove maximum dust, soil and pollution.\n\nIf you prefer to have your curtains cleaned off-site, if your home is being decorated or renovated for example, our highly skilled professionals can clean your curtains at your local cleaning centre.\n\nAs curtain fabrics, sizes and styles vary greatly, it is likely that an on-site evaluation is required to prepare a no-obligation quote.\n\n<strong>* Please contact your local operator to find out about availability of this service </strong>','Curtains','','inherit','open','open','','470-revision','','','2013-01-23 07:57:22','2013-01-23 07:57:22','',470,'http://108.167.155.71/~cdnz/fran/470-revision/',0,'revision','',0),(876,1,'2013-01-30 21:25:39','2013-01-30 21:25:39','','natural_leaf','','inherit','open','open','','natural_leaf','','','2013-01-30 21:25:39','2013-01-30 21:25:39','',875,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/natural_leaf.jpg',0,'attachment','image/jpeg',0),(877,1,'2013-01-30 21:23:44','2013-01-30 21:23:44','<strong>The Natural® Choice for Cleaner, Fresher Carpets</strong>\n\n&nbsp;\n\nBecause we don’t want to leave any stains on our world, Chem-Dry® developed The Natural®; a unique naturally based carpet cleaning solution. Unlike other carpet cleaning products, The Natural® contains NO soaps, detergents, surfactants, organic solvents, enzymes, optical brighteners, bleaches, phosphates, petroleum-based materials, thickeners, fragrances, artificial colours, plastics or polymers.\n\nCleaning with the The Natural® is like giving your carpets a refreshing mineral water bath, with a hot carbonating cleaning process that generates natural CO<sup>2</sup> bubbles which penetrate the carpet fibres, dissolving dirt and stains quickly and also providing these unique benefits:\n<ul>\n	<li>Faster drying times</li>\n	<li>No harmful chemicals</li>\n	<li>Low water use</li>\n	<li>Anti-resoiling properties.</li>\n</ul>\nThe Chem-Dry® Green Certified Programme is specially designed and certifies that our patented core cleaning solution, The Natural®, together with several of our consumer products, are safe for humans, animals, water and contribute to a reduction in air pollution.','A Natural Approach','','inherit','open','open','','875-revision','','','2013-01-30 21:23:44','2013-01-30 21:23:44','',875,'http://108.167.155.71/~cdnz/fran/875-revision/',0,'revision','',0),(878,1,'2013-01-25 23:42:42','2013-01-25 23:42:42','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/dsc_2497_dom_carpet.jpg\" />\n\n<strong>Regular carpet cleaning from Chem-Dry® results in well-maintained carpets and fabrics, a reduction of allergens, dirt and dust – and a healthier environment for you and your family.</strong>\n\nThe secret to our drier, healthier carpet and upholstery cleans is the power of effervescent carbonating cleaning bubbles in our patented cleaning solution we call The Natural®.\n\n<a href=\"http://www.chemdry.co.uk/a-natural-approach\">The Natural®</a> combines safe, non-toxic ingredients copied from Mother Nature which penetrate deep into the fabrics of your upholstery, lifting dirt particles and allergies to the surface for easy extraction, rather than forcing them back down into the fabric.\n\nThis patented, naturally based and drier carpet cleaning process, coupled with professionally trained cleaning technicians, puts us way ahead of other<a href=\"http://www.chemdry.co.uk/carpet-cleaning\">carpet cleaning</a> companies.\n\n<img alt=\"carpets\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/ah_before_after_carpets_348x170.jpg\" />','Carpets','','inherit','open','open','','27-revision-2','','','2013-01-25 23:42:42','2013-01-25 23:42:42','',27,'http://108.167.155.71/~cdnz/fran/27-revision-2/',0,'revision','',0),(871,1,'2013-01-30 21:02:18','2013-01-30 21:02:18','The message was received, we’ll get back to you shortly','Thank you for your interest.','','inherit','open','open','','870-revision','','','2013-01-30 21:02:18','2013-01-30 21:02:18','',870,'http://108.167.155.71/~cdnz/fran/870-revision/',0,'revision','',0),(872,1,'2013-02-01 04:06:44','2013-02-01 04:06:44','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\n\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\n\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\n\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\n\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\n<ul>\n	<li>Unsurpassed cleaning performance with long lasting results</li>\n	<li>A 100% hassle-free service with minimum disruption</li>\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\n	<li>A cost-effective alternative to carpet replacement.</li>\n</ul>\n<strong>What makes Chem-Dry® unique?</strong>\n<ul>\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\n</ul>','Domestic Cleaning','Deep cleaning for carpets, upholstery, leather, tile and stone and more.','inherit','open','open','','14-autosave','','','2013-02-01 04:06:44','2013-02-01 04:06:44','',14,'http://108.167.155.71/~cdnz/fran/14-autosave/',0,'revision','',0),(873,1,'2013-01-26 00:03:27','2013-01-26 00:03:27','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery, curtains and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a href=\"http://www.chemdry.co.uk/carpet-cleaning\">carpet cleaning</a> and<a href=\"http://www.chemdry.co.uk/upholstery-cleaning\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, curtains, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-3','','','2013-01-26 00:03:27','2013-01-26 00:03:27','',14,'http://108.167.155.71/~cdnz/fran/14-revision-3/',0,'revision','',0),(672,1,'2013-01-23 07:58:39','2013-01-23 07:58:39','<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/mattresses/mattresscleaning1/#main\" rel=\"attachment wp-att-384\"><img class=\"alignleft size-full wp-image-384\" alt=\"MattressCleaning1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/MattressCleaning1.jpg\" width=\"480\" height=\"350\" /></a>\n\n<strong>Keeping mattresses professionally clean doesn’t just have cosmetic benefits. It also helps you remove the many forms of bacteria and viruses that can accumulate within mattresses and cause health problems such as asthma, hay fever and allergies.</strong>\n\nThe Chem-Dry® mattress cleaning service provides a full sanitising treatment killing bacteria, viruses and spores with our unique cleaning solution The Natural®, a safe, non-toxic treatment made from ingredients whose equivalent can be found in nature.','Mattresses','','inherit','open','open','','483-revision','','','2013-01-23 07:58:39','2013-01-23 07:58:39','',483,'http://108.167.155.71/~cdnz/fran/483-revision/',0,'revision','',0),(673,1,'2013-01-23 07:35:19','2013-01-23 07:35:19','<img class=\"size-full wp-image-357 alignnone\" alt=\"DomesticRugs\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/DomesticRugs.jpg\" width=\"480\" height=\"381\" />\n\n<strong>The ultimate cleaning process for all types of rug.</strong>\n\nWhilst a rug is a versatile addition to any room, they often receive heavy traffic and can quickly become dirty. A specialist Chem-Dry<strong>® </strong><a href=\"http://chemdry.co.uk/rug-cleaning\">rug cleaning</a> treatment is flexible enough to treat the differing finishes and rug fibre construction of any type of rug with the following benefits:\n<ul>\n	<li>Richness of bright, vibrant colours restored</li>\n	<li>Most stains removed</li>\n	<li>Embedded coarse grit removed to extend the life of your rug</li>\n	<li>Flattened pile lifted, enhancing your rug\'s texture and appearance</li>\n	<li>Protection treatment to help resist future staining and soiling</li>\n	<li>Safe for children and pets</li>\n	<li>Suitable for virtually all types of rugs</li>\n	<li>Optional <a href=\"http://chemdry.co.uk/anti-allergen\">anti-allergen treatment</a> for asthma sufferers.</li>\n</ul>\nWhatever the age, size or type of rug you would like us to clean, our experts will first assess your rug, then offer two options:\n\n<strong>On-site rug cleaning</strong>\nRugs can be cleaned on-site, but this will depend upon the extent of soiling, size and convenience to you.\n\n<strong>Off-site rug cleaning</strong>\nOff-site cleaning will involve cleaning the rug at a purpose-built rug cleaning facility where once cleaned, restored and dried, they will be re-vacuumed and returned to your home or place of work.<strong>*</strong>\n\nWhen it comes to rug cleaning, we understand that these delicate and often valuable pieces need to be handled with care.\n\n<strong>* Only some operators offer this service.</strong>','Rugs','','inherit','open','open','','448-revision','','','2013-01-23 07:35:19','2013-01-23 07:35:19','',448,'http://108.167.155.71/~cdnz/fran/448-revision/',0,'revision','',0),(882,1,'2013-01-23 07:37:56','2013-01-23 07:37:56','<img class=\"size-full wp-image-411 alignnone\" alt=\"TechRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TechRug.jpg\" width=\"480\" height=\"425\" />\n\n<strong>Refresh and restore most types of rug.</strong>\n\nThe Chem-Dry<strong>®</strong> rug cleaning service involves the following steps to give your rugs one of the deepest cleans available. Our expert technicians will:\n<ul>\n	<li>Inspect</li>\n	<li>Dust or vacuum</li>\n	<li>Apply pre-treatment and brushing</li>\n	<li>Carry out patented hot carbonating extraction cleaning</li>\n	<li>Hand-finish fringes and groom the pile</li>\n	<li>Co-apply stain and soil resistant treatment</li>\n	<li>Hang to dry.</li>\n</ul>\nRugs are then vacuumed on both sides to remove all loose soil, then our hot carbonating cleaning solution The Natural® is applied to gently bring dirt and stains to the rug’s surface using millions of tiny effervescent bubbles. A deodoriser and sanitiser can then be applied to add fragrance and protect the rug from most spills and stains. The rug is then groomed to restore nap and pile then dried fast, resulting in a reduced risk of colour bleeding and the growth of mould and mildew.\n\nWith a nationwide network of highly skilled rug cleaning technicians throughout the UK, Chem-Dry<strong>®</strong> is able to meet your rug cleaning requirements for everything from small household rugs to larger rugs in commercial premises.\n\nFor added peace of mind, our technicians are covered by the ISO 9001 accreditation and trained to the highest standards.','Rug Cleaning ','','inherit','open','open','','452-revision','','','2013-01-23 07:37:56','2013-01-23 07:37:56','',452,'http://108.167.155.71/~cdnz/fran/452-revision/',0,'revision','',0),(949,1,'2013-01-30 21:49:55','2013-01-30 21:49:55','<img class=\"size-full wp-image-429 alignnone\" alt=\"CarpetStain\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CarpetStain.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry<strong>®</strong> promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most rug stains.\r\n\r\nThe longer a spot sits on your rug, the harder it becomes to remove. While many rug stains can be dealt with there and then, some require the technical skill and advanced cleaning solutions of expert stain removers.\r\n\r\nAs leaders in the rug and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains. We can also provide specialised rug stain removal services to remove stubborn stains during our rug cleaning process.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> rug cleaning service, we will ensure that most stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a title=\"Stain Extinguisher\" href=\"http://108.167.155.71/~cdnz/fran/product/stain-extinguisher-2/\"><em>Stain Extinguisher<strong>®</strong></em> </a>for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your rug stain, no one can!</strong>','Rug Stain Removal ','','inherit','open','open','','454-revision-2','','','2013-01-30 21:49:55','2013-01-30 21:49:55','',454,'http://108.167.155.71/~cdnz/fran/454-revision-2/',0,'revision','',0),(883,1,'2013-01-23 07:39:52','2013-01-23 07:39:52','<img class=\"size-full wp-image-429 alignnone\" alt=\"CarpetStain\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CarpetStain.jpg\" width=\"480\" height=\"350\" />\n\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry<strong>®</strong> promise.</strong>\n\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most rug stains.\n\nThe longer a spot sits on your rug, the harder it becomes to remove. While many rug stains can be dealt with there and then, some require the technical skill and advanced cleaning solutions of expert stain removers.\n\nAs leaders in the rug and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains. We can also provide specialised rug stain removal services to remove stubborn stains during our rug cleaning process.\n\nAs part of the Chem-Dry<strong>®</strong> rug cleaning service, we will ensure that most stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\n\nWe also offer products such as <a title=\"Stain Extinguisher\" href=\"http://108.167.155.71/~cdnz/fran/product/stain-extinguisher-2/\"><em>Stain Extinguisher<strong>®</strong></em> </a>for a powerful way to combat stains as and when they happen.\n\n<strong>If Chem-Dry<strong>®</strong> can’t remove your rug stain, no one can!</strong>','Rug Stain Removal ','','inherit','open','open','','454-revision','','','2013-01-23 07:39:52','2013-01-23 07:39:52','',454,'http://108.167.155.71/~cdnz/fran/454-revision/',0,'revision','',0),(950,1,'2013-01-30 22:04:15','2013-01-30 22:04:15','<img class=\"size-full wp-image-418 alignnone\" alt=\"Upholstery3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery3.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain-removal products and tools to remove or minimise most types of stains.\r\n\r\nWhen it comes to upholstery stain removal, your best chance for removing the stain is to do it as quickly as possible after the spot is made. The longer a spot sits on your upholstery, the harder it becomes to remove. While many stains can be removed when they occur, some require the technical skill and advanced cleaning solutions of expert stain removers.\r\n\r\nAs leaders in the upholstery and fabric care industry, we have an extensive range of professional products and solutions at our disposal to help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry® <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholstery-cleaning/\">upholstery cleaning service</a>, we will ensure that virtually all stains are removed. However, why not upgrade the service from a basic clean to a clean and protect package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a title=\"Stain Extinguisher\" href=\"http://108.167.155.71/~cdnz/fran/product/stain-extinguisher-2/\"><em>Stain Extinguisher®</em> </a>for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry® can’t remove the stain on your favourite sofa, no one can!</strong>\r\n\r\nWhy not enhance your upholstery\'s ability to stand up to life’s unexpected accidents by protecting it with <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">Chem-Dry® Fabric Protector</a>? A small investment in this invisible barrier is a sensible way to protect your investment.','Upholstery Stain Removal','','inherit','open','open','','465-revision-2','','','2013-01-30 22:04:15','2013-01-30 22:04:15','',465,'http://108.167.155.71/~cdnz/fran/465-revision-2/',0,'revision','',0),(884,1,'2013-01-30 21:51:11','2013-01-30 21:51:11','<img class=\"size-full wp-image-424 alignnone\" alt=\"BabyRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/BabyRug.jpg\" width=\"480\" height=\"350\" />\n\nChem-Dry<strong>®</strong> provides a specific cleaning solution for 100% wool carpets and rugs that\'s fully accredited and approved by WoolSafe; the independent testing body who promote best practice in the cleaning of wool carpets and rugs.\n\n<a title=\"A Natural Approach\" href=\"http://108.167.155.71/~cdnz/fran/about/a-natural-approach/\">The Natural®</a> for wool and <a href=\"http://chemdry.co.uk/clean-and-protect\">Repel Protectant™</a> have both passed rigorous tests with flying colours, so you can treat your wool carpets and rugs to a Chem-Dry<strong>®</strong> clean with confidence.','Wool Rug Cleaning','','inherit','open','open','','456-autosave','','','2013-01-30 21:51:11','2013-01-30 21:51:11','',456,'http://108.167.155.71/~cdnz/fran/456-autosave/',0,'revision','',0),(885,1,'2013-01-23 07:41:40','2013-01-23 07:41:40','<img class=\"size-full wp-image-424 alignnone\" alt=\"BabyRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/BabyRug.jpg\" width=\"480\" height=\"350\" />\n\nChem-Dry<strong>®</strong> provides a specific cleaning solution for 100% wool carpets and rugs that\'s fully accredited and approved by WoolSafe; the independent testing body who promote best practice in the cleaning of wool carpets and rugs.\n\n<a title=\"A Natural Approach\" href=\"http://108.167.155.71/~cdnz/fran/about/a-natural-approach/\">The Natural®</a> for wool and <a href=\"http://chemdry.co.uk/clean-and-protect\">Repel Protectant™</a> have both passed rigorous tests with flying colours, so you can treat your wool carpets and rugs to a Chem-Dry<strong>®</strong> clean with confidence.','Wool Rug Cleaning','','inherit','open','open','','456-revision','','','2013-01-23 07:41:40','2013-01-23 07:41:40','',456,'http://108.167.155.71/~cdnz/fran/456-revision/',0,'revision','',0),(886,1,'2013-01-26 00:16:32','2013-01-26 00:16:32','<img class=\"size-full wp-image-416 alignnone\" alt=\"Upholstery1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery1.jpg\" width=\"480\" height=\"357\" />\n\n<strong>Inject a new lease of life into your favourite furniture.</strong>\n\nWhether it’s stain removal, a freshen up for a tired suite or sofa or more specialist cleaning for a cracked or damaged leather chair, Chem-Dry® professional <a href=\"http://chemdry.co.uk/upholstery-cleaning\">upholstery cleaning</a> expertise can help you avoid the expense and inconvenience of replacement or re-upholstery.\n\n<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholsterybeforeandafter/#main\" rel=\"attachment wp-att-419\"><img class=\"alignleft size-full wp-image-419\" alt=\"UpholsteryBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></a>','Upholstery','','inherit','open','open','','460-revision-2','','','2013-01-26 00:16:32','2013-01-26 00:16:32','',460,'http://108.167.155.71/~cdnz/fran/460-revision-2/',0,'revision','',0),(887,1,'2013-01-30 21:55:24','2013-01-30 21:55:24','<img class=\"size-full wp-image-417 alignnone\" alt=\"Upholstery2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery2.jpg\" width=\"480\" height=\"254\" />\n\n<strong>Only Chem-Dry® offers a unique carbonating-cleaning process that provides clean and dry upholstery in approximately four to six hours instead of one to two days.</strong>\n\nChem-Dry® professional upholstery cleaning services comprise of three different service packages:\n<ul>\n	<li><a title=\"Basic Clean\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">Deep Clean</a></li>\n	<li><a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">Clean and Protect</a></li>\n	<li><a title=\"Deodorisation\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/deodorisation/\">Clean, Protect and Deodorise.</a></li>\n</ul>\nThese services are designed to meet your upholstery cleaning requirements with the highest professional standards of sofa, couch or settee cleaning undertaken by professionally trained technicians. We provide the most thorough deep clean including:\n<ul>\n	<li>Thorough pre-clean inspection</li>\n	<li>Identification of fabrics used in your sofa and upholstery</li>\n	<li>Review of pre-existing condition of your sofa and upholstered items</li>\n	<li>Sofa fabric test for compatibility</li>\n	<li>Thorough vacuuming</li>\n	<li>Inspection and customer approval once process has been completed.</li>\n</ul>','Upholstery Cleaning','','inherit','open','open','','463-autosave','','','2013-01-30 21:55:24','2013-01-30 21:55:24','',463,'http://108.167.155.71/~cdnz/fran/463-autosave/',0,'revision','',0),(679,1,'2013-01-23 08:01:09','2013-01-23 08:01:09','<img class=\"size-full wp-image-414 alignnone\" alt=\"TileAndGroutCleaning\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutCleaning.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Renew shine to floors and walls\n</strong>Renew the shine to your tile and grout throughout your home with Chem-Dry® tile, stone and grout treatment that cleans and seals the same day, with floors ready to be walked on in around 4 hours.*\n\n<img class=\"size-full wp-image-413 alignnone\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" />\n\nOur professional technicians use the latest advanced cleaning solutions and powerful suction equipment to remove the dirt and grime from your grout, stone and tile, increasing its longevity and improving its appearance. The process is also an effective way to reduce bacteria and other micro-organisms found on the surface and inside the grout, making tile and grout surfaces safer for children and pets – then sealing with Chem-Dry® sealers to keep germs out and make future cleaning easier.\n\n<img class=\"size-full wp-image-412 alignnone\" alt=\"TileAndGrout2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGrout2.jpg\" width=\"480\" height=\"350\" />\n\nWe can also help you enhance and revitalise your floors, counters, walls and other tile and stone surfaces with professional grout colouring, grout colour repair, stone colour enhancing and other services.\n\n<strong>* Please contact your local operator for availability of tile and stone cleaning.</strong>','Tile, Stone & Grout','','inherit','open','open','','486-revision','','','2013-01-23 08:01:09','2013-01-23 08:01:09','',486,'http://108.167.155.71/~cdnz/fran/486-revision/',0,'revision','',0),(680,1,'2013-01-23 08:10:59','2013-01-23 08:10:59','<img class=\"size-full wp-image-343 alignnone\" alt=\"CommercialRug1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialRug1.jpg\" width=\"479\" height=\"318\" />\n\n<strong>Chem-Dry® cleans, grooms and restores your commercial rugs.</strong>\n\nOur flexible approach allows rugs to be cleaned during our on-site visits, or at our purpose built rug cleaning facilities.\n\nWe can clean your rugs on-site (depending on the extent of soiling, size and convenience) or alternatively they can be cleaned at our franchises\' premises. A qualified Chem-Dry® rug cleaning technician will be only too happy to pass on their knowledge and advice about how we can restore and refresh your rugs.\n\nIf your rugs have been taken away, once dried, they will be re-vacuumed and returned to your work premises.','Rug Cleaning ','','inherit','open','open','','499-revision','','','2013-01-23 08:10:59','2013-01-23 08:10:59','',499,'http://108.167.155.71/~cdnz/fran/499-revision/',0,'revision','',0),(681,1,'2013-01-23 08:16:08','2013-01-23 08:16:08','<img class=\"size-full wp-image-347 alignnone\" alt=\"CommercialTileAndGrout\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTileAndGrout.jpg\" width=\"480\" height=\"470\" />\n\n<strong>Does your business have a stone floor or tile surfaces that are starting to look a little worn? Is the grouting in your washing or changing facilities in need of freshening up?</strong>\n\nThe Chem-Dry® commercial tile, stone and grout cleaning service will ensure that all your surfaces look their best.\n\nOur professional cleaning technicians use the latest advanced cleaning solutions and powerful suction equipment to remove the dirt and grime from your grout, stone and tile, to increase longevity and improve appearance.\n\n<img class=\"size-full wp-image-413 alignnone\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" />\n\nThe process is also an effective way to reduce bacteria and other micro-organisms found on the surface and inside the grout, making tile and grout surfaces more hygienic for your staff and customers.','Tile, Stone & Grout Cleaning','','inherit','open','open','','505-revision','','','2013-01-23 08:16:08','2013-01-23 08:16:08','',505,'http://108.167.155.71/~cdnz/fran/505-revision/',0,'revision','',0),(682,1,'2013-01-23 08:12:25','2013-01-23 08:12:25','<img class=\"size-full wp-image-335 alignnone\" alt=\"Commercial3\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Commercial3.jpg\" width=\"480\" height=\"261\" />\n\n<strong>Upholstery in commercial settings can often be a focal point for your public-facing and reception areas, where first impressions really count.</strong>\n\nUsing the most advanced cleaning technology in the industry, a Chem-Dry® unique carpet and upholstery cleaning process can leave your commercial fabrics sparkling clean and dry in just 4-6 hours to ensure every visitor receives a professional, business-like welcome.','Upholstery Cleaning ','','inherit','open','open','','501-revision','','','2013-01-23 08:12:25','2013-01-23 08:12:25','',501,'http://108.167.155.71/~cdnz/fran/501-revision/',0,'revision','',0),(683,1,'2013-01-23 08:02:30','2013-01-23 08:02:30','<img class=\"size-full wp-image-408 alignnone\" alt=\"PURT1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/PURT1.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Pet urine odours or stains?</strong>\n\nHelp is at hand with P.U.R.T.®, the unique Chem-Dry® advanced pet odour removal treatment. This high-tech system uses UV lights to detect affected areas and a deep penetrating chemical compound that destroys most cat or dog urine stains and odours within 36 hours. This highly effective system has been developed using our years of experience in <a href=\"http://chemdry.co.uk/carpet-cleaning\">carpet cleaning</a>.\n<ul>\n	<li>Uses natural extracts from herbs, spices and trees coupled with a fibre protecting polymer</li>\n	<li>Targets not only your pet urine odour issues, but also any associated stains</li>\n	<li>Restores severely damaged carpeted areas.</li>\n</ul>','Pet Urine Odour Removal ','','inherit','open','open','','488-revision','','','2013-01-23 08:02:30','2013-01-23 08:02:30','',488,'http://108.167.155.71/~cdnz/fran/488-revision/',0,'revision','',0),(684,1,'2013-01-23 08:24:28','2013-01-23 08:24:28','<h2></h2>\n<img class=\"alignnone size-full wp-image-340\" alt=\"CommercialLeather1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialLeather1.jpg\" width=\"479\" height=\"435\" />\n\n<strong>At Chem-Dry®, we pride ourselves on our ability to breathe new life into your tired looking surfaces. Whether it\'s carpets and upholstery or leather and tile and stone, our revolutionary cleaning services can add a new lease of life to virtually any surface in your home.</strong>\n\nTake a look at the before and after examples below to see actual results of Chem-Dry® cleans.\n\n<strong>Domestic Carpets</strong>\n\n<img class=\"alignnone size-full wp-image-425\" alt=\"before_after_carpets_348x170\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/before_after_carpets_348x170.jpg\" width=\"479\" height=\"234\" />\n\n<strong><img class=\"alignnone size-full wp-image-428\" alt=\"CarpetBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CarpetBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></strong>\n\n<strong>Upholstery </strong>\n\n<strong><img class=\"alignnone size-full wp-image-420\" alt=\"UpholsteryBeforeAndAfter2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter2.jpg\" width=\"480\" height=\"235\" /></strong>\n\n&nbsp;\n\n<img class=\"alignnone size-full wp-image-419\" alt=\"UpholsteryBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter.jpg\" width=\"480\" height=\"235\" />\n\n<strong>Leather</strong>\n\n<strong><img class=\"alignnone size-full wp-image-422\" alt=\"UpholsteryLeatherBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryLeatherBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></strong>\n\n<strong>Tile &amp; Stone</strong>\n\n<strong><img class=\"alignnone size-full wp-image-415\" alt=\"TileAndStone2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndStone2.jpg\" width=\"480\" height=\"235\" /></strong>\n\n<strong><img class=\"alignnone size-full wp-image-413\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" /></strong>\n\n&nbsp;\n\n&nbsp;\n\n<strong>Commercial Carpets</strong>\n\n<strong><img class=\"alignnone size-full wp-image-497\" alt=\"ah_commercial_1_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2012/12/ah_commercial_1_480x235.jpg\" width=\"480\" height=\"235\" /></strong>','Before & After','','inherit','open','open','','513-revision','','','2013-01-23 08:24:28','2013-01-23 08:24:28','',513,'http://108.167.155.71/~cdnz/fran/513-revision/',0,'revision','',0),(685,1,'2013-01-25 23:43:59','2013-01-25 23:43:59','<img class=\"size-full wp-image-338 alignnone\" alt=\"CommercialCurtains\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCurtains.jpg\" width=\"480\" height=\"513\" />\n\n<strong>Curtains help maintain a healthier environment by acting as an air filter.</strong>\n\nSo it\'s important to keep them clean – a service we can undertake on your commercial curtains whilst they hang, using our unique quick drying curtain cleaning process for minimal inconvenience.\n\nAt Chem-Dry®, we understand speed is of the essence to minimise disruption to your day-to-day service. Our objective is to make life easier for you by providing an efficient, professional curtain cleaning service.\n\nCurtain fabrics, sizes and styles vary greatly. In order to ensure correct cleaning and treatment, it is likely that an on-site evaluation is required to prepare a no-obligation quote.','Curtain Cleaning','','inherit','open','open','','503-revision-3','','','2013-01-25 23:43:59','2013-01-25 23:43:59','',503,'http://108.167.155.71/~cdnz/fran/503-revision-3/',0,'revision','',0),(686,1,'2013-01-14 02:44:22','2013-01-14 02:44:22','<img alt=\"reception\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/reception_striped_carpet_355x320.jpg\" />\r\n\r\n<strong>As the leaders in specialist cleaning services, Chem-Dry® is the professional choice when it comes to making sure your business premises is a comfortable, safe place to work and gives out exactly the right impression to customers and staff.</strong>\r\n\r\nWe’re the No.1 in commercial carpet, curtain and upholstery cleaning maintenance programmes, using the very latest technology to:\r\n<ul>\r\n	<li>Provide professional bespoke carpet maintenance and cleaning programmes with minimal disruption</li>\r\n	<li>Protect your business assets and investments</li>\r\n	<li>Enhance your company image and create the right impression</li>\r\n	<li>Maintain a healthy, pleasant place to work for you, your employees and visitors</li>\r\n	<li>Reduce downtime for businesses.</li>\r\n</ul>\r\nWe also provide the following commercial services:\r\n<ul>\r\n	<li>Anti-static application</li>\r\n	<li>Fire retardant application.</li>\r\n</ul>','Commercial Cleaning','We’re the leaders in specialist commercial cleaning services.','inherit','open','open','','29-revision-2','','','2013-01-14 02:44:22','2013-01-14 02:44:22','',29,'http://108.167.155.71/~cdnz/fran/29-revision-2/',0,'revision','',0),(953,1,'2013-01-31 23:27:57','2013-01-31 23:27:57','<img alt=\"reception\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/reception_striped_carpet_355x320.jpg\" />\r\n\r\n<strong>As the leaders in specialist cleaning services, Chem-Dry® is the professional choice when it comes to making sure your business premises is a comfortable, safe place to work and gives out exactly the right impression to customers and staff.</strong>\r\n\r\nWe’re the No.1 in commercial carpet and upholstery cleaning maintenance programmes, using the very latest technology to:\r\n<ul>\r\n	<li>Provide professional bespoke carpet maintenance and cleaning programmes with minimal disruption</li>\r\n	<li>Protect your business assets and investments</li>\r\n	<li>Enhance your company image and create the right impression</li>\r\n	<li>Maintain a healthy, pleasant place to work for you, your employees and visitors</li>\r\n	<li>Reduce downtime for businesses.</li>\r\n</ul>\r\nWe also provide the following commercial services:\r\n<ul>\r\n	<li>Anti-static application</li>\r\n	<li>Fire retardant application.</li>\r\n</ul>','Commercial Cleaning','We’re the leaders in specialist commercial cleaning services.','inherit','open','open','','29-revision-5','','','2013-01-31 23:27:57','2013-01-31 23:27:57','',29,'http://108.167.155.71/~cdnz/fran/29-revision-5/',0,'revision','',0),(687,1,'2013-01-14 02:42:54','2013-01-14 02:42:54','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery, curtains and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a href=\"http://www.chemdry.co.uk/carpet-cleaning\">carpet cleaning</a> and<a href=\"http://www.chemdry.co.uk/upholstery-cleaning\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, curtains, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-2','','','2013-01-14 02:42:54','2013-01-14 02:42:54','',14,'http://108.167.155.71/~cdnz/fran/14-revision-2/',0,'revision','',0),(688,1,'2013-01-23 08:18:58','2013-01-23 08:18:58','<img class=\"alignnone size-full wp-image-426\" alt=\"Business1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Business1.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Chem-Dry® provides trusted professional commercial carpet and upholstery cleaning services to most business sectors, including offices, schools, councils and leisure centres.</strong>\n\nChem-Dry® professional technicians will analyse your company\'s needs and deliver a comprehensive plan to determine the best possible cleaning schedules for your business.\n\nOur cleaning experts are flexible enough to work around your business and can include carpet and upholstery maintenance, commercial carpet and upholstery cleaning services plus other bespoke services such as tile, stone and grout cleaning.','Business Types','','inherit','open','open','','509-revision','','','2013-01-23 08:18:58','2013-01-23 08:18:58','',509,'http://108.167.155.71/~cdnz/fran/509-revision/',0,'revision','',0),(689,1,'2013-01-23 17:46:55','2013-01-23 17:46:55','<img class=\"alignnone size-full wp-image-346\" alt=\"CommercialTheatres\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTheatres.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Bingo halls, theatres, cinemas and public auditoriums can quickly collect dirt and dust due to high numbers of visitors.</strong>\n\nFrom regular carpet cleaning maintenance programmes to specialist treatments for curtains, upholstery and tiles and grout in toilets and washrooms, Chem-Dry® experts can help keep bingo halls and other leisure venues clean, tidy and hygienic with fast, professional cleaning solutions.','Bingo & More ','','inherit','open','open','','551-revision','','','2013-01-23 17:46:55','2013-01-23 17:46:55','',551,'http://108.167.155.71/~cdnz/fran/551-revision/',0,'revision','',0),(690,1,'2013-01-23 17:45:36','2013-01-23 17:45:36','<img class=\"alignnone size-full wp-image-337\" alt=\"CommercialCouncil\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCouncil.jpg\" width=\"480\" height=\"320\" />\n\n<strong>Ensuring council offices, receptions and facilities convey a good impression to visitors and users, whilst being a clean and comfortable place to work, is easy thanks to Chem-Dry®.</strong>\n\nA visit from Chem-Dry® experts can help keep your council office clean, tidy and hygienic with fast, professional cleaning solutions.\n\nWhether it’s a one-off deep clean or a regular cleaning programme for carpets, curtains, upholstery or tiles and grout, Chem-Dry® can ensure your premises reflect the professional nature of your council.','Council','','inherit','open','open','','549-revision','','','2013-01-23 17:45:36','2013-01-23 17:45:36','',549,'http://108.167.155.71/~cdnz/fran/549-revision/',0,'revision','',0),(691,1,'2013-01-23 17:43:09','2013-01-23 17:43:09','<img class=\"alignnone size-full wp-image-342\" alt=\"CommercialRental\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialRental.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Cleaning at the end of tenancy can often be a job that\'s best left to the professionals.</strong>\n\nChem-Dry® experts can ensure your property is clean, tidy and hygienic with professional cleaning solutions to prepare your property for its new tenants.\n\nWhether it\'s a deep carpet clean or specialist curtain, upholstery or tile and grout treatment, we will ensure your rental property looks clean and welcoming for new tenants.','End of Tenancy','','inherit','open','open','','545-revision','','','2013-01-23 17:43:09','2013-01-23 17:43:09','',545,'http://108.167.155.71/~cdnz/fran/545-revision/',0,'revision','',0),(692,1,'2013-01-23 17:39:50','2013-01-23 17:39:50','<img class=\"alignnone size-full wp-image-339\" alt=\"CommercialHotel\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialHotel.jpg\" width=\"480\" height=\"309\" />\n\n<strong>Hotels and bed &amp; breakfast establishments are often rated primarily by guests on standards of cleanliness. So it\'s important to make sure that they benefit from the deepest clean possible, whether it\'s carpets, upholstery, curtains or bathroom tiles and grout.</strong>\n\nChem-Dry® experts can help keep your hotel clean, tidy and hygienic with professional cleaning solutions that include one-off treatments or affordable regular contracts.\n\nAll our treatments are designed to be carried out quickly and efficiently with minimum disruption to you and your guests.','Hotels','','inherit','open','open','','541-revision','','','2013-01-23 17:39:50','2013-01-23 17:39:50','',541,'http://108.167.155.71/~cdnz/fran/541-revision/',0,'revision','',0),(693,1,'2013-01-23 17:37:34','2013-01-23 17:37:34','<img class=\"alignnone size-full wp-image-336\" alt=\"Commercial4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Commercial4.jpg\" width=\"480\" height=\"430\" />\n\n<strong>A clean, fresh office means a happier, more productive workforce and also conveys the right impression for visitors or clients.</strong>\n\nWhether it’s a one-off deep clean or carpet cleaning carried out on a regular basis, Chem-Dry® experts can help keep your office clean, tidy and hygienic with a choice of professional cleaning solutions.\n\nYour Chem-Dry® technician can make sure your carpets, curtains, upholstery and even tiles and grout, look their best to create a clean, comfortable workplace. Our treatments are designed to be carried out quickly and efficiently; a Chem-Dry® treatment will cause minimum disruption to your working day.','Offices','','inherit','open','open','','539-revision','','','2013-01-23 17:37:34','2013-01-23 17:37:34','',539,'http://108.167.155.71/~cdnz/fran/539-revision/',0,'revision','',0),(694,1,'2013-01-23 17:35:55','2013-01-23 17:35:55','<img class=\"alignnone size-full wp-image-427\" alt=\"BusinessSchool\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/BusinessSchool.jpg\" width=\"480\" height=\"217\" />\n\n<strong>Whether it’s a one-off deep clean, a regular carpet cleaning maintenance programme or specialist cleaning for curtains or bathroom tiles and grout, Chem-Dry® experts can help keep your school clean, tidy and hygienic with professional cleaning solutions.</strong>\n\nOur fast processes mean a Chem-Dry® clean can be carried out with minimum disruption to your school schedule. Weekend and out-of-hours appointments can also be arranged.','Schools','','inherit','open','open','','537-revision','','','2013-01-23 17:35:55','2013-01-23 17:35:55','',537,'http://108.167.155.71/~cdnz/fran/537-revision/',0,'revision','',0),(695,1,'2013-01-23 17:44:29','2013-01-23 17:44:29','<img class=\"alignnone size-full wp-image-344\" alt=\"CommercialSports\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialSports.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Due to the nature of activities undertaken, sports halls and leisure facilities can get dirty fast.</strong>\n\nChem-Dry® cleaning can be carried out to make sure users enjoy their leisure time in the cleanest possible environment.\n\nWhether it’s a professional deep clean for floor and wall tiles and grout or a carpet, curtain or upholstery cleaning programme, Chem-Dry® experts can help keep your sports venue or leisure centre clean, tidy and hygienic.','Sports','','inherit','open','open','','547-revision','','','2013-01-23 17:44:29','2013-01-23 17:44:29','',547,'http://108.167.155.71/~cdnz/fran/547-revision/',0,'revision','',0),(696,1,'2013-01-23 17:41:15','2013-01-23 17:41:15','<img class=\"alignnone size-full wp-image-345\" alt=\"CommercialStudent\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialStudent.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Student accommodation often requires professional cleaning to keep it clean, fresh and attractive to new tenants.</strong>\n\nFrom one-off deep cleans to regular cleaning maintenance programmes, Chem-Dry® experts can help keep your student accommodation facilities clean, tidy and hygienic with fast treatments for carpets, curtains, upholstery and more.','Student Accommodation','','inherit','open','open','','543-revision','','','2013-01-23 17:41:15','2013-01-23 17:41:15','',543,'http://108.167.155.71/~cdnz/fran/543-revision/',0,'revision','',0),(697,1,'2013-01-23 17:47:54','2013-01-23 17:47:54','<img class=\"alignnone size-full wp-image-348\" alt=\"CommercialTileSwimmingPool\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTileSwimmingPool.jpg\" width=\"480\" height=\"320\" />\n\n<strong>With our specialist tile and stone cleaning products Chem-Dry® experts can help keep your swimming pool remain pristine.</strong>\n\nAs professionals we understand the importance of maintaining a hygienic environment with minimum disruption to you and your customers. Our fast processes mean a Chem-Dry® clean can be carried out in hours, with out-of-hours appointments also available.','Swimming Pools','','inherit','open','open','','553-revision','','','2013-01-23 17:47:54','2013-01-23 17:47:54','',553,'http://108.167.155.71/~cdnz/fran/553-revision/',0,'revision','',0),(911,1,'2013-01-31 19:41:27','2013-01-31 19:41:27','','computergirl_480x254','','inherit','open','open','','computergirl_480x254','','','2013-01-31 19:41:27','2013-01-31 19:41:27','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/computergirl_480x254.jpg',0,'attachment','image/jpeg',0),(912,1,'2013-01-31 19:41:33','2013-01-31 19:41:33','','curtain_cleaning','','inherit','open','open','','curtain_cleaning','','','2013-01-31 19:41:33','2013-01-31 19:41:33','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/curtain_cleaning.jpg',0,'attachment','image/jpeg',0),(699,1,'2013-01-23 08:17:42','2013-01-23 08:17:42','<img class=\"alignnone size-full wp-image-340\" alt=\"CommercialLeather1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialLeather1.jpg\" width=\"479\" height=\"435\" />\n\n<strong>Are the leather sofas in your lobby starting to look a little bit shabby? Are they suffering from cracks due to dryness, scratches and scuffs?</strong>\n\nChem-Dry® leather cleaning and restoration specialists use leather cleaning processes and products which are endorsed by over 300 tanneries and manufacturers.\n\nLeather upholstery is an expensive investment, so why take risks over its care and appearance? Regular cleaning and maintenance by a certified Chem-Dry® leather cleaning professional can prevent any undue wear to your leather furniture and keep it looking in perfect condition.','Leather Cleaning & Repair','','inherit','open','open','','507-revision','','','2013-01-23 08:17:42','2013-01-23 08:17:42','',507,'http://108.167.155.71/~cdnz/fran/507-revision/',0,'revision','',0),(700,1,'2013-01-26 00:07:16','2013-01-26 00:07:16','<img class=\"alignnone size-full wp-image-341\" alt=\"CommercialProducts\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialProducts.jpg\" width=\"480\" height=\"350\" />\n\nChem-Dry® understands that one solution won\'t fit all customer needs. That\'s why we offer a range of cleaning and protection packages that can be combined with our standard cleaning service.\n\nIn addition to the removal of dirt and stains from your carpet and upholstery, we also offer:\n<ul>\n	<li>Protection to help the fight against stains once we\'ve gone</li>\n	<li>Deodorisation available in a range of long-lasting scents</li>\n	<li>Anti-Allergen providing protection for your family against the dust and bacteria that cause asthmatic and allergic reactions</li>\n</ul>\nLocal franchises may also offer multi room savings, guarantees or warranties and promotions across a range of combined items.','Packages & Extras','','inherit','open','open','','511-autosave','','','2013-01-26 00:07:16','2013-01-26 00:07:16','',511,'http://108.167.155.71/~cdnz/fran/511-autosave/',0,'revision','',0),(701,1,'2013-01-23 08:20:21','2013-01-23 08:20:21','<img class=\"alignnone size-full wp-image-341\" alt=\"CommercialProducts\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialProducts.jpg\" width=\"480\" height=\"350\" />\n\nChem-Dry® understands that one solution won\'t fit all customer needs. That\'s why we offer a range of cleaning and protection packages that can be combined with our standard cleaning service.\n\nIn addition to the removal of dirt and stains from your carpet and upholstery, we also offer:\n<ul>\n	<li>Protection to help the fight against stains once we\'ve gone</li>\n	<li>Deodorisation available in a range of long-lasting scents</li>\n	<li>Anti-Allergen providing protection for your family against the dust and bacteria that cause asthmatic and allergic reactions</li>\n</ul>\nLocal franchises may also offer multi room savings, guarantees or warranties and promotions across a range of combined items.','Packages & Extras','','inherit','open','open','','511-revision','','','2013-01-23 08:20:21','2013-01-23 08:20:21','',511,'http://108.167.155.71/~cdnz/fran/511-revision/',0,'revision','',0),(702,1,'2013-01-23 07:45:05','2013-01-23 07:45:05','<img class=\"size-full wp-image-416 alignnone\" alt=\"Upholstery1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Upholstery1.jpg\" width=\"480\" height=\"357\" />\n\n<strong>Inject a new lease of life into your favourite furniture.</strong>\n\nWhether it’s stain removal, a freshen up for a tired suite or sofa or more specialist cleaning for a cracked or damaged leather chair, Chem-Dry® professional <a href=\"http://chemdry.co.uk/upholstery-cleaning\">upholstery cleaning</a> expertise can help you avoid the expense and inconvenience of replacement or re-upholstery.\n\n<a href=\"http://108.167.155.71/~cdnz/fran/services/domestic-cleaning/upholstery/upholsterybeforeandafter/#main\" rel=\"attachment wp-att-419\"><img class=\"alignleft size-full wp-image-419\" alt=\"UpholsteryBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></a>','Upholstery','','inherit','open','open','','460-revision','','','2013-01-23 07:45:05','2013-01-23 07:45:05','',460,'http://108.167.155.71/~cdnz/fran/460-revision/',0,'revision','',0),(703,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','703','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',22,'http://108.167.155.71/~cdnz/fran/?p=703',39,'nav_menu_item','',0),(704,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','704','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',29,'http://108.167.155.71/~cdnz/fran/?p=704',23,'nav_menu_item','',0),(705,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','705','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=705',24,'nav_menu_item','',0),(706,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','706','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=706',25,'nav_menu_item','',0),(707,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','707','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=707',26,'nav_menu_item','',0),(708,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','708','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=708',27,'nav_menu_item','',0),(709,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','709','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=709',28,'nav_menu_item','',0),(710,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','710','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=710',29,'nav_menu_item','',0),(711,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','711','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=711',30,'nav_menu_item','',0),(712,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','712','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=712',31,'nav_menu_item','',0),(713,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','713','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',509,'http://108.167.155.71/~cdnz/fran/?p=713',32,'nav_menu_item','',0),(715,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','715','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',29,'http://108.167.155.71/~cdnz/fran/?p=715',22,'nav_menu_item','',0),(716,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','716','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',29,'http://108.167.155.71/~cdnz/fran/?p=716',19,'nav_menu_item','',0),(717,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','717','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',29,'http://108.167.155.71/~cdnz/fran/?p=717',21,'nav_menu_item','',0),(718,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','718','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',29,'http://108.167.155.71/~cdnz/fran/?p=718',20,'nav_menu_item','',0),(719,1,'2013-01-26 00:31:59','2013-01-26 00:31:59','','Special Offers','','publish','open','open','','special-offers','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',22,'http://108.167.155.71/~cdnz/fran/?p=719',33,'nav_menu_item','',0),(720,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','720','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',511,'http://108.167.155.71/~cdnz/fran/?p=720',37,'nav_menu_item','',0),(721,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','721','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',511,'http://108.167.155.71/~cdnz/fran/?p=721',34,'nav_menu_item','',0),(722,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','722','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',511,'http://108.167.155.71/~cdnz/fran/?p=722',35,'nav_menu_item','',0),(723,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','723','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',511,'http://108.167.155.71/~cdnz/fran/?p=723',36,'nav_menu_item','',0),(724,1,'2013-01-26 00:31:59','2013-01-26 00:31:59',' ','','','publish','open','open','','724','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',511,'http://108.167.155.71/~cdnz/fran/?p=724',38,'nav_menu_item','',0),(952,1,'2013-01-26 06:20:28','2013-01-26 06:20:28','<img alt=\"reception\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/reception_striped_carpet_355x320.jpg\" />\r\n\r\n<strong>As the leaders in specialist cleaning services, Chem-Dry® is the professional choice when it comes to making sure your business premises is a comfortable, safe place to work and gives out exactly the right impression to customers and staff.</strong>\r\n\r\nWe’re the No.1 in commercial carpet, curtain and upholstery cleaning maintenance programmes, using the very latest technology to:\r\n<ul>\r\n	<li>Provide professional bespoke carpet maintenance and cleaning programmes with minimal disruption</li>\r\n	<li>Protect your business assets and investments</li>\r\n	<li>Enhance your company image and create the right impression</li>\r\n	<li>Maintain a healthy, pleasant place to work for you, your employees and visitors</li>\r\n	<li>Reduce downtime for businesses.</li>\r\n</ul>\r\nWe also provide the following commercial services:\r\n<ul>\r\n	<li>Anti-static application</li>\r\n	<li>Fire retardant application.</li>\r\n</ul>','Commercial Cleaning','We’re the leaders in specialist commercial cleaning services.','inherit','open','open','','29-revision-4','','','2013-01-26 06:20:28','2013-01-26 06:20:28','',29,'http://108.167.155.71/~cdnz/fran/29-revision-4/',0,'revision','',0),(725,1,'2013-01-26 00:33:32','2013-01-26 00:33:32','Take a look at the fantastic package deals we offer.','Package Deals','','publish','open','open','','package-deals','','','2013-01-26 00:36:40','2013-01-26 00:36:40','',22,'http://108.167.155.71/~cdnz/fran/?page_id=725',0,'page','',0),(726,1,'2013-01-26 00:32:44','2013-01-26 00:32:44','','Package Deals','','inherit','open','open','','725-revision','','','2013-01-26 00:32:44','2013-01-26 00:32:44','',725,'http://108.167.155.71/~cdnz/fran/725-revision/',0,'revision','',0),(727,1,'2013-01-26 00:34:41','2013-01-26 00:34:41','Take a look at the fantastic package deals we offer.','Package Deals','','inherit','open','open','','725-autosave','','','2013-01-26 00:34:41','2013-01-26 00:34:41','',725,'http://108.167.155.71/~cdnz/fran/725-autosave/',0,'revision','',0),(728,1,'2013-01-26 00:33:32','2013-01-26 00:33:32','Take a look at the fantastic package deals we offer.','Package Deals','','inherit','open','open','','725-revision-2','','','2013-01-26 00:33:32','2013-01-26 00:33:32','',725,'http://108.167.155.71/~cdnz/fran/725-revision-2/',0,'revision','',0),(729,1,'2013-01-26 00:39:44','2013-01-26 00:39:44','<img class=\"alignnone size-full wp-image-731\" alt=\"istock_000018534545_small_480x319-1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/istock_000018534545_small_480x319-1.jpg\" width=\"480\" height=\"319\" />\r\n\r\nCarpet care is an essential component to ensuring a healthy home. Stains and worn traffic areas can disappoint potential buyers and new homeowners alike. Our moving home package will help relieve some of the stress and strain associated when you are moving house. From injecting a new lease of life into tired carpets to making tiles, stone and hard wood flooring shine and sparkle you can ensure that we will leave homes looking refreshed for potential buyers or new owners.\r\n\r\nKey Benefits of the Moving Home Package:\r\n<ul>\r\n	<li>Economical – We can just do the Treadways</li>\r\n	<li>Clean, Bright Carpets Before the Viewings</li>\r\n	<li>Removes Odours &amp; Leaves a Fresh Smell</li>\r\n	<li>A can of Carpet Fragrance, for you to use just before those viewings</li>\r\n	<li>Removes most Stubborn Stains</li>\r\n	<li>25% DISCOUNT on work at your new home before you move in on the day you get the keys</li>\r\n</ul>\r\n<strong>Call our team today.\r\n</strong>','Moving Home Package','','publish','open','open','','moving-home-package','','','2013-01-31 23:36:50','2013-01-31 23:36:50','',22,'http://108.167.155.71/~cdnz/fran/?page_id=729',0,'page','',0),(730,1,'2013-01-26 00:39:15','2013-01-26 00:39:15','Carpet care is an essential component to ensuring a healthy home. Stains and worn traffic areas can disappoint potential buyers and new homeowners alike. Our moving home package will help relieve some of the stress and strain associated when you are moving house. From injecting a new lease of life into tired carpets to making tiles, stone and hard wood flooring shine and sparkle you can ensure that we will leave homes looking refreshed for potential buyers or new owners.\n\nKey Benefits of the Moving Home Package:\n<ul>\n	<li>Economical – We can just do the Treadways</li>\n	<li>Clean, Bright Carpets Before the Viewings</li>\n	<li>Removes Odours &amp; Leaves a Fresh Smell</li>\n	<li>A 20oz. Can of Carpet Fragrance, for you to use just before those viewings</li>\n	<li>Removes most Stubborn Stains</li>\n	<li>25% DISCOUNT on work at your new home before you move in on the day you get the keys</li>\n</ul>\n<strong>Call our team today on 01524 5432153\n</strong>','Moving Home Package','','inherit','open','open','','729-revision','','','2013-01-26 00:39:15','2013-01-26 00:39:15','',729,'http://108.167.155.71/~cdnz/fran/729-revision/',0,'revision','',0),(731,1,'2013-01-26 00:40:18','2013-01-26 00:40:18','','istock_000018534545_small_480x319-1','','inherit','open','open','','istock_000018534545_small_480x319-1','','','2013-01-26 00:40:18','2013-01-26 00:40:18','',729,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/istock_000018534545_small_480x319-1.jpg',0,'attachment','image/jpeg',0),(732,1,'2013-01-26 00:42:26','2013-01-26 00:42:26','<img class=\"alignnone size-full wp-image-731\" alt=\"istock_000018534545_small_480x319-1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/istock_000018534545_small_480x319-1.jpg\" width=\"480\" height=\"319\" />\n\nCarpet care is an essential component to ensuring a healthy home. Stains and worn traffic areas can disappoint potential buyers and new homeowners alike. Our moving home package will help relieve some of the stress and strain associated when you are moving house. From injecting a new lease of life into tired carpets to making tiles, stone and hard wood flooring shine and sparkle you can ensure that we will leave homes looking refreshed for potential buyers or new owners.\n\nKey Benefits of the Moving Home Package:\n<ul>\n	<li>Economical – We can just do the Treadways</li>\n	<li>Clean, Bright Carpets Before the Viewings</li>\n	<li>Removes Odours &amp; Leaves a Fresh Smell</li>\n	<li>A 20oz. Can of Carpet Fragrance, for you to use just before those viewings</li>\n	<li>Removes most Stubborn Stains</li>\n	<li>25% DISCOUNT on work at your new home before you move in on the day you get the keys</li>\n</ul>\n<strong>Call our team today on 01524 5432153\n</strong>','Moving Home Package','','inherit','open','open','','729-autosave','','','2013-01-26 00:42:26','2013-01-26 00:42:26','',729,'http://108.167.155.71/~cdnz/fran/729-autosave/',0,'revision','',0),(733,1,'2013-01-26 00:39:44','2013-01-26 00:39:44','Carpet care is an essential component to ensuring a healthy home. Stains and worn traffic areas can disappoint potential buyers and new homeowners alike. Our moving home package will help relieve some of the stress and strain associated when you are moving house. From injecting a new lease of life into tired carpets to making tiles, stone and hard wood flooring shine and sparkle you can ensure that we will leave homes looking refreshed for potential buyers or new owners.\r\n\r\nKey Benefits of the Moving Home Package:\r\n<ul>\r\n	<li>Economical – We can just do the Treadways</li>\r\n	<li>Clean, Bright Carpets Before the Viewings</li>\r\n	<li>Removes Odours &amp; Leaves a Fresh Smell</li>\r\n	<li>A 20oz. Can of Carpet Fragrance, for you to use just before those viewings</li>\r\n	<li>Removes most Stubborn Stains</li>\r\n	<li>25% DISCOUNT on work at your new home before you move in on the day you get the keys</li>\r\n</ul>\r\n<strong>Call our team today on 01524 5432153\r\n</strong>','Moving Home Package','','inherit','open','open','','729-revision-2','','','2013-01-26 00:39:44','2013-01-26 00:39:44','',729,'http://108.167.155.71/~cdnz/fran/729-revision-2/',0,'revision','',0),(734,1,'2013-01-26 00:43:19','2013-01-26 00:43:19',' ','','','publish','open','open','','734','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',22,'http://108.167.155.71/~cdnz/fran/?p=734',41,'nav_menu_item','',0),(735,1,'2013-01-26 00:43:19','2013-01-26 00:43:19',' ','','','publish','open','open','','735','','','2013-01-31 23:26:51','2013-01-31 23:26:51','',22,'http://108.167.155.71/~cdnz/fran/?p=735',40,'nav_menu_item','',0),(736,1,'2013-01-26 01:02:20','2013-01-26 01:02:20',' ','','','publish','open','open','','736','','','2013-01-26 01:02:20','2013-01-26 01:02:20','',14,'http://108.167.155.71/~cdnz/fran/?p=736',1,'nav_menu_item','',0),(737,1,'2013-01-26 01:02:20','2013-01-26 01:02:20',' ','','','publish','open','open','','737','','','2013-01-26 01:02:20','2013-01-26 01:02:20','',14,'http://108.167.155.71/~cdnz/fran/?p=737',2,'nav_menu_item','',0),(738,1,'2013-01-26 01:02:20','2013-01-26 01:02:20',' ','','','publish','open','open','','738','','','2013-01-26 01:02:20','2013-01-26 01:02:20','',14,'http://108.167.155.71/~cdnz/fran/?p=738',3,'nav_menu_item','',0),(739,1,'2013-01-26 01:08:13','2013-01-26 01:08:13','','Rugs','','publish','open','open','','739','','','2013-03-27 03:46:06','2013-03-27 03:46:06','',29,'http://108.167.155.71/~cdnz/fran/?p=739',2,'nav_menu_item','',0),(740,1,'2013-01-26 01:08:13','2013-01-26 01:08:13','','Upholstery','','publish','open','open','','740','','','2013-03-27 03:46:06','2013-03-27 03:46:06','',29,'http://108.167.155.71/~cdnz/fran/?p=740',3,'nav_menu_item','',0),(741,1,'2013-01-26 01:06:08','2013-01-26 01:06:08','<img class=\"alignnone size-full wp-image-742\" alt=\"dsc_2136_commercial_carpet_cleaning\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/dsc_2136_commercial_carpet_cleaning.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>Revolutionary technology to help you win the war against stains</strong>\r\n\r\nIf we can\'t get it out, no one can. That’s the <em><strong>Chem-Dry®</strong></em> promise, and one carried out with pride by professional technicians using the industry’s most advanced stain-removal products and tools to remove or minimise all types of stains.\r\n\r\nChem-Dry® is a revolutionary carpet cleaning process that uses carbonation and ingredients copied from Mother Nature to make your carpets fresh and clean again. This exclusive Chem-Dry® process generates natural CO2 to produce millions of tiny, effervescent bubbles which penetrate the carpet fibre, dissolve dirt and stains quickly and act as tiny propellants that actually lift dirt to the surface for extraction. And as a leader in the cleaning industry, Chem-Dry® has taken its drier, healthier clean to the next level with PowerHead® Cleaning.\r\n\r\nWe provide a trusted national network of locally-based, highly skilled commercial carpet cleaning technicians to maintain and protect your commercial floor coverings.\r\n\r\nChem-Dry technicians will review your floor plan and traffic areas to develop a custom carpet and upholstery programme to keep your carpets and fabrics in great condition. We will identify heavy, moderate and light traffic areas and develop a maintenance programme that provides a healthier indoor environment and a cleaner, more pleasant place to work.\r\n\r\n<img class=\"alignnone size-full wp-image-743\" alt=\"ah_commercial_1_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ah_commercial_1_480x235.jpg\" width=\"480\" height=\"235\" />','Carpet Cleaning','','publish','open','open','','carpet-cleaning','','','2013-01-26 01:06:51','2013-01-26 01:06:51','',29,'http://108.167.155.71/~cdnz/fran/?page_id=741',0,'page','',0),(742,1,'2013-01-26 01:04:46','2013-01-26 01:04:46','','dsc_2136_commercial_carpet_cleaning','','inherit','open','open','','dsc_2136_commercial_carpet_cleaning','','','2013-01-26 01:04:46','2013-01-26 01:04:46','',741,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2136_commercial_carpet_cleaning.jpg',0,'attachment','image/jpeg',0),(743,1,'2013-01-26 01:05:40','2013-01-26 01:05:40','','ah_commercial_1_480x235','','inherit','open','open','','ah_commercial_1_480x235','','','2013-01-26 01:05:40','2013-01-26 01:05:40','',741,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/ah_commercial_1_480x235.jpg',0,'attachment','image/jpeg',0),(744,1,'2013-01-26 01:05:42','2013-01-26 01:05:42','<img class=\"alignnone size-full wp-image-742\" alt=\"dsc_2136_commercial_carpet_cleaning\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/dsc_2136_commercial_carpet_cleaning.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Revolutionary technology to help you win the war against stains</strong>\n\nIf we can\'t get it out, no one can. That’s the <em><strong>Chem-Dry®</strong></em> promise, and one carried out with pride by professional technicians using the industry’s most advanced stain-removal products and tools to remove or minimise all types of stains.\n\nChem-Dry® is a revolutionary carpet cleaning process that uses carbonation and ingredients copied from Mother Nature to make your carpets fresh and clean again. This exclusive Chem-Dry® process generates natural CO2 to produce millions of tiny, effervescent bubbles which penetrate the carpet fibre, dissolve dirt and stains quickly and act as tiny propellants that actually lift dirt to the surface for extraction. And as a leader in the cleaning industry, Chem-Dry® has taken its drier, healthier clean to the next level with PowerHead® Cleaning.\n\nWe provide a trusted national network of locally-based, highly skilled commercial carpet cleaning technicians to maintain and protect your commercial floor coverings.\n\nChem-Dry technicians will review your floor plan and traffic areas to develop a custom carpet and upholstery programme to keep your carpets and fabrics in great condition. We will identify heavy, moderate and light traffic areas and develop a maintenance programme that provides a healthier indoor environment and a cleaner, more pleasant place to work.\n\n&nbsp;','Carpet Cleaning','','inherit','open','open','','741-revision','','','2013-01-26 01:05:42','2013-01-26 01:05:42','',741,'http://108.167.155.71/~cdnz/fran/741-revision/',0,'revision','',0),(745,1,'2013-01-26 01:06:08','2013-01-26 01:06:08','<img class=\"alignnone size-full wp-image-742\" alt=\"dsc_2136_commercial_carpet_cleaning\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/dsc_2136_commercial_carpet_cleaning.jpg\" width=\"480\" height=\"350\" />\r\n\r\n<strong>Revolutionary technology to help you win the war against stains</strong>\r\n\r\nIf we can\'t get it out, no one can. That’s the <em><strong>Chem-Dry®</strong></em> promise, and one carried out with pride by professional technicians using the industry’s most advanced stain-removal products and tools to remove or minimise all types of stains.\r\n\r\nChem-Dry® is a revolutionary carpet cleaning process that uses carbonation and ingredients copied from Mother Nature to make your carpets fresh and clean again. This exclusive Chem-Dry® process generates natural CO2 to produce millions of tiny, effervescent bubbles which penetrate the carpet fibre, dissolve dirt and stains quickly and act as tiny propellants that actually lift dirt to the surface for extraction. And as a leader in the cleaning industry, Chem-Dry® has taken its drier, healthier clean to the next level with PowerHead® Cleaning.\r\n\r\nWe provide a trusted national network of locally-based, highly skilled commercial carpet cleaning technicians to maintain and protect your commercial floor coverings.\r\n\r\nChem-Dry technicians will review your floor plan and traffic areas to develop a custom carpet and upholstery programme to keep your carpets and fabrics in great condition. We will identify heavy, moderate and light traffic areas and develop a maintenance programme that provides a healthier indoor environment and a cleaner, more pleasant place to work.\r\n\r\n<img class=\"alignnone size-full wp-image-743\" alt=\"ah_commercial_1_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ah_commercial_1_480x235.jpg\" width=\"480\" height=\"235\" />','Carpet Cleaning','','inherit','open','open','','741-revision-2','','','2013-01-26 01:06:08','2013-01-26 01:06:08','',741,'http://108.167.155.71/~cdnz/fran/741-revision-2/',0,'revision','',0),(746,1,'2013-01-26 01:08:01','2013-01-26 01:08:01','<img class=\"alignnone size-full wp-image-742\" alt=\"dsc_2136_commercial_carpet_cleaning\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/dsc_2136_commercial_carpet_cleaning.jpg\" width=\"480\" height=\"350\" />\n\n<strong>Revolutionary technology to help you win the war against stains</strong>\n\nIf we can\'t get it out, no one can. That’s the <em><strong>Chem-Dry®</strong></em> promise, and one carried out with pride by professional technicians using the industry’s most advanced stain-removal products and tools to remove or minimise all types of stains.\n\nChem-Dry® is a revolutionary carpet cleaning process that uses carbonation and ingredients copied from Mother Nature to make your carpets fresh and clean again. This exclusive Chem-Dry® process generates natural CO2 to produce millions of tiny, effervescent bubbles which penetrate the carpet fibre, dissolve dirt and stains quickly and act as tiny propellants that actually lift dirt to the surface for extraction. And as a leader in the cleaning industry, Chem-Dry® has taken its drier, healthier clean to the next level with PowerHead® Cleaning.\n\nWe provide a trusted national network of locally-based, highly skilled commercial carpet cleaning technicians to maintain and protect your commercial floor coverings.\n\nChem-Dry technicians will review your floor plan and traffic areas to develop a custom carpet and upholstery programme to keep your carpets and fabrics in great condition. We will identify heavy, moderate and light traffic areas and develop a maintenance programme that provides a healthier indoor environment and a cleaner, more pleasant place to work.\n\n<img class=\"alignnone size-full wp-image-743\" alt=\"ah_commercial_1_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ah_commercial_1_480x235.jpg\" width=\"480\" height=\"235\" />','Carpet Cleaning','','inherit','open','open','','741-autosave','','','2013-01-26 01:08:01','2013-01-26 01:08:01','',741,'http://108.167.155.71/~cdnz/fran/741-autosave/',0,'revision','',0),(748,1,'2013-01-26 01:26:51','2013-01-26 01:26:51','','Contact','','publish','open','open','','contact-2','','','2013-01-26 01:26:51','2013-01-26 01:26:51','',0,'http://108.167.155.71/~cdnz/fran/?p=748',3,'nav_menu_item','',0),(749,1,'2013-01-26 01:26:51','2013-01-26 01:26:51',' ','','','publish','open','open','','749','','','2013-01-26 01:26:51','2013-01-26 01:26:51','',22,'http://108.167.155.71/~cdnz/fran/?p=749',1,'nav_menu_item','',0),(750,1,'2013-01-26 01:26:51','2013-01-26 01:26:51','','Ask The Experts','','publish','open','open','','ask-the-experts-2','','','2013-01-26 01:26:51','2013-01-26 01:26:51','',0,'http://108.167.155.71/~cdnz/fran/?p=750',2,'nav_menu_item','',0),(751,1,'2013-01-26 01:32:35','2013-01-26 01:32:35','','Terms','','publish','open','open','','terms-2','','','2013-01-26 01:32:35','2013-01-26 01:32:35','',0,'http://108.167.155.71/~cdnz/fran/?p=751',1,'nav_menu_item','',0),(767,1,'2013-01-26 01:59:59','2013-01-26 01:59:59','','stain_fighter_pack','','inherit','open','open','','stain_fighter_pack','','','2013-01-26 01:59:59','2013-01-26 01:59:59','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/stain_fighter_pack.jpg',0,'attachment','image/jpeg',0),(768,1,'2013-01-26 02:00:00','2013-01-26 02:00:00','','carpet_rake','','inherit','open','open','','carpet_rake-2','','','2013-01-26 02:00:00','2013-01-26 02:00:00','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/carpet_rake.jpg',0,'attachment','image/jpeg',0),(214,1,'2012-12-17 04:36:02','2012-12-17 04:36:02','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThe unique Chem-Dry® <em>Spot Remover™</em> is a highly effective and versatile carpet stain remover that can be used on carpets, upholstery, car interiors and upholstery fabrics.\r\n\r\nThe non-toxic ingredients ensure the product lifts common household stains to the surface for effective removal.\r\n\r\n<em>Spot Remover™</em> is available in 590ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Safe &amp; non-toxic for you and your family</li>\r\n	<li>Leaves no dirt attracting residues which can make spots reappear</li>\r\n	<li>Contains no harsh solvents that may damage your carpets or upholstery</li>\r\n	<li>Accredited and Green Certified stain remover</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area prior to application</li>\r\n</ul>\r\n</div>','Spot Remover','The unique Chem-Dry® Spot Remover™ is a highly effective and versatile carpet stain remover that can be used on carpets, upholstery, car interiors and upholstery fabrics.\r\n\r\nThe non-toxic ingredients ensure the product lifts common household stains to the surface for effective removal.\r\n\r\nSpot Remover™ is available in 590ml cans.','publish','open','open','','stain-extinguisher-2','','','2013-01-31 23:58:05','2013-01-31 23:58:05','',0,'http://www.crzyjenni.com/chem/?page_id=214',0,'product','',0),(225,1,'2012-12-17 05:10:55','2012-12-17 05:10:55','Achieve enhanced vacuuming results with the Chem-Dry® Carpet Rake. Our custom made carpet rake loosens dirt, soil and grime from your carpet pile for a more thorough deep clean.\r\n\r\nHelping to reduce pile matting and restore pile of your nylon, polypropylene, polyester or wool carpets to their former glory. The Carpet Rake is easy to use, lightweight and portable and can be used as a pre or post vacuuming treatment.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Restores carpet piles</li>\r\n	<li>Grooms carpet fibres</li>\r\n	<li>Loosens dirt and soil</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n	<li>Pre- Vacuuming: rake in a backward/forward motion</li>\r\n	<li>Post-Vacuuming: rake in a backward motion</li>\r\n</ul>','Carpet Rake','<p>Achieve enhanced vacuuming results with the Chem-Dry® Carpet Rake. Our custom made carpet rake loosens dirt, soil and grime from your carpet pile for a more thorough deep clean.</p>\r\n\r\n<p>Helping to reduce pile matting and restore pile of your nylon, polypropylene, polyester or wool carpets to their former glory. The Carpet Rake is easy to use, lightweight and portable and can be used as a pre or post vacuuming treatment. </p>','publish','open','open','','carpet_rake','','','2013-01-26 04:31:31','2013-01-26 04:31:31','',0,'http://www.crzyjenni.com/chem/?page_id=225',0,'product','',0),(251,1,'2012-12-26 05:03:34','2012-12-26 05:03:34','Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.\r\n\r\nAble to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:\r\n<ul>\r\n	<li>Cooking</li>\r\n	<li>Pets</li>\r\n	<li>Smoke</li>\r\n</ul>\r\nLemon Grove Deodoriser is available in 385ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Prevents carpets from resoiling</li>\r\n	<li>Leaves carpets smelling fresh and clean</li>\r\n	<li>No vacuuming required</li>\r\n	<li>No abrasive or gritty powder residue</li>\r\n	<li>Achieved Chem-Dry’s Green Certified ‘Seal of Approval’</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>','Lemon Grove Carpet Deodoriser','<p>Chem-Dry® Lemon Grove Deodoriser leaves carpets feeling and smelling fresher and cleaner for longer. The soil-resistant coating helps maintain cleaner carpets whilst the light fragrance counteracts odour.</p>\r\n<p>Able to treat up to 5 times more surface area than conventional deodorisers, Lemon Grove counteracts odours and smells such as:</p>\r\n<ul><li>Cooking</li>\r\n<li>Pets</li>\r\n<li>Smoke</li>\r\n</ul> <p>Lemon Grove Deodoriser is available in 385ml cans.</p>','publish','closed','closed','','lemon-grove-carpet-deodoriser-2','','','2013-01-26 04:18:37','2013-01-26 04:18:37','',0,'http://www.crzyjenni.com/chem/?page_id=251',0,'product','',0),(637,1,'2013-01-23 18:57:41','2013-01-23 18:57:41','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nOur specialist Grease &amp; Oil Remover contains a powerful formula that removes almost all grease and oil stains from your carpets and upholstery. Unlike other solvent-based carpet solutions the Chem-Dry® Grease &amp; Oil Remover is water based and non-toxic.\r\n\r\nTackles &amp; Removes stains made by:\r\n<ul>\r\n	<li>Butter stains</li>\r\n	<li>Cooking oil stains</li>\r\n	<li>Crayon stains</li>\r\n	<li>Make-Up stains</li>\r\n	<li>Grease &amp; oil stains</li>\r\n	<li>Marker pen stains</li>\r\n</ul>\r\nGrease &amp; Oil Remover is available in 520ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Specifically designed to tackle stubborn grease &amp; oil based stains</li>\r\n	<li>100% residue free and evaporative</li>\r\n	<li>Accredited by the Carpet and Rug Institute</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Grease & Oil Remover','Our specialist Grease & Oil Remover contains a powerful formula that removes almost all grease and oil stains from your carpets and upholstery. Unlike other solvent-based carpet solutions the Chem-Dry® Grease & Oil Remover is water based and non-toxic.\r\n\r\nTackles & Removes stains made by:\r\n\r\n    Butter stains\r\n    Cooking oil stains\r\n    Crayon stains\r\n    Make-Up stains\r\n    Grease & oil stains\r\n    Marker pen stains\r\n\r\nGrease & Oil Remover is available in 520ml cans.','publish','open','open','','grease-oil-remover','','','2013-01-26 04:11:00','2013-01-26 04:11:00','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=637',0,'product','',0),(753,1,'2013-01-23 19:00:52','2013-01-23 19:00:52','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nChem-Dry® Dust Mite Anti-Allergen effectively neutralises dust mite allergens in your home.\r\n\r\nSpecialised ingredients in the products formulation neutralises dust mite droppings. It provides up to 90 days relief for asthma and allergy suffers.\r\n\r\nOur dust mite spray can be applied to carpets, upholstery, beddings and mattresses.\r\n\r\nDust Mite Ant-Allergen spray is available in 557ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>A healthier home for you and your family</li>\r\n	<li>Dust mite allergens neutralised</li>\r\n	<li>Treatment lasts up to 90 days</li>\r\n	<li>Provides relief for asthma and allergy sufferers</li>\r\n	<li>Derived from naturally occurring extracts</li>\r\n	<li>Contains no CFC and biodegradable</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Dust Mite Anti-Allergen ','Chem-Dry® Dust Mite Anti-Allergen effectively neutralises dust mite allergens in your home.\r\n\r\nSpecialised ingredients in the products formulation neutralises dust mite droppings. It provides up to 90 days relief for asthma and allergy suffers.\r\n\r\nOur dust mite spray can be applied to carpets, upholstery, beddings and mattresses.\r\n\r\nDust Mite Ant-Allergen spray is available in 557ml cans.','publish','open','open','','dust-mite-anti-allergen','','','2013-01-26 04:20:35','2013-01-26 04:20:35','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=642',0,'product','',0),(754,1,'2013-01-23 19:02:12','2013-01-23 19:02:12','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nPet odour can leave long lasting stains and smells on carpets and upholstery. Our Pet Odour Remover neutralises those unwanted pet urine and odour smells from your carpets, rugs and fabrics.\r\n\r\nCan be applied to fresh urine or odours up to 5 days old.\r\n\r\nPet Odour Remover is available in 946ml plastic containers.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Effective in removing the smell of fresh pet urine odours</li>\r\n	<li>Contains no harsh solvents or bleaches</li>\r\n	<li>No dilution is necessary – product is ready-to-use</li>\r\n	<li>Safe to kids and pets</li>\r\n	<li>Achieved Chem-Dry’s Green ‘Seal of Approval’</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Pet Odour Remover ','Pet odour can leave long lasting stains and smells on carpets and upholstery. Our Pet Odour Remover neutralises those unwanted pet urine and odour smells from your carpets, rugs and fabrics.\r\n\r\nCan be applied to fresh urine or odours up to 5 days old.\r\n\r\nPet Odour Remover is available in 946ml plastic containers.','publish','open','open','','pet-odour-remover','','','2013-01-26 04:22:11','2013-01-26 04:22:11','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=643',0,'product','',0),(755,1,'2013-01-23 19:04:03','2013-01-23 19:04:03','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThe Chem-Dry® Leather Care Kit has the versatility to clean, protect and rejuvenate your leather upholstery, all in one handy kit.\r\n\r\nSuitable for the maintenance of aniline and protected (pigmented) leather, the kit contains:\r\n<ul>\r\n	<li>8oz Leather Soft Cleaner</li>\r\n	<li>8oz Leather Protection Cream</li>\r\n	<li>Application Cloth</li>\r\n	<li>Sponge</li>\r\n</ul>\r\nThe simple 2 step process allows you to cleanse and protect your leather upholstery and is recommended for use at least twice a year.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Rejuvenates aniline and protected (pigmented) leather</li>\r\n	<li>Protects against oil, water and alcohol based stains</li>\r\n	<li>Safe and non-toxic</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Leather Care Kit ','The Chem-Dry® Leather Care Kit has the versatility to clean, protect and rejuvenate your leather upholstery, all in one handy kit.\r\n\r\nSuitable for the maintenance of aniline and protected (pigmented) leather, the kit contains:\r\n\r\n    8oz Leather Soft Cleaner\r\n    8oz Leather Protection Cream\r\n    Application Cloth\r\n    Sponge\r\n\r\nThe simple 2 step process allows you to cleanse and protect your leather upholstery and is recommended for use at least twice a year.','publish','open','open','','leather-care-kit','','','2013-01-26 04:24:05','2013-01-26 04:24:05','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=644',0,'product','',0),(756,1,'2013-01-23 19:05:54','2013-01-23 19:05:54','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nDeveloped exclusively for use with The Razor<sup>TM</sup>, Chem-Dry® Hard Floor Cleaner is ideal for cleaning vinyl, linoleum, laminate and finished wood floors.\r\n\r\nThe carbonised solution can be sprayed directly onto hard floor surfaces to dissolve dirt and grease without the need for rinsing.\r\n\r\nFor best results use with The Razor<sup>TM </sup>which uses a trigger spray and disposable absorbent pads to glide across hard floors.\r\n\r\nHard Floor Cleaner is available in 624ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Effectively dissolves dirt and grease</li>\r\n	<li>No rinsing required</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Hard Floor Cleaner ','Developed exclusively for use with The RazorTM, Chem-Dry® Hard Floor Cleaner is ideal for cleaning vinyl, linoleum, laminate and finished wood floors.\r\n\r\nThe carbonised solution can be sprayed directly onto hard floor surfaces to dissolve dirt and grease without the need for rinsing.\r\n\r\nFor best results use with The RazorTM which uses a trigger spray and disposable absorbent pads to glide across hard floors.\r\n\r\nHard Floor Cleaner is available in 624ml cans.','publish','open','open','','hard-floor-cleaner','','','2013-01-26 05:51:51','2013-01-26 05:51:51','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=657',0,'product','',0),(757,1,'2013-01-23 19:07:13','2013-01-23 19:07:13','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nChem-Dry® versatile Clean &amp; Seal Solution will invigorate your tired and dull tile and stone surfaces.\r\n\r\nUsed with The Razor<sup>TM </sup>(supplied with the product) the solution can be safely applied to various tile and stone surfaces including:\r\n<ul>\r\n	<li>Granite</li>\r\n	<li>Limestone</li>\r\n	<li>Marble</li>\r\n	<li>Sandstone</li>\r\n	<li>Slate</li>\r\n	<li>Travertine</li>\r\n</ul>\r\nTile &amp; Stone Renew – Clean &amp; Seal is available in 624ml cans.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Cleans and protects tile and stone surfaces</li>\r\n	<li>Neutral based cleaner</li>\r\n	<li>Built-in sealer helps to protect your tile and stone surfaces</li>\r\n	<li>Effective formula to remove dirt and grime</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Tile & Stone Renew – Clean & Seal ','Chem-Dry® versatile Clean & Seal Solution will invigorate your tired and dull tile and stone surfaces.\r\n\r\nUsed with The RazorTM (supplied with the product) the solution can be safely applied to various tile and stone surfaces including:\r\n\r\n    Granite\r\n    Limestone\r\n    Marble\r\n    Sandstone\r\n    Slate\r\n    Travertine\r\n\r\nTile & Stone Renew – Clean & Seal is available in 624ml cans.','publish','open','open','','tile-stone-renew-clean-seal','','','2013-01-26 04:28:28','2013-01-26 04:28:28','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=659',0,'product','',0),(758,1,'2013-01-23 19:08:20','2013-01-23 19:08:20','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nChem-Dry® hard floor cleaning system is a complete pack comprising of:\r\n<ul>\r\n	<li>Chem-Dry® Razor<sup>TM </sup>Cleaning Tool</li>\r\n	<li>1 x can of Chem-Dry® Hard Floor Cleaner</li>\r\n	<li>1 x Reusable Pad</li>\r\n</ul>\r\nThe Razor<sup>TM </sup>glides effortlessly across hard floors and cleans as it sprays. The reusable pads soak in the solution and lift dirt from your floors.\r\n\r\nEach pad will clean approximately 250-300sq/ft.\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Removes dirt and grime from wooden and laminate floors</li>\r\n	<li>No need for rinsing</li>\r\n	<li>Reusable absorbent and washable cleaning pads</li>\r\n	<li>Easy trigger handle operation</li>\r\n	<li>Portable and easy to use</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','The Complete Hard Floor Cleaning System ','Chem-Dry® hard floor cleaning system is a complete pack comprising of:\r\n\r\n    Chem-Dry® RazorTM Cleaning Tool\r\n    1 x can of Chem-Dry® Hard Floor Cleaner\r\n    1 x Reusable Pad\r\n\r\nThe RazorTM glides effortlessly across hard floors and cleans as it sprays. The reusable pads soak in the solution and lift dirt from your floors.\r\n\r\nEach pad will clean approximately 250-300sq/ft.','publish','open','open','','the-complete-hard-floor-cleaning-system','','','2013-01-26 04:30:14','2013-01-26 04:30:14','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=660',0,'product','',0),(759,1,'2013-01-23 19:11:29','2013-01-23 19:11:29','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThis pack allows pet owners to remedy any fresh pet odours and smells coupled with our unique carpet stain removal formulation to handle stubborn stains.\r\n\r\nPack Includes:\r\n<ul>\r\n	<li>Pet Odour Remover</li>\r\n	<li>Stain Extinguisher<sup> TM</sup></li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Ideal for dog and cat owners</li>\r\n	<li>Effective at tackling stubborn stains and fresh pet odours</li>\r\n	<li>Green certified solutions</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Stain Fighters & Pet Owners Pack ','This pack allows pet owners to remedy any fresh pet odours and smells coupled with our unique carpet stain removal formulation to handle stubborn stains.\r\n\r\nPack Includes:\r\n\r\n    Pet Odour Remover\r\n    Stain Extinguisher TM\r\n','publish','open','open','','stain-fighters-pet-owners-pack','','','2013-01-26 06:02:14','2013-01-26 06:02:14','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=662',0,'product','',0),(760,1,'2013-01-23 19:13:02','2013-01-23 19:13:02','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nOur unique stain fighter combination has been designed to allow you to handle and banish all water and grease &amp; oil stains quickly and effectively.\r\n\r\nPack Includes:\r\n<ul>\r\n	<li>Stain Extinguisher<sup> TM</sup></li>\r\n	<li>Grease &amp; Oil Remover</li>\r\n	<li>Carpet Rake</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Effectively removes a vast array of stains</li>\r\n	<li>Accredited by the Carpet &amp; Rug Institute</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Stain Fighter Pack ','Our unique stain fighter combination has been designed to allow you to handle and banish all water and grease & oil stains quickly and effectively.\r\n\r\nPack Includes:\r\n\r\n    Stain Extinguisher TM\r\n    Grease & Oil Remover\r\n    Carpet Rake\r\n','publish','open','open','','stain-fighter-pack','','','2013-01-26 06:01:41','2013-01-26 06:01:41','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=665',0,'product','',0),(761,1,'2013-01-23 19:14:10','2013-01-23 19:14:10','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThe Chem-Dry® Fresh Scent and Groom Pack includes the Carpet Rake and Lemon Grove Carpet Deodoriser and ensures your carpets benefit from a pre-grooming treatment and a fresh, clean scent.\r\n\r\nPack Includes:\r\n<ul>\r\n	<li>Carpet Rake</li>\r\n	<li>Lemon Grove Carpet Deodoriser</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Restores flat carpet piles</li>\r\n	<li>Pre and post vacuum care for your carpets</li>\r\n	<li>Banish carpet odours and smells</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area prior to application</li>\r\n</ul>\r\n</div>','Fresh Scent & Groom Pack ','The Chem-Dry® Fresh Scent and Groom Pack includes the Carpet Rake and Lemon Grove Carpet Deodoriser and ensures your carpets benefit from a pre-grooming treatment and a fresh, clean scent.\r\n\r\nPack Includes:\r\n\r\n    Carpet Rake\r\n    Lemon Grove Carpet Deodoriser\r\n','publish','open','open','','fresh-scent-groom-pack','','','2013-01-26 05:58:43','2013-01-26 05:58:43','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=667',0,'product','',0),(762,1,'2013-01-23 19:15:27','2013-01-23 19:15:27','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThis Chem-Dry® bundle combines the unique stain fighting power of the Stain Extinguisher with our versatile and durable carpet rake. The soft bristles effortlessly glides through the carpet fibres to rejuvenate the pile and overall look of your carpet.\r\n\r\nPack Includes:\r\n<ul>\r\n	<li>Stain Extinguisher <sup>TM</sup></li>\r\n	<li>Carpet Rake</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Tackles everyday stubborn stains</li>\r\n	<li>Effective pre-care and post-care treatments</li>\r\n	<li>Green certified stain removal solution accredited by the Carpet &amp; Rug Institute</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Stain Extinguisher & Groom ','This Chem-Dry® bundle combines the unique stain fighting power of the Stain Extinguisher with our versatile and durable carpet rake. The soft bristles effortlessly glides through the carpet fibres to rejuvenate the pile and overall look of your carpet.\r\n\r\nPack Includes:\r\n\r\n    Stain Extinguisher TM\r\n    Carpet Rake\r\n','publish','closed','closed','','stain-extinguisher-groom','','','2013-01-26 06:00:30','2013-01-26 06:00:30','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=669',0,'product','',0),(763,1,'2013-01-23 19:16:54','2013-01-23 19:16:54','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThis unique Chem-Dry® bundle provides an effective pre carpet care solution and solves your grease and oil stain removal needs. Grease &amp; Oil Remover is specially designed to tackle grease and oil based stains such as: Butter, Cooking Oil, Crayon, Grease, Make Up &amp; Oil.\r\n\r\nPack Includes:\r\n<ul>\r\n	<li>Grease &amp; Oil Remover</li>\r\n	<li>Carpet Rake</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Thoroughly researched and tested solutions</li>\r\n	<li>Tricky grease stains and oil stains tackled</li>\r\n	<li>Effective pre-care and grease stain removal treatments</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Grease & Oil Remover & Groom ','This unique Chem-Dry® bundle provides an effective pre carpet care solution and solves your grease and oil stain removal needs. Grease & Oil Remover is specially designed to tackle grease and oil based stains such as: Butter, Cooking Oil, Crayon, Grease, Make Up & Oil.\r\n\r\nPack Includes:\r\n\r\n    Grease & Oil Remover\r\n    Carpet Rake\r\n','publish','open','open','','grease-oil-remover-groom','','','2013-01-26 05:56:19','2013-01-26 05:56:19','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=670',0,'product','',0),(764,1,'2013-01-23 19:18:23','2013-01-23 19:18:23','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nOur Carpet Maintenance Pack will ensure your carpets and fabrics remain in tip-top condition. Like all our carpet care products this unique bundle is designed to lighten your load, making regular post maintenance simple and also provide you with confidence that in the event of a stain occurring, our specialised stain removal products will effectively remove almost all stains.\r\n\r\nPack includes:\r\n<ul>\r\n	<li>Stain Extinguisher <sup>TM</sup></li>\r\n	<li>Grease &amp; Oil Remover</li>\r\n	<li>Lemon Grove Carpet Deodoriser</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Unrivalled stain removal solutions</li>\r\n	<li>Tackles carpet stains and carpet odours</li>\r\n	<li>Green certified products - safe for you, your family and pets.</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area prior to application</li>\r\n</ul>\r\n</div>','Carpet Maintenance Pack ','Our Carpet Maintenance Pack will ensure your carpets and fabrics remain in tip-top condition. Like all our carpet care products this unique bundle is designed to lighten your load, making regular post maintenance simple and also provide you with confidence that in the event of a stain occurring, our specialised stain removal products will effectively remove almost all stains.\r\n\r\nPack includes:\r\n\r\n    Stain Extinguisher TM\r\n    Grease & Oil Remover\r\n    Lemon Grove Carpet Deodoriser\r\n','publish','open','open','','carpet-maintenance-pack','','','2013-01-26 05:55:22','2013-01-26 05:55:22','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=671',0,'product','',0),(765,1,'2013-01-23 19:20:28','2013-01-23 19:20:28','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nAllows you to tackle stubborn stains, neutralise household dust mites and deodorise your carpets all in one handy homecare pack. This effective combination provides stain removal, a healthier home and banishes carpet smells and odours.\r\n\r\nPack Includes:\r\n<ul>\r\n	<li>Stain Extinguisher <sup>TM</sup></li>\r\n	<li>Dust Mite Anti-Allergen</li>\r\n	<li>Lemon Grove Carpet Deodoriser</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Stubborn carpet stains and odours banished</li>\r\n	<li>Dust mites neutralised</li>\r\n	<li>Thoroughly effective homecare products</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area, prior to application</li>\r\n</ul>\r\n</div>','Complete Homecare Pack ','Allows you to tackle stubborn stains, neutralise household dust mites and deodorise your carpets all in one handy homecare pack. This effective combination provides stain removal, a healthier home and banishes carpet smells and odours.\r\n\r\nPack Includes:\r\n\r\n    Stain Extinguisher TM\r\n    Dust Mite Anti-Allergen\r\n    Lemon Grove Carpet Deodoriser\r\n','publish','open','open','','complete-homecare-pack','','','2013-01-26 05:54:10','2013-01-26 05:54:10','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=673',0,'product','',0),(766,1,'2013-01-23 19:22:30','2013-01-23 19:22:30','<div></div>\r\n<div itemprop=\"description\">\r\n\r\nThis effective Chem-Dry® bundle covers all your pre-treatment and carpet and upholstery stain removal requirements.\r\n\r\nPack includes:\r\n<ul>\r\n	<li>Stain Extinguisher <sup>TM</sup></li>\r\n	<li>Grease &amp; Oil Remover</li>\r\n	<li>Carpet Rake</li>\r\n</ul>\r\n<h2>Features &amp; Benefits</h2>\r\n<ul>\r\n	<li>Effective pre-care and stain removal treatments</li>\r\n	<li>Green certified stain removal solutions endorsed by the Carpet &amp; Rug Institute</li>\r\n</ul>\r\n<h2>Product Application for Best Results</h2>\r\n<ul>\r\n	<li>Always follow the instructions on the can carefully</li>\r\n	<li>Always test a small area prior to application</li>\r\n</ul>\r\n</div>','Stain Fighter & Groom','This effective Chem-Dry® bundle covers all your pre-treatment and carpet and upholstery stain removal requirements.\r\n\r\nPack includes:\r\n\r\n    Stain Extinguisher TM\r\n    Grease & Oil Remover\r\n    Carpet Rake\r\n','publish','closed','closed','','stain-fighter-groom','','','2013-01-26 05:53:01','2013-01-26 05:53:01','',0,'http://108.167.155.71/~cdnz/?post_type=product&#038;p=674',0,'product','',0),(770,1,'2013-01-26 02:00:03','2013-01-26 02:00:03','','dsc_5711_291x480','','inherit','open','open','','dsc_5711_291x480','','','2013-01-26 02:00:03','2013-01-26 02:00:03','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5711_291x480.jpg',0,'attachment','image/jpeg',0),(771,1,'2013-01-26 02:00:04','2013-01-26 02:00:04','','dsc_5712_291x480','','inherit','open','open','','dsc_5712_291x480-2','','','2013-01-26 02:00:04','2013-01-26 02:00:04','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5712_291x4802.jpg',0,'attachment','image/jpeg',0),(772,1,'2013-01-26 02:00:05','2013-01-26 02:00:05','','dsc_5714_291x480','','inherit','open','open','','dsc_5714_291x480','','','2013-01-26 02:00:05','2013-01-26 02:00:05','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5714_291x480.jpg',0,'attachment','image/jpeg',0),(773,1,'2013-01-26 02:00:06','2013-01-26 02:00:06','','dsc_5715_291x480','','inherit','open','open','','dsc_5715_291x480','','','2013-01-26 02:00:06','2013-01-26 02:00:06','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5715_291x480.jpg',0,'attachment','image/jpeg',0),(774,1,'2013-01-26 02:00:07','2013-01-26 02:00:07','','dsc_5718_311x480','','inherit','open','open','','dsc_5718_311x480','','','2013-01-26 02:00:07','2013-01-26 02:00:07','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5718_311x480.jpg',0,'attachment','image/jpeg',0),(775,1,'2013-01-26 02:00:08','2013-01-26 02:00:08','','dsc_5752_311x480','','inherit','open','open','','dsc_5752_311x480','','','2013-01-26 02:00:08','2013-01-26 02:00:08','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5752_311x480.jpg',0,'attachment','image/jpeg',0),(776,1,'2013-01-26 02:00:10','2013-01-26 02:00:10','','dsc_5760_291x480','','inherit','open','open','','dsc_5760_291x480','','','2013-01-26 02:00:10','2013-01-26 02:00:10','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5760_291x480.jpg',0,'attachment','image/jpeg',0),(777,1,'2013-01-26 02:00:11','2013-01-26 02:00:11','','dsc_5766_291x480','','inherit','open','open','','dsc_5766_291x480','','','2013-01-26 02:00:11','2013-01-26 02:00:11','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5766_291x480.jpg',0,'attachment','image/jpeg',0),(778,1,'2013-01-26 02:00:12','2013-01-26 02:00:12','','dsc_5771_291x480','','inherit','open','open','','dsc_5771_291x480','','','2013-01-26 02:00:12','2013-01-26 02:00:12','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5771_291x4801.jpg',0,'attachment','image/jpeg',0),(779,1,'2013-01-26 02:00:13','2013-01-26 02:00:13','','dsc_5796_291x480','','inherit','open','open','','dsc_5796_291x480','','','2013-01-26 02:00:13','2013-01-26 02:00:13','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5796_291x4801.jpg',0,'attachment','image/jpeg',0),(780,1,'2013-01-26 02:00:14','2013-01-26 02:00:14','','dsc_5801_291x480','','inherit','open','open','','dsc_5801_291x480','','','2013-01-26 02:00:14','2013-01-26 02:00:14','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5801_291x480.jpg',0,'attachment','image/jpeg',0),(781,1,'2013-01-26 02:00:14','2013-01-26 02:00:14','','dsc_5815_291x480','','inherit','open','open','','dsc_5815_291x480','','','2013-01-26 02:00:14','2013-01-26 02:00:14','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5815_291x480.jpg',0,'attachment','image/jpeg',0),(782,1,'2013-01-26 02:00:15','2013-01-26 02:00:15','','dsc_5822_291x480','','inherit','open','open','','dsc_5822_291x480','','','2013-01-26 02:00:15','2013-01-26 02:00:15','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5822_291x480.jpg',0,'attachment','image/jpeg',0),(783,1,'2013-01-26 02:00:16','2013-01-26 02:00:16','','dsc_5830_306x480','','inherit','open','open','','dsc_5830_306x480','','','2013-01-26 02:00:16','2013-01-26 02:00:16','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5830_306x480.jpg',0,'attachment','image/jpeg',0),(784,1,'2013-01-26 02:00:17','2013-01-26 02:00:17','','dsc_5837_294x480','','inherit','open','open','','dsc_5837_294x480','','','2013-01-26 02:00:17','2013-01-26 02:00:17','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5837_294x480.jpg',0,'attachment','image/jpeg',0),(785,1,'2013-01-26 02:00:18','2013-01-26 02:00:18','','dsc_5845_291x480','','inherit','open','open','','dsc_5845_291x480','','','2013-01-26 02:00:18','2013-01-26 02:00:18','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5845_291x480.jpg',0,'attachment','image/jpeg',0),(786,1,'2013-01-26 02:00:19','2013-01-26 02:00:19','','dsc_5849_291x480','','inherit','open','open','','dsc_5849_291x480','','','2013-01-26 02:00:19','2013-01-26 02:00:19','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5849_291x480.jpg',0,'attachment','image/jpeg',0),(787,1,'2013-01-26 02:00:19','2013-01-26 02:00:19','','dsc_5870_291x480','','inherit','open','open','','dsc_5870_291x480','','','2013-01-26 02:00:19','2013-01-26 02:00:19','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5870_291x480.jpg',0,'attachment','image/jpeg',0),(788,1,'2013-01-26 02:00:20','2013-01-26 02:00:20','','dsc_5905_480x356','','inherit','open','open','','dsc_5905_480x356','','','2013-01-26 02:00:20','2013-01-26 02:00:20','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5905_480x356.jpg',0,'attachment','image/jpeg',0),(789,1,'2013-01-26 02:00:21','2013-01-26 02:00:21','','dsc_5911_300x480','','inherit','open','open','','dsc_5911_300x480','','','2013-01-26 02:00:21','2013-01-26 02:00:21','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5911_300x480.jpg',0,'attachment','image/jpeg',0),(790,1,'2013-01-26 02:00:22','2013-01-26 02:00:22','','dsc_5915_480x349','','inherit','open','open','','dsc_5915_480x349','','','2013-01-26 02:00:22','2013-01-26 02:00:22','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5915_480x349.jpg',0,'attachment','image/jpeg',0),(791,1,'2013-01-26 02:00:23','2013-01-26 02:00:23','','dsc_5918_312x480','','inherit','open','open','','dsc_5918_312x480','','','2013-01-26 02:00:23','2013-01-26 02:00:23','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5918_312x480.jpg',0,'attachment','image/jpeg',0),(792,1,'2013-01-26 02:00:24','2013-01-26 02:00:24','','dsc_5923_318x480','','inherit','open','open','','dsc_5923_318x480','','','2013-01-26 02:00:24','2013-01-26 02:00:24','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5923_318x480.jpg',0,'attachment','image/jpeg',0),(793,1,'2013-01-26 02:00:24','2013-01-26 02:00:24','','dsc_5928_480x308','','inherit','open','open','','dsc_5928_480x308','','','2013-01-26 02:00:24','2013-01-26 02:00:24','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5928_480x308.jpg',0,'attachment','image/jpeg',0),(794,1,'2013-01-26 02:00:25','2013-01-26 02:00:25','','dsc_5933_480x339','','inherit','open','open','','dsc_5933_480x339','','','2013-01-26 02:00:25','2013-01-26 02:00:25','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5933_480x339.jpg',0,'attachment','image/jpeg',0),(795,1,'2013-01-26 02:00:26','2013-01-26 02:00:26','','dsc_5941_293x480','','inherit','open','open','','dsc_5941_293x480','','','2013-01-26 02:00:26','2013-01-26 02:00:26','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5941_293x480.jpg',0,'attachment','image/jpeg',0),(796,1,'2013-01-26 02:00:27','2013-01-26 02:00:27','','dsc_5945_301x480','','inherit','open','open','','dsc_5945_301x480','','','2013-01-26 02:00:27','2013-01-26 02:00:27','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5945_301x480.jpg',0,'attachment','image/jpeg',0),(797,1,'2013-01-26 02:00:28','2013-01-26 02:00:28','','dsc_5948_480x337','','inherit','open','open','','dsc_5948_480x337','','','2013-01-26 02:00:28','2013-01-26 02:00:28','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5948_480x337.jpg',0,'attachment','image/jpeg',0),(798,1,'2013-01-26 02:00:29','2013-01-26 02:00:29','','dsc_5955_480x388','','inherit','open','open','','dsc_5955_480x388','','','2013-01-26 02:00:29','2013-01-26 02:00:29','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5955_480x388.jpg',0,'attachment','image/jpeg',0),(799,1,'2013-01-26 02:00:30','2013-01-26 02:00:30','','dsc_5957_291x480','','inherit','open','open','','dsc_5957_291x480','','','2013-01-26 02:00:30','2013-01-26 02:00:30','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5957_291x480.jpg',0,'attachment','image/jpeg',0),(800,1,'2013-01-26 02:00:31','2013-01-26 02:00:31','','dsc_5972_291x480','','inherit','open','open','','dsc_5972_291x480','','','2013-01-26 02:00:31','2013-01-26 02:00:31','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5972_291x480.jpg',0,'attachment','image/jpeg',0),(801,1,'2013-01-26 02:00:32','2013-01-26 02:00:32','','dsc_5979_480x325','','inherit','open','open','','dsc_5979_480x325','','','2013-01-26 02:00:32','2013-01-26 02:00:32','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_5979_480x325.jpg',0,'attachment','image/jpeg',0),(802,1,'2013-01-26 02:00:33','2013-01-26 02:00:33','','dsc_6061_300x480','','inherit','open','open','','dsc_6061_300x480','','','2013-01-26 02:00:33','2013-01-26 02:00:33','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_6061_300x480.jpg',0,'attachment','image/jpeg',0),(803,1,'2013-01-26 02:00:34','2013-01-26 02:00:34','','dsc_6069_480x306','','inherit','open','open','','dsc_6069_480x306','','','2013-01-26 02:00:34','2013-01-26 02:00:34','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_6069_480x306.jpg',0,'attachment','image/jpeg',0),(804,1,'2013-01-26 02:00:35','2013-01-26 02:00:35','','hard_floor_set_1','','inherit','open','open','','hard_floor_set_1','','','2013-01-26 02:00:35','2013-01-26 02:00:35','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/hard_floor_set_1.jpg',0,'attachment','image/jpeg',0),(805,1,'2013-01-26 02:00:36','2013-01-26 02:00:36','','hard_floor_set_1-1','','inherit','open','open','','hard_floor_set_1-1','','','2013-01-26 02:00:36','2013-01-26 02:00:36','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/hard_floor_set_1-1.jpg',0,'attachment','image/jpeg',0),(806,1,'2013-01-26 02:00:37','2013-01-26 02:00:37','','leather_1','','inherit','open','open','','leather_1','','','2013-01-26 02:00:37','2013-01-26 02:00:37','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/leather_1.jpg',0,'attachment','image/jpeg',0),(807,1,'2013-01-26 02:00:38','2013-01-26 02:00:38','','leather_cleaning-1','','inherit','open','open','','leather_cleaning-1','','','2013-01-26 02:00:38','2013-01-26 02:00:38','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/leather_cleaning-1.jpg',0,'attachment','image/jpeg',0),(808,1,'2013-01-31 23:59:07','2013-01-31 23:59:07','<div></div>\n<div itemprop=\"description\">\n\nThe unique Chem-Dry® <em>Spot Remover™</em> is a highly effective and versatile carpet stain remover that can be used on carpets, upholstery, car interiors and upholstery fabrics.\n\nThe non-toxic ingredients ensure the product lifts common household stains to the surface for effective removal.\n\n<em>Spot Remover™</em> is available in 590ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Safe &amp; non-toxic for you and your family</li>\n	<li>Leaves no dirt attracting residues which can make spots reappear</li>\n	<li>Contains no harsh solvents that may damage your carpets or upholstery</li>\n	<li>Accredited and Green Certified stain remover</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area prior to application</li>\n</ul>\n</div>','Spot Remover','The unique Chem-Dry® Spot Remover™ is a highly effective and versatile carpet stain remover that can be used on carpets, upholstery, car interiors and upholstery fabrics.\n\nThe non-toxic ingredients ensure the product lifts common household stains to the surface for effective removal.\n\nSpot Remover™ is available in 590ml cans.','inherit','open','open','','214-autosave','','','2013-01-31 23:59:07','2013-01-31 23:59:07','',214,'http://108.167.155.71/~cdnz/fran/214-autosave/',0,'revision','',0),(967,1,'2013-01-31 23:20:49','2013-01-31 23:20:49','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, curtains, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-5','','','2013-01-31 23:20:49','2013-01-31 23:20:49','',14,'http://108.167.155.71/~cdnz/fran/14-revision-5/',0,'revision','',0),(827,1,'2013-01-26 02:48:20','2013-01-26 02:48:20',' ','','','publish','open','open','','827','','','2013-01-31 23:55:13','2013-01-31 23:55:13','',0,'http://108.167.155.71/~cdnz/fran/?p=827',4,'nav_menu_item','',0),(829,1,'2013-01-26 02:48:20','2013-01-26 02:48:20',' ','','','publish','open','open','','829','','','2013-01-31 23:55:13','2013-01-31 23:55:13','',0,'http://108.167.155.71/~cdnz/fran/?p=829',2,'nav_menu_item','',0),(834,1,'2013-01-26 02:48:20','2013-01-26 02:48:20',' ','','','publish','open','open','','834','','','2013-01-31 23:55:13','2013-01-31 23:55:13','',0,'http://108.167.155.71/~cdnz/fran/?p=834',3,'nav_menu_item','',0),(835,1,'2013-01-26 02:48:20','2013-01-26 02:48:20',' ','','','publish','open','open','','835','','','2013-01-31 23:55:13','2013-01-31 23:55:13','',0,'http://108.167.155.71/~cdnz/fran/?p=835',5,'nav_menu_item','',0),(836,1,'2013-01-26 02:48:20','2013-01-26 02:48:20',' ','','','publish','open','open','','836','','','2013-01-31 23:55:13','2013-01-31 23:55:13','',0,'http://108.167.155.71/~cdnz/fran/?p=836',1,'nav_menu_item','',0),(994,1,'2013-03-14 19:29:34','2013-03-14 19:29:34','<strong>Contact Details</strong>\r\nSTREET NAME\r\nCITY, PROVINCE\r\nPOSTAL CODE\r\n<strong>Telephone :</strong> 111 222 3333\r\n\r\n[contact-form-7 id=\"312\" title=\"Contact Page\"]','General Enquiry','','inherit','open','open','','72-revision-4','','','2013-03-14 19:29:34','2013-03-14 19:29:34','',72,'http://select.chemdry.ca/72-revision-4/',0,'revision','',0),(842,1,'2013-01-26 02:48:20','2013-01-26 02:48:20',' ','','','publish','open','open','','842','','','2013-01-31 23:55:13','2013-01-31 23:55:13','',0,'http://108.167.155.71/~cdnz/fran/?p=842',6,'nav_menu_item','',0),(844,1,'2013-01-26 04:20:31','2013-01-26 04:20:31','<div></div>\n<div itemprop=\"description\">\n\nChem-Dry® Dust Mite Anti-Allergen effectively neutralises dust mite allergens in your home.\n\nSpecialised ingredients in the products formulation neutralises dust mite droppings. It provides up to 90 days relief for asthma and allergy suffers.\n\nOur dust mite spray can be applied to carpets, upholstery, beddings and mattresses.\n\nDust Mite Ant-Allergen spray is available in 557ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>A healthier home for you and your family</li>\n	<li>Dust mite allergens neutralised</li>\n	<li>Treatment lasts up to 90 days</li>\n	<li>Provides relief for asthma and allergy sufferers</li>\n	<li>Derived from naturally occurring extracts</li>\n	<li>Contains no CFC and biodegradable</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>\n</div>','Dust Mite Anti-Allergen ','Chem-Dry® Dust Mite Anti-Allergen effectively neutralises dust mite allergens in your home.\n\nSpecialised ingredients in the products formulation neutralises dust mite droppings. It provides up to 90 days relief for asthma and allergy suffers.\n\nOur dust mite spray can be applied to carpets, upholstery, beddings and mattresses.\n\nDust Mite Ant-Allergen spray is available in 557ml cans.','inherit','open','open','','753-autosave','','','2013-01-26 04:20:31','2013-01-26 04:20:31','',753,'http://108.167.155.71/~cdnz/fran/753-autosave/',0,'revision','',0),(845,1,'2013-01-26 04:23:55','2013-01-26 04:23:55','<div></div>\n<div itemprop=\"description\">\n\nThe Chem-Dry® Leather Care Kit has the versatility to clean, protect and rejuvenate your leather upholstery, all in one handy kit.\n\nSuitable for the maintenance of aniline and protected (pigmented) leather, the kit contains:\n<ul>\n	<li>8oz Leather Soft Cleaner</li>\n	<li>8oz Leather Protection Cream</li>\n	<li>Application Cloth</li>\n	<li>Sponge</li>\n</ul>\nThe simple 2 step process allows you to cleanse and protect your leather upholstery and is recommended for use at least twice a year.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Rejuvenates aniline and protected (pigmented) leather</li>\n	<li>Protects against oil, water and alcohol based stains</li>\n	<li>Safe and non-toxic</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>\n</div>','Leather Care Kit ','The Chem-Dry® Leather Care Kit has the versatility to clean, protect and rejuvenate your leather upholstery, all in one handy kit.\n\nSuitable for the maintenance of aniline and protected (pigmented) leather, the kit contains:\n\n    8oz Leather Soft Cleaner\n    8oz Leather Protection Cream\n    Application Cloth\n    Sponge\n\nThe simple 2 step process allows you to cleanse and protect your leather upholstery and is recommended for use at least twice a year.','inherit','open','open','','755-autosave','','','2013-01-26 04:23:55','2013-01-26 04:23:55','',755,'http://108.167.155.71/~cdnz/fran/755-autosave/',0,'revision','',0),(846,1,'2013-01-26 05:51:30','2013-01-26 05:51:30','<div></div>\n<div itemprop=\"description\">\n\nDeveloped exclusively for use with The Razor<sup>TM</sup>, Chem-Dry® Hard Floor Cleaner is ideal for cleaning vinyl, linoleum, laminate and finished wood floors.\n\nThe carbonised solution can be sprayed directly onto hard floor surfaces to dissolve dirt and grease without the need for rinsing.\n\nFor best results use with The Razor<sup>TM </sup>which uses a trigger spray and disposable absorbent pads to glide across hard floors.\n\nHard Floor Cleaner is available in 624ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Effectively dissolves dirt and grease</li>\n	<li>No rinsing required</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>\n</div>','Hard Floor Cleaner ','Developed exclusively for use with The RazorTM, Chem-Dry® Hard Floor Cleaner is ideal for cleaning vinyl, linoleum, laminate and finished wood floors.\n\nThe carbonised solution can be sprayed directly onto hard floor surfaces to dissolve dirt and grease without the need for rinsing.\n\nFor best results use with The RazorTM which uses a trigger spray and disposable absorbent pads to glide across hard floors.\n\nHard Floor Cleaner is available in 624ml cans.','inherit','open','open','','756-autosave','','','2013-01-26 05:51:30','2013-01-26 05:51:30','',756,'http://108.167.155.71/~cdnz/fran/756-autosave/',0,'revision','',0),(847,1,'2013-01-26 04:28:23','2013-01-26 04:28:23','<div></div>\n<div itemprop=\"description\">\n\nChem-Dry® versatile Clean &amp; Seal Solution will invigorate your tired and dull tile and stone surfaces.\n\nUsed with The Razor<sup>TM </sup>(supplied with the product) the solution can be safely applied to various tile and stone surfaces including:\n<ul>\n	<li>Granite</li>\n	<li>Limestone</li>\n	<li>Marble</li>\n	<li>Sandstone</li>\n	<li>Slate</li>\n	<li>Travertine</li>\n</ul>\nTile &amp; Stone Renew – Clean &amp; Seal is available in 624ml cans.\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Cleans and protects tile and stone surfaces</li>\n	<li>Neutral based cleaner</li>\n	<li>Built-in sealer helps to protect your tile and stone surfaces</li>\n	<li>Effective formula to remove dirt and grime</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>\n</div>','Tile & Stone Renew – Clean & Seal ','Chem-Dry® versatile Clean & Seal Solution will invigorate your tired and dull tile and stone surfaces.\n\nUsed with The RazorTM (supplied with the product) the solution can be safely applied to various tile and stone surfaces including:\n\n    Granite\n    Limestone\n    Marble\n    Sandstone\n    Slate\n    Travertine\n\nTile & Stone Renew – Clean & Seal is available in 624ml cans.','inherit','open','open','','757-autosave','','','2013-01-26 04:28:23','2013-01-26 04:28:23','',757,'http://108.167.155.71/~cdnz/fran/757-autosave/',0,'revision','',0),(849,1,'2013-01-26 06:03:24','2013-01-26 06:03:24','<div></div>\n<div itemprop=\"description\">\n\nThis pack allows pet owners to remedy any fresh pet odours and smells coupled with our unique carpet stain removal formulation to handle stubborn stains.\n\nPack Includes:\n<ul>\n	<li>Pet Odour Remover</li>\n	<li>Stain Extinguisher<sup> TM</sup></li>\n</ul>\n<h2>Features &amp; Benefits</h2>\n<ul>\n	<li>Ideal for dog and cat owners</li>\n	<li>Effective at tackling stubborn stains and fresh pet odours</li>\n	<li>Green certified solutions</li>\n</ul>\n<h2>Product Application for Best Results</h2>\n<ul>\n	<li>Always follow the instructions on the can carefully</li>\n	<li>Always test a small area, prior to application</li>\n</ul>\n</div>','Stain Fighters & Pet Owners Pack ','This pack allows pet owners to remedy any fresh pet odours and smells coupled with our unique carpet stain removal formulation to handle stubborn stains.\n\nPack Includes:\n\n    Pet Odour Remover\n    Stain Extinguisher TM\n','inherit','open','open','','759-autosave','','','2013-01-26 06:03:24','2013-01-26 06:03:24','',759,'http://108.167.155.71/~cdnz/fran/759-autosave/',0,'revision','',0),(850,1,'2013-01-26 06:07:26','2013-01-26 06:07:26','','packages','','inherit','open','open','','packages','','','2013-01-26 06:07:26','2013-01-26 06:07:26','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/packages1.jpg',0,'attachment','image/jpeg',0),(851,1,'2013-01-26 00:03:27','2013-01-26 00:03:27','<img alt=\"reception\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/reception_striped_carpet_355x320.jpg\" />\r\n\r\n<strong>As the leaders in specialist cleaning services, Chem-Dry® is the professional choice when it comes to making sure your business premises is a comfortable, safe place to work and gives out exactly the right impression to customers and staff.</strong>\r\n\r\nWe’re the No.1 in commercial carpet, curtain and upholstery cleaning maintenance programmes, using the very latest technology to:\r\n<ul>\r\n	<li>Provide professional bespoke carpet maintenance and cleaning programmes with minimal disruption</li>\r\n	<li>Protect your business assets and investments</li>\r\n	<li>Enhance your company image and create the right impression</li>\r\n	<li>Maintain a healthy, pleasant place to work for you, your employees and visitors</li>\r\n	<li>Reduce downtime for businesses.</li>\r\n</ul>\r\nWe also provide the following commercial services:\r\n<ul>\r\n	<li>Anti-static application</li>\r\n	<li>Fire retardant application.</li>\r\n</ul>','Commercial Cleaning','We’re the leaders in specialist commercial cleaning services.','inherit','open','open','','29-revision-3','','','2013-01-26 00:03:27','2013-01-26 00:03:27','',29,'http://108.167.155.71/~cdnz/fran/29-revision-3/',0,'revision','',0),(852,1,'2013-01-25 23:42:56','2013-01-25 23:42:56','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://www.chemdry.co.uk/basic-or-economy-service\">basic clean</a> to a <a href=\"http://www.chemdry.co.uk/clean-and-protect\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a href=\"http://www.chemdry.co.uk/store/product/stain-extinguisher\"><em>Stain Extinguisher<strong>®</strong></em></a> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-5','','','2013-01-25 23:42:56','2013-01-25 23:42:56','',114,'http://108.167.155.71/~cdnz/fran/114-revision-5/',0,'revision','',0),(853,1,'2013-01-26 06:24:23','2013-01-26 06:24:23','','before-after','','inherit','open','open','','before-after-2','','','2013-01-26 06:24:23','2013-01-26 06:24:23','',569,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/before-after.jpg',0,'attachment','image/jpeg',0),(854,1,'2013-01-26 06:24:24','2013-01-26 06:24:24','','fantastic-offers','','inherit','open','open','','fantastic-offers','','','2013-01-26 06:24:24','2013-01-26 06:24:24','',569,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/fantastic-offers.jpg',0,'attachment','image/jpeg',0),(855,1,'2013-01-26 06:24:24','2013-01-26 06:24:24','','long-lasting','','inherit','open','open','','long-lasting','','','2013-01-26 06:24:24','2013-01-26 06:24:24','',569,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/long-lasting.jpg',0,'attachment','image/jpeg',0),(856,1,'2013-01-23 17:53:31','2013-01-23 17:53:31','<img class=\"alignnone size-full wp-image-388\" alt=\"ProductDeodoriser\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ProductDeodoriser.jpg\" width=\"480\" height=\"324\" />\n\n<strong>Carpet d</strong><strong>eodorisation available in a range of scents.</strong>\n\nUnique elements in the treatment bind with carpet fibres to create a pleasant smell and a dirt resistant barrier. Every footstep on the carpet helps the polymers break down and release more fragrance to keep rooms fresher than ever.\n\nScents include Lemon, Apple, Orange, Hawaii Breeze and Eucalyptus Frost to give your home a fresh and clean feel.','Deodorisation','','inherit','open','open','','569-revision','','','2013-01-23 17:53:31','2013-01-23 17:53:31','',569,'http://108.167.155.71/~cdnz/fran/569-revision/',0,'revision','',0),(963,1,'2013-01-26 00:41:12','2013-01-26 00:41:12','<img class=\"alignnone size-full wp-image-731\" alt=\"istock_000018534545_small_480x319-1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/istock_000018534545_small_480x319-1.jpg\" width=\"480\" height=\"319\" />\r\n\r\nCarpet care is an essential component to ensuring a healthy home. Stains and worn traffic areas can disappoint potential buyers and new homeowners alike. Our moving home package will help relieve some of the stress and strain associated when you are moving house. From injecting a new lease of life into tired carpets to making tiles, stone and hard wood flooring shine and sparkle you can ensure that we will leave homes looking refreshed for potential buyers or new owners.\r\n\r\nKey Benefits of the Moving Home Package:\r\n<ul>\r\n	<li>Economical – We can just do the Treadways</li>\r\n	<li>Clean, Bright Carpets Before the Viewings</li>\r\n	<li>Removes Odours &amp; Leaves a Fresh Smell</li>\r\n	<li>A 20oz. Can of Carpet Fragrance, for you to use just before those viewings</li>\r\n	<li>Removes most Stubborn Stains</li>\r\n	<li>25% DISCOUNT on work at your new home before you move in on the day you get the keys</li>\r\n</ul>\r\n<strong>Call our team today on 01524 5432153\r\n</strong>','Moving Home Package','','inherit','open','open','','729-revision-3','','','2013-01-26 00:41:12','2013-01-26 00:41:12','',729,'http://108.167.155.71/~cdnz/fran/729-revision-3/',0,'revision','',0),(857,1,'2013-01-26 00:12:27','2013-01-26 00:12:27','<img class=\"alignnone size-full wp-image-341\" alt=\"CommercialProducts\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialProducts.jpg\" width=\"480\" height=\"350\" />\r\n\r\nChem-Dry® understands that one solution won\'t fit all customer needs. That\'s why we offer a range of cleaning and protection packages that can be combined with our standard cleaning service.\r\n\r\nIn addition to the removal of dirt and stains from your carpet and upholstery, we also offer:\r\n<ul>\r\n	<li>Protection to help the fight against stains once we\'ve gone</li>\r\n	<li>Deodorisation available in a range of long-lasting scents</li>\r\n	<li>Anti-Allergen providing protection for your family against the dust and bacteria that cause asthmatic and allergic reactions</li>\r\n</ul>\r\nLocal franchises may also offer multi room savings, guarantees or warranties and promotions across a range of combined items.','Packages & Extras','','inherit','open','open','','511-revision-2','','','2013-01-26 00:12:27','2013-01-26 00:12:27','',511,'http://108.167.155.71/~cdnz/fran/511-revision-2/',0,'revision','',0),(858,1,'2013-01-26 00:01:45','2013-01-26 00:01:45','<h2></h2>\n<img class=\"alignnone size-full wp-image-340\" alt=\"CommercialLeather1\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialLeather1.jpg\" width=\"479\" height=\"435\" />\n\n<strong>At Chem-Dry®, we pride ourselves on our ability to breathe new life into your tired looking surfaces. Whether it\'s carpets and upholstery or leather and tile and stone, our revolutionary cleaning services can add a new lease of life to virtually any surface in your home.</strong>\n\nTake a look at the before and after examples below to see actual results of Chem-Dry® cleans.\n\n<strong>Domestic Carpets</strong>\n\n<img class=\"alignnone size-full wp-image-425\" alt=\"before_after_carpets_348x170\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/before_after_carpets_348x170.jpg\" width=\"479\" height=\"234\" />\n\n<strong><img class=\"alignnone size-full wp-image-428\" alt=\"CarpetBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CarpetBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></strong>\n\n<strong>Upholstery </strong>\n\n<strong><img class=\"alignnone size-full wp-image-420\" alt=\"UpholsteryBeforeAndAfter2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter2.jpg\" width=\"480\" height=\"235\" /></strong>\n\n&nbsp;\n\n<img class=\"alignnone size-full wp-image-419\" alt=\"UpholsteryBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryBeforeAndAfter.jpg\" width=\"480\" height=\"235\" />\n\n<strong>Leather</strong>\n\n<strong><img class=\"alignnone size-full wp-image-422\" alt=\"UpholsteryLeatherBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/UpholsteryLeatherBeforeAndAfter.jpg\" width=\"480\" height=\"235\" /></strong>\n\n<strong>Tile &amp; Stone</strong>\n\n<strong><img class=\"alignnone size-full wp-image-415\" alt=\"TileAndStone2\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndStone2.jpg\" width=\"480\" height=\"235\" /></strong>\n\n<strong><img class=\"alignnone size-full wp-image-413\" alt=\"TileAndGroutBeforeAndAfter\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TileAndGroutBeforeAndAfter.jpg\" width=\"480\" height=\"200\" /></strong>\n\n&nbsp;\n\n&nbsp;\n\n<strong>Commercial Carpets</strong>\n\n<strong><img class=\"alignnone size-full wp-image-497\" alt=\"ah_commercial_1_480x235\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2012/12/ah_commercial_1_480x235.jpg\" width=\"480\" height=\"235\" /></strong>','Before & After','','inherit','open','open','','513-revision-2','','','2013-01-26 00:01:45','2013-01-26 00:01:45','',513,'http://108.167.155.71/~cdnz/fran/513-revision-2/',0,'revision','',0),(860,1,'2013-01-30 20:51:27','2013-01-30 20:51:27','Your question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\r\n\r\n\r\n<a href=\"http://108.167.155.71/~cdnz/fran/thankyou\" class=\"button alt\">Click Here to Read Questions</a>','Thank you for your question.','','publish','open','open','','thankyou','','','2013-01-30 21:01:10','2013-01-30 21:01:10','',0,'http://108.167.155.71/~cdnz/fran/?page_id=860',0,'page','',0),(913,1,'2013-01-31 19:41:38','2013-01-31 19:41:38','','dsc_2214_480x320-3','','inherit','open','open','','dsc_2214_480x320-3','','','2013-01-31 19:41:38','2013-01-31 19:41:38','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2214_480x320-3.jpg',0,'attachment','image/jpeg',0),(914,1,'2013-01-31 19:41:44','2013-01-31 19:41:44','','dsc_2228_480x339','','inherit','open','open','','dsc_2228_480x339','','','2013-01-31 19:41:44','2013-01-31 19:41:44','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2228_480x339.jpg',0,'attachment','image/jpeg',0),(915,1,'2013-01-31 19:41:50','2013-01-31 19:41:50','','dsc_2268','','inherit','open','open','','dsc_2268','','','2013-01-31 19:41:50','2013-01-31 19:41:50','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2268.jpg',0,'attachment','image/jpeg',0),(916,1,'2013-01-31 19:41:55','2013-01-31 19:41:55','','dsc_2295','','inherit','open','open','','dsc_2295','','','2013-01-31 19:41:55','2013-01-31 19:41:55','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2295.jpg',0,'attachment','image/jpeg',0),(917,1,'2013-01-31 19:42:02','2013-01-31 19:42:02','','dsc_2310','','inherit','open','open','','dsc_2310','','','2013-01-31 19:42:02','2013-01-31 19:42:02','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2310.jpg',0,'attachment','image/jpeg',0),(861,1,'2013-01-30 20:51:13','2013-01-30 20:51:13','<div class=\"success\"><p>Your question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.</div>\n<h4>How long will the clean take?</h4>\nThis depends on the size of the room or the amount of upholstery. It will also depend on the level of soiling and whether there is any heavy staining.\n\nWe will be able to provide you with an approximate time once we assessed the job to be done and we provide our free, no obligation quotation.\n<h4>What types of carpets do you clean?</h4>\nWe can clean all types of carpeting, domestic or commercial, including Wilton, Axminster, Nylon, Olefin and Carpet Tiles.\n\nThe cleaning is done by our powerful truck mounted machine, using the Chem-Dry Hot Carbonation method with extraction. Your carpets will be left touch dry and are usually fully dry within two hours, depending upon degree of soiling and humidity.\n\nWe can normally remove most stains and odours including those caused by pets.\n<h4>How often should carpets be cleaned</h4>\nCarpet manufacturers recommend that carpets should be cleaned by a qualified technician every 12 to 18 months.\n\nCleaning on a regular basis and before allowing the build up of heavy soiling, reduces potential damage to the fibres and enhances the life of the carpet.','Questions','','inherit','open','open','','860-revision','','','2013-01-30 20:51:13','2013-01-30 20:51:13','',860,'http://108.167.155.71/~cdnz/fran/860-revision/',0,'revision','',0),(862,1,'2013-01-30 20:57:18','2013-01-30 20:57:18','\n\nYour question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.\n\n\n<a style=\"class:button\" href=\"http://108.167.155.71/~cdnz/fran/thankyou\">Click Here</a>','Thank you for your question.','','inherit','open','open','','860-autosave','','','2013-01-30 20:57:18','2013-01-30 20:57:18','',860,'http://108.167.155.71/~cdnz/fran/860-autosave/',0,'revision','',0),(863,1,'2013-01-30 20:51:27','2013-01-30 20:51:27','<div class=\"success\"><p>Your question has been submitted and will be reviewed and published here as soon as we can. In the meantime why not take a look at the questions already submitted.</p></div>\r\n<h4>How long will the clean take?</h4>\r\nThis depends on the size of the room or the amount of upholstery. It will also depend on the level of soiling and whether there is any heavy staining.\r\n\r\nWe will be able to provide you with an approximate time once we assessed the job to be done and we provide our free, no obligation quotation.\r\n<h4>What types of carpets do you clean?</h4>\r\nWe can clean all types of carpeting, domestic or commercial, including Wilton, Axminster, Nylon, Olefin and Carpet Tiles.\r\n\r\nThe cleaning is done by our powerful truck mounted machine, using the Chem-Dry Hot Carbonation method with extraction. Your carpets will be left touch dry and are usually fully dry within two hours, depending upon degree of soiling and humidity.\r\n\r\nWe can normally remove most stains and odours including those caused by pets.\r\n<h4>How often should carpets be cleaned</h4>\r\nCarpet manufacturers recommend that carpets should be cleaned by a qualified technician every 12 to 18 months.\r\n\r\nCleaning on a regular basis and before allowing the build up of heavy soiling, reduces potential damage to the fibres and enhances the life of the carpet.','Questions','','inherit','open','open','','860-revision-2','','','2013-01-30 20:51:27','2013-01-30 20:51:27','',860,'http://108.167.155.71/~cdnz/fran/860-revision-2/',0,'revision','',0),(918,1,'2013-01-31 19:42:08','2013-01-31 19:42:08','','dsc_2497_dom_carpet','','inherit','open','open','','dsc_2497_dom_carpet','','','2013-01-31 19:42:08','2013-01-31 19:42:08','',27,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2497_dom_carpet.jpg',0,'attachment','image/jpeg',0),(919,1,'2013-01-31 19:42:09','2013-01-31 19:42:09','','dsc_2659_stone_grout2_jpg-1','','inherit','open','open','','dsc_2659_stone_grout2_jpg-1','','','2013-01-31 19:42:09','2013-01-31 19:42:09','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_2659_stone_grout2_jpg-1.jpg',0,'attachment','image/jpeg',0),(920,1,'2013-01-31 19:42:10','2013-01-31 19:42:10','','dsc_3733-5','','inherit','open','open','','dsc_3733-5','','','2013-01-31 19:42:10','2013-01-31 19:42:10','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_3733-5.jpg',0,'attachment','image/jpeg',0),(921,1,'2013-01-31 19:42:11','2013-01-31 19:42:11','','dsc_4287_480x320','','inherit','open','open','','dsc_4287_480x320','','','2013-01-31 19:42:11','2013-01-31 19:42:11','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/dsc_4287_480x320.jpg',0,'attachment','image/jpeg',0),(922,1,'2013-01-31 19:42:12','2013-01-31 19:42:12','','image_preview','','inherit','open','open','','image_preview','','','2013-01-31 19:42:12','2013-01-31 19:42:12','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/image_preview.jpg',0,'attachment','image/jpeg',0),(923,1,'2013-01-31 19:42:13','2013-01-31 19:42:13','','istock_000002121532_small_480x319','','inherit','open','open','','istock_000002121532_small_480x319','','','2013-01-31 19:42:13','2013-01-31 19:42:13','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/istock_000002121532_small_480x319.jpg',0,'attachment','image/jpeg',0),(924,1,'2013-01-31 19:42:14','2013-01-31 19:42:14','','istock_000002854120_small_480x319','','inherit','open','open','','istock_000002854120_small_480x319','','','2013-01-31 19:42:14','2013-01-31 19:42:14','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/istock_000002854120_small_480x319.jpg',0,'attachment','image/jpeg',0),(925,1,'2013-01-31 19:42:15','2013-01-31 19:42:15','','istock_000011930249_small_480x319','','inherit','open','open','','istock_000011930249_small_480x319','','','2013-01-31 19:42:15','2013-01-31 19:42:15','',0,'http://108.167.155.71/~cdnz/fran/fran/wp-content/uploads/2013/01/istock_000011930249_small_480x319.jpg',0,'attachment','image/jpeg',0),(977,1,'2013-02-01 05:23:17','2013-02-01 05:23:17','<img alt=\"Carpet Stain Removal\" src=\"http://108.167.155.71/~cdnz/test/wp-content/uploads/2013/01/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">basic clean</a> to a <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as Spot Remover<strong>®</strong> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-9','','','2013-02-01 05:23:17','2013-02-01 05:23:17','',114,'http://108.167.155.71/~cdnz/fran/114-revision-9/',0,'revision','',0),(978,1,'2013-02-01 04:06:54','2013-02-01 04:06:54','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-8','','','2013-02-01 04:06:54','2013-02-01 04:06:54','',14,'http://108.167.155.71/~cdnz/fran/14-revision-8/',0,'revision','',0),(945,1,'2013-01-09 04:30:59','2013-01-09 04:30:59','Chem-Dry Wickseys have been operating since 1999, delivering a first class service to customers throughout East Yorkshire and North Lincolnshire, and in 2010 at the Chem-Dry Convention in Manchester were recognised with the 10 year service award.\n\nWe cover all towns and villages across these regions including Hull, Lincoln, Scunthorpe, Driffield and Bridlington, where customers have been highly delighted with the service they have received.','About','','inherit','open','open','','36-revision','','','2013-01-09 04:30:59','2013-01-09 04:30:59','',36,'http://108.167.155.71/~cdnz/fran/36-revision/',0,'revision','',0),(947,1,'2013-01-30 21:47:32','2013-01-30 21:47:32','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">basic clean</a> to a <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as <a title=\"Stain Extinguisher\" href=\"http://108.167.155.71/~cdnz/fran/product/stain-extinguisher-2/\"><em>Stain Extinguisher<strong>®</strong></em> </a>for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-7','','','2013-01-30 21:47:32','2013-01-30 21:47:32','',114,'http://108.167.155.71/~cdnz/fran/114-revision-7/',0,'revision','',0),(954,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-346\" alt=\"CommercialTheatres\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialTheatres.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Bingo halls, theatres, cinemas and public auditoriums can quickly collect dirt and dust due to high numbers of visitors.</strong>\n\nFrom regular carpet cleaning maintenance programmes to specialist treatments for curtains, upholstery and tiles and grout in toilets and washrooms, Chem-Dry® experts can help keep bingo halls and other leisure venues clean, tidy and hygienic with fast, professional cleaning solutions.','Bingo & More ','','inherit','open','open','','551-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',551,'http://108.167.155.71/~cdnz/fran/551-revision-2/',0,'revision','',0),(955,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-337\" alt=\"CommercialCouncil\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialCouncil.jpg\" width=\"480\" height=\"320\" />\n\n<strong>Ensuring council offices, receptions and facilities convey a good impression to visitors and users, whilst being a clean and comfortable place to work, is easy thanks to Chem-Dry®.</strong>\n\nA visit from Chem-Dry® experts can help keep your council office clean, tidy and hygienic with fast, professional cleaning solutions.\n\nWhether it’s a one-off deep clean or a regular cleaning programme for carpets, curtains, upholstery or tiles and grout, Chem-Dry® can ensure your premises reflect the professional nature of your council.','Council','','inherit','open','open','','549-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',549,'http://108.167.155.71/~cdnz/fran/549-revision-2/',0,'revision','',0),(956,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-342\" alt=\"CommercialRental\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialRental.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Cleaning at the end of tenancy can often be a job that\'s best left to the professionals.</strong>\n\nChem-Dry® experts can ensure your property is clean, tidy and hygienic with professional cleaning solutions to prepare your property for its new tenants.\n\nWhether it\'s a deep carpet clean or specialist curtain, upholstery or tile and grout treatment, we will ensure your rental property looks clean and welcoming for new tenants.','End of Tenancy','','inherit','open','open','','545-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',545,'http://108.167.155.71/~cdnz/fran/545-revision-2/',0,'revision','',0),(957,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-339\" alt=\"CommercialHotel\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialHotel.jpg\" width=\"480\" height=\"309\" />\n\n<strong>Hotels and bed &amp; breakfast establishments are often rated primarily by guests on standards of cleanliness. So it\'s important to make sure that they benefit from the deepest clean possible, whether it\'s carpets, upholstery, curtains or bathroom tiles and grout.</strong>\n\nChem-Dry® experts can help keep your hotel clean, tidy and hygienic with professional cleaning solutions that include one-off treatments or affordable regular contracts.\n\nAll our treatments are designed to be carried out quickly and efficiently with minimum disruption to you and your guests.','Hotels','','inherit','open','open','','541-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',541,'http://108.167.155.71/~cdnz/fran/541-revision-2/',0,'revision','',0),(958,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-336\" alt=\"Commercial4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Commercial4.jpg\" width=\"480\" height=\"430\" />\n\n<strong>A clean, fresh office means a happier, more productive workforce and also conveys the right impression for visitors or clients.</strong>\n\nWhether it’s a one-off deep clean or carpet cleaning carried out on a regular basis, Chem-Dry® experts can help keep your office clean, tidy and hygienic with a choice of professional cleaning solutions.\n\nYour Chem-Dry® technician can make sure your carpets, curtains, upholstery and even tiles and grout, look their best to create a clean, comfortable workplace. Our treatments are designed to be carried out quickly and efficiently; a Chem-Dry® treatment will cause minimum disruption to your working day.','Offices','','inherit','open','open','','539-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',539,'http://108.167.155.71/~cdnz/fran/539-revision-2/',0,'revision','',0),(959,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-427\" alt=\"BusinessSchool\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/BusinessSchool.jpg\" width=\"480\" height=\"217\" />\n\n<strong>Whether it’s a one-off deep clean, a regular carpet cleaning maintenance programme or specialist cleaning for curtains or bathroom tiles and grout, Chem-Dry® experts can help keep your school clean, tidy and hygienic with professional cleaning solutions.</strong>\n\nOur fast processes mean a Chem-Dry® clean can be carried out with minimum disruption to your school schedule. Weekend and out-of-hours appointments can also be arranged.','Schools','','inherit','open','open','','537-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',537,'http://108.167.155.71/~cdnz/fran/537-revision-2/',0,'revision','',0),(960,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-344\" alt=\"CommercialSports\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialSports.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Due to the nature of activities undertaken, sports halls and leisure facilities can get dirty fast.</strong>\n\nChem-Dry® cleaning can be carried out to make sure users enjoy their leisure time in the cleanest possible environment.\n\nWhether it’s a professional deep clean for floor and wall tiles and grout or a carpet, curtain or upholstery cleaning programme, Chem-Dry® experts can help keep your sports venue or leisure centre clean, tidy and hygienic.','Sports','','inherit','open','open','','547-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',547,'http://108.167.155.71/~cdnz/fran/547-revision-2/',0,'revision','',0),(961,1,'2013-01-26 00:04:47','2013-01-26 00:04:47','<img class=\"alignnone size-full wp-image-345\" alt=\"CommercialStudent\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/CommercialStudent.jpg\" width=\"480\" height=\"319\" />\n\n<strong>Student accommodation often requires professional cleaning to keep it clean, fresh and attractive to new tenants.</strong>\n\nFrom one-off deep cleans to regular cleaning maintenance programmes, Chem-Dry® experts can help keep your student accommodation facilities clean, tidy and hygienic with fast treatments for carpets, curtains, upholstery and more.','Student Accommodation','','inherit','open','open','','543-revision-2','','','2013-01-26 00:04:47','2013-01-26 00:04:47','',543,'http://108.167.155.71/~cdnz/fran/543-revision-2/',0,'revision','',0),(962,1,'2013-01-26 06:24:33','2013-01-26 06:24:33','<img class=\"alignnone size-full wp-image-388\" alt=\"ProductDeodoriser\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/ProductDeodoriser.jpg\" width=\"480\" height=\"324\" />\r\n\r\n<strong>Carpet d</strong><strong>eodorisation available in a range of scents.</strong>\r\n\r\nUnique elements in the treatment bind with carpet fibres to create a pleasant smell and a dirt resistant barrier. Every footstep on the carpet helps the polymers break down and release more fragrance to keep rooms fresher than ever.\r\n\r\nScents include Lemon, Apple, Orange, Hawaii Breeze and Eucalyptus Frost to give your home a fresh and clean feel.','Deodorisation','','inherit','open','open','','569-revision-2','','','2013-01-26 06:24:33','2013-01-26 06:24:33','',569,'http://108.167.155.71/~cdnz/fran/569-revision-2/',0,'revision','',0),(964,1,'2013-01-12 06:15:15','2013-01-12 06:15:15','\" A really good job. Well done. I would recommend to any of my friends and family.\"','Mrs Lewis, Hessle','','inherit','open','open','','63-revision','','','2013-01-12 06:15:15','2013-01-12 06:15:15','',63,'http://108.167.155.71/~cdnz/fran/63-revision/',0,'revision','',0),(965,1,'2013-01-12 06:10:58','2013-01-12 06:10:58','\"We found the technician very efficient and will happily use Chem-Dry Wickseys again.\"','Mrs. Harvey, Market Weighton','','inherit','open','open','','58-revision','','','2013-01-12 06:10:58','2013-01-12 06:10:58','',58,'http://108.167.155.71/~cdnz/fran/58-revision/',0,'revision','',0),(968,1,'2013-02-01 02:22:25','2013-02-01 02:22:25','<img class=\"size-full wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" width=\"480\" height=\"322\" />\n\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\n\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\n<ul>\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\n	<li>It\'s safe for wool and manmade carpet fibres</li>\n	<li>No shrinkage - guaranteed</li>\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\n</ul>\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\n\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\n\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','inherit','open','open','','443-autosave','','','2013-02-01 02:22:25','2013-02-01 02:22:25','',443,'http://108.167.155.71/~cdnz/fran/443-autosave/',0,'revision','',0),(969,1,'2013-01-25 23:43:10','2013-01-25 23:43:10','<img class=\"size-full wp-image-355 alignnone\" alt=\"Domestic4\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/Domestic4.jpg\" width=\"480\" height=\"322\" />\r\n\r\n<strong>Your carpets play an important role in maintaining a healthier indoor environment.</strong>\r\n\r\nThe exclusive Chem-Dry® patented carpet cleaning solution - The Natural® - uses the power of effervescent carbonating cleaning bubbles, that deodorise your carpets and fabrics as they clean.\r\n<ul>\r\n	<li>We use only 1/5 to 1/10 of the moisture of some other carpet cleaning processes</li>\r\n	<li>It leaves behind no soapy residue which can accelerate carpet re-soiling</li>\r\n	<li>It\'s safe for wool and manmade carpet fibres</li>\r\n	<li>No shrinkage - guaranteed</li>\r\n	<li>The Natural® uses the power of carbonation to deep clean carpets and upholstery in a safe and gentle way</li>\r\n	<li>Dries most carpets in 1-2 hours and significantly reduces risk of mould, bacteria and mildew growth.</li>\r\n</ul>\r\nIf your carpets don\'t get cleaned professionally using the correct technique on a regular basis, they can quickly become damaged, dirty and unhygienic.\r\n\r\nAt Chem-Dry® , we pride ourselves at not only getting your carpet as clean as it could possibly be, but also ensuring they are hygienic and help fight against allergies.\r\n\r\nSpeak to your local Chem-Dry® technician who will be more than happy to provide you with advice.','Carpet Cleaning','','inherit','open','open','','443-revision-4','','','2013-01-25 23:43:10','2013-01-25 23:43:10','',443,'http://108.167.155.71/~cdnz/fran/443-revision-4/',0,'revision','',0),(972,1,'2013-02-01 01:55:41','2013-02-01 01:55:41','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets,  upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-6','','','2013-02-01 01:55:41','2013-02-01 01:55:41','',14,'http://108.167.155.71/~cdnz/fran/14-revision-6/',0,'revision','',0),(975,1,'2013-01-07 23:55:32','2013-01-07 23:55:32','','Home','','inherit','open','open','','92-revision','','','2013-01-07 23:55:32','2013-01-07 23:55:32','',92,'http://108.167.155.71/~cdnz/fran/92-revision/',0,'revision','',0),(976,1,'2013-01-31 23:22:51','2013-01-31 23:22:51','<img alt=\"Carpet Stain Removal\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/carpet_stain_removal.jpg\" />\r\n\r\n<strong>If we can\'t get it out, no one can. That\'s the Chem-Dry® promise.</strong>\r\n\r\nOur professional technicians use the most advanced stain removal products and tools to remove almost all types of stains.\r\n\r\nWhen it comes to carpet stain removal, your best chance of removing a stain is to do it as quickly as possible after the spot is made. The longer it sits on your carpet or upholstery, the harder it becomes to remove. While most stains can be removed, some require the advanced technical skill and advanced cleaning solutions that only expert stain removers can provide.\r\n\r\nAs leaders in the carpet and fabric care industry, our expertise and extensive range of products and solutions can help you win the battle against tough stains.\r\n\r\nAs part of the Chem-Dry<strong>®</strong> carpet cleaning service, we will ensure that all stains are removed. However, why not upgrade the service from a <a href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/basic-clean/\">basic clean</a> to a <a title=\"Clean and Protect\" href=\"http://108.167.155.71/~cdnz/fran/services/packages-extras/clean-and-protect/\">clean and protect</a> package? This provides an invisible shield against most dirt and stains, as well as refreshing the performance of stain resistant carpet fibres.\r\n\r\nWe also offer products such as Spot Remover<strong>®</strong> for a powerful way to combat stains as and when they happen.\r\n\r\n<strong>If Chem-Dry<strong>®</strong> can’t remove your fabric spot or carpet stain, no one can!</strong>','Carpet Stain Removal','If we can’t shift that stain, no-one can.','inherit','open','open','','114-revision-8','','','2013-01-31 23:22:51','2013-01-31 23:22:51','',114,'http://108.167.155.71/~cdnz/fran/114-revision-8/',0,'revision','',0),(970,1,'2013-01-31 19:38:38','2013-01-31 19:38:38','<img class=\"alignnone size-full wp-image-893\" alt=\"chem_dry_services_homepage\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/chem_dry_services_homepage.jpg\" width=\"480\" height=\"397\" />\r\n\r\n<strong>Chem-Dry® offers a vast range of deep clean services for both home and commercial buildings.</strong>\r\n\r\nOur unique cleaning process can tackle almost any surface and can generate amazing results for a cleaner, healthier environment.\r\n\r\nOur national network of franchises provides:\r\n<ul>\r\n	<li>Over 25 years of experience and knowledge</li>\r\n	<li>Unsurpassable cleaning performance using leading technology and unique processes across a vast range of surfaces</li>\r\n	<li>A hassle-free service that won\'t disrupt your household or business</li>\r\n	<li>A safe and cost effective alternative to replacement</li>\r\n	<li>A process that uses at least 1/5 of the moisture some other processes use for faster drying times</li>\r\n	<li>An accredited, endorsed and green-certified carpet and upholstery cleaning system for a healthy and hygienic environment.</li>\r\n</ul>\r\nYour local Chem-Dry® technician will tailor a package to meet your requirements to ensure you get the best results.','Services','','inherit','open','open','','22-revision-2','','','2013-01-31 19:38:38','2013-01-31 19:38:38','',22,'http://108.167.155.71/~cdnz/fran/22-revision-2/',0,'revision','',0),(973,1,'2013-02-01 04:05:34','2013-02-01 04:05:34','<img alt=\"Domestic Cleaning\" src=\"http://www.chemdry.co.uk/img/uploaded/inline/chem_dry_domestic_cleaning_homepage.jpg\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-7','','','2013-02-01 04:05:34','2013-02-01 04:05:34','',14,'http://108.167.155.71/~cdnz/fran/14-revision-7/',0,'revision','',0),(974,1,'2013-03-14 19:27:21','2013-03-14 19:27:21','Chem-Dry has been operating in Canada since 1900, delivering a first class service to customers throughout the country.','About','','inherit','open','open','','36-autosave','','','2013-03-14 19:27:21','2013-03-14 19:27:21','',36,'http://108.167.155.71/~cdnz/fran/36-autosave/',0,'revision','',0),(984,1,'2013-03-27 03:55:46','2013-03-27 03:55:46','<strong>Chem-Dry Select</strong>\nPO Box 32 Site 8 RR1\nCalahoo AB, T0G 0J0\n<strong>780-460-2810</strong>\n[contact-form-7 id=\"312\" title=\"Contact Page\"]\n\n&nbsp;','General Enquiry','','inherit','open','open','','72-autosave','','','2013-03-27 03:55:46','2013-03-27 03:55:46','',72,'http://108.167.155.68/~chemdry/franchise/72-autosave/',0,'revision','',0),(985,1,'2013-01-25 22:52:49','2013-01-25 22:52:49','<strong>Contact Details</strong>\r\nUNIT 5 WILLERBY SHOPPING CENTRE\r\nBEVERLEY ROAD\r\nWILLERBY\r\nHU10 6EB\r\n\r\n<strong>Telephone :</strong> 0800 1380876\r\n\r\n\r\n\r\n[contact-form-7 id=\"312\" title=\"Contact Page\"]','General Enquiry','','inherit','open','open','','72-revision-3','','','2013-01-25 22:52:49','2013-01-25 22:52:49','',72,'http://108.167.155.68/~chemdry/franchise/72-revision-3/',0,'revision','',0),(986,1,'2013-03-14 19:30:56','2013-03-14 19:30:56','<h1><span style=\"font-size: 13px; line-height: 19px;\">At Chem-Dry we are committed to safeguarding and preserving the privacy of our visitors. </span></h1>\n<div>\n\nThis Privacy Policy explains what happens to any personal data that you provide to us, or that we collect from you whilst you visit our site.\n\nWe do update this Policy from time to time so please do review this Policy regularly.\n\n<strong>Information We Collect </strong>\n\nIn running and maintaining our website we may collect and process the following data about you:\n<ol>\n	<li>Information about your use of our site including details of your visits such as pages viewed and the resources that you access. Such information includes traffic data, location data and other communication data.</li>\n	<li>Information provided voluntarily by you. For example, when you register for information or make a purchase.</li>\n	<li>Information that you provide when you communicate with us by any means.</li>\n</ol>\n<strong>Use of Cookies\n</strong>Cookies provide information regarding the computer used by a visitor. We may use cookies where appropriate to gather information about your computer fin order to assist us in improving our website.\n\nWe may gather information about your general internet use by using the cookie. Where used, these cookies are downloaded to your computer and stored on the computer’s hard drive. Such information will not identify you personally. It is statistical data. This statistical data does not identify any personal details whatsoever\n\nYou can adjust the settings on your computer to decline any cookies if you wish. This can easily be done by activating the reject cookies setting on your computer.\n\n<strong>Use of Your Information</strong>\n\nWe use the information that we collect from you to provide our services to you. In addition to this we may use the information for one or more of the following purposes:\n<ol>\n	<li>To provide information to you that you request from us relating to our products or services.</li>\n	<li>To provide information to you relating to other products that may be of interest to you. Such additional information will only be provided where you have consented to receive such information.</li>\n	<li>To inform you of any changes to our website, services or goods and products.</li>\n</ol>\nIf you have previously purchased goods or services from us we may provide to you details of similar goods or services, or other goods and services, that you may be interested in.\n\nWhere your consent has been provided in advance we may allow selected third parties to use your data to enable them to provide you with information regarding unrelated goods and services which we believe may interest you. Where such consent has been provided it can be withdrawn by you at any time.\n\n<strong>Storing Your Personal Data</strong>\n\nIn operating our website it may become necessary to transfer data that we collect from you to locations outside of the European Union for processing and storing. By providing your personal data to us, you agree to this transfer, storing or processing. We do our upmost to ensure that all reasonable steps are taken to make sure that your data is treated stored securely.\n\nUnfortunately the sending of information via the internet is not totally secure and on occasion such information can be intercepted. We cannot guarantee the security of data that you choose to send us electronically, sending such information is entirely at your own risk.\n\n<strong>Disclosing Your Information</strong>\n\nWe will not disclose your personal information to any other party other than in accordance with this Privacy Policy and in the circumstances detailed below:\n<ol>\n	<li>In the event that we sell any or all of our business to the buyer.</li>\n	<li>Where we are legally required by law to disclose your personal information.</li>\n	<li>To further fraud protection and reduce the risk of fraud.</li>\n</ol>\n<strong>Third Party Links\n</strong>On occasion we include links to third parties on this website. Where we provide a link it does not mean that we endorse or approve that site’s policy towards visitor privacy. You should review their privacy policy before sending them any personal data.\n\n<strong>Access to Information</strong>\n\nIn accordance with the Data Protection Act 1998 you have the right to access any information that we hold relating to you. Please note that we reserve the right to charge a fee of £10 to cover costs incurred by us in providing you with the information.\n\n<strong>Contacting Us</strong>\n\nPlease do not hesitate to contact us regarding any matter relating to this Privacy Policy at <a href=\"mailto:generalenquiries@chemdry.ca\">generalenquiries@chemdry.ca</a>.\n\n</div>','Privacy Policy','','inherit','open','open','','606-autosave','','','2013-03-14 19:30:56','2013-03-14 19:30:56','',606,'http://108.167.155.68/~chemdry/franchise/606-autosave/',0,'revision','',0),(987,1,'2013-02-01 10:49:09','2013-02-01 10:49:09','<h1><span style=\"font-size: 13px; line-height: 19px;\">At Chem-Dry we are committed to safeguarding and preserving the privacy of our visitors. This Website Privacy Policy has been provided by the legal resource www.diylegals.co.uk and reviewed and approved by their solicitors.</span></h1>\r\n<div>\r\n\r\nThis Privacy Policy explains what happens to any personal data that you provide to us, or that we collect from you whilst you visit our site.\r\n\r\nWe do update this Policy from time to time so please do review this Policy regularly.\r\n\r\n<strong>Information We Collect </strong>\r\n\r\nIn running and maintaining our website we may collect and process the following data about you:\r\n<ol>\r\n	<li>Information about your use of our site including details of your visits such as pages viewed and the resources that you access. Such information includes traffic data, location data and other communication data.</li>\r\n	<li>Information provided voluntarily by you. For example, when you register for information or make a purchase.</li>\r\n	<li>Information that you provide when you communicate with us by any means.</li>\r\n</ol>\r\n<strong>Use of Cookies\r\n</strong>Cookies provide information regarding the computer used by a visitor. We may use cookies where appropriate to gather information about your computer fin order to assist us in improving our website.\r\n\r\nWe may gather information about your general internet use by using the cookie. Where used, these cookies are downloaded to your computer and stored on the computer’s hard drive. Such information will not identify you personally. It is statistical data. This statistical data does not identify any personal details whatsoever\r\n\r\nYou can adjust the settings on your computer to decline any cookies if you wish. This can easily be done by activating the reject cookies setting on your computer.\r\n\r\n<strong>Use of Your Information</strong>\r\n\r\nWe use the information that we collect from you to provide our services to you. In addition to this we may use the information for one or more of the following purposes:\r\n<ol>\r\n	<li>To provide information to you that you request from us relating to our products or services.</li>\r\n	<li>To provide information to you relating to other products that may be of interest to you. Such additional information will only be provided where you have consented to receive such information.</li>\r\n	<li>To inform you of any changes to our website, services or goods and products.</li>\r\n</ol>\r\nIf you have previously purchased goods or services from us we may provide to you details of similar goods or services, or other goods and services, that you may be interested in.\r\n\r\nWhere your consent has been provided in advance we may allow selected third parties to use your data to enable them to provide you with information regarding unrelated goods and services which we believe may interest you. Where such consent has been provided it can be withdrawn by you at any time.\r\n\r\n<strong>Storing Your Personal Data</strong>\r\n\r\nIn operating our website it may become necessary to transfer data that we collect from you to locations outside of the European Union for processing and storing. By providing your personal data to us, you agree to this transfer, storing or processing. We do our upmost to ensure that all reasonable steps are taken to make sure that your data is treated stored securely.\r\n\r\nUnfortunately the sending of information via the internet is not totally secure and on occasion such information can be intercepted. We cannot guarantee the security of data that you choose to send us electronically, sending such information is entirely at your own risk.\r\n\r\n<strong>Disclosing Your Information</strong>\r\n\r\nWe will not disclose your personal information to any other party other than in accordance with this Privacy Policy and in the circumstances detailed below:\r\n<ol>\r\n	<li>In the event that we sell any or all of our business to the buyer.</li>\r\n	<li>Where we are legally required by law to disclose your personal information.</li>\r\n	<li>To further fraud protection and reduce the risk of fraud.</li>\r\n</ol>\r\n<strong>Third Party Links\r\n</strong>On occasion we include links to third parties on this website. Where we provide a link it does not mean that we endorse or approve that site’s policy towards visitor privacy. You should review their privacy policy before sending them any personal data.\r\n\r\n<strong>Access to Information</strong>\r\n\r\nIn accordance with the Data Protection Act 1998 you have the right to access any information that we hold relating to you. Please note that we reserve the right to charge a fee of £10 to cover costs incurred by us in providing you with the information.\r\n\r\n<strong>Contacting Us</strong>\r\n\r\nPlease do not hesitate to contact us regarding any matter relating to this Privacy Policy at <a href=\"mailto:generalenquiries@chemdry.co.nz\" target=\"_blank\">generalenquiries@chemdry.co.nz</a>\r\n\r\n</div>','Privacy Policy','','inherit','open','open','','606-revision-2','','','2013-02-01 10:49:09','2013-02-01 10:49:09','',606,'http://108.167.155.68/~chemdry/franchise/606-revision-2/',0,'revision','',0),(990,1,'2013-02-01 07:16:00','2013-02-01 07:16:00','<img class=\"size-full wp-image-908 alignnone\" alt=\"chem_dry_domestic_cleaning_homepage\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/chem_dry_domestic_cleaning_homepage.jpg\" width=\"480\" height=\"366\" />\r\n\r\n<strong>We realise just how important it is for you and your family to maintain a clean and healthy home; whether this is part of a regular cleaning routine, or because your family has young children, allergy sufferers or owns pets.</strong>\r\n\r\nWe pledge to provide a cleaner and healthier home for you and your family, using our unique methods and the latest equipment to offer one of the most advanced cleaning services available.\r\n\r\nOver 25 years of industry leading experience and development in professional cleaning gives us unrivalled knowledge of just how to give carpets, upholstery and tiles the deepest clean - whilst our technologically advanced stain-removal tools and products help us get the job done fast every time.\r\n\r\n<strong>With Chem-Dry®, you’ll benefit from:</strong>\r\n<ul>\r\n	<li>Unsurpassed cleaning performance with long lasting results</li>\r\n	<li>A 100% hassle-free service with minimum disruption</li>\r\n	<li>Safe, non-toxic treatment – not harmful to children or pets</li>\r\n	<li>A new lease of life for your carpets, upholstery and fabrics</li>\r\n	<li>An effective and professional service undertaken by locally-based cleaning professionals.</li>\r\n	<li>A cost-effective alternative to carpet replacement.</li>\r\n</ul>\r\n<strong>What makes Chem-Dry® unique?</strong>\r\n<ul>\r\n	<li>Only Chem-Dry® provides the world’s leading cleaning experience</li>\r\n	<li>Deep clean of your carpets, upholstery and fabrics</li>\r\n	<li>Rapid drying times- most carpets clean and dry in 1-2 hours and most upholstery in 4-5 hours</li>\r\n	<li>Unique process that uses only 1/5 of the moisture of other processes</li>\r\n	<li>Over 25 years of worldwide carpet and fabric care, experience and knowledge</li>\r\n	<li>An accredited, endorsed and green certified <a title=\"Carpet Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/carpet-cleaning/\">carpet cleaning</a> and <a title=\"Upholstery Cleaning\" href=\"http://108.167.155.71/~cdnz/fran/services/commercial-cleaning/upholstery-cleaning/\">upholstery cleaning</a> process.</li>\r\n</ul>','Domestic Cleaning','Deep cleaning for carpets, upholstery, leather, tile and stone and more.','inherit','open','open','','14-revision-9','','','2013-02-01 07:16:00','2013-02-01 07:16:00','',14,'http://108.167.155.68/~chemdry/franchise/14-revision-9/',0,'revision','',0),(991,1,'2013-01-31 23:23:44','2013-01-31 23:23:44','<img class=\"size-full wp-image-411 alignnone\" alt=\"TechRug\" src=\"http://108.167.155.71/~cdnz/fran/wp-content/uploads/2013/01/TechRug.jpg\" width=\"480\" height=\"425\" />\r\n\r\n<strong>Refresh and restore most types of rug.</strong>\r\n\r\nThe Chem-Dry<strong>®</strong> rug cleaning service involves the following steps to give your rugs one of the deepest cleans available. Our expert technicians will:\r\n<ul>\r\n	<li>Inspect</li>\r\n	<li>Dust or vacuum</li>\r\n	<li>Apply pre-treatment and brushing</li>\r\n	<li>Carry out patented hot carbonating extraction cleaning</li>\r\n	<li>Hand-finish fringes and groom the pile</li>\r\n	<li>Co-apply stain and soil resistant treatment</li>\r\n	<li>Hang to dry.</li>\r\n</ul>\r\nRugs are then vacuumed on both sides to remove all loose soil, then our hot carbonating cleaning solution The Natural® is applied to gently bring dirt and stains to the rug’s surface using millions of tiny effervescent bubbles. A deodoriser and sanitiser can then be applied to add fragrance and protect the rug from most spills and stains. The rug is then groomed to restore nap and pile then dried fast, resulting in a reduced risk of colour bleeding and the growth of mould and mildew.\r\n\r\nWith a nationwide network of highly skilled rug cleaning technicians throughout New Zealand, Chem-Dry<strong>®</strong> is able to meet your rug cleaning requirements for everything from small household rugs to larger rugs in commercial premises.\r\n\r\nFor added peace of mind, our technicians are trained to the highest standards.','Rug Cleaning ','','inherit','open','open','','452-revision-3','','','2013-01-31 23:23:44','2013-01-31 23:23:44','',452,'http://108.167.155.68/~chemdry/franchise/452-revision-3/',0,'revision','',0),(998,1,'2013-08-02 19:43:36','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2013-08-02 19:43:36','0000-00-00 00:00:00','',0,'http://select.chemdry.ca/?p=998',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=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (836,13,0),(6,9,0),(139,6,0),(93,12,0),(19,2,0),(94,12,0),(140,12,0),(96,6,0),(97,6,0),(98,6,0),(101,6,0),(58,2,0),(58,5,0),(63,5,0),(102,6,0),(103,7,0),(104,7,0),(105,7,0),(106,7,0),(107,6,0),(108,6,0),(747,8,0),(117,7,0),(766,40,0),(639,7,0),(643,7,0),(647,7,0),(648,7,0),(649,7,0),(646,7,0),(645,7,0),(650,7,0),(651,7,0),(652,7,0),(641,7,0),(644,7,0),(642,7,0),(716,7,0),(718,7,0),(717,7,0),(715,7,0),(704,7,0),(705,7,0),(706,7,0),(707,7,0),(708,7,0),(709,7,0),(710,7,0),(711,7,0),(712,7,0),(713,7,0),(719,7,0),(721,7,0),(722,7,0),(723,7,0),(720,7,0),(724,7,0),(703,7,0),(735,7,0),(734,7,0),(736,10,0),(737,10,0),(738,10,0),(739,8,0),(740,8,0),(749,11,0),(750,11,0),(748,11,0),(751,9,0),(829,13,0),(834,13,0),(827,13,0),(835,13,0),(842,13,0),(765,40,0),(764,40,0),(763,40,0),(762,40,0),(761,40,0),(760,40,0),(759,40,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(19,3,'category','',0,0),(4,4,'category','',3,0),(5,5,'category','',3,0),(6,6,'nav_menu','',0,8),(7,7,'nav_menu','',0,41),(8,8,'nav_menu','',0,3),(9,9,'nav_menu','',0,2),(10,10,'nav_menu','',0,3),(11,11,'nav_menu','',0,3),(12,3,'nav_menu','',0,3),(13,12,'nav_menu','',0,6),(40,38,'type','',0,8);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blog','blog',0),(3,'Testimonials','testimonials',0),(4,'Video','video',0),(5,'Quotes','quotes',0),(6,'Header','header',0),(7,'Services','services',0),(8,'Commercial Cleaning','commercial-cleaning',0),(9,'Copyright','copyright',0),(10,'Domestic Cleaning','domestic-cleaning',0),(11,'Useful Pages','useful-pages',0),(12,'Products','products',0),(38,'Bundles','bundles',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,aioseop_menu_202'),(13,1,'show_welcome_panel','0'),(14,1,'wp_dashboard_quick_press_last_post_id','998'),(15,1,'nav_menu_recently_edited','8'),(16,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\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(18,1,'wp_user-settings','align=left&editor=tinymce&hidetb=1&imgsize=full&mfold=o&ngg_show_update_notice196=1&libraryContent=browse&urlbutton=none&wplink=1'),(19,1,'wp_user-settings-time','1359702956'),(20,1,'closedpostboxes_page','a:0:{}'),(21,1,'metaboxhidden_page','a:4:{i:0;s:6:\"acf_90\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(22,1,'edit_category_per_page','20'),(23,1,'closedpostboxes_product','a:0:{}'),(24,1,'metaboxhidden_product','a:2:{i:0;s:7:\"acf_275\";i:1;s:6:\"acf_90\";}'),(25,1,'edit_page_per_page','500'),(26,1,'upload_per_page','200'),(27,1,'aim',''),(28,1,'yim',''),(29,1,'jabber',''),(30,1,'googleplus',''),(31,4,'wp_capabilities','a:1:{s:13:”administrator”;s:1:”1″;}'),(32,4,'wp_user_level','10');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BkZ8IPbO/sjSjsK8n4PxIUZySBWiZ90','admin','matt@peacosource.com','','2013-01-14 02:18:12','',0,'admin'),(4,'test','$P$BkZ8IPbO/sjSjsK8n4PxIUZySBWiZ90','test','support@screamingtreemedia.com','','2013-06-27 00:00:00','',0,'test');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2013-08-02 14:48:53
