-- MySQL dump 10.11 -- -- Host: localhost Database: timberon -- ------------------------------------------------------ -- Server version 5.0.77-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `ajaxim_data` -- DROP TABLE IF EXISTS `ajaxim_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ajaxim_data` ( `name` varchar(256) NOT NULL, `time` bigint(20) NOT NULL, `msg` varchar(1024) NOT NULL, `msgid` int(11) NOT NULL auto_increment, PRIMARY KEY (`msgid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ajaxim_data` -- LOCK TABLES `ajaxim_data` WRITE; /*!40000 ALTER TABLE `ajaxim_data` DISABLE KEYS */; INSERT INTO `ajaxim_data` VALUES ('Tom',1305131235,'Can you hear me',1),('Guest_04prd',1305131275,'Yes',2); /*!40000 ALTER TABLE `ajaxim_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ajaxim_sess` -- DROP TABLE IF EXISTS `ajaxim_sess`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `ajaxim_sess` ( `name` varchar(256) NOT NULL, `lasttime` bigint(20) NOT NULL, `starttime` bigint(20) NOT NULL, `sessid` varchar(128) NOT NULL, PRIMARY KEY (`sessid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `ajaxim_sess` -- LOCK TABLES `ajaxim_sess` WRITE; /*!40000 ALTER TABLE `ajaxim_sess` DISABLE KEYS */; INSERT INTO `ajaxim_sess` VALUES ('Guest_04prd',1305131319,1305131097,'goicbbfjeeqvu286nq9drq5746'),('Guest_xLLZK',1305131130,1305131130,'6au2qc5do8rco1aq2pnhc1e6v4'),('Tom',1305133521,1305131150,'drlkb08a4a9hvmfso3ab5tkdu4'),('Guest_HkKKO',1305131161,1305131161,'8fcjedooq1jb2nrkvs43g173f0'),('Guest_a9Lue',1305131206,1305131206,'lja2bidvmjiutqvm56vapc2tr1'),('Guest_zllBH',1305131301,1305131301,'47skgrccka0cqccv6a1hvqpeo0'),('Guest_l81gF',1305131314,1305131314,'n304hpu5aoidd7cr3hq94suso2'); /*!40000 ALTER TABLE `ajaxim_sess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar` -- DROP TABLE IF EXISTS `calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendar` ( `event_id` int(11) NOT NULL auto_increment, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(30) NOT NULL, `event_desc` text NOT NULL, `event_time` time default NULL, `event_recur` char(1) default NULL, `event_repeats` int(3) default NULL, `event_author` bigint(20) unsigned default NULL, `event_category` bigint(20) unsigned NOT NULL default '1', `event_link` text, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendar` -- LOCK TABLES `calendar` WRITE; /*!40000 ALTER TABLE `calendar` DISABLE KEYS */; /*!40000 ALTER TABLE `calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar_categories` -- DROP TABLE IF EXISTS `calendar_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendar_categories` ( `category_id` int(11) NOT NULL auto_increment, `category_name` varchar(30) NOT NULL, `category_colour` varchar(30) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendar_categories` -- LOCK TABLES `calendar_categories` WRITE; /*!40000 ALTER TABLE `calendar_categories` DISABLE KEYS */; INSERT INTO `calendar_categories` VALUES (1,'General','#F6F79B'); /*!40000 ALTER TABLE `calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar_config` -- DROP TABLE IF EXISTS `calendar_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `calendar_config` ( `config_item` varchar(30) NOT NULL, `config_value` text NOT NULL, PRIMARY KEY (`config_item`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `calendar_config` -- LOCK TABLES `calendar_config` WRITE; /*!40000 ALTER TABLE `calendar_config` DISABLE KEYS */; INSERT INTO `calendar_config` VALUES ('can_manage_events','edit_posts'),('calendar_style',' .calnk a:hover {\n background-position:0 0;\n text-decoration:none; \n color:#000000;\n border-bottom:1px dotted #000000;\n }\n .calnk a:visited {\n text-decoration:none;\n color:#000000;\n border-bottom:1px dotted #000000;\n }\n .calnk a {\n text-decoration:none; \n color:#000000; \n border-bottom:1px dotted #000000;\n }\n .calnk a span { \n display:none; \n }\n .calnk a:hover span {\n color:#333333; \n background:#F6F79B; \n display:block;\n position:absolute; \n margin-top:1px; \n padding:5px; \n width:150px; \n z-index:100;\n line-height:1.2em;\n }\n .calendar-table {\n border:none;\n width:100%;\n }\n .calendar-heading {\n height:25px;\n text-align:center;\n border:1px solid #D6DED5;\n background-color:#E4EBE3;\n }\n .calendar-next {\n width:25%;\n text-align:center;\n }\n .calendar-prev {\n width:25%;\n text-align:center;\n }\n .calendar-month {\n width:50%;\n text-align:center;\n font-weight:bold;\n }\n .normal-day-heading {\n text-align:center;\n width:25px;\n height:25px;\n font-size:0.8em;\n border:1px solid #DFE6DE;\n background-color:#EBF2EA;\n }\n .weekend-heading {\n text-align:center;\n width:25px;\n height:25px;\n font-size:0.8em;\n border:1px solid #DFE6DE;\n background-color:#EBF2EA;\n color:#FF0000;\n }\n .day-with-date {\n vertical-align:text-top;\n text-align:left;\n width:60px;\n height:60px;\n border:1px solid #DFE6DE;\n }\n .no-events {\n\n }\n .day-without-date {\n width:60px;\n height:60px;\n border:1px solid #E9F0E8;\n }\n span.weekend {\n color:#FF0000;\n }\n .current-day {\n vertical-align:text-top;\n text-align:left;\n width:60px;\n height:60px;\n border:1px solid #BFBFBF;\n background-color:#E4EBE3;\n }\n span.event {\n font-size:0.75em;\n }\n .kjo-link {\n font-size:0.75em;\n text-align:center;\n }\n .calendar-date-switcher {\n height:25px;\n text-align:center;\n border:1px solid #D6DED5;\n background-color:#E4EBE3;\n }\n .calendar-date-switcher form {\n margin:0;\n padding:0;\n }\n .calendar-date-switcher input {\n border:1px #D6DED5 solid;\n }\n .calendar-date-switcher select {\n border:1px #D6DED5 solid;\n }\n .cat-key {\n width:100%;\n margin-top:10px;\n padding:5px;\n border:1px solid #D6DED5;\n }\n .calnk a:hover span span.event-title {\n padding:0;\n text-align:center;\n font-weight:bold;\n font-size:1.2em;\n }\n .calnk a:hover span span.event-title-break {\n width:96%;\n text-align:center;\n height:1px;\n margin-top:5px;\n margin-right:2%;\n padding:0;\n background-color:#000000;\n }\n .calnk a:hover span span.event-content-break {\n width:96%;\n text-align:center;\n height:1px;\n margin-top:5px;\n margin-right:2%;\n padding:0;\n background-color:#000000;\n }\n .page-upcoming-events {\n font-size:80%;\n }\n .page-todays-events {\n font-size:80%;\n }'),('display_author','false'),('display_jump','false'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','7'),('calendar_version','1.2'),('enable_categories','false'); /*!40000 ALTER TABLE `calendar_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sm_booking` -- DROP TABLE IF EXISTS `sm_booking`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sm_booking` ( `booking_id` int(11) NOT NULL auto_increment, `transaction_reference` varchar(250) NOT NULL, `Approved` tinyint(1) NOT NULL, `itemId` int(11) NOT NULL, `firstname` varchar(50) NOT NULL, `surname` varchar(50) NOT NULL, `checkin_date` date NOT NULL, `checkout_date` date NOT NULL, `start_time` varchar(5) NOT NULL, `end_time` varchar(5) NOT NULL, `no_adults` int(11) NOT NULL, `no_children` int(11) NOT NULL, `address_line1` varchar(250) NOT NULL, `address_line2` varchar(250) default NULL, `county_state` varchar(250) NOT NULL, `postal_code` varchar(50) NOT NULL, `country` varchar(250) NOT NULL, `phone_number` varchar(50) NOT NULL, `email` varchar(250) NOT NULL, PRIMARY KEY (`booking_id`), KEY `booking_id` (`booking_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sm_booking` -- LOCK TABLES `sm_booking` WRITE; /*!40000 ALTER TABLE `sm_booking` DISABLE KEYS */; /*!40000 ALTER TABLE `sm_booking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sm_booking_item` -- DROP TABLE IF EXISTS `sm_booking_item`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sm_booking_item` ( `itemId` int(11) NOT NULL auto_increment, `title` varchar(50) NOT NULL, `description` varchar(250) NOT NULL, `notes` varchar(250) NOT NULL, `type` int(11) NOT NULL, `statistics` varchar(250) NOT NULL, `image_name` varchar(250) NOT NULL, `AddressLn1` varchar(250) NOT NULL, `AddressLn2` varchar(250) NOT NULL, `CityTown` varchar(50) NOT NULL, `CountyState` varchar(50) NOT NULL, `PostalCode` varchar(50) NOT NULL, PRIMARY KEY (`itemId`), KEY `itemId` (`itemId`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sm_booking_item` -- LOCK TABLES `sm_booking_item` WRITE; /*!40000 ALTER TABLE `sm_booking_item` DISABLE KEYS */; /*!40000 ALTER TABLE `sm_booking_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sm_item_type` -- DROP TABLE IF EXISTS `sm_item_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sm_item_type` ( `typeId` int(11) NOT NULL auto_increment, `type_name` varchar(50) NOT NULL, PRIMARY KEY (`typeId`), KEY `typeId` (`typeId`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sm_item_type` -- LOCK TABLES `sm_item_type` WRITE; /*!40000 ALTER TABLE `sm_item_type` DISABLE KEYS */; INSERT INTO `sm_item_type` VALUES (1,'Carson Cabin'),(2,'Doll House'); /*!40000 ALTER TABLE `sm_item_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sm_user_role` -- DROP TABLE IF EXISTS `sm_user_role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sm_user_role` ( `sm_role_id` int(11) NOT NULL auto_increment, `role_name` varchar(250) NOT NULL, PRIMARY KEY (`sm_role_id`), KEY `sm_role_id` (`sm_role_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sm_user_role` -- LOCK TABLES `sm_user_role` WRITE; /*!40000 ALTER TABLE `sm_user_role` DISABLE KEYS */; INSERT INTO `sm_user_role` VALUES (1,'Gatekeeper'),(2,'Administrator'); /*!40000 ALTER TABLE `sm_user_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sm_users` -- DROP TABLE IF EXISTS `sm_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `sm_users` ( `sm_user_id` int(11) NOT NULL auto_increment, `sm_role_id` int(11) NOT NULL, `email_address` varchar(150) NOT NULL, PRIMARY KEY (`sm_user_id`), KEY `sm_user_id` (`sm_user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `sm_users` -- LOCK TABLES `sm_users` WRITE; /*!40000 ALTER TABLE `sm_users` DISABLE KEYS */; INSERT INTO `sm_users` VALUES (1,2,'webmaster@timberon.info'),(2,1,'webmaster@timberon.info'); /*!40000 ALTER TABLE `sm_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wordbb_meta` -- DROP TABLE IF EXISTS `wordbb_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wordbb_meta` ( `type` enum('cat','post','user') default NULL, `wp_id` int(11) default NULL, `mybb_id` int(11) default NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wordbb_meta` -- LOCK TABLES `wordbb_meta` WRITE; /*!40000 ALTER TABLE `wordbb_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wordbb_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_FadeInText_plugin` -- DROP TABLE IF EXISTS `wp_FadeInText_plugin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_FadeInText_plugin` ( `FadeIn_id` int(11) NOT NULL auto_increment, `FadeIn_text` text character set utf8 collate utf8_bin NOT NULL, `FadeIn_link` text character set utf8 collate utf8_bin NOT NULL, `FadeIn_order` int(11) NOT NULL default '0', `FadeIn_status` char(3) NOT NULL default 'No', `FadeIn_group` varchar(100) NOT NULL, `FadeIn_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`FadeIn_id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_FadeInText_plugin` -- LOCK TABLES `wp_FadeInText_plugin` WRITE; /*!40000 ALTER TABLE `wp_FadeInText_plugin` DISABLE KEYS */; INSERT INTO `wp_FadeInText_plugin` VALUES (9,' Lincoln National Forest is Closed
Click here to see full news release.','http://www.timberon.info/?p=3735',2,'YES','widget','0000-00-00 00:00:00'),(8,'Stay with Timberon Rentals
Click here to see our large variety of rental listings.','http://www.timberon.info/blog/?page_id=2002',1,'YES','widget','0000-00-00 00:00:00'),(10,'Send Us Your Article or Post
You can upload articles, photos, links...','http://www.timberon.info/?page_id=3268',3,'YES','widget','0000-00-00 00:00:00'),(11,'Timberon Plat Maps and Covenants
Click here to see the \\\"Your Property\\\" archives.','http://www.timberon.info/?cat=52',4,'YES','widget','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `wp_FadeInText_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_aoc_activity` -- DROP TABLE IF EXISTS `wp_aoc_activity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_aoc_activity` ( `even_id` bigint(20) unsigned NOT NULL auto_increment, `owner_id` bigint(20) NOT NULL, `object_type` varchar(20) NOT NULL, `object_action` varchar(20) NOT NULL, `object_id` bigint(20) NOT NULL default '0', `event_date` datetime NOT NULL default '0000-00-00 00:00:00', `event_hook` varchar(100) NOT NULL, `event_params` longtext NOT NULL, PRIMARY KEY (`even_id`), KEY `objects` (`owner_id`,`object_type`,`object_action`), KEY `date_owner` (`event_date`,`owner_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_aoc_activity` -- LOCK TABLES `wp_aoc_activity` WRITE; /*!40000 ALTER TABLE `wp_aoc_activity` DISABLE KEYS */; INSERT INTO `wp_aoc_activity` VALUES (1,1,'post','insert',534,'2011-01-25 18:13:35','aoc_wall_post','a:1:{s:5:\"title\";s:4:\"Test\";}'); /*!40000 ALTER TABLE `wp_aoc_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_as_appointments` -- DROP TABLE IF EXISTS `wp_as_appointments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_as_appointments` ( `id` int(11) NOT NULL auto_increment, `schedule_id` int(11) NOT NULL default '0', `appointment_name` varchar(250) default '', `appointment_time` time default NULL, `appointment_date` date default NULL, PRIMARY KEY (`id`), UNIQUE KEY `schedule_id` (`schedule_id`,`appointment_date`,`appointment_name`), UNIQUE KEY `schedule_id_2` (`schedule_id`,`appointment_date`,`appointment_time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_as_appointments` -- LOCK TABLES `wp_as_appointments` WRITE; /*!40000 ALTER TABLE `wp_as_appointments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_as_appointments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_as_open_schedules` -- DROP TABLE IF EXISTS `wp_as_open_schedules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_as_open_schedules` ( `id` int(11) NOT NULL auto_increment, `schedule_id` int(11) NOT NULL default '0', `open_date` date default NULL, PRIMARY KEY (`id`), UNIQUE KEY `schedule_id` (`schedule_id`,`open_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_as_open_schedules` -- LOCK TABLES `wp_as_open_schedules` WRITE; /*!40000 ALTER TABLE `wp_as_open_schedules` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_as_open_schedules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_as_schedules` -- DROP TABLE IF EXISTS `wp_as_schedules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_as_schedules` ( `id` int(11) NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `start_time` time default NULL, `end_time` time default NULL, `time_interval` varchar(2) NOT NULL, `notify` varchar(100) NOT NULL default '', `confirmation_text` text NOT NULL, `date_created` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_as_schedules` -- LOCK TABLES `wp_as_schedules` WRITE; /*!40000 ALTER TABLE `wp_as_schedules` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_as_schedules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_availability` -- DROP TABLE IF EXISTS `wp_availability`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_availability` ( `id` mediumint(9) NOT NULL auto_increment, `year` smallint(5) NOT NULL, `month` tinyint(3) NOT NULL, `day` tinyint(3) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `date` (`year`,`month`,`day`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_availability` -- LOCK TABLES `wp_availability` WRITE; /*!40000 ALTER TABLE `wp_availability` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_availability` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awm` -- DROP TABLE IF EXISTS `wp_awm`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awm` ( `id` mediumint(9) NOT NULL auto_increment, `name` tinytext NOT NULL, `active` tinyint(1) NOT NULL default '0', `custom_menu` tinyint(1) NOT NULL default '0', `custom_menu_id` mediumint(9) NOT NULL default '0', `position` tinytext NOT NULL, `type` tinytext NOT NULL, `include_home` tinyint(1) NOT NULL default '1', `pages` tinyint(1) NOT NULL default '1', `pages_ms` tinytext NOT NULL, `pages_name` tinytext NOT NULL, `excluded_pages` tinytext, `posts` tinyint(1) NOT NULL default '0', `posts_ms` tinytext NOT NULL, `posts_name` tinytext NOT NULL, `posts_ids` tinytext, `categories` tinyint(1) NOT NULL default '0', `categories_ms` tinytext NOT NULL, `categories_name` tinytext NOT NULL, `categories_subitems` tinyint(1) NOT NULL default '1', `categories_subitems_no` tinyint(4) NOT NULL default '5', `excluded_cats` tinytext, `hide_future` tinyint(1) NOT NULL default '1', `hide_protected` tinyint(1) NOT NULL default '1', `hide_private` tinyint(1) NOT NULL default '1', `related` tinyint(1) NOT NULL default '0', `related_name` tinytext NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awm` -- LOCK TABLES `wp_awm` WRITE; /*!40000 ALTER TABLE `wp_awm` DISABLE KEYS */; INSERT INTO `wp_awm` VALUES (1,'menu1',1,0,0,'','Dynamic',1,1,'main','Pages',NULL,0,'sub','Posts',NULL,0,'sub','Categories',1,5,NULL,1,1,1,0,''); /*!40000 ALTER TABLE `wp_awm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_adfees` -- DROP TABLE IF EXISTS `wp_awpcp_adfees`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awpcp_adfees` ( `adterm_id` int(10) unsigned NOT NULL auto_increment, `adterm_name` varchar(100) NOT NULL default '', `amount` float(6,2) unsigned NOT NULL default '0.00', `recurring` tinyint(1) unsigned NOT NULL default '0', `rec_period` int(5) unsigned NOT NULL default '0', `rec_increment` varchar(5) NOT NULL default '', `buys` int(10) unsigned NOT NULL default '0', `imagesallowed` int(5) unsigned NOT NULL default '0', `is_featured_ad_pricing` tinyint(1) default NULL, `categories` text, PRIMARY KEY (`adterm_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awpcp_adfees` -- LOCK TABLES `wp_awpcp_adfees` WRITE; /*!40000 ALTER TABLE `wp_awpcp_adfees` DISABLE KEYS */; INSERT INTO `wp_awpcp_adfees` VALUES (1,'30 Day Listing',1.00,1,31,'D',0,1,0,NULL); /*!40000 ALTER TABLE `wp_awpcp_adfees` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_adphotos` -- DROP TABLE IF EXISTS `wp_awpcp_adphotos`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awpcp_adphotos` ( `key_id` int(10) NOT NULL auto_increment, `ad_id` int(10) unsigned NOT NULL default '0', `image_name` varchar(100) NOT NULL default '', `disabled` tinyint(1) NOT NULL, PRIMARY KEY (`key_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awpcp_adphotos` -- LOCK TABLES `wp_awpcp_adphotos` WRITE; /*!40000 ALTER TABLE `wp_awpcp_adphotos` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_awpcp_adphotos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_ads` -- DROP TABLE IF EXISTS `wp_awpcp_ads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awpcp_ads` ( `ad_id` int(10) NOT NULL auto_increment, `adterm_id` int(10) NOT NULL default '0', `ad_fee_paid` float(7,2) NOT NULL, `ad_category_id` int(10) NOT NULL, `ad_category_parent_id` int(10) NOT NULL, `ad_title` varchar(255) NOT NULL default '', `ad_details` text NOT NULL, `ad_contact_name` varchar(255) NOT NULL default '', `ad_contact_phone` varchar(255) NOT NULL default '', `ad_contact_email` varchar(255) NOT NULL default '', `websiteurl` varchar(375) NOT NULL, `ad_city` varchar(255) NOT NULL default '', `ad_state` varchar(255) NOT NULL default '', `ad_country` varchar(255) NOT NULL default '', `ad_county_village` varchar(255) NOT NULL default '', `ad_item_price` int(25) NOT NULL, `ad_views` int(10) NOT NULL default '0', `ad_postdate` date NOT NULL default '0000-00-00', `ad_last_updated` date NOT NULL, `ad_startdate` datetime NOT NULL, `ad_enddate` datetime NOT NULL, `disabled` tinyint(1) NOT NULL default '0', `disabled_date` datetime NOT NULL, `ad_key` varchar(255) NOT NULL default '', `ad_transaction_id` varchar(255) NOT NULL default '', `payment_gateway` varchar(255) NOT NULL default '', `payment_status` varchar(255) NOT NULL default '', `is_featured_ad` tinyint(1) default NULL, `posterip` varchar(15) NOT NULL default '', `flagged` tinyint(1) NOT NULL default '0', PRIMARY KEY (`ad_id`), FULLTEXT KEY `titdes` (`ad_title`,`ad_details`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awpcp_ads` -- LOCK TABLES `wp_awpcp_ads` WRITE; /*!40000 ALTER TABLE `wp_awpcp_ads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_awpcp_ads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_adsettings` -- DROP TABLE IF EXISTS `wp_awpcp_adsettings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awpcp_adsettings` ( `config_option` varchar(50) NOT NULL default '', `config_value` text NOT NULL, `config_diz` text NOT NULL, `config_group_id` tinyint(1) unsigned NOT NULL default '1', `option_type` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`config_option`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='0-checkbox, 1-text,2-textarea'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awpcp_adsettings` -- LOCK TABLES `wp_awpcp_adsettings` WRITE; /*!40000 ALTER TABLE `wp_awpcp_adsettings` DISABLE KEYS */; INSERT INTO `wp_awpcp_adsettings` VALUES ('userpagename','Classifieds','Name for classifieds page. [CAUTION: existing page will be overwritten]',10,1),('showadspagename','Show Ad','Name for show ads page. [CAUTION: existing page will be overwritten]',10,1),('placeadpagename','Place Ad','Name for place ads page. [CAUTION: existing page will be overwritten]',10,1),('browseadspagename','Browse Ads','Name browse ads page. [CAUTION: existing page will be overwritten]',10,1),('replytoadpagename','Reply To Ad','Name for reply to ad page. [CAUTION: existing page will be overwritten]',10,1),('paymentthankyoupagename','Payment Thank You','Name for payment thank you page. [CAUTION: existing page will be overwritten]',10,1),('paymentcancelpagename','Cancel Payment','Name for payment cancel page. [CAUTION: existing page will be overwritten]',10,1),('searchadspagename','Search Ads','Name for search ads page. [CAUTION: existing page will be overwritten]',10,1),('browsecatspagename','Browse Categories','Name for browse categories page. [ CAUTION: existing page will be overwritten ]',10,1),('editadpagename','Edit Ad','Name for edit ad page. [ CAUTION: existing page will be overwritten ]',10,1),('categoriesviewpagename','View Categories','Name for categories view page. [ Dynamic Page ]',10,1),('freepay','1','Charge Listing Fee? (Pay Mode)',3,0),('requireuserregistration','0','Require user registration?',7,0),('postloginformto','','Post login form to [Value should be the full URL to the wordpress login script. Example http://www.awpcp.com/wp-login.php
[ **Only needed if registration is required and your login url is mod-rewritten ] ',7,1),('registrationurl','','Location of registraiton page [Value should be the full URL to the wordpress registration page. Example http://www.awpcp.com/wp-login.php?action=register **Only needed if registration is required and your login url is mod-rewritten ] ',7,1),('main_page_display','1','Show ad listings on main page (checked) or just categories (unchecked)?',1,0),('activatelanguages','0','Turn On Translation File (POT)?',1,0),('awpcpadminaccesslevel','admin','Set wordpress role of users who can have admin access to classifieds. Choices [admin,editor][case sensitive]. Currently no other roles will be granted access.',1,1),('sidebarwidgetaftertitle','','Code to appear after widget title',1,1),('sidebarwidgetbeforetitle','

','Code to appear before widget title',1,1),('sidebarwidgetaftercontent','','Code to appear after widget content',1,1),('sidebarwidgetbeforecontent','
','Code to appear before widget content',1,1),('usesenderemailinsteadofadmin','1','Check this to use the name and email of the sender in the FROM field when someone replies to an ad. When unchecked the messages go out with the website name and WP admin email address in the from field. Some servers will not process outgoing emails that have an email address from gmail, yahoo, hotmail and other free email services in the FROM field. Some servers will also not process emails that have an email address that is different from the email address associated with your hosting account in the FROM field. If you are with such a webhost you need to leave this option unchecked and make sure your WordPress admin email address is tied to your hosting account.',1,0),('awpcpadminemail','','Emails go out using your WordPress admin email. If you prefer to use a different email enter it here.',1,1),('awpcptitleseparator','-','The character to use to separate ad details used in browser page title [Example: | / - ]',1,1),('showcityinpagetitle','1','Show city in browser page title when viewing individual ad',1,0),('showstateinpagetitle','0','Show state in browser page title when viewing individual ad',1,0),('showcountryinpagetitle','0','Show country in browser page title when viewing individual ad',1,0),('awpcppagefilterswitch','0','Uncheck this if you need to turn off the AWPCP page filter that prevents AWPCP classifieds children pages from showing up in your wp pages menu [you might need to do this if for example the AWPCP page filter is messing up your page menu. It means you will have to manually exclude the AWPCP children pages from showing in your page list. Some of the pages really should not be visible to your users by default]',1,0),('showcountyvillageinpagetitle','0','Show county/village/other setting in browser page title when viewing individual ad',1,0),('showcategoryinpagetitle','1','Show category in browser page title when viewing individual ad',1,0),('paylivetestmode','0','Put payment gateways in test mode',3,0),('useadsense','0','Activate AdSense',5,0),('adsense','AdSense code','Your AdSense code [ Best if 468 by 60 text or banner. ]',5,2),('adsenseposition','2','Show AdSense at position: [ 1 - above ad text body ] [ 2 - under ad text body ] [ 3 - below ad images. ]',5,1),('addurationfreemode','0','Expire free ads after how many days? [0 for no expiration].',2,1),('autoexpiredisabledelete','1','Disable expired ads instead of deleting them?',2,0),('imagesallowdisallow','1','Allow images in ads? (affects both free and pay mode)',4,0),('awpcp_thickbox_disabled','0','Turn off the thickbox/lightbox if it conflicts with other elements of your site',4,0),('imagesallowedfree','1','Number of Image Uploads Allowed (Free Mode)',4,1),('uploadfoldername','uploads','Upload folder name. [ Folder must exist and be located in your wp-content directory ]',4,1),('maximagesize','150000','Maximum file size per image user can upload to system.',4,1),('minimagesize','300','Minimum file size per image user can upload to system',4,1),('imgthumbwidth','800','Minimum width/height for uploaded images (used for both).',4,1),('maxcharactersallowed','750','Maximum ad length (characters)?',2,1),('paypalemail','mountain@dellcity.com','Email address for PayPal payments [if running in pay mode and if PayPal is activated]',3,1),('paypalcurrencycode','USD','The currency in which you would like to receive your PayPal payments',3,1),('displaycurrencycode','USD','The display currency for your payment pages',3,1),('2checkout','xxxxxxx','Account for 2Checkout payments [if running in pay mode and if 2Checkout is activated]',3,1),('activatepaypal','1','Activate PayPal?',3,0),('activate2checkout','0','Activate 2Checkout?',3,0),('paypalpaymentsrecurring','0','Use recurring payments PayPal [ this feature is not fully automated or fully integrated. For more reliable results do not use recurring ',3,0),('twocheckoutpaymentsrecurring','0','Use recurring payments 2Checkout [ this feature is not fully automated or fully integrated. For more reliable results do not use recurring ',3,0),('notifyofadexpiring','1','Notify ad poster that their ad has expired?',2,0),('listingaddedsubject','Your classified ad listing has been submitted','Subject line for email sent out when someone posts an ad',8,1),('listingaddedbody','Thank you for submitting your classified ad. The details of your ad are shown below.','Message body text for email sent out when someone posts an ad',8,2),('notifyofadposted','1','Notify admin of new ad.',2,0),('notifyofadexpired','1','Notify admin of expired ads.',2,0),('imagesapprove','1','Hide images until admin approves them',4,0),('adapprove','1','Disable ad until admin approves',2,0),('displayadthumbwidth','40','Width for thumbnails in ad listings view [Only numerical value]',2,1),('disablependingads','0','Enable paid ads that are pending payment.',2,0),('groupbrowseadsby','1','Group ad listings by',2,3),('groupsearchresultsby','1','Group ad listings in search results by',2,3),('showadcount','1','Show how many ads a category contains.',2,0),('adresultsperpage','10','Default number of ads per page',2,1),('noadsinparentcat','1','Prevent ads from being posted to top level categories?.',2,0),('displayadviews','1','Show ad views',2,0),('displayadlayoutcode','
$awpcp_image_name_srccode

$ad_title

$addetailssummary...
$awpcpadpostdate $awpcp_city_display $awpcp_state_display $awpcp_display_adviews $awpcp_display_price
','Modify as needed to control layout of ad listings page. Maintain code formatted as $somecodetitle. Changing the code keys will prevent the elements they represent from displaying.',2,2),('awpcpshowtheadlayout','
$ad_title

$featureimg
Contact $adcontact_name$adcontactphone $location $awpcpvisitwebsite
$aditemprice $awpcpextrafields
$showadsense1

$addetails
$showadsense2
    $awpcpshowadotherimages
$tweetbtn $sharebtn $flagad$awpcpadviews $showadsense3
','Modify as needed to control layout of single ad view page. Maintain code formatted as $somecodetitle. Changing the code keys will prevent the elements they represent from displaying.',2,2),('smtphost','mail.example.com','SMTP host [ if emails not processing normally]',9,1),('smtpusername','smtp_username','SMTP username [ if emails not processing normally]',9,1),('smtppassword','','SMTP password [ if emails not processing normally]',9,1),('onlyadmincanplaceads','0','Only admin can post ads',2,0),('contactformcheckhuman','1','Activate Math ad post and contact form validation',1,0),('useakismet','1','Use Akismet for Posting Ads/Contact Responses (strong anti-spam)',1,0),('contactformcheckhumanhighnumval','10','Math validation highest number',1,1),('contactformsubjectline','Response to your AWPCP Demo Ad','Subject line for email sent out when someone replies to ad',8,1),('contactformbodymessage','Someone has responded to your AWPCP Demo Ad','Message body text for email sent out when someone replies to ad',8,2),('resendakeyformsubjectline','The classified ad ad access key you requested','Subject line for email sent out when someone requests their ad access key resent',8,1),('resendakeyformbodymessage','You asked to have your classified ad ad access key resent. Below are all the ad access keys in the system that are tied to the email address you provided','Message body text for email sent out when someone requests their ad access key resent',8,2),('paymentabortedsubjectline','There was a problem processing your classified ads listing payment','Subject line for email sent out when the payment processing does not complete',8,1),('paymentabortedbodymessage','There was a problem encountered during your attempt to submit payment for your classified ad listing. If funds were removed from the account you tried to use to make a payment please contact the website admin or the payment website customer service for assistance.','Message body text for email sent out when the payment processing does not complete',8,2),('adexpiredsubjectline','Your classifieds listing ad has expired','Subject line for email sent out when an ad has auto-expired',8,1),('adexpiredbodymessage','This is an automated notification that your classified ad has expired.','Message body text for email sent out when an ad has auto-expired',8,2),('seofriendlyurls','0','Turn on Search Engine Friendly URLs? (SEO Mode)',11,0),('pathvaluecontact','3','If contact page link not working in SEO Mode change value until correct path is found. Start at 1',11,1),('pathvalueshowad','3','If show ad links not working in SEO Mode change value until correct path is found. Start at 1',11,1),('pathvaluebrowsecats','2','If browse categories links not working in SEO Mode change value until correct path is found. Start at 1',11,1),('pathvalueviewcategories','2','If the menu link to view categories layout is not working in SEO Mode change value until correct path is found. Start at 1',11,1),('pathvaluecancelpayment','2','If the cancel payment buttons are not working in SEO Mode it means the path the plugin is using is not correct. Change the until the correct path is found. Start at 1',11,1),('pathvaluepaymentthankyou','2','If the payment thank you page is not working in SEO Mode it means the path the plugin is using is not correct. Change the until the correct path is found. Start at 1',11,1),('allowhtmlinadtext','1','Allow HTML in ad text [ Not recommended ]',2,0),('htmlstatustext','','Display this text above ad detail text input box on ad post page',2,2),('hyperlinkurlsinadtext','1','Make URLs in ad text clickable',2,0),('visitwebsitelinknofollow','0','Add no follow to links in ads',2,0),('notice_awaiting_approval_ad','All ads must first be approved by the administrator before they are activated in the system. As soon as an admin has approved your ad it will become visible in the system. Thank you for your business.','Text for message to notify user that ad is awaiting approval',2,2),('displayphonefield','1','Show phone field?',6,0),('displayphonefieldreqop','1','Require phone?',6,0),('displaycityfield','1','Show city field?',6,0),('displaycityfieldreqop','1','Require city?',6,0),('displaystatefield','0','Show state field?',6,0),('displaystatefieldreqop','0','Require state?',6,0),('displaycountryfield','0','Show country field?',6,0),('displaycountryfieldreqop','0','Require country?',6,0),('displaycountyvillagefield','0','Show County/village/other?',6,0),('displaycountyvillagefieldreqop','0','Require county/village/other?',6,0),('displaypricefield','1','Show price field?',6,0),('displaypricefieldreqop','0','Require price?',6,0),('displaywebsitefield','0','Show website field?',6,0),('displaywebsitefieldreqop','0','Require website?',6,0),('displaypostedbyfield','1','Show Posted By field?',6,0),('buildsearchdropdownlists','0','The search form can attempt to build drop down country, state, city and county lists if data is available in the system. Limits search to available locations. Note that with the regions module installed the value for this option is overridden.',2,0),('uiwelcome','Looking for a job? Trying to find someone to do a job? Looking for a truck or 4-wheeler? Browse our classifieds. Have a business to advertise? Equipment to rent? Post a classified ad.','The welcome text for your classified page on the user side',1,2),('tos','','Terms of Service to post an ad - modify this to fit your needs:',1,2),('requiredtos','0','Display and require Terms of Service',1,0),('showlatestawpcpnews','1','Allow AWPCP RSS.',1,0); /*!40000 ALTER TABLE `wp_awpcp_adsettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_categories` -- DROP TABLE IF EXISTS `wp_awpcp_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awpcp_categories` ( `category_id` int(10) NOT NULL auto_increment, `category_parent_id` int(10) NOT NULL, `category_name` varchar(255) NOT NULL default '', `category_order` int(10) default '0', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awpcp_categories` -- LOCK TABLES `wp_awpcp_categories` WRITE; /*!40000 ALTER TABLE `wp_awpcp_categories` DISABLE KEYS */; INSERT INTO `wp_awpcp_categories` VALUES (1,0,'General',0); /*!40000 ALTER TABLE `wp_awpcp_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_awpcp_pagename` -- DROP TABLE IF EXISTS `wp_awpcp_pagename`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_awpcp_pagename` ( `key_id` int(10) NOT NULL auto_increment, `userpagename` varchar(100) NOT NULL default '', PRIMARY KEY (`key_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_awpcp_pagename` -- LOCK TABLES `wp_awpcp_pagename` WRITE; /*!40000 ALTER TABLE `wp_awpcp_pagename` DISABLE KEYS */; INSERT INTO `wp_awpcp_pagename` VALUES (1,'Classifieds'); /*!40000 ALTER TABLE `wp_awpcp_pagename` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_beifen` -- DROP TABLE IF EXISTS `wp_beifen`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_beifen` ( `id` tinyint(8) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `location` varchar(255) NOT NULL, `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `type` enum('Complete','DB','Files','Custom') default NULL, `zipped` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_beifen` -- LOCK TABLES `wp_beifen` WRITE; /*!40000 ALTER TABLE `wp_beifen` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_beifen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_biz_categories` -- DROP TABLE IF EXISTS `wp_biz_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_biz_categories` ( `category_id` int(11) NOT NULL auto_increment, `category` varchar(100) NOT NULL, `description` text, `hide` tinyint(1) NOT NULL default '0', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_biz_categories` -- LOCK TABLES `wp_biz_categories` WRITE; /*!40000 ALTER TABLE `wp_biz_categories` DISABLE KEYS */; INSERT INTO `wp_biz_categories` VALUES (41,'White Pages','Residential phone listings in Timberon, New Mexico.',0),(42,'Yellow Pages','Business phone listings in Timberon, New Mexico.',0); /*!40000 ALTER TABLE `wp_biz_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_biz_listings` -- DROP TABLE IF EXISTS `wp_biz_listings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_biz_listings` ( `listing_id` int(11) NOT NULL auto_increment, `category_id` int(11) NOT NULL default '1', `date_created` datetime default NULL, `status` tinyint(1) NOT NULL default '0', `name` varchar(100) default NULL, `email` varchar(100) default NULL, `company_name` varchar(100) default NULL, `company_keywords` varchar(100) default NULL, `company_description` text, `company_url` varchar(100) default NULL, `company_email` varchar(100) default NULL, `company_phone` varchar(100) default NULL, `company_street1` varchar(100) default NULL, `company_street2` varchar(100) default NULL, `company_city` varchar(100) default NULL, `company_state` varchar(100) default NULL, `company_zip` varchar(100) default NULL, `company_country` varchar(100) default NULL, PRIMARY KEY (`listing_id`) ) ENGINE=MyISAM AUTO_INCREMENT=388 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_biz_listings` -- LOCK TABLES `wp_biz_listings` WRITE; /*!40000 ALTER TABLE `wp_biz_listings` DISABLE KEYS */; INSERT INTO `wp_biz_listings` VALUES (22,41,'2011-02-02 21:18:22',1,'admin','m@d.com','Ben, Jesus and Guillermina','','Timberon','','','575-987-2583','','','','','',''),(21,41,'2011-02-02 21:17:13',1,'admin','m@d.com','Bearden, Dwight','','Timberon','','','575-987-2386','','','','','',''),(69,41,'2011-02-03 18:12:55',1,'admin','m@d.com','Daugherty, Milton C.','','Timberon','','','575-987-2521','','','','','',''),(18,41,'2011-02-02 17:37:56',1,'admin','m@d.com','Arnold, Thomas or Betty','','Timberon','','','575-987-2677','','','','','',''),(19,41,'2011-02-02 17:38:50',1,'admin','m@d.com','Ayers, D.L.','','Timberon','','','575-987-2312','','','','','',''),(20,41,'2011-02-02 21:15:39',1,'admin','m@d.com','Bailey, Michael J','','Timberon','','','575-987-2736','','','','','',''),(17,41,'2011-02-02 17:36:26',1,'admin','m@d.com','Anderson, Sue','','Timberon','','','575-987-2585','','','','','',''),(11,41,'2011-02-02 17:04:32',1,'admin','m@d.com','Adams, B.F. and Gwen','','Timberon','','','575-987-2552','','','','','',''),(12,41,'2011-02-02 17:06:50',1,'admin','m@d.com','Alvernaz, Beth','','Timberon','','','575-987-2838','','','','','',''),(13,41,'2011-02-02 17:07:52',1,'admin','m@d.com','Alden, Frederic and Joy','','Timberon','','','575-987-2723','','','','','',''),(14,41,'2011-02-02 17:15:51',1,'admin','m@d.com','Ackermann, James','','Timberon','','','575-987-2551','','','','','',''),(15,41,'2011-02-02 17:16:56',1,'admin','m@d.com','Abbott, Kenneth and Linda','','Timberon','','','575-987-2247','','','','','',''),(16,41,'2011-02-02 17:18:15',1,'admin','m@d.com','Alvernaz, Roger and Judit','','Timberon','','','575-987-2825','','','','','',''),(23,41,'2011-02-02 21:19:18',1,'admin','m@d.com','Bergstrom, N.E.','','Timberon','','','575-987-2446','','','','','',''),(24,41,'2011-02-02 21:20:33',1,'admin','m@d.com','Blandford, Jerry','','Timberon','','','575-987-2213','','','','','',''),(25,41,'2011-02-02 21:21:17',1,'admin','m@d.com','Bompart, John','','Timberon','','','575-987-2258','','','','','',''),(26,41,'2011-02-02 21:22:39',1,'admin','m@d.com','Borzoni, Terri','','Timberon','','','575-987-2439','','','','','',''),(27,41,'2011-02-02 21:23:31',1,'admin','m@d.com','Bovey, Edward M.','','Timberon','','','575-987-2335','','','','','',''),(28,41,'2011-02-02 21:24:57',1,'admin','m@d.com','Bowidowicz, Peter M.','','Timberon','','','575-987-2209','','','','','',''),(29,41,'2011-02-02 21:25:50',1,'admin','m@d.com','Bradshaw, Kenneth W.','','Timberon','','','575-987-2598','','','','','',''),(30,41,'2011-02-02 21:26:40',1,'admin','m@d.com','Braziel, Tom','','Timberon','','','575-987-2652','','','','','',''),(31,41,'2011-02-02 21:27:52',1,'admin','m@d.com','Brigance, Larry O. Jr.','','Timberon','','','575-987-2527','','','','','',''),(32,41,'2011-02-02 21:28:57',1,'admin','m@d.com','Brokaw, Thomas G.','','TImberon','','','575-987-2895','','','','','',''),(33,41,'2011-02-02 21:29:47',1,'admin','m@d.com','Brokaw, Thomas G.','','TImberon','','','575-987-2896','','','','','',''),(34,41,'2011-02-02 21:30:30',1,'admin','m@d.com','Brooks, Troy','','Timberon','','','575-987-2555','','','','','',''),(35,41,'2011-02-02 21:31:32',1,'admin','m@d.com','Brower, Larry and Annabeth','','Timberon','','','575-987-2356','','','','','',''),(36,41,'2011-02-02 21:32:23',1,'admin','m@d.com','Brown, Barbara A.','','Timberon','','','575-987-2557','','','','','',''),(37,41,'2011-02-02 21:33:38',1,'admin','m@d.com','Brown, Brent and Jeanette','','Timberon','','','575-987-2361','','','','','',''),(38,41,'2011-02-02 21:34:56',1,'admin','m@d.com','Brown, Jana and Frietze Dan','','Timberon','','','575-987-2324','','','','','',''),(39,41,'2011-02-02 21:35:41',1,'admin','m@d.com','Brown, Leslie Dean','','Timberon','','','575-987-2217','','','','','',''),(40,41,'2011-02-02 21:37:03',1,'admin','m@d.com','Bryan, Audrian','','Timberon','','','575-987-2465','','','','','',''),(41,41,'2011-02-02 21:38:09',1,'admin','m@d.com','Buffington, James and Kathleen','','Timberon','','','575-987-2632','','','','','',''),(42,41,'2011-02-02 21:46:04',1,'admin','m@d.com','Bullard, Frank and Margaret','','Timberon','','','575-987-2563','','','','','',''),(43,41,'2011-02-02 21:46:54',1,'admin','m@d.com','Bullard, Frank and Margaret','','Timberon','','','575-987-2763','','','','','',''),(44,41,'2011-02-02 21:47:52',1,'admin','m@d.com','Bunker, Neal and Audrey','','Timberon','','','575-987-2695','','','','','',''),(45,41,'2011-02-02 21:49:09',1,'admin','m@d.com','Carpenter, Barbie','','Timberon','','','575-987-2595','','','','','',''),(46,41,'2011-02-02 21:49:53',1,'admin','m@d.com','Carpenter, John','','Timberon','','','575-987-2472','','','','','',''),(47,41,'2011-02-02 21:51:01',1,'admin','m@d.com','Casstevens, David and Terry','','Timberon','','','575-987-2771','','','','','',''),(48,41,'2011-02-02 21:51:54',1,'admin','m@d.com','Chesser, David and Judy','','Timberon','','','575-987-2278','','','','','',''),(49,41,'2011-02-02 21:52:54',1,'admin','m@d.com','Chestnutt, E.W.','','Timberon','','','575-987-2478','','','','','',''),(50,41,'2011-02-02 21:53:45',1,'admin','m@d.com','Childers, Toni K.','','Timberon','','','575-987-2413','','','','','',''),(51,41,'2011-02-02 21:54:45',1,'admin','m@d.com','Christesson, Mark R.','','Timberon','','','575-987-2376','','','','','',''),(52,41,'2011-02-02 21:55:43',1,'admin','m@d.com','Clark, Thurman','','TImberon','','','575-987-2568','','','','','',''),(53,41,'2011-02-02 21:56:33',1,'admin','m@d.com','Clement, Clark','','Timberon','','','575-987-2619','','','','','',''),(54,41,'2011-02-02 21:57:30',1,'admin','m@d.com','Collazo, Eric','','Timberon','','','575-987-2310','','','','','',''),(55,41,'2011-02-02 21:58:15',1,'admin','m@d.com','Collier, Corina','','Timberon','','','575-987-2724','','','','','',''),(56,41,'2011-02-02 22:54:37',1,'admin','m@d.com','Cook, Helen','','Timberon','','','575-987-2317','','','','','',''),(57,41,'2011-02-03 17:04:36',1,'admin','m@d.com','Cook, John and Keating, Joan','','Timberon','','','575-987-2475','','','','','',''),(58,41,'2011-02-03 17:05:25',1,'admin','m@d.com','Corder, George','','Timberon','','','575-987-2372','','','','','',''),(59,41,'2011-02-03 17:06:18',1,'admin','m@d.com','Cosgrove, Ward E.','','Timberon','','','575-987-2614','','','','','',''),(60,41,'2011-02-03 17:07:14',1,'admin','m@d.com','Coutant, L.A.','','Timberon','','','575-987-2460','','','','','',''),(61,41,'2011-02-03 17:16:14',1,'admin','m@d.com','Crawford, Delaine','','Timberon','','','575-987-2309','','','','','',''),(62,41,'2011-02-03 17:17:26',1,'admin','m@d.com','Crnkovic, Kenna','','Timberon','','','575-987-2870','','','','','',''),(63,41,'2011-02-03 17:18:17',1,'admin','m@d.com','Cruey, David W.','','Timberon','','','575-987-2484','','','','','',''),(64,41,'2011-02-03 17:19:15',1,'admin','m@d.com','Cumings, Jeff','','Timberon','','','575-987-2737','','','','','',''),(65,41,'2011-02-03 17:20:02',1,'admin','m@d.com','Cummings, Charles','','Timberon','','','575-987-2261','','','','','',''),(66,41,'2011-02-03 17:29:27',1,'admin','m@d.com','Cummings, Scott and Bethany','','Timberon','','','575-987-2777','','','','','',''),(67,41,'2011-02-03 17:30:16',1,'admin','m@d.com','Curtis, Rebecca','','Timberon','','','575-987-2321','','','','','',''),(68,41,'2011-02-03 17:30:59',1,'admin','m@d.com','Curtis, William D. \"Bill\"','','Timberon','','','575-987-2322','','','','','',''),(70,41,'2011-02-03 18:13:44',1,'admin','m@d.com','Davis, Benny and Janet','','Timberon','','','575-987-2578','','','','','',''),(71,41,'2011-02-03 18:14:45',1,'admin','m@d.com','De Gutis, Ralph and Jackie','','Timberon','','','575-987-2288','','','','','',''),(72,41,'2011-02-03 18:15:41',1,'admin','m@d.com','De La Cruz, Freddie and Minnie','','Timberon','','','575-987-2506','','','','','',''),(73,41,'2011-02-03 18:16:17',1,'admin','m@d.com','Deaton, Jack','','Timberon','','','575-987-2358','','','','','',''),(74,41,'2011-02-03 18:16:55',1,'admin','m@d.com','Defoy, Scott','','Timberon','','','575-987-2334','','','','','',''),(75,41,'2011-02-03 18:17:34',1,'admin','m@d.com','Deibler, Roger','','Timberon','','','575-987-2447','','','','','',''),(76,41,'2011-02-03 18:36:26',1,'admin','m@d.com','Devine, Lillian','','Timberon','','','575-987-2463','','','','','',''),(77,41,'2011-02-03 18:40:14',1,'admin','m@d.com','Doll, Jack','','Timberon','','','575-987-2566','','','','','',''),(78,41,'2011-02-03 18:40:49',1,'admin','m@d.com','Duckett, Jesse and Kim','','Timberon','','','575-987-2561','','','','','',''),(79,41,'2011-02-03 20:33:33',1,'admin','m@d.com','Dysart, Richard','','Timberon','','','575-987-2458','','','','','',''),(80,41,'2011-02-03 20:34:36',1,'admin','m@d.com','Ebbs, Johnny and Janet','','Timberon','','','575-987-2668','','','','','',''),(81,41,'2011-02-03 20:35:26',1,'admin','m@d.com','Edgerton, C.J.','','Timberon','','','575-987-2236','','','','','',''),(82,41,'2011-02-03 20:36:18',1,'admin','m@d.com','Edmunds, Glenn Jr.','','Timberon','','','575-987-2556','','','','','',''),(83,41,'2011-02-03 20:37:23',1,'admin','m@d.com','Eerkes, David or Joan','','Timberon','','','575-987-2300','','','','','',''),(84,41,'2011-02-03 20:37:59',1,'admin','m@d.com','Egan, Max E.','','Timberon','','','575-987-2390','','','','','',''),(85,41,'2011-02-03 20:38:44',1,'admin','m@d.com','English, Harvey G.','','Timberon','','','575-987-2339','','','','','',''),(86,41,'2011-02-03 20:39:25',1,'admin','m@d.com','Enyeart, Frank','','Timberon','','','575-987-2750','','','','','',''),(87,41,'2011-02-03 20:39:59',1,'admin','m@d.com','Escott, Robert','','TImberon','','','575-987-2283','','','','','',''),(88,41,'2011-02-03 20:51:05',1,'admin','m@d.com','Evans, Raymond D.','','Timberon','','','575-987-2389','','','','','',''),(89,41,'2011-02-03 20:52:00',1,'admin','m@d.com','Farris, Richard W.','','Timberon','','','575-987-2313','','','','','',''),(90,41,'2011-02-03 20:52:40',1,'admin','m@d.com','Faust, David','','Timberon','','','575-987-2459','','','','','',''),(91,41,'2011-02-03 20:53:32',1,'admin','m@d.com','Fierro, Salvador and Rosa','','Timberon','','','575-987-2215','','','','','',''),(92,41,'2011-02-03 20:54:36',1,'admin','m@d.com','Floyd, Robert D.','','Timberon','','','575-987-2818','','','','','',''),(93,41,'2011-02-03 20:55:18',1,'admin','m@d.com','Forsberg, Bruce','','Timberon','','','575-987-2223','','','','','',''),(94,41,'2011-02-03 20:55:52',1,'admin','m@d.com','Foster, Lin','','Timberon','','','575-987-2444','','','','','',''),(95,41,'2011-02-03 20:56:36',1,'admin','m@d.com','Foster, Tom and Nora','','Timberon','','','575-987-2246','','','','','',''),(96,41,'2011-02-03 21:02:56',1,'admin','m@d.com','Gabelmann, Philip','','Timberon','','','575-987-2370','','','','','',''),(97,41,'2011-02-03 21:03:42',1,'admin','m@d.com','Garcia, Al and Estela','','Timberon','','','575-987-2481','','','','','',''),(98,41,'2011-02-03 21:05:18',1,'admin','m@d.com','Garrett, Joy / Goin Ray','','Timberon','','','575-987-2866','','','','','',''),(99,41,'2011-02-03 21:41:42',1,'admin','m@d.com','Gaspard, Marguerita','','Timberon','','','575-987-2719','','','','','',''),(100,41,'2011-02-03 21:42:27',1,'admin','m@d.com','Gentry, Glenda','','Timberon','','','575-987-2567','','','','','',''),(101,41,'2011-02-03 21:43:17',1,'admin','m@d.com','Gideon, Bill and Elsie','','Timberon','','','575-987-2547','','','','','',''),(102,41,'2011-02-03 21:44:04',1,'admin','m@d.com','Gonzales, Andrea','','Timberon','','','575-987-2779','','','','','',''),(103,41,'2011-02-03 21:50:52',1,'admin','m@d.com','Goss, Paul','','Timberon','','','575-987-2535','','','','','',''),(104,41,'2011-02-03 21:51:35',1,'admin','m@d.com','Grah, Roger','','Timberon','','','575-987-2513','','','','','',''),(105,41,'2011-02-03 21:52:24',1,'admin','m@d.com','Gray, Therman','','Timberon','','','575-987-2524','','','','','',''),(106,41,'2011-02-03 21:53:22',1,'admin','m@d.com','Green, Jay and Jean','','Timberon','','','575-987-2485','','','','','',''),(107,41,'2011-02-03 21:53:57',1,'admin','m@d.com','Green, Jay and Jean','','Timberon','','','575-987-2760','','','','','',''),(108,41,'2011-02-03 21:54:45',1,'admin','m@d.com','Grosse, Alice','','Timberon','','','575-987-2810','','','','','',''),(109,41,'2011-02-03 21:55:40',1,'admin','m@d.com','Gunnels, Bobby and Mary','','Timberon','','','575-987-2815','','','','','',''),(110,41,'2011-02-03 21:56:19',1,'admin','m@d.com','Guthrie, Susan','','Timberon','','','575-987-2493','','','','','',''),(111,41,'2011-02-03 23:15:59',1,'admin','m@d.com','Hamill, Jason','','Timberon','','','575-987-2537','','','','','',''),(112,41,'2011-02-03 23:17:03',1,'admin','m@d.com','Hamilton, Dee','','Timberon','','','575-987-2210','','','','','',''),(113,41,'2011-02-03 23:17:56',1,'admin','m@d.com','Hamilton, Doug C. and Glynda','','Timberon','','','575-987-2276','','','','','',''),(114,41,'2011-02-03 23:18:52',1,'admin','m@d.com','Hammond, Gyland V.','','Timberon','','','575-987-2277','','','','','',''),(115,41,'2011-02-03 23:19:34',1,'admin','m@d.com','Hanson, Larry','','Timberon','','','575-987-2293','','','','','',''),(116,41,'2011-02-03 23:20:27',1,'admin','m@d.com','Hardesty, Robert K.','','Timberon','','','575-987-2424','','','','','',''),(117,41,'2011-02-03 23:21:14',1,'admin','m@d.com','Hatten, Robert','','Timberon','','','575-987-2254','','','','','',''),(118,41,'2011-02-03 23:22:01',1,'admin','m@d.com','Haupt, Butch and Donna','','Timberon','','','575-987-2435','','','','','',''),(119,41,'2011-02-03 23:23:11',1,'admin','m@d.com','Hemphill, C.M. (Joe)','','Timberon','','','575-987-2635','','','','','',''),(120,41,'2011-02-03 23:23:56',1,'admin','m@d.com','Herndon, Bo and Gill','','Timberon','','','575-987-2285','','','','','',''),(121,41,'2011-02-03 23:24:47',1,'admin','m@d.com','Hester, Marvin and Sally','','Timberon','','','575-987-2344','','','','','',''),(122,41,'2011-02-03 23:25:32',1,'admin','m@d.com','Hickman, Daniel and Donna','','Timberon','','','575-987-2366','','','','','',''),(123,41,'2011-02-03 23:32:04',1,'admin','m@d.com','Hicks, Dwyn','','Timberon','','','575-987-2685','','','','','',''),(124,41,'2011-02-03 23:32:53',1,'admin','m@d.com','High, Wilma','','Timberon','','','575-987-2596','','','','','',''),(125,41,'2011-02-03 23:33:49',1,'admin','m@d.com','Hixon, John H.','','Timberon','','','575-987-2399','','','','','',''),(126,41,'2011-02-03 23:34:45',1,'admin','m@d.com','Hodnett, Frank or Judy','','Timberon','','','575-987-2505','','','','','',''),(127,41,'2011-02-03 23:35:49',1,'admin','m@d.com','Hoelscher, Mary K.','','Timberon','','','575-987-2833','','','','','',''),(128,41,'2011-02-03 23:36:55',1,'admin','m@d.com','Hollar, Lt. Col. Frank and Geneva','','Timberon','','','575-987-2327','','','','','',''),(129,41,'2011-02-03 23:37:43',1,'admin','m@d.com','Holstrom, Burr','','Timberon','','','575-987-2403','','','','','',''),(130,41,'2011-02-03 23:38:21',1,'admin','m@d.com','Holt, Edward D.','','Timberon','','','575-987-2292','','','','','',''),(131,41,'2011-02-03 23:39:05',1,'admin','m@d.com','Hopper, Kenneth R.','','Timberon','','','575-987-2364','','','','','',''),(132,41,'2011-02-03 23:39:49',1,'admin','m@d.com','Houston, Terry','','Timberon','','','575-987-2443','','','','','',''),(133,41,'2011-02-03 23:40:42',1,'admin','m@d.com','Howell, Bryan and Dina','','Timberon','','','575-987-2607','','','','','',''),(134,41,'2011-02-03 23:41:19',1,'admin','m@d.com','Howell, John E.','','Timberon','','','575-987-2249','','','','','',''),(135,41,'2011-02-03 23:42:09',1,'admin','m@d.com','Hubbard, Robert L.','','Timberon','','','575-987-2855','','','','','',''),(136,41,'2011-02-03 23:42:53',1,'admin','m@d.com','Huber, Mike and Kitty','','Timberon','','','575-987-2329','','','','','',''),(137,41,'2011-02-03 23:43:37',1,'admin','m@d.com','Huey, T.C.','','Timberon','','','575-987-2662','','','','','',''),(138,41,'2011-02-03 23:44:27',1,'admin','m@d.com','Hughes, Dale and Jennifer','','Timberon','','','575-987-2741','','','','','',''),(139,41,'2011-02-03 23:45:10',1,'admin','m@d.com','Hughes, Joe','','Timberon','','','575-987-2707','','','','','',''),(140,41,'2011-02-03 23:46:06',1,'admin','m@d.com','Hughes, Linda and Charles','','Timberon','','','575-987-2274','','','','','',''),(141,41,'2011-02-03 23:47:08',1,'admin','m@d.com','Huisingh, Jane','','Timberon','','','575-987-2594','','','','','',''),(142,41,'2011-02-03 23:48:01',1,'admin','m@d.com','Hunker, Del','','Timberon','','','575-987-2331','','','','','',''),(143,41,'2011-02-03 23:48:46',1,'admin','m@d.com','Hunley, John M.','','Timberon','','','575-987-2721','','','','','',''),(144,41,'2011-02-03 23:49:35',1,'admin','m@d.com','Huntsman, Angelia','','Timberon','','','575-987-2765','','','','','',''),(145,41,'2011-02-03 23:52:10',1,'admin','m@d.com','Isenberg, Lewis and Nelda','','Timberon','','','575-987-2205','','','','','',''),(146,41,'2011-02-04 14:30:58',1,'admin','m@d.com','Jacks, William R.','','Timberon','','','575-987-2689','','','','','',''),(147,41,'2011-02-04 14:32:02',1,'admin','m@d.com','Jankiewicz, Pete and Joyce','','Timberon','','','575-987-2410','','','','','',''),(148,41,'2011-02-04 14:32:46',1,'admin','m@d.com','Jensen, Gerry','','Timberon','','','575-987-2885','','','','','',''),(149,41,'2011-02-04 14:33:37',1,'admin','m@d.com','Jobe, Keith R.','','Timberon','','','575-987-2363','','','','','',''),(150,41,'2011-02-04 14:34:17',1,'admin','m@d.com','Johnson, Ben','','Timberon','','','575-987-2452','','','','','',''),(151,41,'2011-02-04 14:35:14',1,'admin','m@d.com','Johnson, J.F. and Angeline','','Timberon','','','575-987-2617','','','','','',''),(152,41,'2011-02-04 14:35:58',1,'admin','m@d.com','Johnson, Ronny','','Timberon','','','575-987-2499','','','','','',''),(153,41,'2011-02-04 14:36:33',1,'admin','m@d.com','Johnson, Sam','','Timberon','','','575-987-2705','','','','','',''),(154,41,'2011-02-04 14:37:55',1,'admin','m@d.com','Jones, Jen Rubinowitz Jake','','Timberon','','','575-987-2495','','','','','',''),(155,41,'2011-02-04 14:38:39',1,'admin','m@d.com','Jordan, Barbara','','Timberon','','','575-987-2558','','','','','',''),(156,41,'2011-02-04 14:39:25',1,'admin','m@d.com','Jordan, Lonnie M.','','Timberon','','','575-987-2588','','','','','',''),(157,41,'2011-02-04 14:52:34',1,'admin','m@d.com','Katz, Ray and Sue','','Timberon','','','575-987-2656','','','','','',''),(158,41,'2011-02-04 14:53:32',1,'admin','m@d.com','Keikkala, Sam or Shirley','','Timberon','','','575-987-2520','','','','','',''),(159,41,'2011-02-04 14:54:17',1,'admin','m@d.com','Kennedy, Clarence','','Timberon','','','575-987-2333','','','','','',''),(160,41,'2011-02-04 14:55:01',1,'admin','m@d.com','Kervin, John','','Timberon','','','575-987-2698','','','','','',''),(161,41,'2011-02-04 14:55:40',1,'admin','m@d.com','Keune, Kevin and Shantel','','Timberon','','','575-987-2201','','','','','',''),(162,41,'2011-02-04 14:56:20',1,'admin','m@d.com','Keune, Kevin and Shantel','','Timberon','','','575-987-2582','','','','','',''),(163,41,'2011-02-04 14:57:08',1,'admin','m@d.com','King, Robert E.','','Timberon','','','575-987-2702','','','','','',''),(164,41,'2011-02-04 14:58:06',1,'admin','m@d.com','Kinser, Donna','','Timberon','','','575-987-2431','','','','','',''),(165,41,'2011-02-04 14:58:53',1,'admin','m@d.com','Kline, Jason','','Timberon','','','575-987-2722','','','','','',''),(166,41,'2011-02-04 14:59:43',1,'admin','m@d.com','Koetting, Bradley','','Timberon','','','575-987-2393','','','','','',''),(167,41,'2011-02-04 15:00:47',1,'admin','m@d.com','Krasovetz, S. and K.','','Timberon','','','575-987-2411','','','','','',''),(168,41,'2011-02-04 15:01:33',1,'admin','m@d.com','Kulesza, Don','','Timberon','','','575-987-2426','','','','','',''),(169,41,'2011-02-04 15:02:09',1,'admin','m@d.com','Kulesza, Don H.','','Timberon','','','575-987-2494','','','','','',''),(170,41,'2011-02-04 15:12:13',1,'admin','m@d.com','Landis, Linda','','Timberon','','','575-987-2549','','','','','',''),(171,41,'2011-02-04 15:12:52',1,'admin','m@d.com','Lane, Brett','','Timberon','','','575-987-2368','','','','','',''),(172,41,'2011-02-04 15:14:00',1,'admin','m@d.com','Larsen, Bruce W.','','Timberon','','','575-987-2427','','','','','',''),(173,41,'2011-02-04 15:14:35',1,'admin','m@d.com','Larsen, Chris','','Timberon','','','575-987-2204','','','','','',''),(174,41,'2011-02-04 15:15:19',1,'admin','m@d.com','Larson, Bruce R.','','Timberon','','','575-987-2664','','','','','',''),(175,41,'2011-02-04 15:16:07',1,'admin','m@d.com','Lawson, C.H. \"Pete\"','','Timberon','','','575-987-2423','','','','','',''),(176,41,'2011-02-04 15:20:43',1,'admin','m@d.com','Lee, Eddie C.','','Timberon','','','575-987-2330','','','','','',''),(177,41,'2011-02-04 15:21:31',1,'admin','m@d.com','Lenard, Stanley','','Timberon','','','575-987-2354','','','','','',''),(178,41,'2011-02-04 15:22:37',1,'admin','m@d.com','Lindsay, John B.','','Timberon','','','575-987-2653','','','','','',''),(179,41,'2011-02-04 15:23:19',1,'admin','m@d.com','Lockwood, Mike','','Timberon','','','575-987-2591','','','','','',''),(180,41,'2011-02-04 15:24:04',1,'admin','m@d.com','Long, Mal and Sylvia','','Timberon','','','575-987-2701','','','','','',''),(181,41,'2011-02-04 15:24:46',1,'admin','m@d.com','Love, Peter','','Timberon','','','575-987-2795','','','','','',''),(182,41,'2011-02-04 15:25:25',1,'admin','m@d.com','Lowe, John K.','','Timberon','','','575-987-2586','','','','','',''),(183,41,'2011-02-04 15:26:30',1,'admin','m@d.com','Lynch, John and Mary Anne','','Timberon','','','575-987-2710','','','','','',''),(184,41,'2011-02-04 15:27:24',1,'admin','m@d.com','Lynch, John W. DVM','','Timberon','','','575-987-2626','','','','','',''),(185,41,'2011-02-04 15:28:08',1,'admin','m@d.com','Madrid, J.V.','','Timberon','','','575-987-2565','','','','','',''),(186,41,'2011-02-04 16:07:23',1,'admin','m@d.com','Mainello, Joe and Karin','','Timberon','','','575-987-2248','','','','','',''),(187,41,'2011-02-04 16:08:17',1,'admin','m@d.com','Markham, Ruth and Glenn','','Timberon','','','575-987-2281','','','','','',''),(188,41,'2011-02-04 16:09:18',1,'admin','m@d.com','Marshall, Charles B.','','Timberon','','','575-987-2265','','','','','',''),(189,41,'2011-02-04 16:10:04',1,'admin','m@d.com','Martin, Crystal','','Timberon','','','575-987-2323','','','','','',''),(190,41,'2011-02-04 16:10:50',1,'admin','m@d.com','Martin, Linda and Divid','','Timberon','','','575-987-2255','','','','','',''),(191,41,'2011-02-04 16:11:43',1,'admin','m@d.com','Mathews, Donnie and Angi','','Timberon','','','575-987-2593','','','','','',''),(192,41,'2011-02-04 16:12:39',1,'admin','m@d.com','Mattix, Dennis and Gail','','Timberon','','','575-987-2690','','','','','',''),(193,41,'2011-02-04 16:13:20',1,'admin','m@d.com','Maxwell, Melvin','','Timberon','','','575-987-2639','','','','','',''),(194,41,'2011-02-04 16:14:12',1,'admin','m@d.com','McBeth, Gene and Stella','','Timberon','','','575-987-2518','','','','','',''),(195,41,'2011-02-04 16:15:06',1,'admin','m@d.com','McCain, Gene','','Timberon','','','575-987-2671','','','','','',''),(196,41,'2011-02-04 16:15:55',1,'admin','m@d.com','McCall, David and Deanna','','Timberon','','','575-987-2573','','','','','',''),(197,41,'2011-02-04 16:16:51',1,'admin','m@d.com','McCarthy, Cliff','','Timberon','','','575-987-2284','','','','','',''),(198,41,'2011-02-04 16:18:35',1,'admin','m@d.com','McCormick, Ronald - Fax','','Timberon','','','575-987-2498','','','','','',''),(199,41,'2011-02-04 16:19:30',1,'admin','m@d.com','McCullough, Bill','','Timberon','','','575-987-2421','','','','','',''),(200,41,'2011-02-04 16:20:31',1,'admin','m@d.com','McGowen, Gary D.','','Timberon','','','575-987-2496','','','','','',''),(201,41,'2011-02-04 16:21:16',1,'admin','m@d.com','McGuire, Gerry and Cookie','','Timberon','','','575-987-2211','','','','','',''),(202,41,'2011-02-04 16:22:26',1,'admin','m@d.com','McIntosh, Kathryn and Mike','','Timberon','','','575-987-2454','','','','','',''),(203,41,'2011-02-04 16:23:40',1,'admin','m@d.com','McKechnie, Victor and Annemarie','','Timberon','','','575-987-2536','','','','','',''),(204,41,'2011-02-04 16:24:22',1,'admin','m@d.com','McMinn, Billy','','Timberon','','','575-987-2675','','','','','',''),(205,41,'2011-02-04 16:25:16',1,'admin','m@d.com','McMullen, Richard and Barb','','Timberon','','','575-987-2418','','','','','',''),(206,41,'2011-02-04 16:26:03',1,'admin','m@d.com','Mellish, Candy','','Timberon','','','575-987-2256','','','','','',''),(207,41,'2011-02-04 16:27:00',1,'admin','m@d.com','Mendenhall, Melissa','','Timberon','','','575-987-2742','','','','','',''),(208,41,'2011-02-04 16:27:58',1,'admin','m@d.com','Milazzotto, Jean M.','','Timberon','','','575-987-2295','','','','','',''),(209,41,'2011-02-04 16:28:38',1,'admin','m@d.com','Millar, Scott and Donna','','Timberon','','','575-987-2214','','','','','',''),(210,41,'2011-02-04 16:29:15',1,'admin','m@d.com','Miller, Robert S.','','Timberon','','','575-987-2618','','','','','',''),(211,41,'2011-02-05 20:18:09',1,'admin','m@d.com','Mitchum, Tracie','','Timberon','','','575-987-2517','','','','','',''),(212,41,'2011-02-05 20:18:59',1,'admin','m@d.com','Mitchum, Tracie','','Timberon','','','575-987-2251','','','','','',''),(213,41,'2011-02-05 20:20:05',1,'admin','m@d.com','Moore, Richard','','Timberon','','','575-987-2218','','','','','',''),(214,41,'2011-02-05 20:25:02',1,'admin','m@d.com','Morelos, Richardo','','Timberon','','','575-987-2569','','','','','',''),(215,41,'2011-02-08 16:18:40',1,'admin','m@d.com','Morgan, Kathleen','','Timberon','','','575-987-2286','','','','','',''),(216,41,'2011-02-08 16:19:25',1,'admin','m@d.com','Morley, Linda and Bill','','Timberon','','','575-987-2610','','','','','',''),(217,41,'2011-02-08 16:20:32',1,'admin','m@d.com','Morris, Earle W.','','Timberon','','','575-987-2508','','','','','',''),(218,41,'2011-02-08 16:22:22',1,'admin','m@d.com','Murtishaw, H.C.','','Timberon','','','575-987-2346','','','','','',''),(219,41,'2011-02-08 16:25:35',1,'admin','m@d.com','Neiert, Robert','','Timberon','','','575-987-2740','','','','','',''),(220,41,'2011-02-08 16:37:40',1,'admin','m@d.com','Nelson, Mike','','Timberon','','','575-987-2548','','','','','',''),(221,41,'2011-02-08 16:38:21',1,'admin','m@d.com','Noel, John E.','','Timberon','','','575-987-2616','','','','','',''),(222,41,'2011-02-08 16:39:02',1,'admin','m@d.com','Norris, Rodger W.','','Timberon','','','575-987-2778','','','','','',''),(223,41,'2011-02-10 16:12:52',1,'admin','m@d.com','O\'Dell, Phyllis','','Timberon','','','575-987-2289','','','','','',''),(224,41,'2011-02-10 16:13:36',1,'admin','m@d.com','O\'Dell, Roger','','Timberon','','','575-987-2221','','','','','',''),(225,41,'2011-02-10 16:14:50',1,'admin','m@d.com','Odom, Joy A.','','Timberon','','','575-987-2355','','','','','',''),(226,41,'2011-02-10 16:17:16',1,'admin','m@d.com','Olguin, David','','Timberon','','','575-987-2532','','','','','',''),(227,41,'2011-02-10 16:25:45',1,'admin','m@d.com','Olivas, Mike','','Timberon','','','575-987-2219','','','','','',''),(228,41,'2011-02-10 16:26:36',1,'admin','m@d.com','Olive, P.M.','','Timberon','','','575-987-2875','','','','','',''),(229,41,'2011-02-10 16:39:56',1,'admin','m@d.com','Oliveri, Genaro C.','','Timberon','','','575-987-2262','','','','','',''),(230,41,'2011-02-10 16:41:14',1,'admin','m@d.com','Olsen, James','','Timberon','','','575-987-2560','','','','','',''),(231,41,'2011-02-10 17:09:12',1,'admin','m@d.com','Ortiz, Fred or Delphina','','Timberon','','','575-987-2328','','','','','',''),(232,41,'2011-02-10 17:30:30',1,'admin','m@d.com','Palmer, Debbie L.','','Timberon','','','575-987-2332','','','','','',''),(233,41,'2011-02-10 17:31:10',1,'admin','m@d.com','Pannell, Keith H.','','Timberon','','','575-987-2644','','','','','',''),(234,41,'2011-02-10 17:31:51',1,'admin','m@d.com','Patterson, Bill','','Timberon','','','575-987-2422','','','','','',''),(235,41,'2011-02-10 17:32:28',1,'admin','m@d.com','Phillips, Debbie','','Timberon','','','575-987-2679','','','','','',''),(236,41,'2011-02-10 17:33:05',1,'admin','m@d.com','Phillips, Forrest','','Timberon','','','575-987-2429','','','','','',''),(237,41,'2011-02-10 17:33:42',1,'admin','m@d.com','Phillips, Gail','','Timberon','','','575-987-2606','','','','','',''),(238,41,'2011-02-10 17:34:28',1,'admin','m@d.com','Pierce, J.L.','','Timberon','','','575-987-2415','','','','','',''),(239,41,'2011-02-10 17:35:01',1,'admin','m@d.com','Pirtle, Jay','','Timberon','','','575-987-2522','','','','','',''),(240,41,'2011-02-10 17:35:35',1,'admin','m@d.com','Portillo, David','','Timberon','','','575-987-2407','','','','','',''),(241,41,'2011-02-10 17:36:13',1,'admin','m@d.com','Postlewaite, Ernest','','Timberon','','','575-987-2318','','','','','',''),(242,41,'2011-02-10 17:40:14',1,'admin','m@d.com','Preslar, Layne and Sue','','Timberon','','','575-987-2847','','','','','',''),(243,41,'2011-02-10 17:40:50',1,'admin','m@d.com','Pritchett, Linda','','Timberon','','','575-987-2830','','','','','',''),(244,41,'2011-02-10 17:41:23',1,'admin','m@d.com','Pugmire, Stacy','','Timberon','','','575-987-2294','','','','','',''),(245,41,'2011-02-10 17:41:58',1,'admin','m@d.com','Putney, Everett E.','','Timberon','','','575-987-2461','','','','','',''),(246,41,'2011-02-10 17:42:32',1,'admin','m@d.com','Ramirez, Juan H.','','Timberon','','','575-987-2282','','','','','',''),(247,41,'2011-02-10 17:43:12',1,'admin','m@d.com','Ramstad, Robert','','Timberon','','','575-987-2280','','','','','',''),(248,41,'2011-02-10 17:43:48',1,'admin','m@d.com','Randleman, Donna','','Timberon','','','575-987-2543','','','','','',''),(249,41,'2011-02-10 17:44:19',1,'admin','m@d.com','Reece,Betty L.','','Timberon','','','575-987-2253','','','','','',''),(250,41,'2011-02-10 17:44:53',1,'admin','m@d.com','Reed, Brad and Marsha','','Timberon','','','575-987-2466','','','','','',''),(251,41,'2011-02-10 17:45:29',1,'admin','m@d.com','Rich, Lana','','Timberon','','','575-987-2259','','','','','',''),(252,41,'2011-02-10 17:46:04',1,'admin','m@d.com','Richardson, F.L. REV','','Timberon','','','575-987-2222','','','','','',''),(253,41,'2011-02-10 17:46:35',1,'admin','m@d.com','Roberts, Don','','Timberon','','','575-987-2229','','','','','',''),(254,41,'2011-02-10 17:47:06',1,'admin','m@d.com','Roberts, Gene A.','','Timberon','','','575-987-2727','','','','','',''),(255,41,'2011-02-10 17:47:48',1,'admin','m@d.com','Robertson, Suzan','','Timberon','','','575-987-2428','','','','','',''),(256,41,'2011-02-10 17:50:40',1,'admin','m@d.com','Robinett, Ronald and Eileen','','Timberon','','','575-987-2369','','','','','',''),(257,41,'2011-02-10 17:51:16',1,'admin','m@d.com','Rodriguez, Salvador','','Timberon','','','575-987-2451','','','','','',''),(258,41,'2011-02-10 17:51:52',1,'admin','m@d.com','Rodriquez, Richard and Mary Lou','','Timberon','','','575-987-2712','','','','','',''),(259,41,'2011-02-10 17:52:25',1,'admin','m@d.com','Ross, James Austin','','Timberon','','','575-987-2306','','','','','',''),(260,41,'2011-02-10 17:55:31',1,'admin','m@d.com','Ross, Kevin and Danelle','','Timberon','','','575-987-2357','','','','','',''),(261,41,'2011-02-10 17:57:12',1,'admin','m@d.com','Ross, Charles / Miller, Cheryl','','Timberon','','','575-987-2434','','','','','',''),(262,41,'2011-02-10 18:00:52',1,'admin','m@d.com','Rubinowitz, Burt','','Timberon','','','575-987-2445','','','','','',''),(263,41,'2011-02-10 18:01:26',1,'admin','m@d.com','Rudick, Jeffrey','','Timberon','','','575-987-2820','','','','','',''),(264,41,'2011-02-10 18:03:13',1,'admin','m@d.com','Rule, Paul and Roxanne','','Timberon','','','575-987-2608','','','','','',''),(265,41,'2011-02-10 18:03:47',1,'admin','m@d.com','Sandeen, Patricia and Richard','','Timberon','','','575-987-2414','','','','','',''),(266,41,'2011-02-10 18:04:19',1,'admin','m@d.com','Sandenaw, T.A.','','Timberon','','','575-987-2528','','','','','',''),(267,41,'2011-02-10 18:04:52',1,'admin','m@d.com','Sandoval, Alfredo and Sandra','','Timberon','','','575-987-2382','','','','','',''),(268,41,'2011-02-10 18:19:02',1,'admin','m@d.com','Sasse, Rolf','','Timberon','','','575-987-2676','','','','','',''),(269,41,'2011-02-10 18:19:37',1,'admin','m@d.com','Saunders, L.','','Timberon','','','575-987-2343','','','','','',''),(270,41,'2011-02-10 18:20:13',1,'admin','m@d.com','Sawyer, Leman P.','','Timberon','','','575-987-2621','','','','','',''),(271,41,'2011-02-10 18:20:48',1,'admin','m@d.com','Schug, Joan and Arden','','Timberon','','','575-987-2367','','','','','',''),(272,41,'2011-02-10 19:47:31',1,'admin','m@d.com','Scott, Dean and Carol','','Timberon','','','575-987-2674','','','','','',''),(273,41,'2011-02-10 19:48:08',1,'admin','m@d.com','Scudder, Fanell','','Timberon','','','575-987-2216','','','','','',''),(274,41,'2011-02-10 19:48:44',1,'admin','m@d.com','Sessum, Joe and Georgia','','Timberon','','','575-987-2660','','','','','',''),(275,41,'2011-02-10 19:49:20',1,'admin','m@d.com','Shenck, Jerry','','Timberon','','','575-987-2852','','','','','',''),(276,41,'2011-02-10 19:50:02',1,'admin','m@d.com','Shepard, Peter H.','','Timberon','','','575-987-2353','','','','','',''),(277,41,'2011-02-10 19:50:38',1,'admin','m@d.com','Shera, Art and Jo Ann','','Timberon','','','575-987-2397','','','','','',''),(278,41,'2011-02-10 19:51:13',1,'admin','m@d.com','Sherman, Arthur','','Timberon','','','575-987-2208','','','','','',''),(279,41,'2011-02-10 20:35:32',1,'admin','m@d.com','Shields, Joe','','Timberon','','','575-987-2272','','','','','',''),(280,41,'2011-02-10 20:36:09',1,'admin','m@d.com','Shoemaker, Norma L.','','Timberon','','','575-987-2453','','','','','',''),(281,41,'2011-02-10 20:36:46',1,'admin','m@d.com','Shreffler, John','','Timberon','','','575-987-2437','','','','','',''),(282,41,'2011-02-10 20:37:19',1,'admin','m@d.com','Simmons, R.C.','','Timberon','','','575-987-2711','','','','','',''),(283,41,'2011-02-10 20:47:16',1,'admin','m@d.com','Simpson, Oscar III','','Timberon','','','575-987-2279','','','','','',''),(284,41,'2011-02-10 20:47:51',1,'admin','m@d.com','Smale, John','','Timberon','','','575-987-2845','','','','','',''),(285,41,'2011-02-10 20:48:26',1,'admin','m@d.com','Smith, Bob','','Timberon','','','575-987-2615','','','','','',''),(286,41,'2011-02-10 20:49:02',1,'admin','m@d.com','Smith, E.L.(Sonny)','','Timberon','','','575-987-2648','','','','','',''),(287,41,'2011-02-10 20:49:38',1,'admin','m@d.com','Smith, Lelia','','Timberon','','','575-987-2287','','','','','',''),(288,41,'2011-02-10 20:50:12',1,'admin','m@d.com','Sofolo, Brett and Deana','','Timberon','','','575-987-2233','','','','','',''),(289,41,'2011-02-10 20:50:46',1,'admin','m@d.com','Stanco, Alice P. 0r Joella B.','','Timberon','','','575-987-2564','','','','','',''),(290,41,'2011-02-10 20:51:20',1,'admin','m@d.com','Starcher, Berton','','Timberon','','','575-987-2409','','','','','',''),(291,41,'2011-02-10 20:51:55',1,'admin','m@d.com','Starr, Gary R.','','Timberon','','','575-987-2468','','','','','',''),(292,41,'2011-02-10 20:52:31',1,'admin','m@d.com','Stenrose, Arnold','','Timberon','','','575-987-2387','','','','','',''),(293,41,'2011-02-10 20:54:26',1,'admin','m@d.com','Stewart, Brad','','Timberon','','','575-987-2308','','','','','',''),(294,41,'2011-02-10 20:55:02',1,'admin','m@d.com','Stout, Chris','','Timberon','','','575-987-2571','','','','','',''),(295,41,'2011-02-10 20:55:38',1,'admin','m@d.com','Swinney, Janet','','Timberon','','','575-987-2483','','','','','',''),(296,41,'2011-02-10 21:09:27',1,'admin','m@d.com','Talamantes, Manny Jr and Eleanor','','Timberon','','','575-987-2456','','','','','',''),(297,41,'2011-02-10 21:10:01',1,'admin','m@d.com','Tannehill, Tom and Eva','','Timberon','','','575-987-2744','','','','','',''),(298,41,'2011-02-10 21:10:38',1,'admin','m@d.com','Tappan, Mrs. D.W.','','Timberon','','','575-987-2507','','','','','',''),(299,41,'2011-02-10 21:11:14',1,'admin','m@d.com','Tavares, Ursulo C.','','Timberon','','','575-987-2477','','','','','',''),(300,41,'2011-02-10 21:11:50',1,'admin','m@d.com','Thomas, Ron and Bertha','','Timberon','','','575-987-2442','','','','','',''),(301,41,'2011-02-10 21:12:24',1,'admin','m@d.com','Thorell, John','','Timberon','','','575-987-2359','','','','','',''),(302,41,'2011-02-10 21:12:59',1,'admin','m@d.com','Tipton, Patsy','','Timberon','','','575-987-2696','','','','','',''),(303,41,'2011-02-10 21:13:37',1,'admin','m@d.com','Tomljanovich, Thomas','','Timberon','','','575-987-2297','','','','','',''),(304,41,'2011-02-10 21:14:11',1,'admin','m@d.com','Trendler, Fran','','Timberon','','','575-987-2433','','','','','',''),(305,41,'2011-02-10 21:14:46',1,'admin','m@d.com','Tucker, Aubrey','','Timberon','','','575-987-2589','','','','','',''),(306,41,'2011-02-10 21:15:21',1,'admin','m@d.com','Tucker, Bonita and Robert','','Timberon','','','575-987-2404','','','','','',''),(307,41,'2011-02-10 21:15:55',1,'admin','m@d.com','Tucker, David','','Timberon','','','575-987-2633','','','','','',''),(308,41,'2011-02-10 21:16:28',1,'admin','m@d.com','Tucker, Dewey','','Timberon','','','575-987-2544','','','','','',''),(309,41,'2011-02-10 21:17:03',1,'admin','m@d.com','Turley, Wayne and Anna','','Timberon','','','575-987-2649','','','','','',''),(310,41,'2011-02-10 21:17:42',1,'admin','m@d.com','Tyler, Calvin M.','','Timberon','','','575-987-2646','','','','','',''),(311,41,'2011-02-10 21:18:25',1,'admin','m@d.com','Urban, Fred III','','Timberon','','','575-987-2629','','','','','',''),(312,41,'2011-02-10 21:19:01',1,'admin','m@d.com','Valenzuela, Joe U.','','Timberon','','','575-987-2515','','','','','',''),(313,41,'2011-02-10 21:19:34',1,'admin','m@d.com','Vasquez, John J.','','Timberon','','','575-987-2227','','','','','',''),(314,41,'2011-02-10 21:20:07',1,'admin','m@d.com','Viramontes, Elsa','','Timberon','','','575-987-2239','','','','','',''),(315,41,'2011-02-10 21:27:13',1,'admin','m@d.com','Viruet, Tom','','Timberon','','','575-987-2683','','','','','',''),(316,41,'2011-02-10 21:27:46',1,'admin','m@d.com','Ward, Thomas','','Timberon','','','575-987-2416','','','','','',''),(317,41,'2011-02-10 21:28:19',1,'admin','m@d.com','Wauson, Bill','','Timberon','','','575-987-2627','','','','','',''),(318,41,'2011-02-10 21:28:52',1,'admin','m@d.com','Wauson, Bill and Carol','','Timberon','','','575-987-2471','','','','','',''),(319,41,'2011-02-10 21:29:26',1,'admin','m@d.com','Weatherly, William G.','','Timberon','','','575-987-2575','','','','','',''),(320,41,'2011-02-10 21:31:27',1,'admin','m@d.com','Weidenfeller, Mark','','Timberon','','','575-987-2828','','','','','',''),(321,41,'2011-02-10 21:32:02',1,'admin','m@d.com','West, Harry G. and Ann R.','','Timberon','','','575-987-2320','','','','','',''),(322,41,'2011-02-10 21:35:28',1,'admin','m@d.com','Wheeler, Joe and Kris','','Timberon','','','575-987-2640','','','','','',''),(323,41,'2011-02-10 21:36:08',1,'admin','m@d.com','Whiting, H.','','Timberon','','','575-987-2237','','','','','',''),(324,41,'2011-02-10 21:36:51',1,'admin','m@d.com','Whitlock, Bobby J.','','Timberon','','','575-987-2417','','','','','',''),(325,41,'2011-02-10 22:23:01',1,'admin','m@d.com','Wiggins, Janet L.','','Timberon','','','575-987-2672','','','','','',''),(326,41,'2011-02-10 22:23:33',1,'admin','m@d.com','Wilcox, Lyndol','','Timberon','','','575-987-2373','','','','','',''),(327,41,'2011-02-10 22:24:05',1,'admin','m@d.com','Williams, Owen P.','','Timberon','','','575-987-2378','','','','','',''),(328,41,'2011-02-10 22:24:37',1,'admin','m@d.com','Wilson, Cricket','','Timberon','','','575-987-2805','','','','','',''),(329,41,'2011-02-10 22:25:10',1,'admin','m@d.com','Wimberly, Herb','','Timberon','','','575-987-2241','','','','','',''),(330,41,'2011-02-10 22:25:45',1,'admin','m@d.com','Woloscsuk, C.P.','','Timberon','','','575-927-2631','','','','','',''),(331,41,'2011-02-10 22:26:22',1,'admin','m@d.com','Womack, Rob and Coranell','','Timberon','','','575-987-2420','','','','','',''),(332,41,'2011-02-10 22:26:55',1,'admin','m@d.com','Workman, Jimmy and Debbie','','Timberon','','','575-987-2717','','','','','',''),(333,41,'2011-02-10 22:27:31',1,'admin','m@d.com','Worrell, Kathy','','Timberon','','','575-987-2523','','','','','',''),(334,41,'2011-02-10 22:28:04',1,'admin','m@d.com','Wyatt, Ronald M.','','Timberon','','','575-987-2745','','','','','',''),(335,41,'2011-02-10 22:28:39',1,'admin','m@d.com','Yarger, Ron and Jean','','Timberon','','','575-987-2394','','','','','',''),(336,41,'2011-02-10 22:29:14',1,'admin','m@d.com','Yawn, Royce L.','','Timberon','','','575-987-2799','','','','','',''),(337,41,'2011-02-10 22:29:46',1,'admin','m@d.com','Yerby, Ronald L.','','Timberon','','','575-987-2682','','','','','',''),(338,41,'2011-02-10 22:30:18',1,'admin','m@d.com','Zittlosen, Russell','','Timberon','','','575-987-2242','','','','','',''),(339,41,'2011-02-10 22:30:53',1,'admin','m@d.com','Zubiate, Roberto','','Timberon','','','575-987-2733','','','','','',''),(340,42,'2011-02-10 22:39:23',1,'admin','m@d.com','Sacramento Appliance Repair  ','','Appliance Repair in Timberon','','','575-987-2668','','','','','',''),(341,42,'2011-02-10 22:40:37',1,'admin','m@d.com','John Thorell  ','','Auto Maintenance and Repair','','','575-987-2359','','','','','',''),(342,42,'2011-02-10 22:41:47',1,'admin','m@d.com','Dysart Design Stained Glass  ','','Arts,Crafts and Gifts','','','575-987-2458','','','','','',''),(343,42,'2011-02-10 22:42:28',1,'admin','m@d.com','Gifts from the Woods  ','','Arts,Crafts and Gifts','','','575-987-2312','','','','','',''),(344,42,'2011-02-10 22:43:28',1,'admin','m@d.com','Scenes by Jean  ','','Arts,Crafts and Gifts','','','575-987-2524','','','','','',''),(345,42,'2011-02-10 22:44:26',1,'admin','m@d.com','Sacramento Mountain ATV  ','','ATV Rentals','http://www.timberontour.com/','','575-987-2516','','','','','',''),(346,42,'2011-02-10 22:51:25',1,'admin','m@d.com','Sierra Propane and Plumbing  ','','Backhoe Services, Concrete, Equipment Work - Heavy, Gravel and Dirt Work, Septic Systems, Propane Company, Plumbing Contractor','','','575-987-2385','','','','','',''),(347,42,'2011-02-10 22:54:09',1,'admin','m@d.com','Timberon Backhoe Service  ','','Backhoe Services, Equipment Work - Heavy, Gravel and Dirt Work, Septic Systems','','','575-987-2357','','','','','',''),(348,42,'2011-02-10 22:56:15',1,'admin','m@d.com','Timberon Landscaping  ','','Backhoe Services','','','575-987-2229','','','','','',''),(349,42,'2011-02-10 22:58:17',1,'admin','m@d.com','High Country Bar and Grill  ','','Bar - Liquor, Restaurant','','','575-987-2580','','','','','',''),(350,42,'2011-02-10 23:06:09',1,'admin','m@d.com','Aspen Construction  ','','Building Contractor','','','575-987-2372','','','','','',''),(351,42,'2011-02-10 23:07:03',1,'admin','m@d.com','Sacramento Mountain Construction  ','','Building Contractor','','','575-987-2233','','','','','',''),(352,42,'2011-02-10 23:08:56',1,'admin','m@d.com','Sierra Mesa Construction  ','','Building Contractor, Concrete','','','575-987-2523','','','','','',''),(353,42,'2011-02-10 23:10:14',1,'admin','m@d.com','Timberon Chapel  ','','Timberon Churches','','','575-987-2470','','','','','',''),(354,42,'2011-02-10 23:11:46',1,'admin','m@d.com','Timberon Development Council  ','','Civic Groups - Government','http://www.timberon.org/','tdc@dellcity.com','575-987-2464','','','','','',''),(355,42,'2011-02-10 23:14:12',1,'admin','m@d.com','Timberon Water and Sanitation District  ','','Civic Groups - Government','http://www.timberonwater.com/','twsd@dellcity.com','575-987-2250, Non-business hours   575-987-2380','','','','','',''),(356,42,'2011-02-11 16:17:55',1,'admin','m@d.com','Riverside Condos  ','','Condos and Rental Property, Motel - Rentals','','','575-987-2553','','','','','',''),(357,42,'2011-02-11 16:19:54',1,'admin','m@d.com','Timberon Rentals  ','','Condos and Rental Property, Motel - Rentals','http://www.timberonclassifieds.com/for_rent/timberon_rentals','','575-987-2201','','','','','',''),(358,42,'2011-02-11 17:39:45',1,'admin','m@d.com','Mountain Essence  ','','Cosmetics and Hair','','','575-987-2289','','','','','',''),(359,42,'2011-02-11 17:42:09',1,'admin','m@d.com','Mountain Hair, Nan Ladd  ','','Cosmetics and Hair - Women and Children welcomed. Haircuts, Styling, Shampoo & Sets, Color, Perms, Highlighting, Maincures, Pedicures, Nail Enhancements Cash and Checks accepted.... No credit cards','','','575-987-2392','','','','','',''),(360,42,'2011-02-11 17:44:44',1,'admin','m@d.com','JJ Duckett ','','Equipment Work - Light','','mountain@dellcity.com','575-987-2561','','','','','',''),(361,42,'2011-02-11 17:47:31',1,'admin','m@d.com','James Ross  ','','Equipment Work - Light, Fire Wood Sales, Welding, Tree Cutting and Lot Cleaning, Tire Repair','','','575-987-2306','','','','','',''),(362,42,'2011-02-11 17:49:06',1,'admin','m@d.com','Masonic Lodge  ','','Fraternal Organizations','','','575-987-2701','','','','','',''),(363,42,'2011-02-11 17:50:35',1,'admin','m@d.com','Timberon Volunteer Fire Department  ','','Fire Department / EMS','','','575-987-2202, Emergency / EMS   911','','','','','',''),(364,42,'2011-02-11 17:52:42',1,'admin','m@d.com','Timberon Golf Course / Pro-Shop  ','','Golf Courses','http://www.timberonwater.com/31901.html','','575-987-2260','','','','','',''),(365,42,'2011-02-11 17:53:46',1,'admin','m@d.com','Josie\'s Country Market  ','','Grocery Stores and Gas Stations','','','575-987-2609','','','','','',''),(366,42,'2011-02-11 17:54:27',1,'admin','m@d.com','Timberon Mall  ','','Grocery Stores and Gas Stations','','','575-987-2525','','','','','',''),(367,42,'2011-02-11 17:55:19',1,'admin','m@d.com','Mary Hamill  ','','Housekeeping Services','','','575-987-2537','','','','','',''),(368,42,'2011-02-11 17:56:36',1,'admin','m@d.com','Sacramento River Lodge  ','','Motel - Rentals','','','575-987-2600','','','','','',''),(369,42,'2011-02-11 18:23:40',1,'admin','m@d.com','Mountain Times Newspaper','','Newspaper','http://www.mountaintimes.net/','newspaper@mountaintimes.net','575-987-2523','','','','','',''),(370,42,'2011-02-11 18:24:42',1,'admin','m@d.com','United States Outfitters  ','','Outfitters / Guides','','','575-987-2201','','','','','',''),(371,42,'2011-02-11 18:25:35',1,'admin','m@d.com','Timberon Community Post Office  ','','Post Office','','','575-987-2231','','','','','',''),(372,42,'2011-02-11 18:26:21',1,'admin','m@d.com','Mountain Propane  ','','Propane Company','','','575-987-2365','','','','','',''),(373,42,'2011-02-11 18:28:10',1,'admin','m@d.com','Robert\'s Realty  ','','Real Estate','http://www.timberonnm.com/','timberon@dellcity.com','575-987-2440','','','','','',''),(374,42,'2011-02-11 18:29:05',1,'admin','m@d.com','B & B Cafe  ','','Restaurants','','','575-987-2688','','','','','',''),(375,42,'2011-02-11 18:29:48',1,'admin','m@d.com','Circle Cross RV Park  ','','RV Parks','','','575-987-2650','','','','','',''),(376,42,'2011-02-11 18:30:26',1,'admin','m@d.com','Timberon Trails RV Park  ','','RV Parks','','','575-987-2240','','','','','',''),(377,42,'2011-02-11 18:32:09',1,'admin','m@d.com','Timberon Swimming Pool  ','','Swimming Pools','','','575-987-2207','','','','','',''),(378,42,'2011-02-11 19:08:15',1,'admin','m@d.com','Missile Crater Self Storage  ','','Storage Facilities','','','575-987-2357','','','','','',''),(379,42,'2011-02-11 19:09:04',1,'admin','m@d.com','Timberon Self Storage  ','','Storage Facilities','','','575-987-2293','','','','','',''),(380,42,'2011-02-11 19:09:49',1,'admin','m@d.com','Dry Creek Taxidermy  ','','Taxidermy','','','575-987-2506','','','','','',''),(381,42,'2011-02-11 19:10:35',1,'admin','m@d.com','Hungry Beaver  ','','Tree Cutting and Lot Cleaning','','','575-987-2449','','','','','',''),(382,42,'2011-02-11 19:11:20',1,'admin','m@d.com','Jim Ackermann Tree Trimming  ','','Tree Cutting and Lot Cleaning','','','575-987-2551','','','','','',''),(383,42,'2011-02-11 19:12:07',1,'admin','m@d.com','Kevin Keune  ','','Tree Cutting and Lot Cleaning','','','575-987-2201','','','','','',''),(384,42,'2011-02-11 19:13:35',1,'admin','m@d.com','Otero County Electric  ','','Utilities','http://www.ocec-inc.com/','','575-682-2521, Power Outage   800-548-4660','','','','','',''),(385,42,'2011-02-11 19:15:44',1,'admin','m@d.com','Dell Telephone Coop  ','','Utilities','http://www.delltelephone.com/','','575-987-2500, Main Office  987-2353, Trouble Line  611','','','','','',''),(386,41,'2011-03-04 22:06:40',1,'admin','m@d.com','Huisingh, Jane','','Timberon','','','575-987-2266','','','','','',''),(387,41,'2011-03-04 22:07:21',1,'admin','m@d.com','Scott, Gary','','Timberon','','','575-987-2469','','','','','',''); /*!40000 ALTER TABLE `wp_biz_listings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_booking` -- DROP TABLE IF EXISTS `wp_booking`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_booking` ( `booking_id` bigint(20) unsigned NOT NULL auto_increment, `modification_date` datetime default NULL, `form` text, `booking_type` bigint(10) NOT NULL default '1', PRIMARY KEY (`booking_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_booking` -- LOCK TABLES `wp_booking` WRITE; /*!40000 ALTER TABLE `wp_booking` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_booking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bookingdates` -- DROP TABLE IF EXISTS `wp_bookingdates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bookingdates` ( `booking_id` bigint(20) unsigned NOT NULL, `booking_date` datetime NOT NULL default '0000-00-00 00:00:00', `approved` bigint(20) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bookingdates` -- LOCK TABLES `wp_bookingdates` WRITE; /*!40000 ALTER TABLE `wp_bookingdates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bookingdates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_activity` -- DROP TABLE IF EXISTS `wp_bp_activity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_activity` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `component` varchar(75) NOT NULL, `type` varchar(75) NOT NULL, `action` text NOT NULL, `content` longtext NOT NULL, `primary_link` varchar(150) NOT NULL, `item_id` varchar(75) NOT NULL, `secondary_item_id` varchar(75) default NULL, `date_recorded` datetime NOT NULL, `hide_sitewide` tinyint(1) default '0', `mptt_left` int(11) NOT NULL default '0', `mptt_right` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `date_recorded` (`date_recorded`), KEY `user_id` (`user_id`), KEY `item_id` (`item_id`), KEY `secondary_item_id` (`secondary_item_id`), KEY `component` (`component`), KEY `type` (`type`), KEY `mptt_left` (`mptt_left`), KEY `mptt_right` (`mptt_right`), KEY `hide_sitewide` (`hide_sitewide`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_activity` -- LOCK TABLES `wp_bp_activity` WRITE; /*!40000 ALTER TABLE `wp_bp_activity` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_activity_meta` -- DROP TABLE IF EXISTS `wp_bp_activity_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_activity_meta` ( `id` bigint(20) NOT NULL auto_increment, `activity_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `activity_id` (`activity_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_activity_meta` -- LOCK TABLES `wp_bp_activity_meta` WRITE; /*!40000 ALTER TABLE `wp_bp_activity_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_activity_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_friends` -- DROP TABLE IF EXISTS `wp_bp_friends`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_friends` ( `id` bigint(20) NOT NULL auto_increment, `initiator_user_id` bigint(20) NOT NULL, `friend_user_id` bigint(20) NOT NULL, `is_confirmed` tinyint(1) default '0', `is_limited` tinyint(1) default '0', `date_created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `initiator_user_id` (`initiator_user_id`), KEY `friend_user_id` (`friend_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_friends` -- LOCK TABLES `wp_bp_friends` WRITE; /*!40000 ALTER TABLE `wp_bp_friends` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_friends` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_groups` -- DROP TABLE IF EXISTS `wp_bp_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_groups` ( `id` bigint(20) NOT NULL auto_increment, `creator_id` bigint(20) NOT NULL, `name` varchar(100) NOT NULL, `slug` varchar(100) NOT NULL, `description` longtext NOT NULL, `status` varchar(10) NOT NULL default 'public', `enable_forum` tinyint(1) NOT NULL default '1', `date_created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `creator_id` (`creator_id`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_groups` -- LOCK TABLES `wp_bp_groups` WRITE; /*!40000 ALTER TABLE `wp_bp_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_groups_groupmeta` -- DROP TABLE IF EXISTS `wp_bp_groups_groupmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_groups_groupmeta` ( `id` bigint(20) NOT NULL auto_increment, `group_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_groups_groupmeta` -- LOCK TABLES `wp_bp_groups_groupmeta` WRITE; /*!40000 ALTER TABLE `wp_bp_groups_groupmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_groups_groupmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_groups_members` -- DROP TABLE IF EXISTS `wp_bp_groups_members`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_groups_members` ( `id` bigint(20) NOT NULL auto_increment, `group_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `inviter_id` bigint(20) NOT NULL, `is_admin` tinyint(1) NOT NULL default '0', `is_mod` tinyint(1) NOT NULL default '0', `user_title` varchar(100) NOT NULL, `date_modified` datetime NOT NULL, `comments` longtext NOT NULL, `is_confirmed` tinyint(1) NOT NULL default '0', `is_banned` tinyint(1) NOT NULL default '0', `invite_sent` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `is_admin` (`is_admin`), KEY `is_mod` (`is_mod`), KEY `user_id` (`user_id`), KEY `inviter_id` (`inviter_id`), KEY `is_confirmed` (`is_confirmed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_groups_members` -- LOCK TABLES `wp_bp_groups_members` WRITE; /*!40000 ALTER TABLE `wp_bp_groups_members` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_messages` -- DROP TABLE IF EXISTS `wp_bp_messages_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_messages` ( `id` bigint(20) NOT NULL auto_increment, `thread_id` bigint(20) NOT NULL, `sender_id` bigint(20) NOT NULL, `subject` varchar(200) NOT NULL, `message` longtext NOT NULL, `date_sent` datetime NOT NULL, PRIMARY KEY (`id`), KEY `sender_id` (`sender_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_messages` -- LOCK TABLES `wp_bp_messages_messages` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_notices` -- DROP TABLE IF EXISTS `wp_bp_messages_notices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_notices` ( `id` bigint(20) NOT NULL auto_increment, `subject` varchar(200) NOT NULL, `message` longtext NOT NULL, `date_sent` datetime NOT NULL, `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_notices` -- LOCK TABLES `wp_bp_messages_notices` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_notices` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_notices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_recipients` -- DROP TABLE IF EXISTS `wp_bp_messages_recipients`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_recipients` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `thread_id` bigint(20) NOT NULL, `unread_count` int(10) NOT NULL default '0', `sender_only` tinyint(1) NOT NULL default '0', `is_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `thread_id` (`thread_id`), KEY `is_deleted` (`is_deleted`), KEY `sender_only` (`sender_only`), KEY `unread_count` (`unread_count`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_recipients` -- LOCK TABLES `wp_bp_messages_recipients` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_recipients` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_recipients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_notifications` -- DROP TABLE IF EXISTS `wp_bp_notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_notifications` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `item_id` bigint(20) NOT NULL, `secondary_item_id` bigint(20) default NULL, `component_name` varchar(75) NOT NULL, `component_action` varchar(75) NOT NULL, `date_notified` datetime NOT NULL, `is_new` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `item_id` (`item_id`), KEY `secondary_item_id` (`secondary_item_id`), KEY `user_id` (`user_id`), KEY `is_new` (`is_new`), KEY `component_name` (`component_name`), KEY `component_action` (`component_action`), KEY `useritem` (`user_id`,`is_new`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_notifications` -- LOCK TABLES `wp_bp_notifications` WRITE; /*!40000 ALTER TABLE `wp_bp_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_data` -- DROP TABLE IF EXISTS `wp_bp_xprofile_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_data` ( `id` bigint(20) unsigned NOT NULL auto_increment, `field_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `value` longtext NOT NULL, `last_updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `field_id` (`field_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_data` -- LOCK TABLES `wp_bp_xprofile_data` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_data` DISABLE KEYS */; INSERT INTO `wp_bp_xprofile_data` VALUES (1,1,1,'Webmaster','2011-01-21 23:48:33'),(2,1,12,'Mountain','2011-01-23 19:19:54'); /*!40000 ALTER TABLE `wp_bp_xprofile_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_fields` -- DROP TABLE IF EXISTS `wp_bp_xprofile_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_fields` ( `id` bigint(20) unsigned NOT NULL auto_increment, `group_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL, `type` varchar(150) NOT NULL, `name` varchar(150) NOT NULL, `description` longtext NOT NULL, `is_required` tinyint(1) NOT NULL default '0', `is_default_option` tinyint(1) NOT NULL default '0', `field_order` bigint(20) NOT NULL default '0', `option_order` bigint(20) NOT NULL default '0', `order_by` varchar(15) NOT NULL, `can_delete` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `parent_id` (`parent_id`), KEY `field_order` (`field_order`), KEY `can_delete` (`can_delete`), KEY `is_required` (`is_required`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_fields` -- LOCK TABLES `wp_bp_xprofile_fields` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_fields` DISABLE KEYS */; INSERT INTO `wp_bp_xprofile_fields` VALUES (1,1,0,'textbox','Name','',1,0,0,0,'',0); /*!40000 ALTER TABLE `wp_bp_xprofile_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_groups` -- DROP TABLE IF EXISTS `wp_bp_xprofile_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_groups` ( `id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(150) NOT NULL, `description` mediumtext NOT NULL, `can_delete` tinyint(1) NOT NULL, PRIMARY KEY (`id`), KEY `can_delete` (`can_delete`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_groups` -- LOCK TABLES `wp_bp_xprofile_groups` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_groups` DISABLE KEYS */; INSERT INTO `wp_bp_xprofile_groups` VALUES (1,'Timberon','',0); /*!40000 ALTER TABLE `wp_bp_xprofile_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_breakingnews` -- DROP TABLE IF EXISTS `wp_breakingnews`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_breakingnews` ( `id_message` mediumint(9) NOT NULL auto_increment, `message_text` text NOT NULL, UNIQUE KEY `id_message` (`id_message`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_breakingnews` -- LOCK TABLES `wp_breakingnews` WRITE; /*!40000 ALTER TABLE `wp_breakingnews` DISABLE KEYS */; INSERT INTO `wp_breakingnews` VALUES (1,'This is a breaking news !! '),(2,'The lastest breaking news have been installed !! '); /*!40000 ALTER TABLE `wp_breakingnews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_calendar` -- DROP TABLE IF EXISTS `wp_calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_calendar` ( `event_id` int(11) NOT NULL auto_increment, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(30) NOT NULL, `event_desc` text NOT NULL, `event_time` time default NULL, `event_recur` char(1) default NULL, `event_repeats` int(3) default NULL, `event_author` bigint(20) unsigned default NULL, `event_category` bigint(20) unsigned NOT NULL default '1', `event_link` text, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_calendar` -- LOCK TABLES `wp_calendar` WRITE; /*!40000 ALTER TABLE `wp_calendar` DISABLE KEYS */; INSERT INTO `wp_calendar` VALUES (1,'2011-03-31','2011-04-03','Miller','','14:29:00','S',0,1,2,''),(2,'2011-04-01','2011-05-07','Tonto','','14:30:00','S',0,1,3,''),(3,'2011-04-10','2011-04-11','Reserved','','00:00:00','S',0,1,3,''); /*!40000 ALTER TABLE `wp_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_calendar_categories` -- DROP TABLE IF EXISTS `wp_calendar_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_calendar_categories` ( `category_id` int(11) NOT NULL auto_increment, `category_name` varchar(30) NOT NULL, `category_colour` varchar(30) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_calendar_categories` -- LOCK TABLES `wp_calendar_categories` WRITE; /*!40000 ALTER TABLE `wp_calendar_categories` DISABLE KEYS */; INSERT INTO `wp_calendar_categories` VALUES (1,'General','#F6F79B'),(2,'Miller Cabin',''),(3,'Tonto Cabin',''); /*!40000 ALTER TABLE `wp_calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_calendar_config` -- DROP TABLE IF EXISTS `wp_calendar_config`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_calendar_config` ( `config_item` varchar(30) NOT NULL, `config_value` text NOT NULL, PRIMARY KEY (`config_item`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_calendar_config` -- LOCK TABLES `wp_calendar_config` WRITE; /*!40000 ALTER TABLE `wp_calendar_config` DISABLE KEYS */; INSERT INTO `wp_calendar_config` VALUES ('can_manage_events','edit_posts'),('calendar_style',' .calnk a:hover {\r\n background-position:0 0;\r\n text-decoration:none; \r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a:visited {\r\n text-decoration:none;\r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a {\r\n text-decoration:none; \r\n color:#000000; \r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a span { \r\n display:none; \r\n }\r\n .calnk a:hover span {\r\n color:#333333; \r\n background:#F6F79B; \r\n display:block;\r\n position:absolute; \r\n margin-top:1px; \r\n padding:5px; \r\n width:150px; \r\n z-index:100;\r\n line-height:1.2em;\r\n }\r\n .calendar-table {\r\n border:none;\r\n width:100%;\r\n }\r\n .calendar-heading {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-next {\r\n width:25%;\r\n text-align:center;\r\n }\r\n .calendar-prev {\r\n width:25%;\r\n text-align:center;\r\n }\r\n .calendar-month {\r\n width:50%;\r\n text-align:center;\r\n font-weight:bold;\r\n }\r\n .normal-day-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n }\r\n .weekend-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n color:#FF0000;\r\n }\r\n .day-with-date {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #DFE6DE;\r\n }\r\n .no-events {\r\n\r\n }\r\n .day-without-date {\r\n width:60px;\r\n height:60px;\r\n border:1px solid #E9F0E8;\r\n }\r\n span.weekend {\r\n color:#FF0000;\r\n }\r\n .current-day {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #BFBFBF;\r\n background-color:#E4EBE3;\r\n }\r\n span.event {\r\n font-size:0.75em;\r\n }\r\n .kjo-link {\r\n font-size:0.75em;\r\n text-align:center;\r\n }\r\n .calendar-date-switcher {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-date-switcher form {\r\n margin:0;\r\n padding:0;\r\n }\r\n .calendar-date-switcher input {\r\n border:1px #D6DED5 solid;\r\n }\r\n .calendar-date-switcher select {\r\n border:1px #D6DED5 solid;\r\n }\r\n .cat-key {\r\n width:100%;\r\n margin-top:10px;\r\n padding:5px;\r\n border:1px solid #D6DED5;\r\n }\r\n .calnk a:hover span span.event-title {\r\n padding:0;\r\n text-align:center;\r\n font-weight:bold;\r\n font-size:1.2em;\r\n }\r\n .calnk a:hover span span.event-title-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n }\r\n .calnk a:hover span span.event-content-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n }\r\n .page-upcoming-events {\r\n font-size:80%;\r\n }\r\n .page-todays-events {\r\n font-size:80%;\r\n }'),('display_author','false'),('display_jump','true'),('display_todays','false'),('display_upcoming','false'),('display_upcoming_days','7'),('calendar_version','1.2'),('enable_categories','true'); /*!40000 ALTER TABLE `wp_calendar_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cas_plugin` -- DROP TABLE IF EXISTS `wp_cas_plugin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cas_plugin` ( `cas_id` int(11) NOT NULL auto_increment, `cas_text` text character set utf8 collate utf8_bin NOT NULL, `cas_link` text character set utf8 collate utf8_bin NOT NULL, `cas_order` int(11) NOT NULL default '0', `cas_status` char(3) NOT NULL default 'No', `cas_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`cas_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cas_plugin` -- LOCK TABLES `wp_cas_plugin` WRITE; /*!40000 ALTER TABLE `wp_cas_plugin` DISABLE KEYS */; INSERT INTO `wp_cas_plugin` VALUES (5,' Forest Closes May 12

Due to extreme fire conditions, Forest officials will close the forest to public access starting May 12, 2011.','http://www.timberon.info/?p=3735',2,'YES','0000-00-00 00:00:00'),(4,'Timberon Rentals

Click to see the large variety of cabin rentals we have to offer. Full rental management services available.','http://www.timberon.info/blog/?page_id=2002',1,'YES','0000-00-00 00:00:00'),(6,'Send Us Your Post

Be a part of the \\\"Timberon News Team\\\" and send your articles, photos, or links to this website.','http://www.timberon.info/?page_id=3268',3,'YES','0000-00-00 00:00:00'),(7,'Timberon Plat Maps

Click here to see and use our collection of all the Timberon Plat Maps in digital form.','http://www.timberon.info/?cat=52',4,'YES','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `wp_cas_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cgm_cal_entries` -- DROP TABLE IF EXISTS `wp_cgm_cal_entries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cgm_cal_entries` ( `entry_id` int(11) NOT NULL auto_increment, `start_date_time` bigint(20) NOT NULL default '0', `end_date_time` bigint(20) NOT NULL default '0', `does_repeat` tinyint(1) NOT NULL default '0', `repeat_interval` varchar(255) NOT NULL, `repeat_days` varchar(7) NOT NULL default '0000000', `expiration_date_time` bigint(20) NOT NULL default '0', `title` varchar(255) NOT NULL, `description` text NOT NULL, `location` text NOT NULL, `instructor` varchar(255) NOT NULL, `level` varchar(255) NOT NULL, PRIMARY KEY (`entry_id`), KEY `start_date_time` (`start_date_time`,`end_date_time`,`does_repeat`,`expiration_date_time`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cgm_cal_entries` -- LOCK TABLES `wp_cgm_cal_entries` WRITE; /*!40000 ALTER TABLE `wp_cgm_cal_entries` DISABLE KEYS */; INSERT INTO `wp_cgm_cal_entries` VALUES (1,1302375600,1302548400,0,'none','',0,'Reserved','','','',''); /*!40000 ALTER TABLE `wp_cgm_cal_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cgm_cal_entry_excludes` -- DROP TABLE IF EXISTS `wp_cgm_cal_entry_excludes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cgm_cal_entry_excludes` ( `entry_id` int(11) NOT NULL default '0', `exclude_date` bigint(20) NOT NULL default '0', `every_year` tinyint(1) NOT NULL default '0', PRIMARY KEY (`entry_id`,`exclude_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cgm_cal_entry_excludes` -- LOCK TABLES `wp_cgm_cal_entry_excludes` WRITE; /*!40000 ALTER TABLE `wp_cgm_cal_entry_excludes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cgm_cal_entry_excludes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cgm_cal_entry_includes` -- DROP TABLE IF EXISTS `wp_cgm_cal_entry_includes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cgm_cal_entry_includes` ( `entry_id` int(11) NOT NULL default '0', `include_date` bigint(20) NOT NULL default '0', `every_year` tinyint(1) NOT NULL default '0', PRIMARY KEY (`entry_id`,`include_date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cgm_cal_entry_includes` -- LOCK TABLES `wp_cgm_cal_entry_includes` WRITE; /*!40000 ALTER TABLE `wp_cgm_cal_entry_includes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cgm_cal_entry_includes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cgm_cal_entry_tags` -- DROP TABLE IF EXISTS `wp_cgm_cal_entry_tags`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cgm_cal_entry_tags` ( `entry_id` int(11) NOT NULL default '0', `tag_id` int(11) NOT NULL default '0', PRIMARY KEY (`entry_id`,`tag_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cgm_cal_entry_tags` -- LOCK TABLES `wp_cgm_cal_entry_tags` WRITE; /*!40000 ALTER TABLE `wp_cgm_cal_entry_tags` DISABLE KEYS */; INSERT INTO `wp_cgm_cal_entry_tags` VALUES (1,1); /*!40000 ALTER TABLE `wp_cgm_cal_entry_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cgm_cal_tags` -- DROP TABLE IF EXISTS `wp_cgm_cal_tags`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cgm_cal_tags` ( `tag_id` int(11) NOT NULL auto_increment, `tag_name` varchar(255) NOT NULL, `tag_color` varchar(6) NOT NULL, PRIMARY KEY (`tag_id`), KEY `client_id` (`tag_id`,`tag_name`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cgm_cal_tags` -- LOCK TABLES `wp_cgm_cal_tags` WRITE; /*!40000 ALTER TABLE `wp_cgm_cal_tags` DISABLE KEYS */; INSERT INTO `wp_cgm_cal_tags` VALUES (1,'Carson','fce4e6'),(3,'Doll House','fce4e6'),(4,'Blansett','fce4e6'); /*!40000 ALTER TABLE `wp_cgm_cal_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cimy_uef_data` -- DROP TABLE IF EXISTS `wp_cimy_uef_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cimy_uef_data` ( `ID` bigint(20) NOT NULL auto_increment, `USER_ID` bigint(20) NOT NULL, `FIELD_ID` bigint(20) NOT NULL, `VALUE` text NOT NULL, PRIMARY KEY (`ID`), KEY `USER_ID` (`USER_ID`), KEY `FIELD_ID` (`FIELD_ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cimy_uef_data` -- LOCK TABLES `wp_cimy_uef_data` WRITE; /*!40000 ALTER TABLE `wp_cimy_uef_data` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cimy_uef_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cimy_uef_fields` -- DROP TABLE IF EXISTS `wp_cimy_uef_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cimy_uef_fields` ( `ID` bigint(20) NOT NULL auto_increment, `F_ORDER` bigint(20) NOT NULL, `FIELDSET` bigint(20) NOT NULL default '0', `NAME` varchar(20) default NULL, `LABEL` text, `DESCRIPTION` text, `TYPE` varchar(20) default NULL, `RULES` text, `VALUE` text, PRIMARY KEY (`ID`), KEY `F_ORDER` (`F_ORDER`), KEY `NAME` (`NAME`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cimy_uef_fields` -- LOCK TABLES `wp_cimy_uef_fields` WRITE; /*!40000 ALTER TABLE `wp_cimy_uef_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cimy_uef_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cimy_uef_wp_fields` -- DROP TABLE IF EXISTS `wp_cimy_uef_wp_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cimy_uef_wp_fields` ( `ID` bigint(20) NOT NULL auto_increment, `F_ORDER` bigint(20) NOT NULL, `NAME` varchar(20) default NULL, `LABEL` text, `DESCRIPTION` text, `TYPE` varchar(20) default NULL, `RULES` text, `VALUE` text, PRIMARY KEY (`ID`), KEY `F_ORDER` (`F_ORDER`), KEY `NAME` (`NAME`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cimy_uef_wp_fields` -- LOCK TABLES `wp_cimy_uef_wp_fields` WRITE; /*!40000 ALTER TABLE `wp_cimy_uef_wp_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cimy_uef_wp_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comment_rating` -- DROP TABLE IF EXISTS `wp_comment_rating`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comment_rating` ( `ck_comment_id` bigint(20) NOT NULL, `ck_ips` blob NOT NULL, `ck_rating_up` int(11) default NULL, `ck_rating_down` int(11) default NULL, KEY `ck_comment_id` (`ck_comment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comment_rating` -- LOCK TABLES `wp_comment_rating` WRITE; /*!40000 ALTER TABLE `wp_comment_rating` DISABLE KEYS */; INSERT INTO `wp_comment_rating` VALUES (1,'',0,0),(2,'',0,0),(3,'199.27.158.4',0,0),(5,'199.27.158.4',0,0),(6,'199.27.158.4',0,0),(10,',199.27.158.62',1,0),(12,',199.27.158.62',1,0),(11,'',0,0),(8,'',0,0),(13,'199.27.158.62',0,0),(14,'199.27.158.62',0,0),(15,'199.27.158.62',0,0); /*!40000 ALTER TABLE `wp_comment_rating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=142 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; INSERT INTO `wp_commentmeta` VALUES (101,17,'_wp_trash_meta_status','0'),(102,17,'_wp_trash_meta_time','1303394550'),(99,18,'_wp_trash_meta_time','1303394550'),(100,17,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303394550.1211\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(90,20,'comment_email_verify_status','1'),(91,20,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303394549.9838\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(92,20,'_wp_trash_meta_status','0'),(93,20,'_wp_trash_meta_time','1303394550'),(94,19,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303394550.1101\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(95,19,'_wp_trash_meta_status','0'),(96,19,'_wp_trash_meta_time','1303394550'),(97,18,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303394550.1151\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(98,18,'_wp_trash_meta_status','0'),(78,18,'akismet_result','false'),(79,18,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303254011.1175\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(80,18,'akismet_as_submitted','a:57:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:2:\"JJ\";s:20:\"comment_author_email\";s:21:\"mountain@dellcity.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:19:\"test test test test\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:2:\"JJ\";s:10:\"POST_email\";s:21:\"mountain@dellcity.com\";s:8:\"POST_url\";s:0:\"\";s:12:\"POST_comment\";s:19:\"test test test test\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"e7a1814161\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ORIGIN\";s:24:\"http://www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"162\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"55414\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303254010\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(81,19,'akismet_result','false'),(82,19,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303305862.9933\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(83,19,'akismet_as_submitted','a:57:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:2:\"JJ\";s:20:\"comment_author_email\";s:21:\"mountain@dellcity.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:29:\"Test test test test --- test\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:2:\"JJ\";s:10:\"POST_email\";s:21:\"mountain@dellcity.com\";s:8:\"POST_url\";s:0:\"\";s:12:\"POST_comment\";s:29:\"Test test test test --- test\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"c636f16880\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ORIGIN\";s:24:\"http://www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"172\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"49396\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303305862\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(85,19,'comment_email_verify_status','1'),(86,20,'akismet_result','false'),(87,20,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303306082.3974\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(88,20,'akismet_as_submitted','a:57:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:2:\"JJ\";s:20:\"comment_author_email\";s:21:\"mountain@dellcity.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:25:\"rettter the the yuou roty\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:2:\"JJ\";s:10:\"POST_email\";s:21:\"mountain@dellcity.com\";s:8:\"POST_url\";s:0:\"\";s:12:\"POST_comment\";s:25:\"rettter the the yuou roty\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"c636f16880\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ORIGIN\";s:24:\"http://www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"168\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"49452\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303306081\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(55,15,'_wp_trash_meta_status','1'),(56,15,'_wp_trash_meta_time','1303253599'),(57,14,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253603.5485\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(58,14,'_wp_trash_meta_status','1'),(59,14,'_wp_trash_meta_time','1303253603'),(60,13,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253605.5702\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(61,13,'_wp_trash_meta_status','1'),(62,13,'_wp_trash_meta_time','1303253605'),(63,10,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253633.1762\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(64,10,'_wp_trash_meta_status','1'),(65,10,'_wp_trash_meta_time','1303253633'),(66,12,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253667.4145\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(67,12,'_wp_trash_meta_status','1'),(68,12,'_wp_trash_meta_time','1303253667'),(69,11,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253668.6578\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(70,11,'_wp_trash_meta_status','1'),(71,11,'_wp_trash_meta_time','1303253668'),(72,8,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253670.8892\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(73,8,'_wp_trash_meta_status','1'),(74,8,'_wp_trash_meta_time','1303253670'),(75,17,'akismet_result','false'),(76,17,'akismet_history','a:4:{s:4:\"time\";s:14:\"1303253959.855\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:8:\"Mountain\";}'),(77,17,'akismet_as_submitted','a:54:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:8:\"Mountain\";s:20:\"comment_author_email\";s:33:\"webmaster@timberonclassifieds.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:14:\"test test test\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:2:\"18\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:6:\"member\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:14:\"test test test\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"7454982066\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ORIGIN\";s:24:\"http://www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"112\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"55387\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303253959\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(20,8,'akismet_result','false'),(21,8,'akismet_history','a:4:{s:4:\"time\";s:15:\"1300052779.3142\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(22,8,'akismet_as_submitted','a:42:{s:15:\"comment_post_ID\";s:4:\"1134\";s:14:\"comment_author\";s:38:\"Timberon History « Timberon.Info\";s:18:\"comment_author_url\";s:37:\"http://www.timberon.info/blog/?p=1629\";s:20:\"comment_author_email\";s:0:\"\";s:15:\"comment_content\";s:91:\"[...] The Daugherty Family in the Sacramentos  Click for Additional History Article! [...]\";s:12:\"comment_type\";s:8:\"pingback\";s:7:\"user_ip\";s:13:\"208.84.118.43\";s:10:\"user_agent\";s:48:\"The Incutio XML-RPC PHP Library -- WordPress/3.1\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=1134\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:16:\"/blog/xmlrpc.php\";s:15:\"HTTP_USER_AGENT\";s:48:\"The Incutio XML-RPC PHP Library -- WordPress/3.1\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:12:\"CONTENT_TYPE\";s:8:\"text/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:29:\"deflate;q=1.0, compress;q=0.5\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"208.84.118.43\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:30:\"/home/timberon/blog/xmlrpc.php\";s:11:\"REMOTE_PORT\";s:5:\"54542\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:16:\"/blog/xmlrpc.php\";s:8:\"PHP_SELF\";s:16:\"/blog/xmlrpc.php\";s:12:\"REQUEST_TIME\";s:10:\"1300052776\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(54,15,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253599.0492\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(52,16,'_wp_trash_meta_status','1'),(53,16,'_wp_trash_meta_time','1303253595'),(50,16,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253523.6025\";s:7:\"message\";s:48:\"Webmaster changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"Webmaster\";}'),(51,16,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253595.2305\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(49,16,'akismet_as_submitted','a:54:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:8:\"Mountain\";s:20:\"comment_author_email\";s:33:\"webmaster@timberonclassifieds.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:14:\"THis is a test\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:2:\"18\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:6:\"member\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:14:\"THis is a test\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"7454982066\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ORIGIN\";s:24:\"http://www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"112\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"55315\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303253463\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(48,16,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303253464.7014\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:8:\"Mountain\";}'),(47,16,'akismet_result','false'),(29,10,'akismet_result','false'),(30,10,'akismet_history','a:4:{s:4:\"time\";s:15:\"1300317548.5669\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Webmaster\";}'),(31,10,'akismet_as_submitted','a:55:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:9:\"Webmaster\";s:20:\"comment_author_email\";s:23:\"webmaster@timberon.info\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:14:\"Test of system\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"1\";s:7:\"user_ip\";s:14:\"199.27.158.176\";s:10:\"user_agent\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:13:\"administrator\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:14:\"Test of system\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:32:\"POST__wp_unfiltered_html_comment\";s:10:\"a9dd38f593\";s:26:\"POST_akismet_comment_nonce\";s:10:\"adaa0979f2\";s:13:\"POST_submit_x\";s:2:\"43\";s:13:\"POST_submit_y\";s:2:\"14\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:11:\"HTTP_ACCEPT\";s:204:\"image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, */*\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:15:\"HTTP_USER_AGENT\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:14:\"CONTENT_LENGTH\";s:3:\"138\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"199.27.158.176\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"60494\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1300317547\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(32,11,'akismet_result','false'),(33,11,'akismet_history','a:4:{s:4:\"time\";s:15:\"1301241156.7001\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(34,11,'akismet_as_submitted','a:42:{s:15:\"comment_post_ID\";s:4:\"1140\";s:14:\"comment_author\";s:33:\"Timberon History « Timberon\";s:18:\"comment_author_url\";s:37:\"http://www.timberon.info/blog/?p=1629\";s:20:\"comment_author_email\";s:0:\"\";s:15:\"comment_content\";s:90:\"[...] The Holcomb Ranch Above Timberon  Click for Correspondence with Omer Holcomb! [...]\";s:12:\"comment_type\";s:8:\"pingback\";s:7:\"user_ip\";s:13:\"208.84.118.43\";s:10:\"user_agent\";s:48:\"The Incutio XML-RPC PHP Library -- WordPress/3.1\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=1140\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:16:\"/blog/xmlrpc.php\";s:15:\"HTTP_USER_AGENT\";s:48:\"The Incutio XML-RPC PHP Library -- WordPress/3.1\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:12:\"CONTENT_TYPE\";s:8:\"text/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:29:\"deflate;q=1.0, compress;q=0.5\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"208.84.118.43\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:30:\"/home/timberon/blog/xmlrpc.php\";s:11:\"REMOTE_PORT\";s:5:\"36186\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:16:\"/blog/xmlrpc.php\";s:8:\"PHP_SELF\";s:16:\"/blog/xmlrpc.php\";s:12:\"REQUEST_TIME\";s:10:\"1301241153\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(35,12,'akismet_result','false'),(36,12,'akismet_history','a:4:{s:4:\"time\";s:14:\"1301241796.027\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(37,12,'akismet_as_submitted','a:42:{s:15:\"comment_post_ID\";s:4:\"1147\";s:14:\"comment_author\";s:33:\"Timberon History « Timberon\";s:18:\"comment_author_url\";s:37:\"http://www.timberon.info/blog/?p=1629\";s:20:\"comment_author_email\";s:0:\"\";s:15:\"comment_content\";s:103:\"[...] Timberon Property Owner’s Association History Click for Additional History Article!  [...]\";s:12:\"comment_type\";s:8:\"pingback\";s:7:\"user_ip\";s:13:\"208.84.118.43\";s:10:\"user_agent\";s:48:\"The Incutio XML-RPC PHP Library -- WordPress/3.1\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=1147\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:16:\"/blog/xmlrpc.php\";s:15:\"HTTP_USER_AGENT\";s:48:\"The Incutio XML-RPC PHP Library -- WordPress/3.1\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:12:\"CONTENT_TYPE\";s:8:\"text/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:29:\"deflate;q=1.0, compress;q=0.5\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"208.84.118.43\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:30:\"/home/timberon/blog/xmlrpc.php\";s:11:\"REMOTE_PORT\";s:5:\"33761\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:16:\"/blog/xmlrpc.php\";s:8:\"PHP_SELF\";s:16:\"/blog/xmlrpc.php\";s:12:\"REQUEST_TIME\";s:10:\"1301241792\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(38,13,'akismet_result','false'),(39,13,'akismet_history','a:4:{s:4:\"time\";s:15:\"1301844204.7393\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Webmaster\";}'),(40,13,'akismet_as_submitted','a:55:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:9:\"Webmaster\";s:20:\"comment_author_email\";s:23:\"webmaster@timberon.info\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:26:\"THis is a test of the test\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:2:\"10\";s:7:\"user_ID\";s:1:\"1\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:13:\"administrator\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:26:\"THis is a test of the test\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:2:\"10\";s:32:\"POST__wp_unfiltered_html_comment\";s:10:\"58d9998a9c\";s:26:\"POST_akismet_comment_nonce\";s:10:\"cdae2985c1\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:11:\"HTTP_ACCEPT\";s:204:\"image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, */*\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:15:\"HTTP_USER_AGENT\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:14:\"CONTENT_LENGTH\";s:3:\"164\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"56141\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1301844203\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(41,14,'akismet_result','false'),(42,14,'akismet_history','a:4:{s:4:\"time\";s:15:\"1301844250.9715\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Webmaster\";}'),(43,14,'akismet_as_submitted','a:55:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:9:\"Webmaster\";s:20:\"comment_author_email\";s:23:\"webmaster@timberon.info\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:27:\"This is just another test??\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"1\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:8:\"referrer\";s:47:\"http://www.timberon.info/blog/?p=905#comment-13\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:13:\"administrator\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:27:\"This is just another test??\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:32:\"POST__wp_unfiltered_html_comment\";s:10:\"58d9998a9c\";s:26:\"POST_akismet_comment_nonce\";s:10:\"cdae2985c1\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:11:\"HTTP_ACCEPT\";s:204:\"image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, */*\";s:12:\"HTTP_REFERER\";s:47:\"http://www.timberon.info/blog/?p=905#comment-13\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:15:\"HTTP_USER_AGENT\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:14:\"CONTENT_LENGTH\";s:3:\"168\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"56144\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1301844250\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(44,15,'akismet_result','false'),(45,15,'akismet_history','a:4:{s:4:\"time\";s:15:\"1301929829.8419\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:8:\"Mountain\";}'),(46,15,'akismet_as_submitted','a:54:{s:15:\"comment_post_ID\";s:3:\"905\";s:14:\"comment_author\";s:8:\"Mountain\";s:20:\"comment_author_email\";s:33:\"webmaster@timberonclassifieds.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:21:\"Just another test....\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:2:\"18\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:8:\"referrer\";s:36:\"http://www.timberon.info/blog/?p=905\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:36:\"http://www.timberon.info/blog/?p=905\";s:9:\"user_role\";s:6:\"member\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:21:\"Just another test....\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"905\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"d02a977100\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:12:\"HTTP_REFERER\";s:36:\"http://www.timberon.info/blog/?p=905\";s:11:\"HTTP_ACCEPT\";s:90:\"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-US\";s:11:\"HTTP_ORIGIN\";s:24:\"http://www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"119\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"60458\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1301929828\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(127,27,'akismet_as_submitted','a:42:{s:15:\"comment_post_ID\";s:4:\"1140\";s:14:\"comment_author\";s:33:\"Timberon History « Timberon\";s:18:\"comment_author_url\";s:37:\"http://www.timberon.info/blog/?p=3555\";s:20:\"comment_author_email\";s:0:\"\";s:15:\"comment_content\";s:89:\"[...] The Holcomb Ranch Above Timberon Click for Correspondence with Omer Holcomb! [...]\";s:12:\"comment_type\";s:8:\"pingback\";s:7:\"user_ip\";s:13:\"208.84.118.43\";s:10:\"user_agent\";s:50:\"The Incutio XML-RPC PHP Library -- WordPress/3.1.2\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=1140\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:16:\"/blog/xmlrpc.php\";s:15:\"HTTP_USER_AGENT\";s:50:\"The Incutio XML-RPC PHP Library -- WordPress/3.1.2\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:12:\"CONTENT_TYPE\";s:8:\"text/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:29:\"deflate;q=1.0, compress;q=0.5\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"208.84.118.43\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:30:\"/home/timberon/blog/xmlrpc.php\";s:11:\"REMOTE_PORT\";s:5:\"37489\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:16:\"/blog/xmlrpc.php\";s:8:\"PHP_SELF\";s:16:\"/blog/xmlrpc.php\";s:12:\"REQUEST_TIME\";s:10:\"1304891860\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(121,26,'akismet_result','false'),(122,26,'akismet_history','a:4:{s:4:\"time\";s:14:\"1304891587.788\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(123,26,'akismet_as_submitted','a:42:{s:15:\"comment_post_ID\";s:4:\"1134\";s:14:\"comment_author\";s:33:\"Timberon History « Timberon\";s:18:\"comment_author_url\";s:37:\"http://www.timberon.info/blog/?p=3555\";s:20:\"comment_author_email\";s:0:\"\";s:15:\"comment_content\";s:90:\"[...] The Daugherty Family in the Sacramentos Click for Additional History Article! [...]\";s:12:\"comment_type\";s:8:\"pingback\";s:7:\"user_ip\";s:13:\"208.84.118.43\";s:10:\"user_agent\";s:50:\"The Incutio XML-RPC PHP Library -- WordPress/3.1.2\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=1134\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:16:\"/blog/xmlrpc.php\";s:15:\"HTTP_USER_AGENT\";s:50:\"The Incutio XML-RPC PHP Library -- WordPress/3.1.2\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:12:\"CONTENT_TYPE\";s:8:\"text/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:29:\"deflate;q=1.0, compress;q=0.5\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"208.84.118.43\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:30:\"/home/timberon/blog/xmlrpc.php\";s:11:\"REMOTE_PORT\";s:5:\"33139\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:16:\"/blog/xmlrpc.php\";s:8:\"PHP_SELF\";s:16:\"/blog/xmlrpc.php\";s:12:\"REQUEST_TIME\";s:10:\"1304891585\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(124,26,'comment_email_verify','PU1esRod'),(125,27,'akismet_result','false'),(126,27,'akismet_history','a:4:{s:4:\"time\";s:14:\"1304891862.892\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(106,22,'akismet_result','false'),(107,22,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303940192.1108\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Webmaster\";}'),(108,22,'akismet_as_submitted','a:55:{s:15:\"comment_post_ID\";s:4:\"3155\";s:14:\"comment_author\";s:9:\"Webmaster\";s:20:\"comment_author_email\";s:23:\"webmaster@timberon.info\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:96:\"I think this is a great place to stay in Timberon... Very clean and Shantel does a terrific job.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"1\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:8:\"referrer\";s:43:\"http://www.timberon.info/blog/?page_id=3155\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=3155\";s:9:\"user_role\";s:13:\"administrator\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:96:\"I think this is a great place to stay in Timberon... Very clean and Shantel does a terrific job.\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:4:\"3155\";s:19:\"POST_comment_parent\";s:1:\"0\";s:32:\"POST__wp_unfiltered_html_comment\";s:10:\"8abbcd33ed\";s:26:\"POST_akismet_comment_nonce\";s:10:\"8dff0b4751\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:11:\"HTTP_ACCEPT\";s:204:\"image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, */*\";s:12:\"HTTP_REFERER\";s:43:\"http://www.timberon.info/blog/?page_id=3155\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:15:\"HTTP_USER_AGENT\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:14:\"CONTENT_LENGTH\";s:3:\"234\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"56623\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303940190\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(109,23,'akismet_result','false'),(110,23,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303940484.8322\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:9:\"Webmaster\";}'),(111,23,'akismet_as_submitted','a:55:{s:15:\"comment_post_ID\";s:4:\"2006\";s:14:\"comment_author\";s:9:\"Webmaster\";s:20:\"comment_author_email\";s:23:\"webmaster@timberon.info\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:78:\"I think this a great place to stay in Timberon... Shantel does a terrific job.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"1\";s:7:\"user_ip\";s:13:\"199.27.158.62\";s:10:\"user_agent\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:8:\"referrer\";s:43:\"http://www.timberon.info/blog/?page_id=2006\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=2006\";s:9:\"user_role\";s:13:\"administrator\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:12:\"POST_comment\";s:78:\"I think this a great place to stay in Timberon... Shantel does a terrific job.\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:4:\"2006\";s:19:\"POST_comment_parent\";s:1:\"0\";s:32:\"POST__wp_unfiltered_html_comment\";s:10:\"34d8d0a5ec\";s:26:\"POST_akismet_comment_nonce\";s:10:\"56c8fabced\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:11:\"HTTP_ACCEPT\";s:204:\"image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, */*\";s:12:\"HTTP_REFERER\";s:43:\"http://www.timberon.info/blog/?page_id=2006\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:15:\"HTTP_USER_AGENT\";s:224:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:14:\"CONTENT_LENGTH\";s:3:\"216\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"199.27.158.62\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"56665\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1303940484\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(112,23,'akismet_history','a:4:{s:4:\"time\";s:15:\"1303940523.0334\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(113,23,'_wp_trash_meta_status','1'),(114,23,'_wp_trash_meta_time','1303940523'),(115,24,'akismet_result','true'),(116,24,'akismet_history','a:4:{s:4:\"time\";s:15:\"1304605686.4222\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(117,24,'akismet_as_submitted','a:58:{s:15:\"comment_post_ID\";s:4:\"2211\";s:14:\"comment_author\";s:7:\"balvant\";s:20:\"comment_author_email\";s:18:\"ahirb999@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://www.bharatinfoservice.com\";s:15:\"comment_content\";s:6:\"bharat\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"113.193.206.1\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1\";s:8:\"referrer\";s:43:\"http://www.timberon.info/blog/?page_id=2211\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=2211\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:7:\"balvant\";s:10:\"POST_email\";s:18:\"ahirb999@gmail.com\";s:8:\"POST_url\";s:32:\"http://www.bharatinfoservice.com\";s:12:\"POST_comment\";s:6:\"bharat\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:4:\"2211\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"6d287974aa\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"ISO-8859-1,utf-8;q=0.7,*;q=0.7\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"115\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:12:\"HTTP_REFERER\";s:43:\"http://www.timberon.info/blog/?page_id=2211\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"190\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"113.193.206.1\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"54429\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1304605685\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(118,25,'akismet_result','true'),(119,25,'akismet_history','a:4:{s:4:\"time\";s:15:\"1304605835.1046\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(120,25,'akismet_as_submitted','a:58:{s:15:\"comment_post_ID\";s:4:\"2211\";s:14:\"comment_author\";s:7:\"balvant\";s:20:\"comment_author_email\";s:18:\"ahirb999@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://www.bharatinfoservice.com\";s:15:\"comment_content\";s:4:\"cool\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"113.193.206.1\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1\";s:8:\"referrer\";s:43:\"http://www.timberon.info/blog/?page_id=2211\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=2211\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:7:\"balvant\";s:10:\"POST_email\";s:18:\"ahirb999@gmail.com\";s:8:\"POST_url\";s:32:\"http://www.bharatinfoservice.com\";s:12:\"POST_comment\";s:4:\"cool\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:4:\"2211\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"6d287974aa\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:26:\"/blog/wp-comments-post.php\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:19:\"HTTP_ACCEPT_CHARSET\";s:30:\"ISO-8859-1,utf-8;q=0.7,*;q=0.7\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"115\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:12:\"HTTP_REFERER\";s:43:\"http://www.timberon.info/blog/?page_id=2211\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:14:\"CONTENT_LENGTH\";s:3:\"188\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"113.193.206.1\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:40:\"/home/timberon/blog/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"54485\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:26:\"/blog/wp-comments-post.php\";s:8:\"PHP_SELF\";s:26:\"/blog/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1304605834\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(128,27,'comment_email_verify','WM6YJ7g2'),(129,28,'akismet_result','false'),(130,28,'akismet_history','a:4:{s:4:\"time\";s:15:\"1304892054.1766\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(131,28,'akismet_as_submitted','a:42:{s:15:\"comment_post_ID\";s:4:\"1147\";s:14:\"comment_author\";s:33:\"Timberon History « Timberon\";s:18:\"comment_author_url\";s:37:\"http://www.timberon.info/blog/?p=3555\";s:20:\"comment_author_email\";s:0:\"\";s:15:\"comment_content\";s:101:\"[...] Timberon Property Owner’s Association History Click for Additional History Article! [...]\";s:12:\"comment_type\";s:8:\"pingback\";s:7:\"user_ip\";s:13:\"208.84.118.43\";s:10:\"user_agent\";s:50:\"The Incutio XML-RPC PHP Library -- WordPress/3.1.2\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:29:\"http://www.timberon.info/blog\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:43:\"http://www.timberon.info/blog/?page_id=1147\";s:9:\"user_role\";s:0:\"\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:16:\"/blog/xmlrpc.php\";s:15:\"HTTP_USER_AGENT\";s:50:\"The Incutio XML-RPC PHP Library -- WordPress/3.1.2\";s:9:\"HTTP_HOST\";s:17:\"www.timberon.info\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:12:\"CONTENT_TYPE\";s:8:\"text/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:29:\"deflate;q=1.0, compress;q=0.5\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:4:\"PATH\";s:29:\"/sbin:/usr/sbin:/bin:/usr/bin\";s:16:\"SERVER_SIGNATURE\";s:62:\"
Apache Server at www.timberon.info Port 80
\n\";s:11:\"SERVER_NAME\";s:17:\"www.timberon.info\";s:11:\"SERVER_ADDR\";s:13:\"208.84.118.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"208.84.118.43\";s:13:\"DOCUMENT_ROOT\";s:14:\"/home/timberon\";s:12:\"SERVER_ADMIN\";s:24:\"support@hosting4less.com\";s:15:\"SCRIPT_FILENAME\";s:30:\"/home/timberon/blog/xmlrpc.php\";s:11:\"REMOTE_PORT\";s:5:\"35970\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:16:\"/blog/xmlrpc.php\";s:8:\"PHP_SELF\";s:16:\"/blog/xmlrpc.php\";s:12:\"REQUEST_TIME\";s:10:\"1304892051\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";}'),(132,28,'comment_email_verify','QGjCdCWc'),(133,28,'akismet_history','a:4:{s:4:\"time\";s:15:\"1304892426.3718\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(134,28,'_wp_trash_meta_status','0'),(135,28,'_wp_trash_meta_time','1304892426'),(136,27,'akismet_history','a:4:{s:4:\"time\";s:14:\"1304892426.378\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(137,27,'_wp_trash_meta_status','0'),(138,27,'_wp_trash_meta_time','1304892426'),(139,26,'akismet_history','a:4:{s:4:\"time\";s:14:\"1304892426.383\";s:7:\"message\";s:45:\"Webmaster changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:9:\"Webmaster\";}'),(140,26,'_wp_trash_meta_status','0'),(141,26,'_wp_trash_meta_time','1304892426'); /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (26,1134,'Timberon History « Timberon','','http://www.timberon.info/blog/?p=3555','208.84.118.43','2011-05-08 15:53:07','2011-05-08 21:53:07','[...] The Daugherty Family in the Sacramentos Click for Additional History Article! [...]',0,'post-trashed','The Incutio XML-RPC PHP Library -- WordPress/3.1.2','pingback',0,0),(22,3155,'Webmaster','webmaster@timberon.info','','199.27.158.62','2011-04-27 15:36:31','2011-04-27 21:36:31','I think this is a great place to stay in Timberon... Very clean and Shantel does a terrific job.',0,'post-trashed','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)','',0,1),(19,905,'JJ','mountain@dellcity.com','','199.27.158.62','2011-04-20 07:24:22','2011-04-20 13:24:22','Test test test test --- test',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','',0,0),(20,905,'JJ','mountain@dellcity.com','','199.27.158.62','2011-04-20 07:28:02','2011-04-20 13:28:02','rettter the the yuou roty',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','',0,0),(18,905,'JJ','mountain@dellcity.com','','199.27.158.62','2011-04-19 17:00:11','2011-04-19 23:00:11','test test test test',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','',0,0),(17,905,'Mountain','webmaster@timberonclassifieds.com','','199.27.158.62','2011-04-19 16:59:19','2011-04-19 22:59:19','test test test',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','',0,18),(8,1134,'Timberon History « Timberon.Info','','http://www.timberon.info/blog/?p=1629','208.84.118.43','2011-03-13 21:46:19','2011-03-13 21:46:19','[...] The Daugherty Family in the Sacramentos  Click for Additional History Article! [...]',0,'post-trashed','The Incutio XML-RPC PHP Library -- WordPress/3.1','pingback',0,0),(16,905,'Mountain','webmaster@timberonclassifieds.com','','199.27.158.62','2011-04-19 16:51:04','2011-04-19 22:51:04','THis is a test',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','',0,18),(10,905,'Webmaster','webmaster@timberon.info','','199.27.158.176','2011-03-16 23:19:08','2011-03-16 23:19:08','Test of system',1,'trash','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)','',0,1),(11,1140,'Timberon History « Timberon','','http://www.timberon.info/blog/?p=1629','208.84.118.43','2011-03-27 09:52:36','2011-03-27 15:52:36','[...] The Holcomb Ranch Above Timberon  Click for Correspondence with Omer Holcomb! [...]',0,'post-trashed','The Incutio XML-RPC PHP Library -- WordPress/3.1','pingback',0,0),(12,1147,'Timberon History « Timberon','','http://www.timberon.info/blog/?p=1629','208.84.118.43','2011-03-27 10:03:16','2011-03-27 16:03:16','[...] Timberon Property Owner’s Association History Click for Additional History Article!  [...]',1,'post-trashed','The Incutio XML-RPC PHP Library -- WordPress/3.1','pingback',0,0),(13,905,'Webmaster','webmaster@timberon.info','','199.27.158.62','2011-04-03 09:23:24','2011-04-03 15:23:24','THis is a test of the test',0,'trash','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)','',10,1),(14,905,'Webmaster','webmaster@timberon.info','','199.27.158.62','2011-04-03 09:24:10','2011-04-03 15:24:10','This is just another test??',0,'trash','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)','',0,1),(15,905,'Mountain','webmaster@timberonclassifieds.com','','199.27.158.62','2011-04-04 09:10:29','2011-04-04 15:10:29','Just another test....',0,'trash','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27','',0,18),(23,2006,'Webmaster','webmaster@timberon.info','','199.27.158.62','2011-04-27 15:41:24','2011-04-27 21:41:24','I think this a great place to stay in Timberon... Shantel does a terrific job.',0,'trash','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.3; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; FDM; BRI/1; BRI/2)','',0,1),(24,2211,'balvant','ahirb999@gmail.com','http://www.bharatinfoservice.com','113.193.206.1','2011-05-05 08:28:06','2011-05-05 14:28:06','bharat',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','',0,0),(25,2211,'balvant','ahirb999@gmail.com','http://www.bharatinfoservice.com','113.193.206.1','2011-05-05 08:30:35','2011-05-05 14:30:35','cool',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','',0,0),(27,1140,'Timberon History « Timberon','','http://www.timberon.info/blog/?p=3555','208.84.118.43','2011-05-08 15:57:42','2011-05-08 21:57:42','[...] The Holcomb Ranch Above Timberon Click for Correspondence with Omer Holcomb! [...]',0,'post-trashed','The Incutio XML-RPC PHP Library -- WordPress/3.1.2','pingback',0,0),(28,1147,'Timberon History « Timberon','','http://www.timberon.info/blog/?p=3555','208.84.118.43','2011-05-08 16:00:54','2011-05-08 22:00:54','[...] Timberon Property Owner’s Association History Click for Additional History Article! [...]',0,'post-trashed','The Incutio XML-RPC PHP Library -- WordPress/3.1.2','pingback',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cpd_counter` -- DROP TABLE IF EXISTS `wp_cpd_counter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cpd_counter` ( `id` int(10) NOT NULL auto_increment, `ip` int(10) unsigned NOT NULL, `client` varchar(150) NOT NULL, `date` date NOT NULL, `page` mediumint(9) NOT NULL, `referer` varchar(100) NOT NULL, `country` char(2) NOT NULL, PRIMARY KEY (`id`), KEY `idx_dateip` (`date`,`ip`), KEY `idx_page` (`page`) ) ENGINE=MyISAM AUTO_INCREMENT=416 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cpd_counter` -- LOCK TABLES `wp_cpd_counter` WRITE; /*!40000 ALTER TABLE `wp_cpd_counter` DISABLE KEYS */; INSERT INTO `wp_cpd_counter` VALUES (1,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',-34,'http://www.timberon.info/','us'),(2,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',0,'http://www.timberon.info/?cat=34','us'),(3,1586397324,'Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4','2011-05-17',95,'http://www.timberon.info/','lv'),(4,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-17',95,'http://www.timberon.info/?page_id=3391','us'),(5,1595611649,'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)','2011-05-17',95,'http://www.timberon.info/','ru'),(6,2920443704,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6','2011-05-17',2002,'','us'),(7,2920443704,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6','2011-05-17',0,'http://www.timberon.info/blog/?page_id=2002','us'),(8,2920443704,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6','2011-05-17',18,'http://www.timberon.info/blog/?page_id=2002','us'),(9,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',95,'http://www.bing.com/search?q=timberon%20new%20mexico&mkt=en-us&FORM=DLRTBR&DI=6244&CE=14.0&CM=Search','us'),(10,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',0,'http://www.timberon.info/','us'),(11,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',-53,'http://www.timberon.info/','us'),(12,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',-50,'http://www.timberon.info/?cat=53','us'),(13,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',-58,'http://www.timberon.info/?cat=53','us'),(14,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',1999,'http://www.timberon.info/?cat=58','us'),(15,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',2002,'http://www.timberon.info/?page_id=1999','us'),(16,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(17,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',3715,'http://www.timberon.info/blog/?page_id=2002','us'),(18,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',2062,'http://www.timberon.info/blog/?page_id=2002','us'),(19,2525483547,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',2068,'http://www.timberon.info/blog/?page_id=2002','us'),(20,1126762145,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','2011-05-17',-52,'http://www.timberon.info/blog/?page_id=18','us'),(21,1126762145,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','2011-05-17',0,'http://www.timberon.info/?cat=52','us'),(22,212854308,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',95,'http://www.bing.com/search?q=timberon+nm&form=QBLH&qs=AS&sk=&pq=timberon&sp=1&sc=8-8','us'),(23,212854308,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',0,'http://www.timberon.info/','us'),(24,212854308,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',498,'http://www.timberon.info/','us'),(25,212854308,'Mozilla/4.0 (compatible;)','2011-05-17',552,'','us'),(26,212854308,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',86,'http://www.timberon.info/','us'),(27,212854308,'Mozilla/4.0 (compatible;)','2011-05-17',436,'','us'),(28,212854308,'Mozilla/4.0 (compatible;)','2011-05-17',2211,'','us'),(29,212854308,'Mozilla/4.0 (compatible;)','2011-05-17',77,'','us'),(30,1177092135,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',0,'http://www.timberon.info/','us'),(31,212854308,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',422,'http://www.timberon.info/','us'),(32,212854326,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',0,'http://www.timberon.info/','us'),(33,212854308,'Mozilla/4.0 (compatible;)','2011-05-17',431,'','us'),(34,1673855033,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',-52,'http://www.timberon.info/','us'),(35,212854308,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',-52,'http://www.timberon.info/','us'),(36,1673855033,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','2011-05-17',0,'http://www.timberon.info/?cat=52','us'),(37,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',95,'http://www.timberonnm.com/index_m.htm','us'),(38,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',0,'http://www.timberon.info/','us'),(39,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',3391,'http://www.timberon.info/','us'),(40,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',873,'http://www.timberon.info/?page_id=3391&month=7&yr=2011','us'),(41,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',-34,'http://www.timberon.info/?page_id=873','us'),(42,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',-50,'http://www.timberon.info/?cat=34&paged=2','us'),(43,1071989214,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729)','2011-05-17',-52,'http://www.timberon.info/?cat=50','us'),(44,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',-52,'http://www.timberon.info/?cat=52','us'),(45,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',0,'http://www.timberon.info/?cat=52','us'),(46,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',873,'http://www.timberon.info/?cat=52','us'),(47,2746836520,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-17',95,'http://www.timberonnm.com/index_m.htm','us'),(48,2746836520,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-17',0,'http://www.timberon.info/','us'),(49,1673931271,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4','2011-05-17',95,'','us'),(50,1673931271,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4','2011-05-17',0,'http://www.timberon.info/','us'),(51,2746836520,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-17',2002,'http://www.timberon.info/','us'),(52,2746836520,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-17',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(53,1126762145,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','2011-05-17',18,'','us'),(54,2746836520,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',-50,'http://www.timberon.info/','us'),(55,2746836520,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',-53,'http://www.timberon.info/?cat=50','us'),(56,3473614666,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','2011-05-17',95,'http://www.bing.com/search?q=timberon&src=IE-SearchBox&Form=IE8SRC&adlt=strict','us'),(57,3473614666,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','2011-05-17',0,'http://www.timberon.info/','us'),(58,3473614666,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','2011-05-17',422,'http://www.timberon.info/','us'),(59,3473614666,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','2011-05-17',498,'http://www.timberon.info/','us'),(60,3473614666,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727)','2011-05-17',86,'http://www.timberon.info/','us'),(61,3473614666,'Mozilla/4.0 (compatible;)','2011-05-17',431,'','us'),(62,3473614666,'Mozilla/4.0 (compatible;)','2011-05-17',436,'','us'),(63,3473614666,'Mozilla/4.0 (compatible;)','2011-05-17',552,'','us'),(64,3473614666,'Mozilla/4.0 (compatible;)','2011-05-17',2211,'','us'),(65,3473614666,'Mozilla/4.0 (compatible;)','2011-05-17',77,'','us'),(66,3340476086,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',95,'http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&sou','us'),(67,3340476086,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',0,'http://www.timberon.info/','us'),(68,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',422,'http://www.timberon.info/','us'),(69,1193387669,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( )','2011-05-17',95,'http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBgQFjAA&url=http%3A%2F%2Fwww.timberon.info%2F&r','us'),(70,1193387669,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( )','2011-05-17',0,'http://www.timberon.info/','us'),(71,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',3340,'http://www.timberon.info/?page_id=422','us'),(72,1247690853,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',95,'','us'),(73,1247690853,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',0,'http://www.timberon.info/','us'),(74,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',3391,'http://www.timberon.info/?page_id=3340','us'),(75,1247690853,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',3340,'http://www.timberon.info/','us'),(76,1193387669,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( )','2011-05-17',-53,'http://www.timberon.info/','us'),(77,1193387669,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( )','2011-05-17',-50,'http://www.timberon.info/?cat=53','us'),(78,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',3268,'http://www.timberon.info/?page_id=3391','us'),(79,1193387669,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( )','2011-05-17',18,'http://www.timberon.info/?cat=50','us'),(80,1089055750,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.14 (KHTML, like Gecko; Google Web Preview) Chrome/9.0.597 Safari/534.14','2011-05-17',3555,'','us'),(81,1089055750,'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.14 (KHTML, like Gecko; Google Web Preview) Chrome/9.0.597 Safari/534.14','2011-05-17',0,'http://www.timberon.info/blog/?p=3555','us'),(82,1247690853,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',-50,'http://www.timberon.info/','us'),(83,1147291512,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NE','2011-05-17',95,'http://ww2.cox.com/search/residential/arizona/core/2554612906547547557/external.cox','us'),(84,1147291512,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NE','2011-05-17',0,'http://www.timberon.info/','us'),(85,1247690853,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-17',-52,'http://www.timberon.info/','us'),(86,1101118475,'Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-17',95,'http://www.google.com/url?sa=t&source=web&cd=7&ved=0CEgQFjAG&url=http%3A%2F%2Fwww.timberon.info%2F&r','us'),(87,1101118475,'Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-17',0,'http://www.timberon.info/','us'),(88,3438074660,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',95,'http://search.yahoo.com/search;_ylt=A0oG7mxc8tJN.lYApRRXNyoA?p=mayhill+fire+map&ei=utf-8&vm=r&fr=slv','us'),(89,3438074660,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0','2011-05-17',0,'http://www.timberon.info/','us'),(90,3340475966,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',3088,'http://www.timberon.info/blog/','us'),(91,1254137698,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-17',95,'http://search.yahoo.com/search?ei=utf-8&fr=slv8-msgr&p=timberon%20new%20mexico%20fires&type=','us'),(92,1254137698,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-17',0,'http://www.timberon.info/','us'),(93,1254137698,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-17',2002,'http://www.timberon.info/','us'),(94,3340475966,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-17',2002,'http://www.timberon.info/','us'),(95,3340475966,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-17',3735,'http://www.timberon.info/blog/?page_id=2002','us'),(96,3226293762,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)','2011-05-17',95,'http://en.wikipedia.org/wiki/Timberon,_NM','us'),(97,3226293762,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)','2011-05-17',0,'http://www.timberon.info/','us'),(98,3340475966,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-17',-52,'http://www.timberon.info/','us'),(99,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',95,'','us'),(100,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',0,'http://www.timberon.info/blog/','us'),(101,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',95,'http://www.google.com/search?q=timberoninfo&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&cl','us'),(102,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',0,'http://www.timberon.info/','us'),(103,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',1999,'http://www.timberon.info/','us'),(104,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',95,'http://us.yhs.search.yahoo.com/if?p=Timberon+Info&partnerid=yhs-if-sandvine-uscable-adult&fr=yhs-if-','us'),(105,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',0,'http://www.timberon.info/','us'),(106,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',3340,'http://www.timberon.info/blog/','us'),(107,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',2002,'http://www.timberon.info/','us'),(108,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',1999,'http://www.timberon.info/','us'),(109,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',2002,'http://www.timberon.info/?page_id=1999','us'),(110,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',2062,'http://www.timberon.info/blog/?page_id=2002','us'),(111,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(112,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(113,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(114,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',56,'http://www.timberon.info/blog/?page_id=2058&month=5&yr=2011','us'),(115,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',-6,'http://www.timberon.info/?page_id=1999','us'),(116,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',873,'http://www.timberon.info/?page_id=3340','us'),(117,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-17',3391,'http://www.timberon.info/?page_id=873','us'),(118,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',3340,'http://www.timberon.info/blog/?page_id=2002','us'),(119,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',-52,'http://www.timberon.info/?page_id=3340','us'),(120,418133167,'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.16) Gecko/20110319 AskTbWBV5/3.11.3.15590 YFF35 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0C','2011-05-17',2006,'http://www.timberon.info/blog/?page_id=2002','us'),(121,3563008237,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3','2011-05-17',95,'http://www.trafficfaker.com','de'),(122,1652413944,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-17',95,'','us'),(123,1652413944,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-17',0,'http://www.timberon.info/','us'),(124,2087912980,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','2011-05-17',0,'http://www.timberon.info/?itx=js&ver=3.1.2','cn'),(125,2798456100,'Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/531.21.10','2011-05-17',95,'http://www.google.com/url?sa=t&source=web&cd=2&ved=0CBoQFjAB&url=http%3A%2F%2Fwww.timberon.info%2F&r','us'),(126,2798456100,'Mozilla/5.0 (iPad; U; CPU OS 3_2_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B500 Safari/531.21.10','2011-05-17',0,'http://www.timberon.info/','us'),(127,1254152416,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.2)','2011-05-17',95,'http://www.google.com/search?q=timberon%2C+NM+tax+appraiser&rlz=1I7GGLF_en&ie=UTF-8&oe=UTF-8&sourcei','us'),(128,1254152416,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.2)','2011-05-17',0,'http://www.timberon.info/','us'),(129,1254152416,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.2)','2011-05-17',-53,'http://www.timberon.info/','us'),(130,1254152416,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.2)','2011-05-17',1999,'http://www.timberon.info/','us'),(131,1254152416,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.2)','2011-05-17',2002,'http://www.timberon.info/?page_id=1999','us'),(132,1631808875,'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-17',95,'http://www.google.com/url?sa=t&source=web&cd=2&sqi=2&ved=0CCsQFjAB&url=http%3A%2F%2Fwww.timberon.inf','us'),(133,1631808875,'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-17',0,'http://www.timberon.info/','us'),(134,1631808875,'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-17',-50,'http://www.timberon.info/','us'),(135,1908526398,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-17',95,'http://www.timberon.info/blog/wp-login.php?action=lostpassword','in'),(136,1908526398,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-17',0,'http://www.timberon.info/','in'),(137,1908526398,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-17',3268,'http://www.timberon.info/','in'),(138,3494953500,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; DigExt; MEGAUPLOAD 1.0)','2011-05-17',95,'','us'),(139,1843845545,'Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4','2011-05-17',95,'http://www.timberon.info/','de'),(140,2921112747,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',95,'','us'),(141,2921112747,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',0,'http://www.timberon.info/','us'),(142,2921112747,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',873,'http://www.timberon.info/','us'),(143,2921112747,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-17',1999,'http://www.timberon.info/?page_id=873','us'),(144,413320808,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',95,'http://www.google.com/search?client=safari&rls=en&q=timberon&ie=UTF-8&oe=UTF-8','us'),(145,413320808,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',0,'http://www.timberon.info/','us'),(146,413320808,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-17',1999,'http://www.timberon.info/','us'),(147,1673931271,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4','2011-05-18',95,'','us'),(148,1673931271,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4','2011-05-18',0,'http://www.timberon.info/','us'),(149,1143184369,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-18',95,'http://www.1881.com/timberon.htm','us'),(150,1143184369,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-18',0,'http://www.timberon.info/','us'),(151,1143184369,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-18',1999,'http://www.timberon.info/','us'),(152,1579793149,'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)','2011-05-18',95,'http://www.timberon.info/','ru'),(153,460037165,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',95,'http://www.timberon.info/blog/wp-login.php','in'),(154,460037165,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',0,'http://www.timberon.info/','in'),(155,3237696259,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',95,'http://www.google.com/url?sa=t&source=web&cd=2&sqi=2&ved=0CCUQFjAB&url=http%3A%2F%2Fwww.timberon.inf','us'),(156,3237696259,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',0,'http://www.timberon.info/','us'),(157,2917208370,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6','2011-05-18',95,'','us'),(158,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',1999,'http://www.timberon.info/','us'),(159,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',0,'http://www.timberon.info/?page_id=1999','us'),(160,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(161,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(162,1108981049,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',3051,'http://www.timberon.info/blog/?page_id=2002','us'),(163,1598114720,'Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)','2011-05-18',95,'http://www.timberon.info/','md'),(164,3340475966,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-18',95,'','us'),(165,3340475966,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-18',0,'http://www.timberon.info/','us'),(166,3091820230,'Jakarta Commons-HttpClient/3.1','2011-05-18',95,'','us'),(167,3340475966,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','2011-05-18',-52,'http://www.timberon.info/','us'),(168,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',3541,'http://www.timberon.info/?cat=52','us'),(169,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',3268,'http://www.timberon.info/?p=3541','us'),(170,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',3735,'http://www.timberon.info/?page_id=3268','us'),(171,1219626814,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0','2011-05-18',95,'http://search.rr.com/?q=Timberon&cat=web','us'),(172,1219626814,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0','2011-05-18',0,'http://www.timberon.info/','us'),(173,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',95,'','us'),(174,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',0,'http://www.timberon.info/','us'),(175,1126862697,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','2011-05-18',95,'','us'),(176,1126862697,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','2011-05-18',0,'http://www.timberon.info/','us'),(177,1126862697,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)','2011-05-18',-52,'http://www.timberon.info/','us'),(178,1947565616,'Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)','2011-05-18',95,'http://www.timberon.info/','cn'),(179,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',18,'http://www.timberon.info/','us'),(180,460032745,'Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',95,'http://www.timberon.info/blog/wp-login.php?action=lostpassword','in'),(181,460032745,'Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',0,'http://www.timberon.info/','in'),(182,460032745,'Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',3268,'http://www.timberon.info/','in'),(183,1181788674,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; WinNT-EVI 10.05.201','2011-05-18',95,'http://search.yahoo.com/search;_ylt=Am4iItY3fc1MhblRtaDCCgabvZx4?p=www.timmeron.info&toggle=1&cop=ms','us'),(184,1181788674,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; WinNT-EVI 10.05.201','2011-05-18',0,'http://www.timberon.info/','us'),(185,1181788674,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; WinNT-EVI 10.05.201','2011-05-18',422,'http://www.timberon.info/','us'),(186,1181788674,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; WinNT-EVI 10.05.201','2011-05-18',1999,'http://www.timberon.info/?page_id=422','us'),(187,1062490411,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)','2011-05-18',95,'http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBYQFjAA&url=http%3A%2F%2Fwww.timberon.info%2F&r','us'),(188,1062490411,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)','2011-05-18',0,'http://www.timberon.info/','us'),(189,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',-34,'http://www.timberon.info/?cat=52','us'),(190,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',-50,'http://www.timberon.info/?cat=34','us'),(191,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',-61,'http://www.timberon.info/?cat=50','us'),(192,3340476031,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',95,'','us'),(193,3340476031,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',0,'http://www.timberon.info/','us'),(194,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',3728,'http://www.timberon.info/?cat=34','us'),(195,1843846195,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)','2011-05-18',95,'http://www.timberon.info/','de'),(196,2147666983,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0','2011-05-18',-56,'','us'),(197,1595566034,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','2011-05-18',95,'http://yandex.ru/yandsearch?text=timberon.info','ru'),(198,1595713977,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','2011-05-18',95,'http://yandex.ru/yandsearch?text=timberon.info','ru'),(199,1595676838,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','2011-05-18',0,'http://www.timberon.info/','ru'),(200,1204850145,'Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',95,'','us'),(201,1204850145,'Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',0,'http://www.timberon.info/','us'),(202,1204850145,'Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',422,'http://www.timberon.info/','us'),(203,1204850145,'Mozilla/5.0 (Windows NT 6.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-18',436,'http://www.timberon.info/?page_id=422','us'),(204,2186043541,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',95,'http://www.google.com/search?q=timberon%2C+nm&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&','us'),(205,2186043541,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',0,'http://www.timberon.info/','us'),(206,2186043541,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',-52,'http://www.timberon.info/','us'),(207,2186043541,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',-34,'http://www.timberon.info/?cat=52','us'),(208,3425419334,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; v9; v9)','2011-05-18',95,'http://www.google.com/search?q=timberon+nm&rls=com.microsoft:*&ie=UTF-8&oe=UTF-8&startIndex=&startPa','us'),(209,3425419334,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; v9; v9)','2011-05-18',0,'http://www.timberon.info/','us'),(210,3425419334,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; v9; v9)','2011-05-18',422,'http://www.timberon.info/','us'),(211,3425419334,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; v9; v9)','2011-05-18',-52,'http://www.timberon.info/?page_id=422','us'),(212,1211690352,'Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','2011-05-18',95,'http://www.google.com/m?hl=en&gl=us&client=ms-android-sprint-us&source=android-launcher-search&actio','us'),(213,1211690352,'Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','2011-05-18',0,'http://www.timberon.info/','us'),(214,3494953500,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa','2011-05-18',95,'','us'),(215,1137572355,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.','2011-05-18',95,'http://www.google.com/search?q=timberon+n.m.&rls=com.microsoft:en-us:IE-SearchBox&ie=UTF-8&oe=UTF-8&','us'),(216,1137572355,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.','2011-05-18',0,'http://www.timberon.info/','us'),(217,1137572355,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.','2011-05-18',-50,'http://www.timberon.info/','us'),(218,135041862,'LG-CF360/V10h Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 Novarra-Vision/8.0','2011-05-18',95,'','us'),(219,135041862,'LG-CF360/V10h Teleca/Q7.0 Profile/MIDP-2.1 Configuration/CLDC-1.1 Novarra-Vision/8.0','2011-05-18',0,'http://www.timberon.info/','us'),(220,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',-52,'http://www.timberon.info/','us'),(221,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',3340,'http://www.timberon.info/?cat=52','us'),(222,2778192918,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',-24,'http://www.timberon.info/?page_id=3340','us'),(223,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',95,'','us'),(224,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',0,'http://www.timberon.info/','us'),(225,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',1999,'http://www.timberon.info/','us'),(226,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(227,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(228,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',3715,'http://www.timberon.info/blog/?page_id=2002','us'),(229,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',3673,'http://www.timberon.info/blog/?page_id=2002','us'),(230,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2060,'http://www.timberon.info/blog/?page_id=2002','us'),(231,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2062,'http://www.timberon.info/blog/?page_id=2002','us'),(232,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(233,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2066,'http://www.timberon.info/blog/?page_id=2002','us'),(234,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2068,'http://www.timberon.info/blog/?page_id=2002','us'),(235,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2070,'http://www.timberon.info/blog/?page_id=2002','us'),(236,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',2006,'http://www.timberon.info/blog/?page_id=2002','us'),(237,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-18',3026,'http://www.timberon.info/blog/?page_id=2002','us'),(238,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',95,'http://www.google.com/url?sa=t&source=web&cd=2&sqi=2&ved=0CBkQFjAB&url=http%3A%2F%2Fwww.timberon.inf','us'),(239,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',0,'http://www.timberon.info/','us'),(240,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',1999,'http://www.timberon.info/','us'),(241,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(242,1843846367,'Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)','2011-05-18',95,'http://www.timberon.info/','de'),(243,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',873,'http://www.timberon.info/?nggpage=2&page_id=95','us'),(244,3425419334,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; v9; v9)','2011-05-18',3340,'http://www.timberon.info/','us'),(245,2746836497,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',0,'http://www.timberon.info/?cat=53','us'),(246,2920443704,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6','2011-05-18',2002,'','us'),(247,2920443704,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6','2011-05-18',0,'http://www.timberon.info/blog/?page_id=2002','us'),(248,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',95,'http://www.google.com/search?q=timberon+nm&sourceid=ie7&rls=com.microsoft:en-US:IE-SearchBox&ie=&oe=','us'),(249,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',0,'http://www.timberon.info/','us'),(250,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',1999,'http://www.timberon.info/','us'),(251,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(252,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2060,'http://www.timberon.info/blog/?page_id=2002','us'),(253,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2070,'http://www.timberon.info/blog/?page_id=2002','us'),(254,1095134995,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',3057,'http://www.timberon.info/blog/?page_id=2002','us'),(255,1595186991,'Mozilla/4.76 [en] (Windows NT 5.0; U)','2011-05-18',95,'http://www.timberon.info/','es'),(256,1611201808,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eSobiSubscriber 2.0','2011-05-18',95,'http://www.bing.com/search?q=timberon+nm&form=AARTDF&pc=MAAR&src=IE-SearchBox','us'),(257,1611201808,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eSobiSubscriber 2.0','2011-05-18',0,'http://www.timberon.info/','us'),(258,1611201808,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eSobiSubscriber 2.0','2011-05-18',-50,'http://www.timberon.info/','us'),(259,1611201808,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; eSobiSubscriber 2.0','2011-05-18',3598,'http://www.timberon.info/?cat=50','us'),(260,1205792022,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',95,'http://www.metacrawler.com/info.metac/search/web?fcoid=417&fcop=topnav&fpid=2&q=timberon+new+mexico','us'),(261,1205792022,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','2011-05-18',0,'http://www.timberon.info/','us'),(262,1244852474,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENUS)','2011-05-18',95,'http://www.newmexico.org/explore/regions/southeast/timberon.php','us'),(263,1244852474,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENUS)','2011-05-18',0,'http://www.timberon.info/','us'),(264,1244852474,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENUS)','2011-05-18',1999,'http://www.timberon.info/','us'),(265,1244852474,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENUS)','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(266,2903290041,'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; H010818)','2011-05-18',2002,'','us'),(267,1244852474,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENUS)','2011-05-18',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(268,1244852474,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; msn OptimizedIE8;ENUS)','2011-05-18',2066,'http://www.timberon.info/blog/?page_id=2002','us'),(269,1611201808,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)','2011-05-18',3487,'http://www.timberon.info/?cat=50','us'),(270,1611201808,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)','2011-05-18',-58,'http://www.timberon.info/?p=3598&nggpage=9','us'),(271,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',95,'http://www.bing.com/search?q=timberon%20lodging&mkt=en-us&FORM=DLCTBR&DI=6244&CE=14.0&CM=SearchWeb','us'),(272,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',0,'http://www.timberon.info/','us'),(273,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',1999,'http://www.timberon.info/','us'),(274,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(275,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',3673,'http://www.timberon.info/blog/?page_id=2002','us'),(276,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2060,'http://www.timberon.info/blog/?page_id=2002','us'),(277,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2066,'http://www.timberon.info/blog/?page_id=2002','us'),(278,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2070,'http://www.timberon.info/blog/?page_id=2002','us'),(279,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',3026,'http://www.timberon.info/blog/?page_id=2002','us'),(280,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(281,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',422,'http://www.timberon.info/blog/?page_id=2002','us'),(282,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',3439,'http://www.timberon.info/','us'),(283,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',-50,'http://www.timberon.info/?page_id=3439','us'),(284,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',-58,'http://www.timberon.info/blog/?cat=50','us'),(285,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',-52,'http://www.timberon.info/?cat=58','us'),(286,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',873,'http://www.timberon.info/?cat=52','us'),(287,2913780566,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center','2011-05-18',3391,'http://www.timberon.info/?page_id=873','us'),(288,1137924236,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',95,'http://www.google.com/url?sa=t&source=web&cd=5&ved=0CC4QFjAE&url=http%3A%2F%2Fwww.timberon.info%2F&r','us'),(289,1137924236,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-18',0,'http://www.timberon.info/','us'),(290,1204997573,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={4F02015A-731F-475F-8655-6E2E8EB5266C}; GTB6.6; SLCC1; .NET CLR 2.0.50727; Medi','2011-05-18',95,'http://www.bing.com/search?q=timberon+nm&form=MSNH14&qs=AS&sk=&pq=timberon&sp=1&sc=8-8','us'),(291,1204997573,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={4F02015A-731F-475F-8655-6E2E8EB5266C}; GTB6.6; SLCC1; .NET CLR 2.0.50727; Medi','2011-05-18',0,'http://www.timberon.info/','us'),(292,1204997573,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={4F02015A-731F-475F-8655-6E2E8EB5266C}; GTB6.6; SLCC1; .NET CLR 2.0.50727; Medi','2011-05-18',-34,'http://www.timberon.info/','us'),(293,1204997573,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={4F02015A-731F-475F-8655-6E2E8EB5266C}; GTB6.6; SLCC1; .NET CLR 2.0.50727; Medi','2011-05-18',-50,'http://www.timberon.info/?cat=34','us'),(294,1204997573,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SIMBAR={4F02015A-731F-475F-8655-6E2E8EB5266C}; GTB6.6; SLCC1; .NET CLR 2.0.50727; Medi','2011-05-18',-52,'http://www.timberon.info/?cat=50','us'),(295,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',95,'http://www.google.com/search?source=ig&hl=en&rlz=&=&q=timberon%2C+nm&aq=f&aqi=g8g-v2&aql=&oq=','us'),(296,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',0,'http://www.timberon.info/','us'),(297,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',1999,'http://www.timberon.info/','us'),(298,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(299,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(300,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',3715,'http://www.timberon.info/blog/?page_id=2002','us'),(301,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',3673,'http://www.timberon.info/blog/?page_id=2002','us'),(302,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2060,'http://www.timberon.info/blog/?page_id=2002','us'),(303,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2062,'http://www.timberon.info/blog/?page_id=2002','us'),(304,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(305,532213260,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))','2011-05-18',0,'http://www.timberon.info/blog/?page_id=home',''),(306,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2066,'http://www.timberon.info/blog/?page_id=2002','us'),(307,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2068,'http://www.timberon.info/blog/?page_id=2002','us'),(308,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2070,'http://www.timberon.info/blog/?page_id=2002','us'),(309,3156771040,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; MDDC; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.','2011-05-18',95,'','de'),(310,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',2006,'http://www.timberon.info/blog/?page_id=2002','us'),(311,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',3051,'http://www.timberon.info/blog/?page_id=2002','us'),(312,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',3053,'http://www.timberon.info/blog/?page_id=2002','us'),(313,1147109773,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17','2011-05-18',3055,'http://www.timberon.info/blog/?page_id=2002','us'),(314,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-18',95,'','us'),(315,3340475997,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB7.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.','2011-05-18',0,'http://www.timberon.info/blog/','us'),(316,1500384988,'Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; .NET CLR 1.0.2914)','2011-05-18',95,'http://www.timberon.info/','ru'),(317,2935886812,'Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; WX445 Build/VZW) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 240X320 mo','2011-05-18',95,'','us'),(318,2935886812,'Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; WX445 Build/VZW) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 240X320 mo','2011-05-18',0,'http://www.timberon.info/','us'),(319,2935886812,'Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; WX445 Build/VZW) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 240X320 mo','2011-05-18',-53,'http://www.timberon.info/','us'),(320,2935886812,'Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; WX445 Build/VZW) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 240X320 mo','2011-05-18',1999,'http://www.timberon.info/?cat=53','us'),(321,2935886812,'Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; WX445 Build/VZW) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 240X320 mo','2011-05-18',2002,'http://www.timberon.info/?page_id=1999','us'),(322,2076770728,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)','2011-05-18',95,'http://www.timberon.info/blog/wp-login.php','in'),(323,2076770728,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)','2011-05-18',0,'http://www.timberon.info/','in'),(324,2076770728,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)','2011-05-18',3268,'http://www.timberon.info/','in'),(325,2076770728,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)','2011-05-18',-52,'http://www.timberon.info/blog/','in'),(326,1262889123,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',95,'','us'),(327,1262889123,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',0,'http://www.timberon.info/','us'),(328,241291220,'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.29 (KHTML, like Gecko) Chrome/12.0.733.0 Safari/534.29','2011-05-19',95,'http://www.timberon.info/blog/wp-login.php','in'),(329,2092287578,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; MATP)','2011-05-19',95,'http://www.google.com.au/url?sa=t&source=web&cd=4&ved=0CC0QFjAD&url=http%3A%2F%2Fwww.timberon.info%2','au'),(330,2092287578,'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; MATP)','2011-05-19',0,'http://www.timberon.info/','au'),(331,1833045411,'Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)','2011-05-19',95,'http://www.timberon.info/','il'),(332,1144435160,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',95,'http://www.google.com/search?sourceid=ie7&q=timberon+new+mexico+property+for+sale&rls=com.microsoft:','us'),(333,1144435160,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',0,'http://www.timberon.info/','us'),(334,1108981049,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',2002,'','us'),(335,1108981049,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',0,'http://www.timberon.info/blog/?page_id=2002','us'),(336,1108981049,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(337,3335938290,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729)','2011-05-19',2064,'http://webmail.bga.com/surgeweb','us'),(338,3335938290,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 (.NET CLR 3.5.30729)','2011-05-19',0,'http://www.timberon.info/blog/?page_id=2064','us'),(339,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',873,'http://www.timberon.info/','us'),(340,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',0,'http://www.timberon.info/?page_id=873','us'),(341,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',95,'http://www.timberon.info/?page_id=873&mingleforumaction=addtopic&forum=3.0','us'),(342,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',-34,'http://www.timberon.info/','us'),(343,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',-25,'http://www.timberon.info/?cat=34','us'),(344,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',-6,'http://www.timberon.info/?cat=25','us'),(345,3340475966,'Mozilla/5.0 (iPad; U; CPU OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J3 Safari/6533.18.5','2011-05-19',3391,'http://www.timberon.info/?cat=6','us'),(346,2921090419,'Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','2011-05-19',95,'http://www.google.com/search?q=timberon+nm&ie=UTF-8&oe=UTF-8&hl=en&client=safari','us'),(347,2921090419,'Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','2011-05-19',0,'http://www.timberon.info/','us'),(348,2921090419,'Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','2011-05-19',3391,'http://www.timberon.info/','us'),(349,3501513192,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16','2011-05-19',95,'http://www.google.com/url?sa=D&q=http://www.timberon.info/&usg=AFQjCNHVMadvZqSqg2zFN5Tltpp4mqKoSA','us'),(350,3501513192,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16','2011-05-19',0,'http://www.timberon.info/','us'),(351,3501513192,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16','2011-05-19',-34,'http://www.timberon.info/','us'),(352,3501513192,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16','2011-05-19',3391,'http://www.timberon.info/?cat=34','us'),(353,3501513192,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16','2011-05-19',873,'http://www.timberon.info/?page_id=3391&month=6&yr=2011','us'),(354,532213259,'Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0','2011-05-19',95,'http://www.timberon.info/',''),(355,1673931271,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4','2011-05-19',95,'','us'),(356,1673931271,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4','2011-05-19',0,'http://www.timberon.info/','us'),(357,1086257518,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',95,'http://www.google.com/search?q=timberon%2C%20nm&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:officia','us'),(358,1086257518,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',0,'http://www.timberon.info/','us'),(359,1086257518,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',1999,'http://www.timberon.info/','us'),(360,3507284914,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',95,'http://www.google.com/url?sa=t&source=web&cd=1&ved=0CBYQFjAA&url=http%3A%2F%2Fwww.timberon.info%2F&r','us'),(361,3507284914,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',0,'http://www.timberon.info/','us'),(362,1086257518,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2002,'http://www.timberon.info/?page_id=1999','us'),(363,1086257518,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(364,1086257518,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2006,'http://www.timberon.info/blog/?page_id=2002','us'),(365,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',95,'http://www.bing.com/search?q=timberon+nm&form=MSNH14&qs=SC&sk=&pq=timberon%2C+nm&sp=1&sc=7-12','us'),(366,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',0,'http://www.timberon.info/','us'),(367,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',1999,'http://www.timberon.info/','us'),(368,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2002,'http://www.timberon.info/?page_id=1999','us'),(369,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',0,'http://www.timberon.info/blog/?page_id=2002','us'),(370,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(371,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2064,'http://www.timberon.info/blog/?page_id=2002','us'),(372,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2006,'http://www.timberon.info/blog/?page_id=2002','us'),(373,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2006,'http://www.timberon.info/blog/?page_id=2002','us'),(374,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2070,'http://www.timberon.info/blog/?page_id=2002','us'),(375,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',3673,'http://www.timberon.info/blog/?page_id=2002','us'),(376,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',3673,'http://www.timberon.info/blog/?page_id=2002','us'),(377,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2062,'http://www.timberon.info/blog/?page_id=2002','us'),(378,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2060,'http://www.timberon.info/blog/?page_id=2002','us'),(379,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2060,'http://www.timberon.info/blog/?page_id=2002','us'),(380,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2062,'http://www.timberon.info/blog/?page_id=2002','us'),(381,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(382,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2058,'http://www.timberon.info/blog/?page_id=2002','us'),(383,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',3715,'http://www.timberon.info/blog/?page_id=2002','us'),(384,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',3715,'http://www.timberon.info/blog/?page_id=2002','us'),(385,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',2068,'http://www.timberon.info/blog/?page_id=2002','us'),(386,3507284914,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',-53,'http://www.timberon.info/','us'),(387,3514095794,'Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0','2011-05-19',2068,'http://www.timberon.info/blog/?page_id=2002','us'),(388,3507284914,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',-52,'http://www.timberon.info/?cat=53','us'),(389,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',422,'http://www.timberon.info/blog/?page_id=2068&month=9&yr=2011','us'),(390,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',436,'http://www.timberon.info/?page_id=422','us'),(391,3488496738,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTbAD2/5.9.1.14019)','2011-05-19',56,'http://www.timberon.info/?page_id=422','us'),(392,2912271042,'Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','2011-05-19',95,'http://www.google.com/m?gl=us&source=android-launcher-search&client=ms-android-sprint-us&hl=en&aq=&o','us'),(393,2912271042,'Mozilla/5.0 (Linux; U; Android 2.2; en-us; Sprint APA9292KT Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','2011-05-19',0,'http://www.timberon.info/','us'),(394,839944318,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13','2011-05-19',95,'','us'),(395,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',3439,'http://www.timberon.info/?cat=34','us'),(396,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',-52,'http://www.timberon.info/?page_id=3439','us'),(397,3494953501,'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; {F7017D5B-B79A-C6FE-61B6-4771B9CCD926}; .NET CLR 1.1.4322; IEMB3; IEMB3)','2011-05-19',95,'','us'),(398,1249108219,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Cente','2011-05-19',0,'http://webcache.googleusercontent.com/search?q=cache:http://www.timberon.info/','us'),(399,1249108219,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Cente','2011-05-19',0,'http://webcache.googleusercontent.com/search?q=cache:http://www.timberon.info/','us'),(400,3340475966,'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24','2011-05-19',18,'http://www.timberon.info/?page_id=3439','us'),(401,1177131849,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; MDDC; .NET CLR 3.0.4506.','2011-05-19',0,'http://www.info.com/timberon%20new%20mexico?cb=39&cmp=4627&gclid=CLeAsNGv9KgCFYjt7QodyS3KTw','us'),(402,1540763119,'Opera/7.60 (Windows NT 5.2; U) [en] (IBM EVV/3.0/EAK01AG9/LE)','2011-05-19',0,'http://www.timberon.info/blog/?page_id=home','lu'),(403,1190405586,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-19',0,'http://www.google.com/search?client=safari&rls=en&q=timberon&ie=UTF-8&oe=UTF-8','us'),(404,1254133551,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; ','2011-05-19',2064,'http://by160w.bay160.mail.live.com/mail/InboxLight.aspx?n=1411744779','us'),(405,1254133551,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; ','2011-05-19',0,'http://www.timberon.info/blog/?page_id=2064','us'),(406,1254133551,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; ','2011-05-19',2002,'http://by160w.bay160.mail.live.com/mail/InboxLight.aspx?n=1411744779','us'),(407,1254133551,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; ','2011-05-19',2068,'http://www.timberon.info/blog/?page_id=2002','us'),(408,1254133551,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; ','2011-05-19',2006,'http://www.timberon.info/?page_id=2064','us'),(409,1254133551,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FunWebProducts; GTB7.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; ','2011-05-19',2070,'http://www.timberon.info/?page_id=2006','us'),(410,1190405586,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-19',-26,'http://www.timberon.info/','us'),(411,1190405586,'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1','2011-05-19',-24,'http://www.timberon.info/','us'),(412,402978485,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',0,'http://us.mg1.mail.yahoo.com/dc/launch?.gx=1&.rand=1ma0afu384sro','us'),(413,402978485,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',2002,'http://www.timberon.info/','us'),(414,402978485,'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Medi','2011-05-19',3673,'http://www.timberon.info/?page_id=2002','us'),(415,1182006551,'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','2011-05-19',0,'','us'); /*!40000 ALTER TABLE `wp_cpd_counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cpd_counter_useronline` -- DROP TABLE IF EXISTS `wp_cpd_counter_useronline`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cpd_counter_useronline` ( `timestamp` int(15) NOT NULL, `ip` int(10) unsigned NOT NULL, `page` int(11) NOT NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cpd_counter_useronline` -- LOCK TABLES `wp_cpd_counter_useronline` WRITE; /*!40000 ALTER TABLE `wp_cpd_counter_useronline` DISABLE KEYS */; INSERT INTO `wp_cpd_counter_useronline` VALUES (1305826033,1182006551,0); /*!40000 ALTER TABLE `wp_cpd_counter_useronline` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cpd_notes` -- DROP TABLE IF EXISTS `wp_cpd_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cpd_notes` ( `id` int(11) NOT NULL auto_increment, `date` date NOT NULL, `note` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `date` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cpd_notes` -- LOCK TABLES `wp_cpd_notes` WRITE; /*!40000 ALTER TABLE `wp_cpd_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cpd_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_csn_submission` -- DROP TABLE IF EXISTS `wp_csn_submission`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_csn_submission` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(100) default NULL, `story` text, `email` varchar(200) default NULL, `title` varchar(255) default NULL, `approve` int(1) unsigned default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_csn_submission` -- LOCK TABLES `wp_csn_submission` WRITE; /*!40000 ALTER TABLE `wp_csn_submission` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_csn_submission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_customcontactforms_field_options` -- DROP TABLE IF EXISTS `wp_customcontactforms_field_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_customcontactforms_field_options` ( `id` int(11) NOT NULL auto_increment, `option_slug` varchar(100) NOT NULL, `option_label` varchar(200) NOT NULL, `option_value` varchar(100) NOT NULL, `option_dead` int(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_customcontactforms_field_options` -- LOCK TABLES `wp_customcontactforms_field_options` WRITE; /*!40000 ALTER TABLE `wp_customcontactforms_field_options` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_customcontactforms_field_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_customcontactforms_fields` -- DROP TABLE IF EXISTS `wp_customcontactforms_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_customcontactforms_fields` ( `id` int(11) NOT NULL auto_increment, `field_slug` varchar(50) NOT NULL, `field_label` text NOT NULL, `field_type` varchar(25) NOT NULL, `field_value` mediumtext NOT NULL, `field_maxlength` int(5) NOT NULL default '0', `user_field` int(1) NOT NULL default '1', `field_instructions` mediumtext NOT NULL, `field_options` text NOT NULL, `field_required` int(1) NOT NULL default '0', `field_class` varchar(50) NOT NULL, `field_error` varchar(300) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_customcontactforms_fields` -- LOCK TABLES `wp_customcontactforms_fields` WRITE; /*!40000 ALTER TABLE `wp_customcontactforms_fields` DISABLE KEYS */; INSERT INTO `wp_customcontactforms_fields` VALUES (1,'captcha','Type the numbers.','Text','',100,0,'Type the numbers displayed in the image above.','a:0:{}',0,'',''),(2,'usaStates','Select a State','Dropdown','',0,0,'','a:0:{}',0,'',''),(3,'allCountries','Select a Country','Dropdown','',0,0,'','a:0:{}',0,'',''),(4,'ishuman','Check if you are human.','Checkbox','1',0,0,'This helps us prevent spam.','a:0:{}',0,'',''),(5,'fixedEmail','Your Email','Text','',100,0,'Please enter your email address.','a:0:{}',1,'',''),(6,'fixedWebsite','Your Website','Text','',200,0,'Please enter your website.','a:0:{}',1,'',''),(7,'emailSubject','Email Subject','Text','',200,0,'Please enter a subject for the email.','a:0:{}',1,'',''),(8,'resetButton','','Reset','Reset Form',0,0,'','a:0:{}',0,'',''); /*!40000 ALTER TABLE `wp_customcontactforms_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_customcontactforms_forms` -- DROP TABLE IF EXISTS `wp_customcontactforms_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_customcontactforms_forms` ( `id` int(11) NOT NULL auto_increment, `form_slug` varchar(100) NOT NULL, `form_title` varchar(200) NOT NULL, `form_action` mediumtext NOT NULL, `form_method` varchar(4) NOT NULL, `form_fields` text NOT NULL, `submit_button_text` varchar(200) NOT NULL, `custom_code` mediumtext NOT NULL, `form_style` int(10) NOT NULL default '0', `form_email` text NOT NULL, `form_success_message` mediumtext NOT NULL, `form_thank_you_page` varchar(200) NOT NULL, `form_success_title` varchar(150) NOT NULL default 'Form Success!', `form_access` mediumtext NOT NULL, `form_email_subject` varchar(250) NOT NULL, `form_email_name` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_customcontactforms_forms` -- LOCK TABLES `wp_customcontactforms_forms` WRITE; /*!40000 ALTER TABLE `wp_customcontactforms_forms` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_customcontactforms_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_customcontactforms_styles` -- DROP TABLE IF EXISTS `wp_customcontactforms_styles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_customcontactforms_styles` ( `id` int(11) NOT NULL auto_increment, `style_slug` varchar(30) NOT NULL, `input_width` varchar(10) NOT NULL default '200px', `textarea_width` varchar(10) NOT NULL default '200px', `textarea_height` varchar(10) NOT NULL default '100px', `form_borderwidth` varchar(10) NOT NULL default '0px', `label_width` varchar(10) NOT NULL default '200px', `form_width` varchar(10) NOT NULL default '100%', `submit_width` varchar(10) NOT NULL default 'auto', `submit_height` varchar(10) NOT NULL default '40px', `label_fontsize` varchar(10) NOT NULL default '1em', `title_fontsize` varchar(10) NOT NULL default '1.2em', `field_fontsize` varchar(10) NOT NULL default '1.3em', `submit_fontsize` varchar(10) NOT NULL default '1.1em', `field_bordercolor` varchar(10) NOT NULL default '999999', `form_borderstyle` varchar(30) NOT NULL default 'none', `form_bordercolor` varchar(20) NOT NULL default '', `field_fontcolor` varchar(20) NOT NULL default '333333', `label_fontcolor` varchar(20) NOT NULL default '333333', `title_fontcolor` varchar(20) NOT NULL default '333333', `submit_fontcolor` varchar(20) NOT NULL default '333333', `form_fontfamily` varchar(150) NOT NULL default 'Tahoma, Verdana, Arial', `field_backgroundcolor` varchar(20) NOT NULL default 'f5f5f5', `field_borderstyle` varchar(20) NOT NULL default 'solid', `form_padding` varchar(20) NOT NULL default '8px', `form_margin` varchar(20) NOT NULL default '7px', `title_margin` varchar(20) NOT NULL default '4px', `label_margin` varchar(20) NOT NULL default '6px', `textarea_backgroundcolor` varchar(20) NOT NULL default 'f5f5f5', `success_popover_bordercolor` varchar(20) NOT NULL default 'efefef', `dropdown_width` varchar(20) NOT NULL default 'auto', `success_popover_fontsize` varchar(20) NOT NULL default '12px', `success_popover_title_fontsize` varchar(20) NOT NULL default '1.3em', `success_popover_height` varchar(20) NOT NULL default '200px', `success_popover_fontcolor` varchar(20) NOT NULL default '333333', `success_popover_title_fontcolor` varchar(20) NOT NULL default '333333', `form_backgroundcolor` varchar(20) NOT NULL default 'ffffff', `field_borderround` varchar(20) NOT NULL default '6px', `tooltip_backgroundcolor` varchar(20) NOT NULL default '000000', `tooltip_fontsize` varchar(20) NOT NULL default '12px', `tooltip_fontcolor` varchar(20) NOT NULL default 'ffffff', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_customcontactforms_styles` -- LOCK TABLES `wp_customcontactforms_styles` WRITE; /*!40000 ALTER TABLE `wp_customcontactforms_styles` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_customcontactforms_styles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_customcontactforms_user_data` -- DROP TABLE IF EXISTS `wp_customcontactforms_user_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_customcontactforms_user_data` ( `id` int(11) NOT NULL auto_increment, `data_time` int(11) NOT NULL default '0', `data_formid` int(11) NOT NULL, `data_formpage` varchar(250) NOT NULL, `data_value` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_customcontactforms_user_data` -- LOCK TABLES `wp_customcontactforms_user_data` WRITE; /*!40000 ALTER TABLE `wp_customcontactforms_user_data` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_customcontactforms_user_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dmsguestbook` -- DROP TABLE IF EXISTS `wp_dmsguestbook`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_dmsguestbook` ( `id` mediumint(9) NOT NULL auto_increment, `name` varchar(50) collate utf8_unicode_ci NOT NULL default '', `email` varchar(50) collate utf8_unicode_ci NOT NULL default '', `gravatar` varchar(32) collate utf8_unicode_ci NOT NULL default '', `url` varchar(50) collate utf8_unicode_ci NOT NULL default '', `date` int(10) NOT NULL, `ip` varchar(15) collate utf8_unicode_ci NOT NULL default '', `message` longtext collate utf8_unicode_ci NOT NULL, `guestbook` int(2) NOT NULL default '0', `spam` int(1) NOT NULL default '0', `additional` varchar(50) collate utf8_unicode_ci NOT NULL, `flag` int(2) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_dmsguestbook` -- LOCK TABLES `wp_dmsguestbook` WRITE; /*!40000 ALTER TABLE `wp_dmsguestbook` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_dmsguestbook` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_dynamic_widgets` -- DROP TABLE IF EXISTS `wp_dynamic_widgets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_dynamic_widgets` ( `id` int(11) NOT NULL auto_increment, `widget_id` varchar(40) NOT NULL, `maintype` varchar(20) NOT NULL, `name` varchar(40) NOT NULL, `value` longtext NOT NULL, PRIMARY KEY (`id`), KEY `widget_id` (`widget_id`,`maintype`) ) ENGINE=MyISAM AUTO_INCREMENT=562 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_dynamic_widgets` -- LOCK TABLES `wp_dynamic_widgets` WRITE; /*!40000 ALTER TABLE `wp_dynamic_widgets` DISABLE KEYS */; INSERT INTO `wp_dynamic_widgets` VALUES (1,'ngg-images-3','page','default','1'),(2,'ngg-images-3','page','552','0'),(555,'hw_wpgw-6','archive','','0'),(556,'hw_wpgw-6','e404','','0'),(557,'hw_wpgw-6','search','','0'),(561,'icit_weather_widget-12','e404','','0'),(494,'icit_weather_widget-11','search','','0'),(493,'icit_weather_widget-11','e404','','0'),(492,'icit_weather_widget-11','archive','','0'),(491,'icit_weather_widget-11','category','','0'),(490,'icit_weather_widget-11','author','','0'),(489,'icit_weather_widget-11','page','934','1'),(488,'icit_weather_widget-11','page','default','0'),(487,'icit_weather_widget-11','attachment','','0'),(486,'icit_weather_widget-11','single','','0'),(485,'icit_weather_widget-7','search','','0'),(484,'icit_weather_widget-7','e404','','0'),(483,'icit_weather_widget-7','archive','','0'),(482,'icit_weather_widget-7','category','','0'),(481,'icit_weather_widget-7','author','','0'),(480,'icit_weather_widget-7','page','934','1'),(479,'icit_weather_widget-7','page','default','0'),(478,'icit_weather_widget-7','attachment','','0'),(477,'icit_weather_widget-7','single','','0'),(553,'hw_wpgw-6','author','','0'),(554,'hw_wpgw-6','category','','0'),(550,'hw_wpgw-6','attachment','','0'),(551,'hw_wpgw-6','page','default','0'),(552,'hw_wpgw-6','page','552','1'),(470,'text-5','page-childs','552','0'),(469,'text-5','page-childs','default','1'),(468,'text-5','page','552','0'),(467,'text-5','page','default','1'),(466,'text-5','single','','0'),(403,'npu-gallery-upload-2','front-page','','0'),(404,'npu-gallery-upload-2','attachment','','0'),(405,'npu-gallery-upload-2','page','default','0'),(406,'npu-gallery-upload-2','page','552','1'),(407,'npu-gallery-upload-2','page','1225','1'),(408,'npu-gallery-upload-2','page','1230','1'),(409,'npu-gallery-upload-2','page-childs','default','0'),(410,'npu-gallery-upload-2','page-childs','552','1'),(411,'npu-gallery-upload-2','page-childs','1225','1'),(412,'npu-gallery-upload-2','page-childs','1230','1'),(413,'npu-gallery-upload-2','author','','0'),(414,'npu-gallery-upload-2','archive','','0'),(415,'npu-gallery-upload-2','e404','','0'),(416,'npu-gallery-upload-2','search','','0'),(549,'hw_wpgw-6','single','','0'); /*!40000 ALTER TABLE `wp_dynamic_widgets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eg_attachments_clicks` -- DROP TABLE IF EXISTS `wp_eg_attachments_clicks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eg_attachments_clicks` ( `click_id` bigint(20) NOT NULL auto_increment, `click_date` datetime NOT NULL default '0000-00-00 00:00:00', `attach_id` bigint(20) unsigned default NULL, `attach_title` text NOT NULL, `post_id` bigint(20) unsigned default NULL, `post_title` text NOT NULL, `clicks_number` int(10) NOT NULL, UNIQUE KEY `click_id` (`click_id`), KEY `date_attach_post` (`click_date`,`attach_id`,`post_id`), KEY `attach_date` (`attach_id`,`click_date`), KEY `click_date` (`click_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eg_attachments_clicks` -- LOCK TABLES `wp_eg_attachments_clicks` WRITE; /*!40000 ALTER TABLE `wp_eg_attachments_clicks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eg_attachments_clicks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events` -- DROP TABLE IF EXISTS `wp_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `title` longtext NOT NULL, `title_link` varchar(3) NOT NULL default 'N', `location` varchar(255) NOT NULL, `category` int(11) NOT NULL default '1', `pre_message` longtext NOT NULL, `post_message` longtext NOT NULL, `link` longtext NOT NULL, `allday` varchar(3) NOT NULL default 'N', `thetime` int(15) NOT NULL default '0', `theend` int(15) NOT NULL default '0', `author` varchar(60) NOT NULL default '', `priority` varchar(4) NOT NULL default 'no', `archive` varchar(4) NOT NULL default 'no', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events` -- LOCK TABLES `wp_events` WRITE; /*!40000 ALTER TABLE `wp_events` DISABLE KEYS */; INSERT INTO `wp_events` VALUES (1,'Reserved','N','',1,'','Past event!','','Y',1302307200,1302480000,'Webmaster','yes','no'),(2,'Reserved','N','',2,'','Past event!','','Y',1302307200,1302480000,'Webmaster','yes','no'); /*!40000 ALTER TABLE `wp_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_categories` -- DROP TABLE IF EXISTS `wp_events_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_categories` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_categories` -- LOCK TABLES `wp_events_categories` WRITE; /*!40000 ALTER TABLE `wp_events_categories` DISABLE KEYS */; INSERT INTO `wp_events_categories` VALUES (1,'Carson Cabin'),(2,'Doll House'); /*!40000 ALTER TABLE `wp_events_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_events_rec` -- DROP TABLE IF EXISTS `wp_events_rec`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_events_rec` ( `event_id` int(11) NOT NULL auto_increment, `start_date` datetime NOT NULL, `end_date` datetime NOT NULL, `text` varchar(255) NOT NULL, `rec_type` varchar(64) NOT NULL, `event_pid` int(11) NOT NULL, `event_length` int(11) NOT NULL, `user` int(11) NOT NULL, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_events_rec` -- LOCK TABLES `wp_events_rec` WRITE; /*!40000 ALTER TABLE `wp_events_rec` DISABLE KEYS */; INSERT INTO `wp_events_rec` VALUES (1,'2011-04-09 08:26:09','2011-04-09 08:31:09','The Scheduler Calendar was installed!','',0,0,0),(2,'2011-04-13 00:00:00','2011-04-15 00:00:00','Carson Cabin Reserved','',0,0,1),(3,'2011-04-13 00:00:00','2011-04-15 00:00:00','Doll House Reserved','',0,0,1); /*!40000 ALTER TABLE `wp_events_rec` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eventscalendar_main` -- DROP TABLE IF EXISTS `wp_eventscalendar_main`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_eventscalendar_main` ( `id` mediumint(9) NOT NULL auto_increment, `eventTitle` varchar(255) character set utf8 NOT NULL, `eventDescription` text character set utf8 NOT NULL, `eventLocation` varchar(255) character set utf8 default NULL, `eventLinkout` varchar(255) character set utf8 default NULL, `eventStartDate` date NOT NULL, `eventStartTime` time default NULL, `eventEndDate` date NOT NULL, `eventEndTime` time default NULL, `accessLevel` varchar(255) character set utf8 NOT NULL default 'public', `postID` mediumint(9) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_eventscalendar_main` -- LOCK TABLES `wp_eventscalendar_main` WRITE; /*!40000 ALTER TABLE `wp_eventscalendar_main` DISABLE KEYS */; INSERT INTO `wp_eventscalendar_main` VALUES (1,'Carson Cabin','',NULL,NULL,'2011-04-12',NULL,'2011-04-14',NULL,'public',NULL),(2,'Doll House','',NULL,NULL,'0000-00-00',NULL,'0000-00-00',NULL,'public',NULL),(3,'Doll House','',NULL,NULL,'0000-00-00',NULL,'0000-00-00',NULL,'public',NULL),(4,'Doll House','',NULL,NULL,'2011-04-12',NULL,'2011-04-14',NULL,'public',NULL); /*!40000 ALTER TABLE `wp_eventscalendar_main` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ezpz_ocb_settings` -- DROP TABLE IF EXISTS `wp_ezpz_ocb_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ezpz_ocb_settings` ( `id` mediumint(9) NOT NULL auto_increment, `random_key` text NOT NULL, `zip_date` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ezpz_ocb_settings` -- LOCK TABLES `wp_ezpz_ocb_settings` WRITE; /*!40000 ALTER TABLE `wp_ezpz_ocb_settings` DISABLE KEYS */; INSERT INTO `wp_ezpz_ocb_settings` VALUES (1,'wp-content/plugins/ezpz-one-click-backup/backups/EIAPOezpzoS8','2011-01-27'); /*!40000 ALTER TABLE `wp_ezpz_ocb_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_faq_build_category` -- DROP TABLE IF EXISTS `wp_faq_build_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_faq_build_category` ( `category_id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_faq_build_category` -- LOCK TABLES `wp_faq_build_category` WRITE; /*!40000 ALTER TABLE `wp_faq_build_category` DISABLE KEYS */; INSERT INTO `wp_faq_build_category` VALUES (1,'General',''); /*!40000 ALTER TABLE `wp_faq_build_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_faq_build_questions` -- DROP TABLE IF EXISTS `wp_faq_build_questions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_faq_build_questions` ( `question_id` int(11) NOT NULL auto_increment, `category_id` int(11) NOT NULL default '1', `status` tinyint(1) NOT NULL default '0', `date_submitted` datetime default NULL, `personal_info` tinyint(1) NOT NULL default '0', `name` varchar(100) default NULL, `email` varchar(100) default NULL, `url` varchar(255) default NULL, `state` varchar(100) default NULL, `question` text, `answer` text, `tags` varchar(255) default NULL, PRIMARY KEY (`question_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_faq_build_questions` -- LOCK TABLES `wp_faq_build_questions` WRITE; /*!40000 ALTER TABLE `wp_faq_build_questions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_faq_build_questions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_captcha` -- DROP TABLE IF EXISTS `wp_forum_captcha`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_captcha` ( `id` int(11) NOT NULL auto_increment, `ip` varchar(20) NOT NULL default '', `code` varchar(20) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_captcha` -- LOCK TABLES `wp_forum_captcha` WRITE; /*!40000 ALTER TABLE `wp_forum_captcha` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_forum_captcha` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_forums` -- DROP TABLE IF EXISTS `wp_forum_forums`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_forums` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `parent_id` int(11) NOT NULL default '0', `description` varchar(255) NOT NULL default '', `views` int(11) NOT NULL default '0', `sort` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_forums` -- LOCK TABLES `wp_forum_forums` WRITE; /*!40000 ALTER TABLE `wp_forum_forums` DISABLE KEYS */; INSERT INTO `wp_forum_forums` VALUES (3,'Timberon',1,'',0,1); /*!40000 ALTER TABLE `wp_forum_forums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_groups` -- DROP TABLE IF EXISTS `wp_forum_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_groups` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` varchar(255) default '', `usergroups` varchar(255) default '', `sort` int(11) NOT NULL default '0', `passwd` varchar(20) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_groups` -- LOCK TABLES `wp_forum_groups` WRITE; /*!40000 ALTER TABLE `wp_forum_groups` DISABLE KEYS */; INSERT INTO `wp_forum_groups` VALUES (1,'General Discussion','','',1,NULL); /*!40000 ALTER TABLE `wp_forum_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_posts` -- DROP TABLE IF EXISTS `wp_forum_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_posts` ( `id` int(11) NOT NULL auto_increment, `text` longtext, `parent_id` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `author_id` int(11) NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `views` int(11) NOT NULL default '0', PRIMARY KEY (`id`), FULLTEXT KEY `text` (`text`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_posts` -- LOCK TABLES `wp_forum_posts` WRITE; /*!40000 ALTER TABLE `wp_forum_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_forum_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_reputation_posts` -- DROP TABLE IF EXISTS `wp_forum_reputation_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_reputation_posts` ( `id` int(11) NOT NULL auto_increment, `author_id` int(11) NOT NULL default '0', `post_id` int(11) NOT NULL default '0', `post_author_id` int(11) NOT NULL default '0', `value` int(11) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_reputation_posts` -- LOCK TABLES `wp_forum_reputation_posts` WRITE; /*!40000 ALTER TABLE `wp_forum_reputation_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_forum_reputation_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_threads` -- DROP TABLE IF EXISTS `wp_forum_threads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_threads` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `views` int(11) NOT NULL default '0', `subject` varchar(255) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `status` varchar(20) NOT NULL default 'open', `closed` int(11) NOT NULL default '0', `mngl_id` int(11) NOT NULL default '-1', `starter` int(11) NOT NULL, `last_post` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), FULLTEXT KEY `subject` (`subject`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_threads` -- LOCK TABLES `wp_forum_threads` WRITE; /*!40000 ALTER TABLE `wp_forum_threads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_forum_threads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_usergroup2user` -- DROP TABLE IF EXISTS `wp_forum_usergroup2user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_usergroup2user` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `group` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_usergroup2user` -- LOCK TABLES `wp_forum_usergroup2user` WRITE; /*!40000 ALTER TABLE `wp_forum_usergroup2user` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_forum_usergroup2user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_forum_usergroups` -- DROP TABLE IF EXISTS `wp_forum_usergroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_forum_usergroups` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` varchar(255) default NULL, `leaders` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_forum_usergroups` -- LOCK TABLES `wp_forum_usergroups` WRITE; /*!40000 ALTER TABLE `wp_forum_usergroups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_forum_usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_fields` -- DROP TABLE IF EXISTS `wp_frm_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_frm_fields` ( `id` int(11) NOT NULL auto_increment, `field_key` varchar(255) default NULL, `name` varchar(255) default NULL, `description` text, `type` text, `default_value` longtext, `options` longtext, `field_order` int(11) default '0', `required` int(1) default NULL, `field_options` longtext, `form_id` int(11) default NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `field_key` (`field_key`), KEY `form_id` (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_frm_fields` -- LOCK TABLES `wp_frm_fields` WRITE; /*!40000 ALTER TABLE `wp_frm_fields` DISABLE KEYS */; INSERT INTO `wp_frm_fields` VALUES (1,'fjle6','Name','First','text','','',1,1,'a:7:{s:4:\"size\";i:22;s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:384:\"
\n\n[input]\n[if description]
[description]
[/if description]\n[if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',1,'2011-04-29 15:55:51'),(2,'9z2tdt','Last','Last','text','','',2,1,'a:7:{s:4:\"size\";i:22;s:3:\"max\";s:0:\"\";s:5:\"label\";s:6:\"hidden\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:397:\"
\n\n[input]\n[if description]
[description]
[/if description]\n[if error]
[error]
[/if error]\n
\n
\";s:13:\"default_blank\";i:0;}',1,'2011-04-29 15:55:51'),(3,'m66w5m','Email','','email','','',3,1,'a:8:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:34:\"Please enter a valid email address\";}',1,'2011-04-29 15:55:51'),(4,'45w1gn','Website','','url','','',4,0,'a:8:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:28:\"Please enter a valid website\";}',1,'2011-04-29 15:55:51'),(5,'2lnv7p','Subject','','text','','',5,1,'a:7:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',1,'2011-04-29 15:55:51'),(6,'jtfegr','Message','','textarea','','',6,1,'a:7:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',1,'2011-04-29 15:55:51'),(7,'vp8aeh','Captcha','','captcha','','',7,0,'a:7:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:4:\"none\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',1,'2011-04-29 15:55:51'),(8,'vf0i7h','Name','First','text','','',1,1,'a:7:{s:4:\"size\";i:22;s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:384:\"
\n\n[input]\n[if description]
[description]
[/if description]\n[if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',2,'2011-04-29 15:57:57'),(9,'n5g74d','Last','Last','text','','',2,1,'a:7:{s:4:\"size\";i:22;s:3:\"max\";s:0:\"\";s:5:\"label\";s:6:\"hidden\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:397:\"
\n\n[input]\n[if description]
[description]
[/if description]\n[if error]
[error]
[/if error]\n
\n
\";s:13:\"default_blank\";i:0;}',2,'2011-04-29 15:57:57'),(10,'nbeg4j','Email','','email','','',3,1,'a:8:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:34:\"Please enter a valid email address\";}',2,'2011-04-29 15:57:57'),(11,'1ev6v0','Website','','url','','',4,0,'a:8:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:28:\"Please enter a valid website\";}',2,'2011-04-29 15:57:57'),(12,'hece9i','Subject','','text','','',5,1,'a:7:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',2,'2011-04-29 15:57:57'),(13,'6b2as7','Message','','textarea','','',6,1,'a:7:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',2,'2011-04-29 15:57:57'),(14,'c4962l','Captcha','','captcha','','',7,0,'a:7:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:4:\"none\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:373:\"
\n \n [input]\n [if description]
[description]
[/if description]\n [if error]
[error]
[/if error]\n
\";s:13:\"default_blank\";i:0;}',2,'2011-04-29 15:57:57'),(15,'7l40wv','Name','First','text','','',1,1,'a:9:{s:4:\"size\";s:2:\"22\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:404:\"
\r\n\r\n[input]\r\n[if description]
[description]
[/if description]\r\n[if error]
[error]
[/if error]\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:26:\"This field cannot be blank\";}',3,'2011-05-03 19:23:52'),(16,'28opo2','Last','Last','text','','',2,1,'a:9:{s:4:\"size\";s:2:\"22\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:6:\"hidden\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:420:\"
\r\n\r\n[input]\r\n[if description]
[description]
[/if description]\r\n[if error]
[error]
[/if error]\r\n
\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:26:\"This field cannot be blank\";}',3,'2011-05-03 19:23:52'),(17,'1m3nrx','Email','','email','','',3,1,'a:9:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:392:\"
\r\n \r\n [input]\r\n [if description]
[description]
[/if description]\r\n [if error]
[error]
[/if error]\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:26:\"This field cannot be blank\";}',3,'2011-05-03 19:23:52'),(18,'qt9m04','Website','','url','','',4,0,'a:9:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:392:\"
\r\n \r\n [input]\r\n [if description]
[description]
[/if description]\r\n [if error]
[error]
[/if error]\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:26:\"This field cannot be blank\";}',3,'2011-05-03 19:23:52'),(19,'y0tutn','Subject','','text','','',5,1,'a:9:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:392:\"
\r\n \r\n [input]\r\n [if description]
[description]
[/if description]\r\n [if error]
[error]
[/if error]\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:26:\"This field cannot be blank\";}',3,'2011-05-03 19:23:52'),(20,'1qgm33','Message','','textarea','','',6,1,'a:9:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:1:\"5\";s:5:\"label\";s:3:\"top\";s:18:\"required_indicator\";s:1:\"*\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:392:\"
\r\n \r\n [input]\r\n [if description]
[description]
[/if description]\r\n [if error]
[error]
[/if error]\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:26:\"This field cannot be blank\";}',3,'2011-05-03 19:23:52'),(21,'oow5z0','Captcha','','captcha','1','',7,0,'a:9:{s:4:\"size\";s:0:\"\";s:3:\"max\";s:0:\"\";s:5:\"label\";s:4:\"none\";s:18:\"required_indicator\";s:0:\"\";s:14:\"clear_on_focus\";i:0;s:11:\"custom_html\";s:392:\"
\r\n \r\n [input]\r\n [if description]
[description]
[/if description]\r\n [if error]
[error]
[/if error]\r\n
\";s:13:\"default_blank\";i:0;s:7:\"invalid\";s:0:\"\";s:5:\"blank\";s:0:\"\";}',3,'2011-05-03 19:23:52'); /*!40000 ALTER TABLE `wp_frm_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_forms` -- DROP TABLE IF EXISTS `wp_frm_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_frm_forms` ( `id` int(11) NOT NULL auto_increment, `form_key` varchar(255) default NULL, `name` varchar(255) default NULL, `description` text, `logged_in` tinyint(1) default NULL, `editable` tinyint(1) default NULL, `is_template` tinyint(1) default '0', `default_template` tinyint(1) default '0', `status` varchar(255) default NULL, `prli_link_id` int(11) default NULL, `options` longtext, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `form_key` (`form_key`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_frm_forms` -- LOCK TABLES `wp_frm_forms` WRITE; /*!40000 ALTER TABLE `wp_frm_forms` DISABLE KEYS */; INSERT INTO `wp_frm_forms` VALUES (1,'contact','Contact Us','We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.',NULL,NULL,1,1,'published',0,'a:7:{s:8:\"email_to\";s:0:\"\";s:12:\"submit_value\";s:6:\"Submit\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:0;s:7:\"akismet\";i:0;s:11:\"before_html\";s:146:\"[if form_name]

[form_name]

[/if form_name]\n[if form_description]
[form_description]
[/if form_description]\";s:10:\"after_html\";s:0:\"\";}','2011-04-29 15:55:51'),(2,'8vadj4','Contact Us','We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.',0,0,0,0,'draft',NULL,'a:7:{s:8:\"email_to\";s:0:\"\";s:12:\"submit_value\";s:6:\"Submit\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";s:1:\"0\";s:7:\"akismet\";s:1:\"0\";s:11:\"before_html\";s:146:\"[if form_name]

[form_name]

[/if form_name]\n[if form_description]
[form_description]
[/if form_description]\";s:10:\"after_html\";s:0:\"\";}','2011-04-29 15:57:57'),(3,'xe84l3','Contact Us','We would like to hear from you. Please send us a message by filling out the form below and we will get back with you shortly.',0,0,0,0,'published',NULL,'a:8:{s:8:\"email_to\";s:23:\"webmaster@timberon.info\";s:12:\"submit_value\";s:6:\"Submit\";s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:9:\"show_form\";i:1;s:7:\"akismet\";i:1;s:12:\"custom_style\";i:1;s:11:\"before_html\";s:149:\"[if form_name]

[form_name]

[/if form_name]\r\n[if form_description]
[form_description]
[/if form_description]\";s:10:\"after_html\";s:0:\"\";}','2011-05-03 19:23:52'); /*!40000 ALTER TABLE `wp_frm_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_item_metas` -- DROP TABLE IF EXISTS `wp_frm_item_metas`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_frm_item_metas` ( `id` int(11) NOT NULL auto_increment, `meta_value` longtext, `field_id` int(11) NOT NULL, `item_id` int(11) NOT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `field_id` (`field_id`), KEY `item_id` (`item_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_frm_item_metas` -- LOCK TABLES `wp_frm_item_metas` WRITE; /*!40000 ALTER TABLE `wp_frm_item_metas` DISABLE KEYS */; INSERT INTO `wp_frm_item_metas` VALUES (1,'Jesse Duckett',15,1,'2011-05-03 19:31:00'),(2,'Duckett',16,1,'2011-05-03 19:31:00'),(3,'mountain@dellcity.com',17,1,'2011-05-03 19:31:00'),(4,'The Back of the Form',19,1,'2011-05-03 19:31:00'),(5,'formidable id=3 formidable id=3 formidable id=3 formidable id=3 formidable id=3 formidable id=3formidable id=3',20,1,'2011-05-03 19:31:00'); /*!40000 ALTER TABLE `wp_frm_item_metas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frm_items` -- DROP TABLE IF EXISTS `wp_frm_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_frm_items` ( `id` int(11) NOT NULL auto_increment, `item_key` varchar(255) default NULL, `name` varchar(255) default NULL, `description` text, `ip` text, `form_id` int(11) default NULL, `post_id` int(11) default NULL, `user_id` int(11) default NULL, `updated_by` int(11) default NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_key` (`item_key`), KEY `form_id` (`form_id`), KEY `post_id` (`post_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_frm_items` -- LOCK TABLES `wp_frm_items` WRITE; /*!40000 ALTER TABLE `wp_frm_items` DISABLE KEYS */; INSERT INTO `wp_frm_items` VALUES (1,'oqhg3o','Jesse Duckett','a:2:{s:7:\"browser\";s:100:\"Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24\";s:8:\"referrer\";s:43:\"http://www.timberon.info/blog/?page_id=3268\";}','199.27.158.62',3,NULL,NULL,NULL,'2011-05-03 19:31:00','2011-05-03 19:31:00'); /*!40000 ALTER TABLE `wp_frm_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fsr_post` -- DROP TABLE IF EXISTS `wp_fsr_post`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_fsr_post` ( `ID` bigint(20) unsigned NOT NULL default '0', `votes` int(10) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_fsr_post` -- LOCK TABLES `wp_fsr_post` WRITE; /*!40000 ALTER TABLE `wp_fsr_post` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fsr_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fsr_user` -- DROP TABLE IF EXISTS `wp_fsr_user`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_fsr_user` ( `user` varchar(32) NOT NULL default '', `post` bigint(20) unsigned NOT NULL default '0', `points` int(10) unsigned NOT NULL default '0', `ip` char(15) NOT NULL, `vote_date` datetime NOT NULL, PRIMARY KEY (`user`,`post`), KEY `vote_date` (`vote_date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_fsr_user` -- LOCK TABLES `wp_fsr_user` WRITE; /*!40000 ALTER TABLE `wp_fsr_user` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fsr_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ftcalendar_events` -- DROP TABLE IF EXISTS `wp_ftcalendar_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ftcalendar_events` ( `id` bigint(20) NOT NULL auto_increment, `calendar_id` bigint(20) NOT NULL, `post_parent` bigint(20) NOT NULL, `start_datetime` datetime NOT NULL, `end_datetime` datetime NOT NULL, `all_day` tinyint(1) NOT NULL default '0', `repeating` tinyint(1) NOT NULL default '0', `r_start_datetime` datetime default NULL, `r_end` tinyint(1) NOT NULL default '0', `r_end_datetime` datetime default NULL, `r_type` varchar(255) default NULL, `r_label` varchar(255) default NULL, `r_every` tinyint(2) default NULL, `r_on` varchar(7) default NULL, `r_by` tinyint(1) default NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ftcalendar_events` -- LOCK TABLES `wp_ftcalendar_events` WRITE; /*!40000 ALTER TABLE `wp_ftcalendar_events` DISABLE KEYS */; INSERT INTO `wp_ftcalendar_events` VALUES (14,44,2006,'2011-04-17 10:45:00','2011-04-17 11:45:00',1,0,'2011-04-17 10:45:00',0,'2011-03-27 11:45:00','daily','',1,'1000000',0),(15,44,2006,'2011-04-01 14:00:00','2011-04-02 15:00:00',1,0,'2011-04-01 14:00:00',0,'2011-03-29 15:00:00','daily','',1,'0010000',0),(7,38,153,'2011-04-01 13:45:00','2011-04-05 14:45:00',1,0,'2011-04-01 13:45:00',0,'2011-03-26 14:45:00','daily','',1,'0000001',0),(12,41,1984,'2011-03-30 08:30:00','2011-03-31 09:30:00',1,0,'2011-03-30 08:30:00',0,'2011-03-27 09:30:00','daily','',1,'1000000',0),(5,37,1886,'2011-04-01 09:15:00','2011-04-04 10:15:00',1,0,'2011-04-01 09:15:00',0,'2011-03-26 10:15:00','daily','',1,'0000001',0),(6,37,153,'2011-05-01 13:45:00','2011-05-03 14:45:00',1,0,'2011-05-01 13:45:00',0,'2011-03-26 14:45:00','daily','',1,'0000001',0),(13,44,1984,'2011-03-27 08:30:00','2011-03-28 09:30:00',1,0,'2011-03-27 08:30:00',0,'2011-03-27 09:30:00','daily','',1,'1000000',0); /*!40000 ALTER TABLE `wp_ftcalendar_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gCF` -- DROP TABLE IF EXISTS `wp_gCF`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gCF` ( `gCF_id` int(11) NOT NULL auto_increment, `gCF_name` varchar(120) NOT NULL, `gCF_email` varchar(120) NOT NULL, `gCF_message` varchar(1024) character set utf8 collate utf8_bin NOT NULL, `gCF_ip` varchar(50) NOT NULL, `gCF_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`gCF_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gCF` -- LOCK TABLES `wp_gCF` WRITE; /*!40000 ALTER TABLE `wp_gCF` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gCF` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_data_article` -- DROP TABLE IF EXISTS `wp_gdsr_data_article`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_data_article` ( `post_id` int(11) unsigned NOT NULL default '0', `rules_articles` char(1) default 'A', `rules_comments` char(1) default 'A', `moderate_articles` char(1) default 'N', `moderate_comments` char(1) default 'N', `recc_rules_articles` char(1) default 'A', `recc_rules_comments` char(1) default 'A', `recc_moderate_articles` char(1) default 'N', `recc_moderate_comments` char(1) default 'N', `is_page` char(1) default '0', `user_voters` int(11) default '0', `user_votes` decimal(11,1) default '0.0', `visitor_voters` int(11) default '0', `visitor_votes` decimal(11,1) default '0.0', `review` decimal(3,1) default '-1.0', `review_text` varchar(255) default NULL, `views` int(11) default '0', `user_recc_plus` int(11) default '0', `user_recc_minus` int(11) default '0', `visitor_recc_plus` int(11) default '0', `visitor_recc_minus` int(11) default '0', `expiry_type` char(1) NOT NULL default 'N', `expiry_value` varchar(32) NOT NULL default '', `recc_expiry_type` char(1) NOT NULL default 'N', `recc_expiry_value` varchar(32) NOT NULL default '', `last_voted` timestamp NULL default NULL, `last_voted_recc` timestamp NULL default NULL, `cmm_integration_std` char(1) default 'I', `cmm_integration_mur` char(1) default 'I', `cmm_integration_set` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_data_article` -- LOCK TABLES `wp_gdsr_data_article` WRITE; /*!40000 ALTER TABLE `wp_gdsr_data_article` DISABLE KEYS */; INSERT INTO `wp_gdsr_data_article` VALUES (106,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,8154,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(112,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,11865,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(97,'A','A','','','A','A','','','1',0,'0.0',0,'0.0','-1.0',NULL,1711,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(145,'A','A','','','A','A','','','1',0,'0.0',0,'0.0','-1.0',NULL,250,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(887,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,14,0,1,0,0,'N','','N','',NULL,'2011-02-22 17:14:44','I','I',0),(477,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,100,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(213,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,138,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(361,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,15,1,0,0,0,'N','','N','',NULL,'2011-02-22 17:15:14','I','I',0),(143,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,510,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(150,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,86,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(142,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,431,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(406,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,20,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(109,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,117,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(141,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,474,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(41,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,136,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(943,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,9,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(127,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,123,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(347,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(340,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(316,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(338,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,8,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(365,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(332,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(355,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(351,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(310,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(342,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(357,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(344,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(322,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(334,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(376,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(603,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,9,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(363,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(349,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(353,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(336,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(318,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(359,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(320,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,7,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(374,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(144,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,46,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(905,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,141,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(901,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(899,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(897,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(565,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,9,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(534,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(419,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(92,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(552,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,554,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(871,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,31,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(672,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,12,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(77,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,22,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(95,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(18,'A','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,75,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(38,'H','A','N','N','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,186,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(566,'A','A','N','N','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(661,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,51,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(46,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(211,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,87,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1055,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1057,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1072,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1074,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1076,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1078,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1080,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1082,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1084,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1086,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1088,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1092,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1094,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1096,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1098,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1100,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(934,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1226,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1126,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,11,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1134,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,29,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1140,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,22,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1147,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,40,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(172,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,50,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(82,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,9,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(916,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,47,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(873,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,28,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(876,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,20,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(906,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,8,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(907,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,34,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1167,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1165,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1178,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,85,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(40,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,36,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(436,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,24,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1196,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,22,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1206,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1211,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,11,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1195,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1215,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1217,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(591,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(422,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,11,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1127,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,11,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1128,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,26,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(56,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,24,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1252,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1255,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1257,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1259,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(466,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1269,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,35,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1275,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1277,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1279,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(433,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(125,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,8,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1230,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,67,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1226,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,24,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1225,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,10,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(153,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,133,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(863,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,139,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1378,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1385,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,9,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1391,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1550,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,26,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1567,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(86,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,9,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(498,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1629,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,23,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(123,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1636,'H','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1652,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,17,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1683,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1716,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,27,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(431,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,2,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1727,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,12,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1731,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1829,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,97,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1837,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,71,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1844,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,49,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1726,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1701,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1886,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,21,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1907,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,31,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1914,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1916,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,3,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1917,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,129,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1919,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,13,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1920,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,43,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1925,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1918,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,97,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1926,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1923,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1924,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,48,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1922,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1921,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,4,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1984,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,43,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(1999,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,5,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2002,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,39,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2006,'A','A','V','V','A','A','V','V','1',0,'0.0',0,'0.0','-1.0',NULL,47,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2058,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2060,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2062,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2064,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2066,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2068,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2070,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2074,'A','A','V','V','A','A','N','N','0',0,'0.0',0,'0.0','-1.0',NULL,24,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2073,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,1,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2087,'H','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,6,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0),(2245,'A','A','V','V','A','A','N','N','1',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,0,'N','','N','',NULL,NULL,'I','I',0); /*!40000 ALTER TABLE `wp_gdsr_data_article` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_data_category` -- DROP TABLE IF EXISTS `wp_gdsr_data_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_data_category` ( `category_id` int(11) unsigned NOT NULL default '0', `rules_articles` char(1) default '0', `rules_comments` char(1) default '0', `moderate_articles` char(1) default '0', `moderate_comments` char(1) default '0', `recc_rules_articles` char(1) default 'A', `recc_rules_comments` char(1) default 'A', `recc_moderate_articles` char(1) default 'N', `recc_moderate_comments` char(1) default 'N', `expiry_type` char(1) NOT NULL default 'N', `expiry_value` varchar(32) NOT NULL default '', `recc_expiry_type` char(1) NOT NULL default 'N', `recc_expiry_value` varchar(32) NOT NULL default '', `cmm_integration_std` char(1) default 'A', `cmm_integration_mur` char(1) default 'A', `cmm_integration_set` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_data_category` -- LOCK TABLES `wp_gdsr_data_category` WRITE; /*!40000 ALTER TABLE `wp_gdsr_data_category` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_data_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_data_comment` -- DROP TABLE IF EXISTS `wp_gdsr_data_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_data_comment` ( `comment_id` int(11) unsigned NOT NULL default '0', `post_id` int(11) default '-1', `is_locked` char(1) default '0', `user_voters` int(11) default '0', `user_votes` decimal(11,1) default '0.0', `visitor_voters` int(11) default '0', `visitor_votes` decimal(11,1) default '0.0', `review` decimal(3,1) default '-1.0', `review_text` varchar(255) default NULL, `user_recc_plus` int(11) default '0', `user_recc_minus` int(11) default '0', `visitor_recc_plus` int(11) default '0', `visitor_recc_minus` int(11) default '0', `last_voted` timestamp NULL default NULL, `last_voted_recc` timestamp NULL default NULL, PRIMARY KEY (`comment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_data_comment` -- LOCK TABLES `wp_gdsr_data_comment` WRITE; /*!40000 ALTER TABLE `wp_gdsr_data_comment` DISABLE KEYS */; INSERT INTO `wp_gdsr_data_comment` VALUES (5,887,'0',1,'5.0',0,'0.0','-1.0',NULL,0,0,0,0,'2011-02-22 17:33:26',NULL),(6,887,'0',1,'3.0',0,'0.0','-1.0',NULL,0,0,0,0,'2011-02-22 17:33:32',NULL),(3,419,'0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,NULL,NULL),(4,419,'0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,NULL,NULL),(7,1385,'0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,NULL,NULL),(9,1629,'0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,NULL,NULL),(10,905,'0',0,'0.0',0,'0.0','-1.0',NULL,0,0,0,0,NULL,NULL); /*!40000 ALTER TABLE `wp_gdsr_data_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_ips` -- DROP TABLE IF EXISTS `wp_gdsr_ips`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_ips` ( `id` int(11) unsigned NOT NULL auto_increment, `status` varchar(1) default 'B', `mode` varchar(1) default 'S', `ip` varchar(128) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_ips` -- LOCK TABLES `wp_gdsr_ips` WRITE; /*!40000 ALTER TABLE `wp_gdsr_ips` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_ips` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_moderate` -- DROP TABLE IF EXISTS `wp_gdsr_moderate`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_moderate` ( `record_id` int(11) NOT NULL auto_increment, `id` int(11) default NULL, `vote_type` varchar(10) default 'article', `multi_id` int(11) default '0', `user_id` int(11) default '0', `vote` int(11) default '0', `object` text NOT NULL, `voted` datetime default NULL, `ip` varchar(32) default NULL, `user_agent` varchar(255) default NULL, `comment_id` bigint(20) unsigned default '0', PRIMARY KEY (`record_id`), KEY `idx_id_mod` (`id`), KEY `idx_vote_mod` (`vote_type`), KEY `idx_multi_mod` (`multi_id`), KEY `idx_user_mod` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_moderate` -- LOCK TABLES `wp_gdsr_moderate` WRITE; /*!40000 ALTER TABLE `wp_gdsr_moderate` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_moderate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_multis` -- DROP TABLE IF EXISTS `wp_gdsr_multis`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_multis` ( `multi_id` int(10) unsigned NOT NULL auto_increment, `name` varchar(64) NOT NULL, `description` text NOT NULL, `stars` int(11) NOT NULL default '10', `object` text NOT NULL, `weight` text NOT NULL, `auto_insert` varchar(4) NOT NULL default 'no', `auto_location` varchar(8) NOT NULL default 'bottom', `auto_categories` text NOT NULL, `rules` char(1) default 'A', `moderate` char(1) default 'N', PRIMARY KEY (`multi_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_multis` -- LOCK TABLES `wp_gdsr_multis` WRITE; /*!40000 ALTER TABLE `wp_gdsr_multis` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_multis` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_multis_data` -- DROP TABLE IF EXISTS `wp_gdsr_multis_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_multis_data` ( `id` bigint(20) unsigned NOT NULL auto_increment, `post_id` int(11) NOT NULL, `multi_id` int(11) NOT NULL, `average_rating_users` decimal(3,1) NOT NULL default '0.0', `average_rating_visitors` decimal(3,1) NOT NULL default '0.0', `total_votes_users` int(11) NOT NULL default '0', `total_votes_visitors` int(11) NOT NULL default '0', `average_review` decimal(3,1) NOT NULL default '0.0', `last_voted` timestamp NULL default NULL, `rules` char(1) default 'A', `moderate` char(1) default 'N', `expiry_type` char(1) NOT NULL default 'N', `expiry_value` varchar(32) NOT NULL default '', PRIMARY KEY (`id`), KEY `post_id` (`post_id`), KEY `idx_post_mdt` (`post_id`), KEY `idx_multi_mdt` (`multi_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_multis_data` -- LOCK TABLES `wp_gdsr_multis_data` WRITE; /*!40000 ALTER TABLE `wp_gdsr_multis_data` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_multis_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_multis_trend` -- DROP TABLE IF EXISTS `wp_gdsr_multis_trend`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_multis_trend` ( `id` bigint(20) unsigned NOT NULL auto_increment, `post_id` int(11) NOT NULL, `multi_id` int(11) NOT NULL, `vote_date` varchar(10) default NULL, `average_rating_users` decimal(3,1) NOT NULL default '0.0', `average_rating_visitors` decimal(3,1) NOT NULL default '0.0', `total_votes_users` int(11) NOT NULL default '0', `total_votes_visitors` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `idx_post_mtt` (`post_id`), KEY `idx_multi_mtt` (`multi_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_multis_trend` -- LOCK TABLES `wp_gdsr_multis_trend` WRITE; /*!40000 ALTER TABLE `wp_gdsr_multis_trend` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_multis_trend` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_multis_values` -- DROP TABLE IF EXISTS `wp_gdsr_multis_values`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_multis_values` ( `id` bigint(20) unsigned NOT NULL, `source` varchar(3) NOT NULL default 'dta', `item_id` int(11) NOT NULL, `user_voters` int(11) default '0', `user_votes` decimal(11,1) default '0.0', `visitor_voters` int(11) default '0', `visitor_votes` decimal(11,1) default '0.0', KEY `id` (`id`), KEY `item_id` (`item_id`), KEY `source` (`source`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_multis_values` -- LOCK TABLES `wp_gdsr_multis_values` WRITE; /*!40000 ALTER TABLE `wp_gdsr_multis_values` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gdsr_multis_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_templates` -- DROP TABLE IF EXISTS `wp_gdsr_templates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_templates` ( `template_id` int(10) unsigned NOT NULL auto_increment, `section` varchar(3) NOT NULL, `name` varchar(128) NOT NULL, `description` text NOT NULL, `elements` text NOT NULL, `dependencies` text NOT NULL, `preinstalled` varchar(1) NOT NULL default '0', `default` varchar(1) NOT NULL default '1', PRIMARY KEY (`template_id`), KEY `idx_section_tpl` (`section`) ) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_templates` -- LOCK TABLES `wp_gdsr_templates` WRITE; /*!40000 ALTER TABLE `wp_gdsr_templates` DISABLE KEYS */; INSERT INTO `wp_gdsr_templates` VALUES (1,'EWV','Default Element Word Votes','','a:2:{s:8:\"singular\";s:4:\"vote\";s:6:\"plural\";s:5:\"votes\";}','','1','1'),(2,'ETR','Default Alternating Table Rows','','a:2:{s:3:\"odd\";s:7:\"row-odd\";s:4:\"even\";s:8:\"row-even\";}','','1','1'),(3,'SRT','Default Standard Rating Text','','a:4:{s:6:\"normal\";s:86:\"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)\";s:11:\"time_active\";s:183:\"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.\";s:11:\"time_closed\";s:130:\"<strong>Voting Closed.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)\";s:10:\"vote_saved\";s:99:\"<strong>Vote Saved.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong>\";}\r\n','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(4,'SRR','Default Standard Rating Results','','a:3:{s:6:\"header\";s:257:\"<table><thead><td class="title">Title</td><td class="votes">Votes</td><td class="rating">Rating</td><td class="rating">Review</td></thead><tbody>\";s:4:\"item\";s:317:\"<tr class="%TABLE_ROW_CLASS%"><td class="title"><a href="%PERMALINK%">%TITLE%</a></td><td class="votes">%VOTES%</td><td class="rating">%RATING%</td><td class="rating">%REVIEW%</td></tr>\";s:6:\"footer\";s:28:\"</tbody></table>\";}\r\n','a:2:{s:3:\"EWV\";s:1:\"1\";s:3:\"ETR\";s:1:\"2\";}','1','1'),(5,'CRT','Default Comments Rating Text','','a:2:{s:6:\"normal\";s:98:\"Rating: %CMM_RATING%/<strong>%MAX_CMM_RATING%</strong> (%CMM_VOTES% %WORD_VOTES% cast)\";s:10:\"vote_saved\";s:107:\"<strong>Vote Saved.</strong> Rating: %CMM_RATING%/<strong>%MAX_CMM_RATING%</strong>\";}\r\n','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(6,'SSB','Default Standard RSS Rating Block','','a:1:{s:6:\"normal\";s:146:\"<div>%RATING_STARS%</div><div>Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)</div>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(7,'CAR','Default Comments Aggregated Rating','','a:1:{s:6:\"normal\";s:11:\"%CMM_STARS%\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(8,'MRT','Default Multi Ratings Text','','a:4:{s:6:\"normal\";s:86:\"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)\";s:11:\"time_active\";s:183:\"Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.\";s:11:\"time_closed\";s:130:\"<strong>Voting Closed.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong> (%VOTES% %WORD_VOTES% cast)\";s:10:\"vote_saved\";s:99:\"<strong>Vote Saved.</strong> Rating: %RATING%/<strong>%MAX_RATING%</strong>\";}\r\n','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(9,'MRS','Default Multi Ratings Stars','','a:1:{s:4:\"item\";s:160:\"<tr class="mtrow %TABLE_ROW_CLASS%"><td>%ELEMENT_NAME%</td><td class="mtstars">%ELEMENT_STARS%</td></tr>\";}\r\n','a:1:{s:3:\"ETR\";s:1:\"2\";}','1','1'),(10,'SRB','Default Standard Rating Block','','a:1:{s:6:\"normal\";s:300:\"<div class="ratingblock %CSS_BLOCK%"><div class="ratingheader %CSS_HEADER%">%HEADER_TEXT%</div><div class="ratingstars %CSS_STARS%">%RATING_STARS%</div><div class="ratingtext %CSS_TEXT%">%RATING_TEXT%</div></div>\";}\r\n','a:1:{s:3:\"SRT\";s:1:\"3\";}','1','1'),(11,'CRB','Default Comments Rating Block','','a:1:{s:6:\"normal\";s:328:\"<div class="ratingblock %CMM_CSS_BLOCK%"><div class="ratingheader %CMM_CSS_HEADER%">%CMM_HEADER_TEXT%</div><div class="ratingstars %CMM_CSS_STARS%">%CMM_RATING_STARS%</div><div class="ratingtext %CMM_CSS_TEXT%">%CMM_RATING_TEXT%</div></div>\";}\r\n','a:1:{s:3:\"CRT\";s:1:\"5\";}','1','1'),(12,'MRB','Default Multi Rating Block','','a:1:{s:6:\"normal\";s:379:\"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%<tr class="gdtblbottom"><td colspan="2"><div style="float:left">%MUR_RATING_TEXT%</div><div style="float:right">%BUTTON%</div></td></tr></tbody></table>\";}','a:2:{s:3:\"MRT\";s:1:\"8\";s:3:\"MRS\";s:1:\"9\";}','1','1'),(13,'WSR','Default Widget Star Rating','','a:3:{s:6:\"header\";s:10:\"<ul>\";s:4:\"item\";s:117:\"<li>%STARS%<br/><a href="%PERMALINK%">%TITLE%</a> (%VOTES% %WORD_VOTES%)</li>\";s:6:\"footer\";s:11:\"</ul>\";}','a:2:{s:3:\"EWV\";s:1:\"1\";s:3:\"ETR\";s:1:\"2\";}','1','1'),(14,'WBR','Default Widget Blog Rating','','a:1:{s:6:\"normal\";s:272:\"<p class="trw-title">Average blog rating:</p><p class="trw-rating">%RATING%</p><p class="trw-footer"><strong>%VOTES%</strong> %WORD_VOTES% cast for <strong>%COUNT%</strong> posts</p>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(15,'WCR','Default Widget Comments Rating','','a:3:{s:6:\"header\";s:10:\"<ul>\";s:4:\"item\";s:138:\"<li><strong>%CMM_RATING%</strong> : [%AUTHOR_NAME%] <a href="%PERMALINK%">%COMMENT%</a></li>\";s:6:\"footer\";s:11:\"</ul>\";}','a:2:{s:3:\"EWV\";s:1:\"1\";s:3:\"ETR\";s:1:\"2\";}','1','1'),(16,'RSB','Default Standard Review Rating Block','','a:1:{s:6:\"normal\";s:67:\"<div class="%CSS_BLOCK%">%RATING_STARS%</div>\";}','','1','1'),(17,'RCB','Default Comments Review Rating Block','','a:1:{s:6:\"normal\";s:14:\"%RATING_STARS%\";}','','1','1'),(18,'ACR','Default Aggregated Comments Review Rating','','a:1:{s:6:\"normal\";s:11:\"%CMM_STARS%\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(19,'MRE','Default Multi Review Editor','','a:1:{s:6:\"normal\";s:155:\"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%</tbody></table>\";}','a:1:{s:3:\"MRS\";s:1:\"9\";}','1','1'),(20,'RMB','Default Multi Review Rating Block','','a:1:{s:6:\"normal\";s:155:\"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%</tbody></table>\";}','a:1:{s:3:\"MRS\";s:1:\"9\";}','1','1'),(21,'MRI','Default Multi Rating Integration','','a:1:{s:6:\"normal\";s:155:\"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%</tbody></table>\";}','a:1:{s:3:\"MRS\";s:1:\"9\";}','1','1'),(22,'MCR','Default Multi Rating Comment Integration Result','','a:1:{s:6:\"normal\";s:130:\"<div style="text-align: center"><p>%VOTES% %WORD_VOTES%</p><p>%AVG_RATING%</p></div>\";}','','1','1'),(23,'TAT','Default Thumbs Article Rating Text','','a:4:{s:6:\"normal\";s:73:\"Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)\";s:11:\"time_active\";s:170:\"Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.\";s:11:\"time_closed\";s:117:\"<strong>Voting Closed.</strong> Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)\";s:10:\"vote_saved\";s:90:\"<strong>Vote Saved.</strong> New Rating: <strong>%RATING%</strong>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(24,'TCT','Default Thumbs Comment Rating Text','','a:2:{s:6:\"normal\";s:73:\"Rating: <strong>%RATING%</strong> (from %VOTES% %WORD_VOTES%)\";s:10:\"vote_saved\";s:90:\"<strong>Vote Saved.</strong> New Rating: <strong>%RATING%</strong>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','1','1'),(25,'TAB','Default Thumbs Article Rating Block','','a:2:{s:8:\"inactive\";s:213:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>\";s:6:\"active\";s:213:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>\";}','a:1:{s:3:\"TAT\";s:2:\"23\";}','1','1'),(26,'TCB','Default Thumbs Comment Rating Block','','a:2:{s:8:\"inactive\";s:225:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>\";s:6:\"active\";s:225:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>\";}','a:1:{s:3:\"TCT\";s:2:\"24\";}','1','1'),(27,'WSR','Expanded Default Widget Star Rating','','a:3:{s:6:\"header\";s:10:\"<ul>\";s:4:\"item\";s:599:\"<li style="background: none"><div style="float: left; margin-right: 6px;"><a href="%PERMALINK%"><img alt="%TITLE%" src="%IMAGE%" width="38" height="38" /></a></div><div style="float: left;">%STARS%<div style="margin-top: 3px;"><strong style="color:red">%RATING%</strong> : <a href="%PERMALINK%">%TITLE%</a> (%VOTES% %WORD_VOTES%)</div></div><div style="clear: both"></div></li>\";s:6:\"footer\";s:11:\"</ul>\";}\r\n','a:2:{s:3:\"EWV\";s:1:\"1\";s:3:\"ETR\";s:1:\"2\";}','2','0'),(28,'WCR','Expanded Default Widget Comments Rating','','a:3:{s:6:\"header\";s:13:\"<table>\";s:4:\"item\";s:388:\"<tr><td valign="top"><a href="%AUTHOR_LINK%">%AUTHOR_AVATAR%</a></td><td valign="top">%CMM_STARS%<div style="margin-top: 3px;"><strong style="color:red">%CMM_RATING%</strong> : [%AUTHOR_NAME%] <a href="%PERMALINK%">%COMMENT%</a></div></td></tr>\";s:6:\"footer\";s:14:\"</table>\";}','a:2:{s:3:\"EWV\";s:1:\"1\";s:3:\"ETR\";s:1:\"2\";}','2','0'),(29,'WBR','Simplest Widget Blog Rating','','a:1:{s:6:\"normal\";s:56:\"<p class="trw-rating">%RATING%</p>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','2','0'),(30,'WBR','Alternative Widget Blog Rating','','a:1:{s:6:\"normal\";s:262:\"<p class="trw-title">Average rating:</p><p class="trw-rating">%RATING%</p><p class="trw-footer"><strong>%VOTES%</strong> %WORD_VOTES% for <strong>%COUNT%</strong> posts</p>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','2','0'),(31,'RMB','Expanded Multi Review Rating Block','','a:1:{s:6:\"normal\";s:267:\"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%<tr class="gdtblmuravg"><td colspan="2">%AVG_RATING_STARS%</td></tr></tbody></table>\";}','a:1:{s:3:\"MRS\";s:1:\"9\";}','2','0'),(32,'MRB','Expanded Multi Rating Block','','a:1:{s:6:\"normal\";s:491:\"<table class="gdmultitable" cellspacing="0" cellpadding="0"><tbody>%MUR_RATING_STARS%<tr class="gdtblbottom"><td colspan="2"><div style="float:left">%MUR_RATING_TEXT%</div><div style="float:right">%BUTTON%</div></td></tr><tr class="gdtblmuravg"><td colspan="2">%AVG_RATING_STARS%</td></tr></tbody></table>\";}','a:2:{s:3:\"MRT\";s:1:\"8\";s:3:\"MRS\";s:1:\"9\";}','2','0'),(33,'MRS','Expanded Multi Ratings Stars','','a:1:{s:4:\"item\";s:247:\"<tr class="mtrow %TABLE_ROW_CLASS%"><td class="mtname">%ELEMENT_NAME%</td><td class="mtstars">%ELEMENT_STARS%</td><td class="mtvalue">%ELEMENT_VALUE%</td></tr>\";}','a:1:{s:3:\"ETR\";s:1:\"2\";}','2','0'),(34,'TAB','Alter Thumbs Article Rating Block','','a:2:{s:8:\"inactive\";s:191:\"<div class="thumblock %CSS_BLOCK%"><div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>\";s:6:\"active\";s:213:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CSS_TEXT%">%THUMBS_TEXT%</div><div class="raterclear"></div></div>\";}','a:1:{s:3:\"TAT\";s:2:\"23\";}','2','0'),(35,'TCB','Alter Thumbs Comment Rating Block','','a:2:{s:8:\"inactive\";s:203:\"<div class="thumblock %CMM_CSS_BLOCK%"><div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>\";s:6:\"active\";s:225:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="ratingtext %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div><div class="raterclear"></div></div>\";}','a:1:{s:3:\"TCT\";s:2:\"24\";}','2','0'),(36,'TAT','Expanded Thumbs Article Rating Text','','a:4:{s:6:\"normal\";s:76:\"Score: <strong>%RATING%</strong><br />%VOTES% %WORD_VOTES%\";s:11:\"time_active\";s:173:\"Score: <strong>%RATING%</strong><br />%VOTES% %WORD_VOTES%<br />%TR_MONTHS% months, %TR_DAYS% days, %TR_HOURS% hours, %TR_MINUTES% minutes remaining.\";s:11:\"time_closed\";s:120:\"<strong>Voting Closed.</strong> Score: <strong>%RATING%</strong><br />%VOTES% %WORD_VOTES%\";s:10:\"vote_saved\";s:80:\"<strong>Saved.</strong> Score: <strong>%RATING%</strong>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','2','0'),(37,'TCT','Expanded Thumbs Comment Rating Text','','a:2:{s:6:\"normal\";s:65:\"Score: <strong>%RATING%</strong> %VOTES% %WORD_VOTES%\";s:10:\"vote_saved\";s:80:\"<strong>Saved.</strong> Score: <strong>%RATING%</strong>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','2','0'),(38,'TAB','Expanded Thumbs Article Rating Block','','a:2:{s:8:\"inactive\";s:212:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>\";s:6:\"active\";s:212:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>\";}','a:1:{s:3:\"TAT\";s:2:\"23\";}','2','0'),(39,'TCB','Expanded Thumbs Comment Rating Block','','a:2:{s:8:\"inactive\";s:224:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>\";s:6:\"active\";s:224:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%%THUMB_DOWN%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>\";}','a:1:{s:3:\"TCT\";s:2:\"24\";}','2','0'),(40,'SSB','Thumbs RSS Rating Block','','a:1:{s:6:\"normal\";s:103:\"<div>%RATING_STARS%</div><div>Score: %RATING% (%VOTES% %WORD_VOTES% cast)</div>\";}','a:1:{s:3:\"EWV\";s:1:\"1\";}','2','0'),(41,'WSR','Thumbs Widget Star Rating','','a:3:{s:6:\"header\";s:10:\"<ul>\";s:4:\"item\";s:146:\"<li>%THUMB% <strong>%RATING%</strong>: <a href="%PERMALINK%">%TITLE%</a> (%VOTES% %WORD_VOTES%)</li>\";s:6:\"footer\";s:11:\"</ul>\";}','a:2:{s:3:\"EWV\";s:1:\"1\";s:3:\"ETR\";s:1:\"2\";}','2','0'),(42,'TAB','Thumbs Up Only Article Rating Block','','a:2:{s:8:\"inactive\";s:200:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>\";s:6:\"active\";s:200:\"<div class="thumblock %CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CSS_TEXT%">%THUMBS_TEXT%</div></div>\";}','a:1:{s:3:\"TAT\";s:2:\"23\";}','2','0'),(43,'TCB','Thumbs Up Only Comment Rating Block','','a:2:{s:8:\"inactive\";s:212:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>\";s:6:\"active\";s:212:\"<div class="thumblock %CMM_CSS_BLOCK%">%THUMB_UP%<div class="raterclear"></div><div class="rtexthumb %CMM_CSS_TEXT%">%CMM_THUMBS_TEXT%</div></div>\";}','a:1:{s:3:\"TCT\";s:2:\"24\";}','2','0'),(44,'SRB','Inline Standard Ratings Block','','a:1:{s:6:\"normal\";s:306:\"<div class="ratingblock %CSS_BLOCK%"><div class="ratingheader %CSS_HEADER%">%HEADER_TEXT%</div><div class="ratingstarsinline %CSS_STARS%">%RATING_STARS%</div><div class="ratingtext %CSS_TEXT%">%RATING_TEXT%</div></div>\";}','a:1:{s:3:\"SRT\";s:1:\"3\";}','2','0'); /*!40000 ALTER TABLE `wp_gdsr_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_votes_log` -- DROP TABLE IF EXISTS `wp_gdsr_votes_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_votes_log` ( `record_id` int(11) NOT NULL auto_increment, `id` int(11) default NULL, `vote_type` varchar(10) default 'article', `multi_id` int(11) default '0', `user_id` int(11) default '0', `vote` int(11) default '0', `object` text NOT NULL, `voted` datetime default NULL, `ip` varchar(32) default NULL, `user_agent` varchar(255) default NULL, `comment_id` bigint(20) unsigned default '0', PRIMARY KEY (`record_id`), KEY `idx_id_log` (`id`), KEY `idx_vote_log` (`vote_type`), KEY `idx_multi_log` (`multi_id`), KEY `idx_user_log` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_votes_log` -- LOCK TABLES `wp_gdsr_votes_log` WRITE; /*!40000 ALTER TABLE `wp_gdsr_votes_log` DISABLE KEYS */; INSERT INTO `wp_gdsr_votes_log` VALUES (1,887,'artthumb',0,1,-1,'','2011-02-22 17:14:44','199.27.158.4','',0),(2,361,'artthumb',0,1,1,'','2011-02-22 17:15:14','199.27.158.4','',0),(3,5,'comment',0,1,5,'','2011-02-22 17:33:26','199.27.158.4','',0),(4,6,'comment',0,1,3,'','2011-02-22 17:33:32','199.27.158.4','',0); /*!40000 ALTER TABLE `wp_gdsr_votes_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gdsr_votes_trend` -- DROP TABLE IF EXISTS `wp_gdsr_votes_trend`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gdsr_votes_trend` ( `id` int(11) default NULL, `vote_type` varchar(10) default 'article', `user_voters` int(11) default '0', `user_votes` int(11) default '0', `visitor_voters` int(11) default '0', `visitor_votes` int(11) default '0', `vote_date` varchar(10) default NULL, KEY `idx_id_trd` (`id`), KEY `idx_vote_trd` (`vote_type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gdsr_votes_trend` -- LOCK TABLES `wp_gdsr_votes_trend` WRITE; /*!40000 ALTER TABLE `wp_gdsr_votes_trend` DISABLE KEYS */; INSERT INTO `wp_gdsr_votes_trend` VALUES (887,'artthumb',1,-1,0,0,'2011-02-22'),(361,'artthumb',1,1,0,0,'2011-02-22'),(5,'comment',1,5,0,0,'2011-02-22'),(6,'comment',1,3,0,0,'2011-02-22'); /*!40000 ALTER TABLE `wp_gdsr_votes_trend` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gwolle_gb_entries` -- DROP TABLE IF EXISTS `wp_gwolle_gb_entries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gwolle_gb_entries` ( `entry_id` int(10) NOT NULL auto_increment, `entry_author_name` text NOT NULL, `entry_authorAdminId` int(5) NOT NULL default '0', `entry_author_email` text NOT NULL, `entry_author_origin` text NOT NULL, `entry_author_website` text NOT NULL, `entry_author_ip` text NOT NULL, `entry_author_host` text NOT NULL, `entry_content` longtext NOT NULL, `entry_date` varchar(10) NOT NULL, `entry_isChecked` tinyint(1) NOT NULL, `entry_checkedBy` int(5) NOT NULL, `entry_isDeleted` varchar(1) NOT NULL default '0', `entry_isSpam` varchar(1) NOT NULL default '0', PRIMARY KEY (`entry_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gwolle_gb_entries` -- LOCK TABLES `wp_gwolle_gb_entries` WRITE; /*!40000 ALTER TABLE `wp_gwolle_gb_entries` DISABLE KEYS */; INSERT INTO `wp_gwolle_gb_entries` VALUES (1,'JJ Duckett',0,'mountain@dellcity.com','Timberon','','199.27.158.4','199.27.158.4','Great Site!','1294789919',1,1,'1','1'),(2,'Joe Johns',0,'Ticker@dellcity.com','Timberon','','199.27.158.4','199.27.158.4','Really a great site!','1295307725',0,0,'1','0'),(3,'balvant',0,'ahirb999@gmail.com','ahir','','113.193.206.1','113.193.206.1','surat','1304605578',0,0,'1','1'); /*!40000 ALTER TABLE `wp_gwolle_gb_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gwolle_gb_log` -- DROP TABLE IF EXISTS `wp_gwolle_gb_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gwolle_gb_log` ( `log_id` int(8) NOT NULL auto_increment, `log_subject` text NOT NULL, `log_subjectId` int(5) NOT NULL, `log_authorId` int(5) NOT NULL, `log_date` varchar(12) NOT NULL, PRIMARY KEY (`log_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gwolle_gb_log` -- LOCK TABLES `wp_gwolle_gb_log` WRITE; /*!40000 ALTER TABLE `wp_gwolle_gb_log` DISABLE KEYS */; INSERT INTO `wp_gwolle_gb_log` VALUES (1,'entry-checked',1,1,'1294790033'),(2,'entry-deleted',2,1,'1297457616'),(3,'entry-deleted',1,1,'1297457616'),(4,'marked-as-spam',3,1,'1304605959'); /*!40000 ALTER TABLE `wp_gwolle_gb_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_help_desk` -- DROP TABLE IF EXISTS `wp_help_desk`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_help_desk` ( `id` int(9) NOT NULL auto_increment, `user_id` int(9) NOT NULL, `subject` varchar(80) NOT NULL, `site` varchar(80) NOT NULL, `site_id` int(9) NOT NULL, `operator` varchar(80) default NULL, `operator_id` int(9) default NULL, `status` varchar(20) NOT NULL, `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `updated` timestamp NOT NULL default '0000-00-00 00:00:00', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_help_desk` -- LOCK TABLES `wp_help_desk` WRITE; /*!40000 ALTER TABLE `wp_help_desk` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_help_desk` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_help_desk_knowledgebase` -- DROP TABLE IF EXISTS `wp_help_desk_knowledgebase`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_help_desk_knowledgebase` ( `id` int(9) NOT NULL auto_increment, `subject` varchar(80) NOT NULL, `tags` varchar(255) NOT NULL, `content` text NOT NULL, `created` timestamp NOT NULL default CURRENT_TIMESTAMP, UNIQUE KEY `id` (`id`), FULLTEXT KEY `tags` (`tags`,`content`,`subject`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_help_desk_knowledgebase` -- LOCK TABLES `wp_help_desk_knowledgebase` WRITE; /*!40000 ALTER TABLE `wp_help_desk_knowledgebase` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_help_desk_knowledgebase` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_help_desk_ticket` -- DROP TABLE IF EXISTS `wp_help_desk_ticket`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_help_desk_ticket` ( `id` int(9) NOT NULL auto_increment, `ticket_id` int(9) NOT NULL, `user_id` int(9) NOT NULL, `user_name` varchar(100) NOT NULL, `user_level` int(9) NOT NULL, `message` text NOT NULL, `created` timestamp NOT NULL default CURRENT_TIMESTAMP, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_help_desk_ticket` -- LOCK TABLES `wp_help_desk_ticket` WRITE; /*!40000 ALTER TABLE `wp_help_desk_ticket` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_help_desk_ticket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_hyperboard_notes` -- DROP TABLE IF EXISTS `wp_hyperboard_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_hyperboard_notes` ( `id` int(10) unsigned NOT NULL auto_increment, `text` varchar(128) character set utf8 collate utf8_unicode_ci NOT NULL default '', `name` varchar(60) character set utf8 collate utf8_unicode_ci NOT NULL default '', `color` enum('yellow','blue','green') character set utf8 collate utf8_unicode_ci NOT NULL default 'yellow', `xyz` varchar(20) character set utf8 collate utf8_unicode_ci NOT NULL default '', `project` varchar(128) character set utf8 collate utf8_unicode_ci NOT NULL default '', `board` varchar(128) character set utf8 collate utf8_unicode_ci NOT NULL default '', `estimate` int(10) unsigned NOT NULL default '0', `timeleft` int(10) unsigned NOT NULL default '0', `dt` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_hyperboard_notes` -- LOCK TABLES `wp_hyperboard_notes` WRITE; /*!40000 ALTER TABLE `wp_hyperboard_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_hyperboard_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_information_reel` -- DROP TABLE IF EXISTS `wp_information_reel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_information_reel` ( `IR_id` int(11) NOT NULL auto_increment, `IR_path` text character set utf8 collate utf8_bin NOT NULL, `IR_link` text character set utf8 collate utf8_bin NOT NULL, `IR_target` varchar(50) NOT NULL, `IR_title` varchar(200) NOT NULL, `IR_desc` varchar(1024) NOT NULL, `IR_order` int(11) NOT NULL, `IR_status` varchar(10) NOT NULL, `IR_type` varchar(100) NOT NULL, `IR_date` int(11) NOT NULL, PRIMARY KEY (`IR_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_information_reel` -- LOCK TABLES `wp_information_reel` WRITE; /*!40000 ALTER TABLE `wp_information_reel` DISABLE KEYS */; INSERT INTO `wp_information_reel` VALUES (1,'http://www.gopiplus.com/work/wp-content/uploads/pluginimages/100x100/100x100_1.jpg','http://www.gopiplus.com/work/','_blank','Gopiplus.com','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s.',1,'YES','widget',0),(2,'http://www.gopiplus.com/work/wp-content/uploads/pluginimages/100x100/100x100_2.jpg','http://www.gopiplus.com/work/','_blank','Gopiplus.com','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s.',2,'YES','widget',0),(3,'http://www.gopiplus.com/work/wp-content/uploads/pluginimages/100x100/100x100_3.jpg','http://www.gopiplus.com/work/','_blank','Gopiplus.com','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s.',3,'YES','widget',0),(4,'http://www.gopiplus.com/work/wp-content/uploads/pluginimages/100x100/100x100_4.jpg','http://www.gopiplus.com/work/','_blank','Gopiplus.com','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s.',4,'YES','widget',0); /*!40000 ALTER TABLE `wp_information_reel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_k_note` -- DROP TABLE IF EXISTS `wp_k_note`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_k_note` ( `id` int(9) NOT NULL auto_increment, `note` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_k_note` -- LOCK TABLES `wp_k_note` WRITE; /*!40000 ALTER TABLE `wp_k_note` DISABLE KEYS */; INSERT INTO `wp_k_note` VALUES (1,'This is your first note. Congratz!'); /*!40000 ALTER TABLE `wp_k_note` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_kgp_logs` -- DROP TABLE IF EXISTS `wp_kgp_logs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_kgp_logs` ( `ID` int(11) NOT NULL auto_increment, `IP` varchar(100) NOT NULL, `time` bigint(20) NOT NULL, `name` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `attempt` varchar(100) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_kgp_logs` -- LOCK TABLES `wp_kgp_logs` WRITE; /*!40000 ALTER TABLE `wp_kgp_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_kgp_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_linkmeta` -- DROP TABLE IF EXISTS `wp_linkmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_linkmeta` ( `meta_id` bigint(20) NOT NULL auto_increment, `link_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), UNIQUE KEY `meta_id` (`meta_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_linkmeta` -- LOCK TABLES `wp_linkmeta` WRITE; /*!40000 ALTER TABLE `wp_linkmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_linkmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_menusplus` -- DROP TABLE IF EXISTS `wp_menusplus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_menusplus` ( `id` int(11) NOT NULL auto_increment, `wp_id` int(11) default NULL, `list_order` int(11) NOT NULL default '0', `type` text NOT NULL, `class` text, `url` text, `label` text, `children` text, `children_order` text, `children_order_dir` text, `menu_id` int(11) NOT NULL default '1', `target` text, `depth` int(11) NOT NULL default '0', `title` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_menusplus` -- LOCK TABLES `wp_menusplus` WRITE; /*!40000 ALTER TABLE `wp_menusplus` DISABLE KEYS */; INSERT INTO `wp_menusplus` VALUES (1,34,1,'cat','','','','true','name','ASC',1,'',0,''); /*!40000 ALTER TABLE `wp_menusplus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_menusplus_menus` -- DROP TABLE IF EXISTS `wp_menusplus_menus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_menusplus_menus` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) default NULL, `menu_title` text, `menu_description` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_menusplus_menus` -- LOCK TABLES `wp_menusplus_menus` WRITE; /*!40000 ALTER TABLE `wp_menusplus_menus` DISABLE KEYS */; INSERT INTO `wp_menusplus_menus` VALUES (1,NULL,'Default',NULL); /*!40000 ALTER TABLE `wp_menusplus_menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mt_plugin` -- DROP TABLE IF EXISTS `wp_mt_plugin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_mt_plugin` ( `mt_id` int(11) NOT NULL auto_increment, `mt_text` text character set utf8 collate utf8_bin NOT NULL, `mt_order` int(11) NOT NULL default '0', `mt_status` char(3) NOT NULL default 'No', `mt_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`mt_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_mt_plugin` -- LOCK TABLES `wp_mt_plugin` WRITE; /*!40000 ALTER TABLE `wp_mt_plugin` DISABLE KEYS */; INSERT INTO `wp_mt_plugin` VALUES (1,'This is sample text for message ticker.',1,'YES','0000-00-00 00:00:00'),(2,'Welcome to Timberon.Info... Your website in the Sacramento Mountains. Become a member today and enjoy all the benefits...',1,'YES','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `wp_mt_plugin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_my_calendar` -- DROP TABLE IF EXISTS `wp_my_calendar`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_my_calendar` ( `event_id` int(11) NOT NULL auto_increment, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(255) NOT NULL, `event_desc` text NOT NULL, `event_short` text NOT NULL, `event_open` int(3) default '2', `event_time` time default NULL, `event_endtime` time default NULL, `event_recur` char(1) default NULL, `event_repeats` int(3) default NULL, `event_status` int(1) NOT NULL default '1', `event_author` bigint(20) unsigned default NULL, `event_host` bigint(20) unsigned default NULL, `event_category` bigint(20) unsigned NOT NULL default '1', `event_link` text, `event_link_expires` tinyint(1) NOT NULL, `event_label` varchar(60) NOT NULL, `event_street` varchar(60) NOT NULL, `event_street2` varchar(60) NOT NULL, `event_city` varchar(60) NOT NULL, `event_state` varchar(60) NOT NULL, `event_postcode` varchar(10) NOT NULL, `event_country` varchar(60) NOT NULL, `event_longitude` float(10,6) NOT NULL default '0.000000', `event_latitude` float(10,6) NOT NULL default '0.000000', `event_zoom` int(2) NOT NULL default '14', `event_group` int(1) NOT NULL default '0', `event_approved` int(1) NOT NULL default '1', `event_region` varchar(255) NOT NULL, `event_flagged` int(1) NOT NULL default '0', PRIMARY KEY (`event_id`), KEY `event_recur` (`event_recur`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_my_calendar` -- LOCK TABLES `wp_my_calendar` WRITE; /*!40000 ALTER TABLE `wp_my_calendar` DISABLE KEYS */; INSERT INTO `wp_my_calendar` VALUES (9,'2011-05-13','2011-05-14','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,6,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(10,'2011-05-13','2011-05-14','Fly In (airplanes on airstrip)','','',2,'00:00:00','00:00:00','S',0,1,22,22,4,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(11,'2011-05-12','2011-05-14','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,9,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(12,'2011-05-14','2011-05-29','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(13,'2011-05-20','2011-05-29','re','','',2,'00:00:00','00:00:00','S',0,1,22,22,14,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(14,'2011-05-09','2011-05-15','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,11,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(15,'2011-05-01','2011-06-26','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,7,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(16,'2011-05-20','2011-05-21','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,17,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(17,'2011-05-27','2011-05-28','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,11,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(18,'2011-05-27','2011-05-27','Timberon Pool Opens','','',2,'12:00:00','17:00:00','S',0,1,22,22,4,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(19,'2011-04-29','2011-08-05','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,13,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(20,'2011-06-17','2011-06-18','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,11,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(21,'2011-06-15','2011-07-16','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,5,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(22,'2011-06-15','2011-06-22','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,8,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(23,'2011-06-17','2011-06-18','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,2,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(24,'2011-06-26','2011-07-23','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,10,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(25,'2011-06-26','2011-07-03','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,2,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(26,'2011-07-01','2011-07-03','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(27,'2011-07-01','2011-07-03','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,14,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(28,'2011-07-01','2011-07-03','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,11,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(29,'2011-07-13','2011-07-16','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(30,'2011-07-14','2011-07-16','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,14,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(31,'2011-07-14','2011-07-16','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,11,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(32,'2011-07-14','2011-07-16','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,5,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(33,'2011-07-14','2011-07-16','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,8,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(34,'2011-08-28','2011-09-04','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(35,'2011-09-15','2011-09-22','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,11,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(36,'2011-10-05','2011-10-09','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(37,'2011-10-14','2011-10-19','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(38,'2011-11-25','2011-11-30','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(39,'2011-12-02','2011-12-07','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(40,'2011-05-28','2011-05-28','Timberon Pool','','',2,'11:00:00','17:00:00','S',0,1,22,22,4,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(41,'2011-05-29','2011-05-29','Timberon Pool','','',2,'11:00:00','17:00:00','S',0,1,22,22,4,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(42,'2011-05-30','2011-05-30','Timberon Pool','','',2,'11:00:00','17:00:00','S',0,1,22,22,4,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(43,'2011-09-01','2011-12-31','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,16,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(44,'2011-06-16','2011-06-18','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,10,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0),(45,'2011-06-26','2011-06-28','reservation','','',2,'00:00:00','00:00:00','S',0,1,22,22,12,'',0,'','','','','','','',0.000000,0.000000,0,0,1,'',0); /*!40000 ALTER TABLE `wp_my_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_my_calendar_categories` -- DROP TABLE IF EXISTS `wp_my_calendar_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_my_calendar_categories` ( `category_id` int(11) NOT NULL auto_increment, `category_name` varchar(255) NOT NULL, `category_color` varchar(7) NOT NULL, `category_icon` varchar(128) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_my_calendar_categories` -- LOCK TABLES `wp_my_calendar_categories` WRITE; /*!40000 ALTER TABLE `wp_my_calendar_categories` DISABLE KEYS */; INSERT INTO `wp_my_calendar_categories` VALUES (1,'General','#ffffff','event.png'),(2,'Carson Cabin','#','meeting.png'),(4,'Around the Mountain','#','meeting.png'),(5,'Casa Sacramento A','#','meeting.png'),(6,'Casa Sacramento C','#','meeting.png'),(7,'Casa Sacramento D','#','meeting.png'),(8,'Casa Sacramento E','#','meeting.png'),(9,'Red Barn','#','meeting.png'),(10,'Doll House','#','meeting.png'),(11,'Abbott Log Cabin','#','meeting.png'),(12,'Casa Coconino','#','meeting.png'),(13,'Mirias Hide-a-Way','#','meeting.png'),(14,'Miller Cabin','#','meeting.png'),(15,'Whiting Cabin','#','meeting.png'),(16,'Tonto Cabin','#','meeting.png'),(17,'Builtas Cabin','#','meeting.png'); /*!40000 ALTER TABLE `wp_my_calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_my_calendar_locations` -- DROP TABLE IF EXISTS `wp_my_calendar_locations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_my_calendar_locations` ( `location_id` int(11) NOT NULL auto_increment, `location_label` varchar(60) NOT NULL, `location_street` varchar(60) NOT NULL, `location_street2` varchar(60) NOT NULL, `location_city` varchar(60) NOT NULL, `location_state` varchar(60) NOT NULL, `location_postcode` varchar(10) NOT NULL, `location_country` varchar(60) NOT NULL, `location_longitude` float(10,6) NOT NULL default '0.000000', `location_latitude` float(10,6) NOT NULL default '0.000000', `location_zoom` int(2) NOT NULL default '14', `location_region` varchar(255) NOT NULL, PRIMARY KEY (`location_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_my_calendar_locations` -- LOCK TABLES `wp_my_calendar_locations` WRITE; /*!40000 ALTER TABLE `wp_my_calendar_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_my_calendar_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_news_announcement` -- DROP TABLE IF EXISTS `wp_news_announcement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_news_announcement` ( `gNews_id` int(11) NOT NULL auto_increment, `gNews_text` text character set utf8 collate utf8_bin NOT NULL, `gNews_order` int(11) NOT NULL default '0', `gNews_status` char(3) NOT NULL default 'No', `gNews_date` datetime NOT NULL default '0000-00-00 00:00:00', `gNews_expiration` date NOT NULL, PRIMARY KEY (`gNews_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_news_announcement` -- LOCK TABLES `wp_news_announcement` WRITE; /*!40000 ALTER TABLE `wp_news_announcement` DISABLE KEYS */; INSERT INTO `wp_news_announcement` VALUES (1,'Due to increased fire danger on public lands in Southeastern New Mexico, the decision has been made to enact Stage 2 Fire Restrictions on the Lincoln National Forest. The Stage 2 Fire Restrictions for the Lincoln National Forest begin on Thursday, April 7, 2011, at 8:00 a.m.

“The 2011 Fire Season is coming into focus as temperatures increase and winds continue to dry out the vegetation. Our concerns and priorities are for public and firefighter safety during elevated fire danger” said Chad Stewart, Lincoln National Forest Fire Staff Officer. “With Stage II fire restrictions in place, along with everyone’s help, we can reduce the threat of fire here in southern New Mexico.”

Stage 2 Fire Restrictions include prohibition of:

- Building, maintaining, attending or using a fire, campfire or stove fire, including charcoal fires, unless within a Forest Service developed recreational site where fire rings and grills are provided. This use is limited to campgrounds that are open to the public with a campground host present. Please contact the local unit in order to determine campground scheduling.
- Smoking is limited to an enclosed vehicle or a smoking approved building.
- Possessing, discharging or using any kind of firework or other pyrotechnic device.
- Welding, or operating acetylene or other torch with open flame.
- Operating or using any internal or external combustion engine without a spark arresting device properly installed, maintained, and in effective working order meeting either the Department of Agriculture, Forest Service Standard 5100-1a; or Appropriate Society of Automotive Engineers (SAE recommended practice J335 (b) and J350 (a); 36 C.R.R. § 261.52(j).
- Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
- People are allowed to use pressurized liquid or gas stoves, lanterns, or space-heating devices provided such devices meet the Underwriters Laboratory (UL) specifications for safety.

As always, fireworks are prohibited on all National Forest System lands.

For specific information on a particular area, please contact your local Lincoln National Forest or any National Forest office. KNOW BEFORE YOU GO. For current fire restriction information on public lands in the southwest, please call 1-877-864-6985.

For additional information on Lincoln National Forest restrictions, please contact the Smokey Bear Ranger District Office at (575) 257-4095; the Sacramento Ranger District Office at (575) 682-2551, and the Guadalupe Ranger District Office at (575) 885-4181, Monday through Friday, 7:30 a.m. to 4:30 p.m.

To contact New Mexico State Forestry, please call (505) 476-3336, open Monday through Friday, 7:30 a.m. to 4:30 p.m.

To report a fire, call (575) 434-2286 or toll free 1-877-695-1663.
',1,'Yes','2011-05-04 07:27:23','0000-00-00'); /*!40000 ALTER TABLE `wp_news_announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsslider` -- DROP TABLE IF EXISTS `wp_newsslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsslider` ( `id_message` mediumint(9) NOT NULL auto_increment, `message_date` date NOT NULL, `message_title` text NOT NULL, `message_link` text NOT NULL, UNIQUE KEY `id_message` (`id_message`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsslider` -- LOCK TABLES `wp_newsslider` WRITE; /*!40000 ALTER TABLE `wp_newsslider` DISABLE KEYS */; INSERT INTO `wp_newsslider` VALUES (1,'2011-05-16','\r\n\r\n\r\n\r\n\r\n\r\n
Advertisement
\r\n \r\n
\r\n

Timberon Rentals

\r\n\r\nWe are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact Kevin & Shantel Keune at 575-987-2201.','http://www.timberon.info/blog'),(2,'2011-05-16','You can now show your news header in your blog ','http://www.timberon.info/blog'); /*!40000 ALTER TABLE `wp_newsslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_album` -- DROP TABLE IF EXISTS `wp_ngg_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_album` ( `id` bigint(20) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `previewpic` bigint(20) NOT NULL default '0', `albumdesc` mediumtext, `sortorder` longtext NOT NULL, `pageid` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_album` -- LOCK TABLES `wp_ngg_album` WRITE; /*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */; INSERT INTO `wp_ngg_album` VALUES (1,'Timberon','timberon',15,'','a:15:{i:0;s:1:\"1\";i:1;s:1:\"3\";i:2;s:1:\"5\";i:3;s:2:\"16\";i:4;s:2:\"14\";i:5;s:2:\"15\";i:6;s:2:\"12\";i:7;s:1:\"4\";i:8;s:2:\"13\";i:9;s:2:\"11\";i:10;s:1:\"6\";i:11;s:1:\"7\";i:12;s:2:\"10\";i:13;s:1:\"9\";i:14;s:1:\"8\";}',38),(3,'Articles','articles',0,'','a:1:{i:0;s:2:\"18\";}',0),(4,'Members','members',0,'','a:1:{i:0;s:2:\"19\";}',0),(5,'Timberon Rentals','timberon-rentals',0,'','a:4:{i:0;s:2:\"20\";i:1;s:2:\"22\";i:2;s:2:\"23\";i:3;s:2:\"24\";}',0),(6,'Ads','ads',0,'','a:2:{i:0;s:2:\"a6\";i:1;s:2:\"21\";}',0); /*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_gallery` -- DROP TABLE IF EXISTS `wp_ngg_gallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_gallery` ( `gid` bigint(20) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `path` mediumtext, `title` mediumtext, `galdesc` mediumtext, `pageid` bigint(20) NOT NULL default '0', `previewpic` bigint(20) NOT NULL default '0', `author` bigint(20) NOT NULL default '0', PRIMARY KEY (`gid`) ) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_gallery` -- LOCK TABLES `wp_ngg_gallery` WRITE; /*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */; INSERT INTO `wp_ngg_gallery` VALUES (1,'exploring','exploring-august-2000-2','wp-content/gallery/exploring','Exploring August 2000','',0,16,1),(3,'bill-davis-photos','bill-davis-photos','wp-content/gallery/bill-davis-photos','Bill Davis Photos','Some black and white photos of people and places in Timberon during the 1980s. They were taken by the late Bill Davis when he was the Publisher and Editor of the Timberon News. Maybe you, or someone you know, is in these photos... more old photos are coming soon! ',0,26,1),(4,'newly-uploaded-photos','newly-uploaded-photos-2','wp-content/gallery/newly-uploaded-photos','Newly Uploaded Photos','',0,0,1),(5,'kathlen-anderson-photos','anderson-photos-2','wp-content/gallery/kathlen-anderson-photos','Anderson Photos','Photos of the early days of Timberon. Kathleen Anderson sold land here in 1974 and 1975.\r\n\\"Timberon will always remain in my heart... one of the best places on the planet...\\" Kathleen Anderson.\r\n',0,109,1),(6,'more-timberon','more-timberon','wp-content/gallery/more-timberon','More Timberon','',0,202,1),(23,'red-barn','tr-red-barn','wp-content/gallery/red-barn','TR - Red Barn','',0,849,1),(8,'historical-photos','historical-photos-2','wp-content/gallery/historical-photos','Historical Photos','',0,0,1),(22,'doll-house','tr-doll-house','wp-content/gallery/doll-house','TR - Doll House','',0,845,1),(9,'exploring-august-2001','exploring-august-2001','wp-content/gallery/exploring-august-2001','Exploring August 2001','',123,601,1),(10,'exploring-october-2000','exploring-october-2000','wp-content/gallery/exploring-october-2000','Exploring October 2000','',125,621,1),(11,'exploring-september-2000','exploring-september-2000-2','wp-content/gallery/exploring-september-2000','Exploring September 2000','',127,648,1),(12,'fall-2000-photos','fall-2000-photos-2','wp-content/gallery/fall-2000-photos','Fall 2000 Photos','',141,669,1),(13,'scot-able-fire-photos','scot-able-fire-photos','wp-content/gallery/scot-able-fire-photos','Scot Able Fire Photos','',142,699,1),(14,'forest-photos','forest-photos','wp-content/gallery/forest-photos','Forest Photos','',143,732,1),(15,'looking-off-mountain','looking-off-mountain-2','wp-content/gallery/looking-off-mountain','Looking Off Mountain','',144,745,1),(16,'patterson-photos','patterson-photos','wp-content/gallery/patterson-photos','Patterson Photos','',145,765,1),(18,'history','history-articles','wp-content/gallery/history','History Articles','',0,776,1),(19,'mountain','mountain','wp-content/gallery/mountain','Mountain','',0,779,18),(20,'carson-cabin','tr-carson-cabin','wp-content/gallery/carson-cabin','TR - Carson Cabin','',0,787,1),(21,'natural-light','natural-light','wp-content/gallery/natural-light','Natural Light','',0,790,1),(24,'abbott','tr-abbott-log-cabin','wp-content/gallery/abbott','TR - Abbott Log Cabin','',0,860,1),(25,'tr-casa-coconino','tr-casa-coconino','wp-content/gallery/tr-casa-coconino','TR - Casa Coconino','',0,869,1),(26,'tr-mirias-hideaway','tr-mirias-hideaway-2','wp-content/gallery/tr-mirias-hideaway','TR - Mirias Hideaway','',0,871,1),(27,'tr-miller-cabin','tr-miller-cabin','wp-content/gallery/tr-miller-cabin','TR - Miller Cabin','',0,895,1),(28,'tr-whiting-cabin','tr-whiting-cabin','wp-content/gallery/tr-whiting-cabin','TR - Whiting Cabin','',0,901,1),(29,'tr-casa-sacramento-apt-a','tr-casa-sacramento-apt-a-2','wp-content/gallery/tr-casa-sacramento-apt-a','TR - Casa Sacramento Apt A','',0,905,1),(30,'tr-casa-sacramento-apt-c','tr-casa-sacramento-apt-c','wp-content/gallery/tr-casa-sacramento-apt-c','TR - Casa Sacramento Apt C','',0,918,1),(31,'tr-casa-sacramento-apt-d','tr-casa-sacramento-apt-d','wp-content/gallery/tr-casa-sacramento-apt-d','TR - Casa Sacramento Apt D','',0,923,1),(32,'tr-casa-sacramento-apt-e','tr-casa-sacramento-apt-e','wp-content/gallery/tr-casa-sacramento-apt-e','TR - Casa Sacramento Apt E','',0,926,1),(33,'tr-casa-sacramento','tr-casa-sacramento','wp-content/gallery/tr-casa-sacramento','TR - Casa Sacramento','',0,927,1),(34,'tonto-cabin','tr-tonto-cabin','wp-content/gallery/tonto-cabin','TR - Tonto Cabin','',0,932,1),(35,'tr-builtas-cabin','tr-builtas-cabin','wp-content/gallery/tr-builtas-cabin','TR - Builtas Cabin','',0,945,1); /*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_pictures` -- DROP TABLE IF EXISTS `wp_ngg_pictures`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_pictures` ( `pid` bigint(20) NOT NULL auto_increment, `image_slug` varchar(255) NOT NULL, `post_id` bigint(20) NOT NULL default '0', `galleryid` bigint(20) NOT NULL default '0', `filename` varchar(255) NOT NULL, `description` mediumtext, `alttext` mediumtext, `imagedate` datetime NOT NULL default '0000-00-00 00:00:00', `exclude` tinyint(4) default '0', `sortorder` bigint(20) NOT NULL default '0', `meta_data` longtext, PRIMARY KEY (`pid`), KEY `post_id` (`post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=957 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_pictures` -- LOCK TABLES `wp_ngg_pictures` WRITE; /*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */; INSERT INTO `wp_ngg_pictures` VALUES (1,'001-2',0,1,'001.jpg','','001','2011-01-10 21:37:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(2,'002-2',0,1,'002.jpg','','002','2011-01-10 21:37:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(3,'003-2',0,1,'003.jpg','','003','2011-01-10 21:37:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(4,'004-2',0,1,'004.jpg','','004','2011-01-10 21:37:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(5,'005-2',0,1,'005.jpg','','005','2011-01-10 21:37:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(6,'006-2',0,1,'006.jpg','','006','2011-01-10 21:37:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(7,'007-2',0,1,'007.jpg','','007','2011-01-10 21:37:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(8,'008-2',0,1,'008.jpg','','008','2011-01-10 21:37:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(9,'009-2',0,1,'009.jpg','','009','2011-01-10 21:37:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(10,'010-2',0,1,'010.jpg','','010','2011-01-10 21:37:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(11,'011-2',0,1,'011.jpg','','011','2011-01-10 21:37:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(12,'012-2',0,1,'012.jpg','','012','2011-01-10 21:37:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(13,'013-2',0,1,'013.jpg','','013','2011-01-10 21:37:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(14,'014-2',0,1,'014.jpg','','014','2011-01-10 21:37:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(15,'015-2',0,1,'015.jpg','','015','2011-01-10 21:37:31',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(16,'016-2',0,1,'016.jpg','','016','2011-01-10 21:37:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(27,'006',0,3,'006.jpg','','006','2011-01-14 21:29:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:298;s:6:\"height\";i:227;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(26,'004',0,3,'004.jpg','','004','2011-01-14 21:23:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:227;s:6:\"height\";i:296;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(24,'002',0,3,'002.jpg','','002','2011-01-14 21:23:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:319;s:6:\"height\";i:205;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(25,'003',0,3,'003.jpg','','003','2011-01-14 21:23:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:292;s:6:\"height\";i:227;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(22,'005',0,3,'005.jpg','','005','2011-01-14 21:23:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:208;s:6:\"height\";i:315;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(23,'001',0,3,'001.jpg','','001','2011-01-14 21:23:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:325;s:6:\"height\";i:228;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(28,'007',0,3,'007.jpg','','007','2011-01-14 21:29:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:313;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(29,'008',0,3,'008.jpg','','008','2011-01-14 21:29:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:262;s:6:\"height\";i:213;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(30,'009',0,3,'009.jpg','','009','2011-01-14 21:29:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:365;s:6:\"height\";i:263;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(31,'010',0,3,'010.jpg','','010','2011-01-14 21:29:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:215;s:6:\"height\";i:200;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(32,'011',0,3,'011.jpg','','011','2011-01-14 21:29:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:315;s:6:\"height\";i:232;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(33,'012',0,3,'012.jpg','','012','2011-01-14 21:29:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:244;s:6:\"height\";i:219;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(34,'013',0,3,'013.jpg','','013','2011-01-14 21:29:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:310;s:6:\"height\";i:238;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(35,'014',0,3,'014.jpg','','014','2011-01-14 21:29:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:273;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(36,'015',0,3,'015.jpg','','015','2011-01-14 21:29:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:213;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(37,'016',0,3,'016.jpg','','016','2011-01-14 21:29:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:321;s:6:\"height\";i:186;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(38,'017',0,3,'017.jpg','','017','2011-01-14 21:29:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:500;s:6:\"height\";i:265;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(39,'018',0,3,'018.jpg','','018','2011-01-14 21:29:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:240;s:6:\"height\";i:217;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(40,'019',0,3,'019.jpg','','019','2011-01-14 21:29:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:310;s:6:\"height\";i:228;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(41,'020',0,3,'020.jpg','','020','2011-01-14 21:29:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:327;s:6:\"height\";i:227;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(42,'021',0,3,'021.jpg','','021','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:233;s:6:\"height\";i:219;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(43,'022',0,3,'022.jpg','','022','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:289;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(44,'023',0,3,'023.jpg','','023','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:213;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(45,'024',0,3,'024.jpg','','024','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:237;s:6:\"height\";i:211;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(46,'025',0,3,'025.jpg','','025','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:200;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(47,'026',0,3,'026.jpg','','026','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:198;s:6:\"height\";i:227;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(48,'027',0,3,'027.jpg','','027','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:308;s:6:\"height\";i:221;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(49,'028',0,3,'028.jpg','','028','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:319;s:6:\"height\";i:221;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(50,'029',0,3,'029.jpg','','029','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:490;s:6:\"height\";i:451;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(51,'030',0,3,'030.jpg','','030','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:557;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(52,'031',0,3,'031.jpg','','031','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:313;s:6:\"height\";i:221;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(53,'032',0,3,'032.jpg','','032','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:321;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(54,'033',0,3,'033.jpg','','033','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:221;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(55,'034',0,3,'034.jpg','','034','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:319;s:6:\"height\";i:232;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(56,'035',0,3,'035.jpg','','035','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:557;s:6:\"height\";i:192;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(57,'036',0,3,'036.jpg','','036','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:319;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(58,'037',0,3,'037.jpg','','037','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:319;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(59,'038',0,3,'038.jpg','','038','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:283;s:6:\"height\";i:219;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(60,'039',0,3,'039.jpg','','039','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:211;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(61,'040',0,3,'040.jpg','','040','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:232;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(62,'041',0,3,'041.jpg','','041','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:254;s:6:\"height\";i:150;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(63,'042',0,3,'042.jpg','','042','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:323;s:6:\"height\";i:188;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(64,'043',0,3,'043.jpg','','043','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:211;s:6:\"height\";i:313;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(65,'044',0,3,'044.jpg','','044','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:323;s:6:\"height\";i:219;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(66,'045',0,3,'045.jpg','','045','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:310;s:6:\"height\";i:221;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(67,'046',0,3,'046.jpg','','046','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:177;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(68,'047',0,3,'047.jpg','','047','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:308;s:6:\"height\";i:209;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(69,'048',0,3,'048.jpg','','048','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:217;s:6:\"height\";i:202;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(70,'049',0,3,'049.jpg','','049','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:317;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(71,'050',0,3,'050.jpg','','050','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:354;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(72,'051',0,3,'051.jpg','','051','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:319;s:6:\"height\";i:204;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(73,'052',0,3,'052.jpg','','052','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:230;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(74,'053',0,3,'053.jpg','','053','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:317;s:6:\"height\";i:219;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(75,'054',0,3,'054.jpg','','054','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:388;s:6:\"height\";i:275;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(76,'055',0,3,'055.jpg','','055','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:325;s:6:\"height\";i:228;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(77,'056',0,3,'056.jpg','','056','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:313;s:6:\"height\";i:205;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(78,'057',0,3,'057.jpg','','057','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:377;s:6:\"height\";i:196;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(79,'058',0,3,'058.jpg','','058','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:236;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(80,'059',0,3,'059.jpg','','059','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:327;s:6:\"height\";i:211;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(81,'060',0,3,'060.jpg','','060','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:212;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(82,'061',0,3,'061.jpg','','061','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:325;s:6:\"height\";i:219;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(83,'062',0,3,'062.jpg','','062','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:317;s:6:\"height\";i:217;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(84,'063',0,3,'063.jpg','','063','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:258;s:6:\"height\";i:242;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(85,'064',0,3,'064.jpg','','064','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:359;s:6:\"height\";i:263;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(86,'065',0,3,'065.jpg','','065','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:313;s:6:\"height\";i:202;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(87,'066',0,3,'066.jpg','','066','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:325;s:6:\"height\";i:214;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(88,'067',0,3,'067.jpg','','067','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:317;s:6:\"height\";i:226;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(89,'068',0,3,'068.jpg','','068','2008-06-22 07:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:568;s:6:\"height\";i:424;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(90,'069',0,3,'069.jpg','','069','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:239;s:6:\"height\";i:267;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(91,'070',0,3,'070.jpg','','070','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:444;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(92,'071',0,3,'071.jpg','','071','2008-06-22 07:11:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:531;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(93,'001-3',0,5,'001.jpg','','001','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(94,'002-3',0,5,'002.jpg','','002','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(95,'003-3',0,5,'003.jpg','','003','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(96,'004-3',0,5,'004.jpg','','004','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:264;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(97,'005-3',0,5,'005.jpg','','005','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:264;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(98,'006-3',0,5,'006.jpg','','006','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:397;s:6:\"height\";i:257;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(99,'007-3',0,5,'007.jpg','','007','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:397;s:6:\"height\";i:257;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(100,'008-3',0,5,'008.jpg','','008','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:256;s:6:\"height\";i:383;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(101,'009-3',0,5,'009.jpg','','009','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:256;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(102,'010-3',0,5,'010.jpg','','010','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(103,'011-3',0,5,'011.jpg','','011','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(104,'012-3',0,5,'012.jpg','','012','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:257;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(105,'013-3',0,5,'013.jpg','','013','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:383;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(106,'014-3',0,5,'014.jpg','','014','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(107,'015-3',0,5,'015.jpg','','015','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:262;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(108,'016-3',0,5,'016.jpg','','016','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:262;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(109,'017-2',0,5,'017.jpg','','017','2008-06-22 07:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:383;s:6:\"height\";i:245;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(872,'guest_bathroom',0,26,'guest_bathroom.jpg','','guest_bathroom','2007-04-06 19:26:31',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 7:26 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(871,'fireplace',0,26,'fireplace.jpg','','fireplace','2007-04-06 18:37:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:37 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(870,'dining_room',0,26,'dining_room.jpg','','dining_room','2007-04-06 18:35:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:35 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(869,'utility',0,25,'utility.jpg','','utility','2010-03-16 13:09:55',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:09 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(868,'third-br',0,25,'third-br.jpg','','third-br','2010-03-16 13:07:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:07 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(867,'second-br',0,25,'second-br.jpg','','second-br','2010-03-16 13:06:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:06 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(866,'master-br',0,25,'master-br.jpg','','master-br','2010-03-16 13:08:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:08 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(865,'master-bath',0,25,'master-bath.jpg','','master-bath','2010-03-16 13:09:17',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:09 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(863,'kitchen-3',0,25,'kitchen.jpg','','kitchen','2010-03-16 13:07:59',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:07 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(862,'extra-bath',0,25,'extra-bath.jpg','','extra-bath','2010-03-16 13:07:44',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:07 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(861,'den-and-dining-rom',0,25,'den-and-dining-rom.jpg','','den-and-dining-rom','2010-03-16 13:07:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:07 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(860,'third-bathroom',0,24,'third-bathroom.jpg','','third-bathroom','2011-05-08 18:11:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(859,'partial-kitchen',0,24,'partial-kitchen.jpg','','partial-kitchen','2011-05-08 18:11:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(858,'master-bedroom-and-bath',0,24,'master-bedroom-and-bath.jpg','','master-bedroom-and-bath','2011-05-08 18:11:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(857,'loft',0,24,'loft.jpg','','loft','2011-05-08 18:11:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(856,'living-room',0,24,'living-room.jpg','','living-room','2011-05-08 18:11:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(855,'kitchen-2',0,24,'kitchen.jpg','','kitchen','2011-05-08 18:11:31',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(854,'front-bedroom',0,24,'front-bedroom.jpg','','front-bedroom','2011-05-08 18:11:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(853,'front-bathroom',0,24,'front-bathroom.jpg','','front-bathroom','2011-05-08 18:11:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(852,'den',0,24,'den.jpg','','den','2011-05-08 18:11:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(851,'back-bedroom',0,24,'back-bedroom.jpg','','back-bedroom','2011-05-08 18:11:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(850,'abbott-log-cabin',0,24,'abbott-log-cabin.jpg','','abbott-log-cabin','2011-05-08 18:11:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(849,'kitchen-other',0,23,'kitchen-other.jpg','','kitchen-other','2010-03-18 11:01:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:01 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(848,'kitchen',0,23,'kitchen.jpg','','kitchen','2010-03-18 11:01:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:01 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(847,'bedroom',0,23,'bedroom.jpg','','bedroom','2010-03-18 11:01:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:01 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(846,'bathroom',0,23,'bathroom.jpg','','bathroom','2010-03-18 11:02:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:02 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(843,'137_36',0,22,'137_36.jpg','','137_36','2011-05-08 18:01:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(842,'137_32',0,22,'137_32.jpg','','137_32','2011-05-08 18:01:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(841,'137_31',0,22,'137_31.jpg','','137_31','2011-05-08 18:01:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(840,'137_30',0,22,'137_30.jpg','','137_30','2011-05-08 18:01:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(839,'137_29',0,22,'137_29.jpg','','137_29','2011-05-08 18:01:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(864,'living-room-2',0,25,'living-room.jpg','','living-room','2010-03-16 13:10:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 16, 2010 1:10 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(845,'137_38',0,22,'137_38.jpg','','137_38','2011-05-08 18:01:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(844,'137_37',0,22,'137_37.jpg','','137_37','2011-05-08 18:01:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(838,'137_28',0,22,'137_28.jpg','','137_28','2011-05-08 18:01:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(153,'001-5',0,6,'001.jpg','','001','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(154,'002-5',0,6,'002.jpg','','002','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(155,'003-5',0,6,'003.jpg','','003','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(156,'004-5',0,6,'004.jpg','','004','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(157,'005-5',0,6,'005.jpg','','005','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(158,'006-5',0,6,'006.jpg','','006','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(159,'007-5',0,6,'007.jpg','','007','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(160,'008-5',0,6,'008.jpg','','008','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(161,'009-5',0,6,'009.jpg','','009','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:342;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(162,'010-5',0,6,'010.jpg','','010','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(163,'011-5',0,6,'011.jpg','','011','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(164,'012-5',0,6,'012.jpg','','012','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(165,'013-5',0,6,'013.jpg','','013','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(166,'014-5',0,6,'014.jpg','','014','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(167,'015-5',0,6,'015.jpg','','015','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(168,'016-5',0,6,'016.jpg','','016','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(169,'017-4',0,6,'017.jpg','','017','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(170,'018-3',0,6,'018.jpg','','018','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(171,'019-3',0,6,'019.jpg','','019','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(172,'020-3',0,6,'020.jpg','','020','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(173,'021-3',0,6,'021.jpg','','021','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(174,'022-3',0,6,'022.jpg','','022','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(175,'023-3',0,6,'023.jpg','','023','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(176,'024-3',0,6,'024.jpg','','024','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(177,'025-3',0,6,'025.jpg','','025','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(178,'026-3',0,6,'026.jpg','','026','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(179,'027-3',0,6,'027.jpg','','027','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(180,'028-3',0,6,'028.jpg','','028','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(181,'029-3',0,6,'029.jpg','','029','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(182,'030-3',0,6,'030.jpg','','030','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(183,'031-3',0,6,'031.jpg','','031','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(184,'032-3',0,6,'032.jpg','','032','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(185,'033-3',0,6,'033.jpg','','033','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(186,'034-3',0,6,'034.jpg','','034','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(187,'035-3',0,6,'035.jpg','','035','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(188,'036-3',0,6,'036.jpg','','036','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(189,'037-3',0,6,'037.jpg','','037','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(190,'038-3',0,6,'038.jpg','','038','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:484;s:6:\"height\";i:461;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(191,'039-3',0,6,'039.jpg','','039','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(192,'040-3',0,6,'040.jpg','','040','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(193,'041-3',0,6,'041.jpg','','041','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(194,'042-3',0,6,'042.jpg','','042','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(195,'043-3',0,6,'043.jpg','','043','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(196,'044-2',0,6,'044.jpg','','044','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(197,'045-2',0,6,'045.jpg','','045','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(198,'046-2',0,6,'046.jpg','','046','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(199,'047-2',0,6,'047.jpg','','047','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(200,'048-2',0,6,'048.jpg','','048','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(201,'049-2',0,6,'049.jpg','','049','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(202,'050-2',0,6,'050.jpg','','050','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(203,'051-2',0,6,'051.jpg','','051','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(204,'052-2',0,6,'052.jpg','','052','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(205,'053-2',0,6,'053.jpg','','053','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(206,'054-2',0,6,'054.jpg','','054','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(207,'055-2',0,6,'055.jpg','','055','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(208,'056-2',0,6,'056.jpg','','056','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(209,'057-2',0,6,'057.jpg','','057','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(210,'058-2',0,6,'058.jpg','','058','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(211,'059-2',0,6,'059.jpg','','059','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:304;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(212,'060-2',0,6,'060.jpg','','060','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(213,'061-2',0,6,'061.jpg','','061','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(214,'062-2',0,6,'062.jpg','','062','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:323;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(215,'063-2',0,6,'063.jpg','','063','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(216,'064-2',0,6,'064.jpg','','064','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(217,'065-2',0,6,'065.jpg','','065','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(218,'066-2',0,6,'066.jpg','','066','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(219,'067-2',0,6,'067.jpg','','067','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(220,'068-2',0,6,'068.jpg','','068','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(221,'069-2',0,6,'069.jpg','','069','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(222,'070-2',0,6,'070.jpg','','070','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(223,'071-2',0,6,'071.jpg','','071','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(224,'072',0,6,'072.jpg','','072','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(225,'073',0,6,'073.jpg','','073','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(226,'074',0,6,'074.jpg','','074','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(227,'075',0,6,'075.jpg','','075','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(228,'076',0,6,'076.jpg','','076','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(229,'077',0,6,'077.jpg','','077','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(230,'078',0,6,'078.jpg','','078','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(231,'079',0,6,'079.jpg','','079','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(232,'080',0,6,'080.jpg','','080','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(233,'081',0,6,'081.jpg','','081','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(234,'082',0,6,'082.jpg','','082','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(235,'083',0,6,'083.jpg','','083','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(236,'084',0,6,'084.jpg','','084','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(237,'085',0,6,'085.jpg','','085','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(238,'086',0,6,'086.jpg','','086','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:351;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(239,'087',0,6,'087.jpg','','087','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:315;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(240,'088',0,6,'088.jpg','','088','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:335;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(241,'089',0,6,'089.jpg','','089','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(242,'090',0,6,'090.jpg','','090','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:453;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(243,'091',0,6,'091.jpg','','091','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:386;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(244,'092',0,6,'092.jpg','','092','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:288;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(245,'093',0,6,'093.jpg','','093','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:288;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(246,'094',0,6,'094.jpg','','094','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:288;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(247,'095',0,6,'095.jpg','','095','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:288;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(248,'096',0,6,'096.jpg','','096','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:700;s:6:\"height\";i:130;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(249,'097',0,6,'097.jpg','','097','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(250,'098',0,6,'098.jpg','','098','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(251,'099',0,6,'099.jpg','','099','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(252,'100',0,6,'100.jpg','','100','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(253,'101',0,6,'101.jpg','','101','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(254,'102',0,6,'102.jpg','','102','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(255,'103',0,6,'103.jpg','','103','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:734;s:6:\"height\";i:346;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(256,'104',0,6,'104.jpg','','104','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(257,'105',0,6,'105.jpg','','105','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(258,'106',0,6,'106.jpg','','106','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(259,'107',0,6,'107.jpg','','107','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:700;s:6:\"height\";i:249;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(260,'108',0,6,'108.jpg','','108','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(261,'109',0,6,'109.jpg','','109','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:358;s:6:\"height\";i:269;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(262,'110',0,6,'110.jpg','','110','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(263,'111',0,6,'111.jpg','','111','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(264,'112',0,6,'112.jpg','','112','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(265,'113',0,6,'113.jpg','','113','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(266,'114',0,6,'114.jpg','','114','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(267,'115',0,6,'115.jpg','','115','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:216;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(268,'116',0,6,'116.jpg','','116','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:384;s:6:\"height\";i:288;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(269,'117',0,6,'117.jpg','','117','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:358;s:6:\"height\";i:269;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(270,'118',0,6,'118.jpg','','118','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(271,'119',0,6,'119.jpg','','119','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(272,'120',0,6,'120.jpg','','120','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:358;s:6:\"height\";i:269;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(273,'121',0,6,'121.jpg','','121','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:358;s:6:\"height\";i:269;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(274,'122',0,6,'122.jpg','','122','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:730;s:6:\"height\";i:250;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(275,'123',0,6,'123.jpg','','123','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:730;s:6:\"height\";i:185;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(276,'124',0,6,'124.jpg','','124','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:730;s:6:\"height\";i:316;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(277,'125',0,6,'125.jpg','','125','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(278,'126',0,6,'126.jpg','','126','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(279,'127',0,6,'127.jpg','','127','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(280,'128',0,6,'128.jpg','','128','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(281,'129',0,6,'129.jpg','','129','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(282,'130',0,6,'130.jpg','','130','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:730;s:6:\"height\";i:311;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(283,'131',0,6,'131.jpg','','131','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:730;s:6:\"height\";i:238;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(284,'132',0,6,'132.jpg','','132','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:325;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(285,'133',0,6,'133.jpg','','133','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:322;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(286,'134',0,6,'134.jpg','','134','2008-06-22 08:12:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:323;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(287,'135',0,6,'135.jpg','','135','2008-06-22 08:12:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:325;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(288,'136',0,6,'136.jpg','','136','2008-06-22 08:12:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(289,'137',0,6,'137.jpg','','137','2008-06-22 08:12:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(290,'ja001',0,8,'JA001.jpg','','JA001','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(291,'ja002',0,8,'JA002.jpg','','JA002','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(292,'ja003',0,8,'JA003.jpg','','JA003','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(293,'ja004',0,8,'JA004.jpg','','JA004','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:401;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(294,'ja005',0,8,'JA005.jpg','','JA005','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(295,'ja006',0,8,'JA006.jpg','','JA006','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(296,'ja007',0,8,'JA007.jpg','','JA007','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(297,'ja008',0,8,'JA008.jpg','','JA008','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(298,'ja009',0,8,'JA009.jpg','','JA009','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(299,'ja010',0,8,'JA010.jpg','','JA010','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(300,'ja011',0,8,'JA011.jpg','','JA011','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(301,'ja012',0,8,'JA012.jpg','','JA012','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(302,'ja014',0,8,'JA014.jpg','','JA014','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(303,'ja015',0,8,'JA015.jpg','','JA015','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(304,'ja016',0,8,'JA016.jpg','','JA016','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(305,'ja017',0,8,'JA017.jpg','','JA017','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(306,'ja018',0,8,'JA018.jpg','','JA018','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(307,'ja021',0,8,'JA021.jpg','','JA021','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(308,'ja022',0,8,'JA022.jpg','','JA022','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(309,'ja028',0,8,'JA028.jpg','','JA028','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:630;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:60;s:6:\"height\";i:75;}}'),(310,'ja031',0,8,'JA031.jpg','','JA031','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(311,'ja032',0,8,'JA032.jpg','','JA032','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(312,'ja033',0,8,'JA033.jpg','','JA033','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(313,'ja034',0,8,'JA034.jpg','','JA034','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(314,'ja035',0,8,'JA035.jpg','','JA035','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(315,'ja037',0,8,'JA037.jpg','','JA037','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(316,'ja038',0,8,'JA038.jpg','','JA038','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(317,'ja039',0,8,'JA039.jpg','','JA039','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(318,'ja040',0,8,'JA040.jpg','','JA040','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(319,'ja041',0,8,'JA041.jpg','','JA041','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(320,'ja042',0,8,'JA042.jpg','','JA042','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(321,'ja043',0,8,'JA043.jpg','','JA043','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:350;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(322,'ja045',0,8,'JA045.jpg','','JA045','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(323,'ja049',0,8,'JA049.jpg','','JA049','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(324,'ja051',0,8,'JA051.jpg','','JA051','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(325,'ja052',0,8,'JA052.jpg','','JA052','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(326,'ja053',0,8,'JA053.jpg','','JA053','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(327,'ja054',0,8,'JA054.jpg','','JA054','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(328,'ja055',0,8,'JA055.jpg','','JA055','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(329,'ja056',0,8,'JA056.jpg','','JA056','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(330,'ja057',0,8,'JA057.jpg','','JA057','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(331,'ja060',0,8,'JA060.jpg','','JA060','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(332,'ja067',0,8,'JA067.jpg','','JA067','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(333,'ja069',0,8,'JA069.jpg','','JA069','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(334,'ja070',0,8,'JA070.jpg','','JA070','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(335,'ja072',0,8,'JA072.jpg','','JA072','2009-09-20 12:18:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(336,'ja073',0,8,'JA073.jpg','','JA073','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(337,'ja079',0,8,'JA079.jpg','','JA079','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(338,'ja080',0,8,'JA080.jpg','','JA080','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(339,'ja081',0,8,'JA081.jpg','','JA081','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(340,'ja082',0,8,'JA082.jpg','','JA082','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(341,'ja083',0,8,'JA083.jpg','','JA083','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(342,'ja084',0,8,'JA084.jpg','','JA084','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:479;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(343,'ja086',0,8,'JA086.jpg','','JA086','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(344,'ja088',0,8,'JA088.jpg','','JA088','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(345,'ja091',0,8,'JA091.jpg','','JA091','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(346,'ja094',0,8,'JA094.jpg','','JA094','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(347,'ja095',0,8,'JA095.jpg','','JA095','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(348,'ja099',0,8,'JA099.jpg','','JA099','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(349,'ja101',0,8,'JA101.jpg','','JA101','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(350,'ja105',0,8,'JA105.jpg','','JA105','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(351,'ja106',0,8,'JA106.jpg','','JA106','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(352,'ja107',0,8,'JA107.jpg','','JA107','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(353,'ja108',0,8,'JA108.jpg','','JA108','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(354,'ja109',0,8,'JA109.jpg','','JA109','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(355,'ja110',0,8,'JA110.jpg','','JA110','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(356,'ja111',0,8,'JA111.jpg','','JA111','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:402;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(357,'ja112',0,8,'JA112.jpg','','JA112','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(358,'ja114',0,8,'JA114.jpg','','JA114','2009-09-20 12:18:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(359,'ja116',0,8,'JA116.jpg','','JA116','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(360,'ja123',0,8,'JA123.jpg','','JA123','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(361,'ja125',0,8,'JA125.jpg','','JA125','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(362,'ja130',0,8,'JA130.jpg','','JA130','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(363,'ja133',0,8,'JA133.jpg','','JA133','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(364,'ja134',0,8,'JA134.jpg','','JA134','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(365,'ja135',0,8,'JA135.jpg','','JA135','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(366,'ja136',0,8,'JA136.jpg','','JA136','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(367,'ja139',0,8,'JA139.jpg','','JA139','2009-09-20 12:18:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(368,'ja143',0,8,'JA143.jpg','','JA143','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(369,'ja144',0,8,'JA144.jpg','','JA144','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(370,'ja148',0,8,'JA148.jpg','','JA148','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(371,'ja152',0,8,'JA152.jpg','','JA152','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(372,'ja154',0,8,'JA154.jpg','','JA154','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(373,'ja155',0,8,'JA155.jpg','','JA155','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(374,'ja156',0,8,'JA156.jpg','','JA156','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(375,'ja159',0,8,'JA159.jpg','','JA159','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:402;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(376,'ja160',0,8,'JA160.jpg','','JA160','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(377,'ja161',0,8,'JA161.jpg','','JA161','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(378,'ja165',0,8,'JA165.jpg','','JA165','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(379,'ja166',0,8,'JA166.jpg','','JA166','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(380,'ja167',0,8,'JA167.jpg','','JA167','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(381,'ja169',0,8,'JA169.jpg','','JA169','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(382,'ja170',0,8,'JA170.jpg','','JA170','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(383,'ja171',0,8,'JA171.jpg','','JA171','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(384,'ja172',0,8,'JA172.jpg','','JA172','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:478;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(385,'ja173',0,8,'JA173.jpg','','JA173','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(386,'ja180',0,8,'JA180.jpg','','JA180','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(387,'ja182',0,8,'JA182.jpg','','JA182','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(388,'ja184',0,8,'JA184.jpg','','JA184','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(389,'ja186',0,8,'JA186.jpg','','JA186','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(390,'ja187',0,8,'JA187.jpg','','JA187','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(391,'ja189',0,8,'JA189.jpg','','JA189','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(392,'ja191',0,8,'JA191.jpg','','JA191','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(393,'ja196',0,8,'JA196.jpg','','JA196','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(394,'ja197',0,8,'JA197.jpg','','JA197','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(395,'ja198',0,8,'JA198.jpg','','JA198','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(396,'ja199',0,8,'JA199.jpg','','JA199','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(397,'ja200',0,8,'JA200.jpg','','JA200','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(398,'ja201',0,8,'JA201.jpg','','JA201','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(399,'ja202',0,8,'JA202.jpg','','JA202','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(400,'ja204',0,8,'JA204.jpg','','JA204','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(401,'ja205',0,8,'JA205.jpg','','JA205','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(402,'ja206',0,8,'JA206.jpg','','JA206','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(403,'ja207',0,8,'JA207.jpg','','JA207','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(404,'ja208',0,8,'JA208.jpg','','JA208','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(405,'ja209',0,8,'JA209.jpg','','JA209','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(406,'ja210',0,8,'JA210.jpg','','JA210','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(407,'ja211',0,8,'JA211.jpg','','JA211','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(408,'ja212',0,8,'JA212.jpg','','JA212','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(409,'ja213',0,8,'JA213.jpg','','JA213','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(410,'ja215',0,8,'JA215.jpg','','JA215','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(411,'ja292',0,8,'JA292.jpg','','JA292','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(412,'v001',0,8,'V001.jpg','','V001','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(413,'v002',0,8,'V002.jpg','','V002','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(414,'v003',0,8,'V003.jpg','','V003','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(415,'v004',0,8,'V004.jpg','','V004','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(416,'v005',0,8,'V005.jpg','','V005','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(417,'v006',0,8,'V006.jpg','','V006','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(418,'v007',0,8,'V007.jpg','','V007','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(419,'v008',0,8,'V008.jpg','','V008','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(420,'v009',0,8,'V009.jpg','','V009','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(421,'v010',0,8,'V010.jpg','','V010','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(422,'v011',0,8,'V011.jpg','','V011','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(423,'v012',0,8,'V012.jpg','','V012','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(424,'v013',0,8,'V013.jpg','','V013','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(425,'v014',0,8,'V014.jpg','','V014','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(426,'v015',0,8,'V015.jpg','','V015','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(427,'v016',0,8,'V016.jpg','','V016','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(428,'v017',0,8,'V017.jpg','','V017','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(429,'v018',0,8,'V018.jpg','','V018','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(430,'v019',0,8,'V019.jpg','','V019','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(431,'v022',0,8,'V022.jpg','','V022','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(432,'v023',0,8,'V023.jpg','','V023','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(433,'v024',0,8,'V024.jpg','','V024','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(434,'v025',0,8,'V025.jpg','','V025','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(435,'v026',0,8,'V026.jpg','','V026','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(436,'v027',0,8,'V027.jpg','','V027','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(437,'v028',0,8,'V028.jpg','','V028','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(438,'v029',0,8,'V029.jpg','','V029','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(439,'v030',0,8,'V030.jpg','','V030','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(440,'v031',0,8,'V031.jpg','','V031','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(441,'v032',0,8,'V032.jpg','','V032','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(442,'v033',0,8,'V033.jpg','','V033','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(443,'v034',0,8,'V034.jpg','','V034','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(444,'v035',0,8,'V035.jpg','','V035','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:400;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(445,'v036',0,8,'V036.jpg','','V036','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(446,'v037',0,8,'V037.jpg','','V037','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(447,'v038',0,8,'V038.jpg','','V038','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(448,'v039',0,8,'V039.jpg','','V039','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(449,'v101',0,8,'V101.jpg','','V101','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(450,'v102',0,8,'V102.jpg','','V102','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(451,'v103',0,8,'V103.jpg','','V103','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(452,'v104',0,8,'V104.jpg','','V104','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(453,'v105',0,8,'V105.jpg','','V105','2009-09-20 12:18:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(454,'v106',0,8,'V106.jpg','','V106','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(455,'v108',0,8,'V108.jpg','','V108','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(456,'v109',0,8,'V109.jpg','','V109','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(457,'v110',0,8,'V110.jpg','','V110','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(458,'v111',0,8,'V111.jpg','','V111','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(459,'v112',0,8,'V112.jpg','','V112','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(460,'v113',0,8,'V113.jpg','','V113','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(461,'v114',0,8,'V114.jpg','','V114','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(462,'v115',0,8,'V115.jpg','','V115','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(463,'v116',0,8,'V116.jpg','','V116','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(464,'v117',0,8,'V117.jpg','','V117','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(465,'v118',0,8,'V118.jpg','','V118','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(466,'v119',0,8,'V119.jpg','','V119','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(467,'v120',0,8,'V120.jpg','','V120','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(468,'v121',0,8,'V121.jpg','','V121','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(469,'v122',0,8,'V122.jpg','','V122','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(470,'v123',0,8,'V123.jpg','','V123','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(471,'v124',0,8,'V124.jpg','','V124','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(472,'v125',0,8,'V125.jpg','','V125','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(473,'v126',0,8,'V126.jpg','','V126','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(474,'v127',0,8,'V127.jpg','','V127','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(475,'v128',0,8,'V128.jpg','','V128','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(476,'v129',0,8,'V129.jpg','','V129','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(477,'v130',0,8,'V130.jpg','','V130','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(478,'v131',0,8,'V131.jpg','','V131','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(479,'v132',0,8,'V132.jpg','','V132','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(480,'v133',0,8,'V133.jpg','','V133','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(481,'v134',0,8,'V134.jpg','','V134','2009-09-20 12:18:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(482,'v135',0,8,'V135.jpg','','V135','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(483,'v136',0,8,'V136.jpg','','V136','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(484,'v138',0,8,'V138.jpg','','V138','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(485,'v139',0,8,'V139.jpg','','V139','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(486,'v140',0,8,'V140.jpg','','V140','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(487,'v141',0,8,'V141.jpg','','V141','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(488,'v142',0,8,'V142.jpg','','V142','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(489,'v143',0,8,'V143.jpg','','V143','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(490,'v144',0,8,'V144.jpg','','V144','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(491,'v145',0,8,'V145.jpg','','V145','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(492,'v146',0,8,'V146.jpg','','V146','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(493,'v147',0,8,'V147.jpg','','V147','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(494,'v148',0,8,'V148.jpg','','V148','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(495,'v149',0,8,'V149.jpg','','V149','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(496,'v150',0,8,'V150.jpg','','V150','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(497,'v151',0,8,'V151.jpg','','V151','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(498,'v152',0,8,'V152.jpg','','V152','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(499,'v153',0,8,'V153.jpg','','V153','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(500,'v154',0,8,'V154.jpg','','V154','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(501,'v155',0,8,'V155.jpg','','V155','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(502,'v156',0,8,'V156.jpg','','V156','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(503,'v157',0,8,'V157.jpg','','V157','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(504,'v201',0,8,'V201.jpg','','V201','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(505,'v202',0,8,'V202.jpg','','V202','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(506,'v203',0,8,'V203.jpg','','V203','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(507,'v205',0,8,'V205.jpg','','V205','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(508,'v206',0,8,'V206.jpg','','V206','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(509,'v207',0,8,'V207.jpg','','V207','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(510,'v208',0,8,'V208.jpg','','V208','2009-09-20 12:18:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(511,'v209',0,8,'V209.jpg','','V209','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(512,'v210',0,8,'V210.jpg','','V210','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(513,'v211',0,8,'V211.jpg','','V211','2009-09-20 12:18:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(514,'v212',0,8,'V212.jpg','','V212','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(515,'v213',0,8,'V213.jpg','','V213','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(516,'v214',0,8,'V214.jpg','','V214','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(517,'v215',0,8,'V215.jpg','','V215','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(518,'v216',0,8,'V216.jpg','','V216','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(519,'v217',0,8,'V217.jpg','','V217','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(520,'v218',0,8,'V218.jpg','','V218','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(521,'v219',0,8,'V219.jpg','','V219','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(522,'v220',0,8,'V220.jpg','','V220','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(523,'v221',0,8,'V221.jpg','','V221','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(524,'v222',0,8,'V222.jpg','','V222','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(525,'v223',0,8,'V223.jpg','','V223','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(526,'v224',0,8,'V224.jpg','','V224','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(527,'v225',0,8,'V225.jpg','','V225','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(528,'v226',0,8,'V226.jpg','','V226','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(529,'v227',0,8,'V227.jpg','','V227','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(530,'v228',0,8,'V228.jpg','','V228','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(531,'v229',0,8,'V229.jpg','','V229','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(532,'v230',0,8,'V230.jpg','','V230','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(533,'v231',0,8,'V231.jpg','','V231','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(534,'v232',0,8,'V232.jpg','','V232','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(535,'v233',0,8,'V233.jpg','','V233','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(536,'v234',0,8,'V234.jpg','','V234','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(537,'v235',0,8,'V235.jpg','','V235','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(538,'v236',0,8,'V236.jpg','','V236','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(539,'v237',0,8,'V237.jpg','','V237','2009-09-20 12:18:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(540,'v238',0,8,'V238.jpg','','V238','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(541,'v239',0,8,'V239.jpg','','V239','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(542,'v240',0,8,'V240.jpg','','V240','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(543,'v241',0,8,'V241.jpg','','V241','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(544,'v242',0,8,'V242.jpg','','V242','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(545,'v243',0,8,'V243.jpg','','V243','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(546,'v244',0,8,'V244.jpg','','V244','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(547,'v245',0,8,'V245.jpg','','V245','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(548,'v246',0,8,'V246.jpg','','V246','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(549,'v247',0,8,'V247.jpg','','V247','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(550,'v248',0,8,'V248.jpg','','V248','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(551,'v249',0,8,'V249.jpg','','V249','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(552,'v251',0,8,'V251.jpg','','V251','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(553,'v252',0,8,'V252.jpg','','V252','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(554,'v253',0,8,'V253.jpg','','V253','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(555,'v254',0,8,'V254.jpg','','V254','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(556,'v255',0,8,'V255.jpg','','V255','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(557,'v256',0,8,'V256.jpg','','V256','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(558,'v257',0,8,'V257.jpg','','V257','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(559,'v258',0,8,'V258.jpg','','V258','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(560,'v259',0,8,'V259.jpg','','V259','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(561,'v260',0,8,'V260.jpg','','V260','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(562,'v261',0,8,'V261.jpg','','V261','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(563,'v262',0,8,'V262.jpg','','V262','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(564,'v301',0,8,'V301.jpg','','V301','2009-09-20 12:18:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(565,'v302',0,8,'V302.jpg','','V302','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:464;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(566,'v303',0,8,'V303.jpg','','V303','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(567,'v304',0,8,'V304.jpg','','V304','2009-09-20 12:18:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(568,'v305',0,8,'V305.jpg','','V305','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(569,'v306',0,8,'V306.jpg','','V306','2009-09-20 12:18:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(570,'v307',0,8,'V307.jpg','','V307','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(571,'v308',0,8,'V308.jpg','','V308','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(572,'v309',0,8,'V309.jpg','','V309','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(573,'v310',0,8,'V310.jpg','','V310','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(574,'v311',0,8,'V311.jpg','','V311','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(575,'v312',0,8,'V312.jpg','','V312','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(576,'v313',0,8,'V313.jpg','','V313','2009-09-20 12:18:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(577,'v314',0,8,'V314.jpg','','V314','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:420;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(578,'v315',0,8,'V315.jpg','','V315','2009-09-20 12:18:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(579,'v316',0,8,'V316.jpg','','V316','2009-09-20 12:18:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(580,'v317',0,8,'V317.jpg','','V317','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(581,'v318',0,8,'V318.jpg','','V318','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(582,'v319',0,8,'V319.jpg','','V319','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(583,'v320',0,8,'V320.jpg','','V320','2009-09-20 12:18:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(584,'v321',0,8,'V321.jpg','','V321','2009-09-20 12:18:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(585,'v322',0,8,'V322.jpg','','V322','2009-09-20 12:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:403;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(586,'v323',0,8,'V323.jpg','','V323','2009-09-20 12:18:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:404;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(587,'v324',0,8,'V324.jpg','','V324','2009-09-20 12:18:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:476;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(588,'v325',0,8,'V325.jpg','','V325','2009-09-20 12:18:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(589,'001-6',0,9,'001.jpg','','001','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(590,'002-6',0,9,'002.jpg','','002','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(591,'003-6',0,9,'003.jpg','','003','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(592,'004-6',0,9,'004.jpg','','004','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(593,'005-6',0,9,'005.jpg','','005','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(594,'006-6',0,9,'006.jpg','','006','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(595,'007-6',0,9,'007.jpg','','007','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(596,'008-6',0,9,'008.jpg','','008','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(597,'009-6',0,9,'009.jpg','','009','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(598,'010-6',0,9,'010.jpg','','010','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(599,'011-6',0,9,'011.jpg','','011','2008-06-22 07:55:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(600,'012-6',0,9,'012.jpg','','012','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(601,'013-6',0,9,'013.jpg','','013','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(602,'001-7',0,10,'001.jpg','','001','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(603,'002-7',0,10,'002.jpg','','002','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(604,'003-7',0,10,'003.jpg','','003','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(605,'004-7',0,10,'004.jpg','','004','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(606,'005-7',0,10,'005.jpg','','005','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(607,'006-7',0,10,'006.jpg','','006','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(608,'007-7',0,10,'007.jpg','','007','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(609,'008-7',0,10,'008.jpg','','008','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(610,'009-7',0,10,'009.jpg','','009','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(611,'010-7',0,10,'010.jpg','','010','2008-06-22 07:55:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(612,'011-7',0,10,'011.jpg','','011','2008-06-22 07:55:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(613,'012-7',0,10,'012.jpg','','012','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(614,'013-7',0,10,'013.jpg','','013','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(615,'014-6',0,10,'014.jpg','','014','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(616,'015-6',0,10,'015.jpg','','015','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(617,'016-6',0,10,'016.jpg','','016','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(618,'017-5',0,10,'017.jpg','','017','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(619,'018-4',0,10,'018.jpg','','018','2008-06-22 07:55:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(620,'019-4',0,10,'019.jpg','','019','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(621,'020-4',0,10,'020.jpg','','020','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(622,'001-8',0,11,'001.jpg','','001','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(623,'002-8',0,11,'002.jpg','','002','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(624,'003-8',0,11,'003.jpg','','003','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(625,'004-8',0,11,'004.jpg','','004','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(626,'005-8',0,11,'005.jpg','','005','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(627,'006-8',0,11,'006.jpg','','006','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(628,'007-8',0,11,'007.jpg','','007','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(629,'008-8',0,11,'008.jpg','','008','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(630,'009-8',0,11,'009.jpg','','009','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(631,'010-8',0,11,'010.jpg','','010','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(632,'011-8',0,11,'011.jpg','','011','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(633,'012-8',0,11,'012.jpg','','012','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(634,'013-8',0,11,'013.jpg','','013','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(635,'014-7',0,11,'014.jpg','','014','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(636,'015-7',0,11,'015.jpg','','015','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(637,'016-7',0,11,'016.jpg','','016','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(638,'017-6',0,11,'017.jpg','','017','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(639,'018-5',0,11,'018.jpg','','018','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(640,'019-5',0,11,'019.jpg','','019','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(641,'020-5',0,11,'020.jpg','','020','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(642,'021-4',0,11,'021.jpg','','021','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(643,'022-4',0,11,'022.jpg','','022','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(644,'023-4',0,11,'023.jpg','','023','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(645,'024-4',0,11,'024.jpg','','024','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(646,'025-4',0,11,'025.jpg','','025','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(647,'026-4',0,11,'026.jpg','','026','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(648,'027-4',0,11,'027.jpg','','027','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(649,'001-9',0,12,'001.jpg','','001','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(650,'002-9',0,12,'002.jpg','','002','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(651,'003-9',0,12,'003.jpg','','003','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(652,'004-9',0,12,'004.jpg','','004','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(653,'005-9',0,12,'005.jpg','','005','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(654,'006-9',0,12,'006.jpg','','006','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(655,'007-9',0,12,'007.jpg','','007','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(656,'008-9',0,12,'008.jpg','','008','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(657,'009-9',0,12,'009.jpg','','009','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(658,'010-9',0,12,'010.jpg','','010','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(659,'011-9',0,12,'011.jpg','','011','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(660,'012-9',0,12,'012.jpg','','012','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(661,'013-9',0,12,'013.jpg','','013','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(662,'014-8',0,12,'014.jpg','','014','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(663,'015-8',0,12,'015.jpg','','015','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(664,'016-8',0,12,'016.jpg','','016','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(665,'017-7',0,12,'017.jpg','','017','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(666,'019-6',0,12,'019.jpg','','019','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(667,'020-6',0,12,'020.jpg','','020','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(668,'021-5',0,12,'021.jpg','','021','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(669,'022-5',0,12,'022.jpg','','022','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(670,'001-10',0,13,'001.jpg','','001','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(671,'002-10',0,13,'002.jpg','','002','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(672,'003-10',0,13,'003.jpg','','003','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(673,'004-10',0,13,'004.jpg','','004','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(674,'005-10',0,13,'005.jpg','','005','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(675,'006-10',0,13,'006.jpg','','006','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(676,'007-10',0,13,'007.jpg','','007','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(677,'008-10',0,13,'008.jpg','','008','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(678,'009-10',0,13,'009.jpg','','009','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(679,'010-10',0,13,'010.jpg','','010','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(680,'011-10',0,13,'011.jpg','','011','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(681,'012-10',0,13,'012.jpg','','012','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(682,'013-10',0,13,'013.jpg','','013','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(683,'014-9',0,13,'014.jpg','','014','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(684,'015-9',0,13,'015.jpg','','015','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(685,'016-9',0,13,'016.jpg','','016','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(686,'017-8',0,13,'017.jpg','','017','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(687,'018-6',0,13,'018.jpg','','018','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(688,'019-7',0,13,'019.jpg','','019','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(689,'020-7',0,13,'020.jpg','','020','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(690,'021-6',0,13,'021.jpg','','021','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(691,'022-6',0,13,'022.jpg','','022','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(692,'023-5',0,13,'023.jpg','','023','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(693,'024-5',0,13,'024.jpg','','024','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(694,'025-5',0,13,'025.jpg','','025','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(695,'026-5',0,13,'026.jpg','','026','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(696,'027-5',0,13,'027.jpg','','027','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(697,'028-4',0,13,'028.jpg','','028','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(698,'029-4',0,13,'029.jpg','','029','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(699,'030-4',0,13,'030.jpg','','030','2009-09-20 19:08:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(700,'001-11',0,14,'001.jpg','','001','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(701,'002-11',0,14,'002.jpg','','002','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(702,'003-11',0,14,'003.jpg','','003','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(703,'004-11',0,14,'004.jpg','','004','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(704,'005-11',0,14,'005.jpg','','005','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(705,'006-11',0,14,'006.jpg','','006','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(706,'007-11',0,14,'007.jpg','','007','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(707,'008-11',0,14,'008.jpg','','008','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(708,'009-11',0,14,'009.jpg','','009','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(709,'010-11',0,14,'010.jpg','','010','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(710,'011-11',0,14,'011.jpg','','011','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(711,'012-11',0,14,'012.jpg','','012','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(712,'013-11',0,14,'013.jpg','','013','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(713,'014-10',0,14,'014.jpg','','014','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(714,'015-10',0,14,'015.jpg','','015','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(715,'016-10',0,14,'016.jpg','','016','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(716,'017-9',0,14,'017.jpg','','017','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(717,'018-7',0,14,'018.jpg','','018','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(718,'019-8',0,14,'019.jpg','','019','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(719,'020-8',0,14,'020.jpg','','020','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(720,'021-7',0,14,'021.jpg','','021','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(721,'022-7',0,14,'022.jpg','','022','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(722,'023-6',0,14,'023.jpg','','023','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(723,'024-6',0,14,'024.jpg','','024','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(724,'025-6',0,14,'025.jpg','','025','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(725,'026-6',0,14,'026.jpg','','026','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(726,'027-6',0,14,'027.jpg','','027','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(727,'028-5',0,14,'028.jpg','','028','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(728,'029-5',0,14,'029.jpg','','029','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(729,'030-5',0,14,'030.jpg','','030','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(730,'031-4',0,14,'031.jpg','','031','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:468;s:6:\"height\";i:351;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(731,'032-4',0,14,'032.jpg','','032','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(732,'033-4',0,14,'033.jpg','','033','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:432;s:6:\"height\";i:324;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(733,'001-12',0,15,'001.jpg','','001','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(734,'002-12',0,15,'002.jpg','','002','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(735,'003-12',0,15,'003.jpg','','003','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(736,'004-12',0,15,'004.jpg','','004','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(737,'005-12',0,15,'005.jpg','','005','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(738,'006-12',0,15,'006.jpg','','006','2008-06-22 07:55:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(739,'007-12',0,15,'007.jpg','','007','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(740,'008-12',0,15,'008.jpg','','008','2008-06-22 07:55:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(741,'009-12',0,15,'009.jpg','','009','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(742,'010-12',0,15,'010.jpg','','010','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:270;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(743,'011-12',0,15,'011.jpg','','011','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(744,'012-12',0,15,'012.jpg','','012','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(745,'013-12',0,15,'013.jpg','','013','2008-06-22 07:54:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:504;s:6:\"height\";i:378;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(746,'001-13',0,16,'001.jpg','','001','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(747,'002-13',0,16,'002.jpg','','002','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(748,'003-13',0,16,'003.jpg','','003','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(749,'004-13',0,16,'004.jpg','','004','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(750,'005-13',0,16,'005.jpg','','005','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(751,'006-13',0,16,'006.jpg','','006','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(752,'007-13',0,16,'007.jpg','','007','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(753,'008-13',0,16,'008.jpg','','008','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(754,'009-13',0,16,'009.jpg','','009','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(755,'010-13',0,16,'010.jpg','','010','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(756,'011-13',0,16,'011.jpg','','011','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(757,'012-13',0,16,'012.jpg','','012','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(758,'013-13',0,16,'013.jpg','','013','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(759,'014-11',0,16,'014.jpg','','014','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(760,'015-11',0,16,'015.jpg','','015','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(761,'016-11',0,16,'016.jpg','','016','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(762,'017-10',0,16,'017.jpg','','017','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(763,'018-8',0,16,'018.jpg','','018','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(764,'019-9',0,16,'019.jpg','','019','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(765,'020-9',0,16,'020.jpg','','020','2009-09-20 18:50:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(774,'old_timberon_logo',0,18,'old_timberon_logo.jpg','','old_timberon_logo','2011-03-22 22:36:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:224;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(775,'omlee',0,18,'omlee.jpg','','omlee','2011-03-22 22:36:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:243;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:88;s:6:\"height\";i:75;}}'),(776,'shack-by-springs',0,18,'shack-by-springs.jpg','','shack-by-springs','2011-03-22 22:36:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:250;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:90;s:6:\"height\";i:75;}}'),(777,'100_0691',0,19,'100_0691.jpg','','100_0691','2009-01-02 07:51:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:40:\"KODAK EASYSHARE V803 ZOOM DIGITAL CAMERA\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"January 2, 2009 7:51 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";b:0;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:426;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(778,'100_0692',0,19,'100_0692.jpg','','100_0692','2009-01-02 07:51:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:40:\"KODAK EASYSHARE V803 ZOOM DIGITAL CAMERA\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"January 2, 2009 7:51 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";b:0;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:426;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(779,'100_0696',0,19,'100_0696.jpg','','100_0696','2009-01-02 07:53:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:40:\"KODAK EASYSHARE V803 ZOOM DIGITAL CAMERA\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"January 2, 2009 7:53 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.5 mm\";s:3:\"iso\";b:0;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:426;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(780,'212_28-2',0,20,'212_28.jpg','','212_28','2011-03-26 21:17:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(781,'212_29-2',0,20,'212_29.jpg','','212_29','2011-03-26 21:17:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(782,'212_30-2',0,20,'212_30.jpg','','212_30','2011-03-26 21:17:48',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(783,'212_31-2',0,20,'212_31.jpg','','212_31','2011-03-26 21:17:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(784,'212_32-2',0,20,'212_32.jpg','','212_32','2011-03-26 21:17:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(785,'212_36-2',0,20,'212_36.jpg','','212_36','2011-03-26 21:17:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(786,'212_37-2',0,20,'212_37.jpg','','212_37','2011-03-26 21:18:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(787,'212_38-2',0,20,'212_38.jpg','','212_38','2011-03-26 21:18:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(796,'20watt_fan2_web',0,21,'20watt_fan2_web.jpg','','20watt_fan2_web','2009-10-21 14:20:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:289;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(789,'skylight1_web',0,21,'skylight1_web.jpg','','skylight1_web','2011-04-14 14:25:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:120;s:6:\"height\";i:169;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:53;s:6:\"height\";i:75;}}'),(794,'10_watt_panel_web',0,21,'10_watt_panel_web.jpg','','10_watt_panel_web','2006-09-26 13:19:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:216;s:6:\"height\";i:166;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:97;s:6:\"height\";i:75;}}'),(795,'20_watt_panel_web',0,21,'20_watt_panel_web.jpg','','20_watt_panel_web','2006-09-26 13:15:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:189;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(791,'skylight2_web_0',0,21,'skylight2_web_0.jpg','','skylight2_web_0','2011-04-14 14:27:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:120;s:6:\"height\";i:174;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:51;s:6:\"height\";i:75;}}'),(793,'skylightlogo',0,21,'skylightlogo.jpg','','skylightlogo','2011-04-14 14:46:59',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:159;s:6:\"height\";i:58;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:36;}}'),(797,'20watt_fan_blue_web',0,21,'20watt_fan_blue_web.jpg','','20watt_fan_blue_web','2009-10-21 14:19:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:396;s:6:\"height\";i:318;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(798,'20watt_fan_roof_web',0,21,'20watt_fan_roof_web.jpg','','20watt_fan_roof_web','2005-04-14 14:38:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:368;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:63;s:6:\"height\";i:75;}}'),(799,'21_curbmount',0,21,'21_curbmount.jpg','','21_curbmount','2009-07-29 18:16:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:640;s:6:\"height\";i:480;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(800,'21_curbmount2',0,21,'21_curbmount2.jpg','','21_curbmount2','2009-07-29 18:17:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:640;s:6:\"height\";i:480;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(801,'21_skylight2_web',0,21,'21_skylight2_web.jpg','','21_skylight2_web','2005-04-14 14:15:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:50;s:6:\"height\";i:75;}}'),(802,'21_skylight_blue_web',0,21,'21_skylight_blue_web.jpg','','21_skylight_blue_web','2005-04-14 14:13:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:267;s:6:\"height\";i:400;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:50;s:6:\"height\";i:75;}}'),(803,'30_watt_panel_web',0,21,'30_watt_panel_web.jpg','','30_watt_panel_web','2009-10-21 14:21:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:189;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(804,'30watt_curb_web',0,21,'30watt_curb_web.jpg','','30watt_curb_web','2009-10-21 14:22:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:347;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:70;s:6:\"height\";i:75;}}'),(805,'30watt_fan2_web',0,21,'30watt_fan2_web.jpg','','30watt_fan2_web','2009-10-21 14:22:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:396;s:6:\"height\";i:319;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(806,'after_room_web',0,21,'after_room_web.jpg','','after_room_web','2005-04-14 14:17:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:545;s:6:\"height\";i:409;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(807,'attic_fan1_web',0,21,'attic_fan1_web.jpg','','attic_fan1_web','2005-04-14 14:42:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:381;s:6:\"height\";i:337;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:84;s:6:\"height\";i:75;}}'),(808,'attic_fan2_web',0,21,'attic_fan2_web.jpg','','attic_fan2_web','2005-04-14 14:43:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:381;s:6:\"height\";i:337;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:84;s:6:\"height\";i:75;}}'),(809,'attic_fan_installed_web',0,21,'attic_fan_installed_web.jpg','','attic_fan_installed_web','2005-04-14 14:41:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:60;s:6:\"height\";i:75;}}'),(810,'before_room_web',0,21,'before_room_web.jpg','','before_room_web','2005-04-14 14:18:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:545;s:6:\"height\";i:409;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(811,'certified_dealer_logo',0,21,'certified_dealer_logo.gif','','certified_dealer_logo','2011-04-14 15:16:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:90;s:6:\"height\";i:132;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:51;s:6:\"height\";i:75;}}'),(812,'commercial_ceiling_web',0,21,'commercial_ceiling_web.jpg','','commercial_ceiling_web','2007-01-16 11:21:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:250;s:6:\"height\";i:188;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(813,'commercial_roof_web',0,21,'commercial_roof_web.jpg','','commercial_roof_web','2007-01-16 11:22:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:250;s:6:\"height\";i:168;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:67;}}'),(814,'commercial_unit_web',0,21,'commercial_unit_web.jpg','','commercial_unit_web','2007-01-16 11:17:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:169;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(815,'couple_kitchen_web',0,21,'couple_kitchen_web.jpg','','couple_kitchen_web','2005-04-14 14:21:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:386;s:6:\"height\";i:504;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:57;s:6:\"height\";i:75;}}'),(816,'curbmounted1',0,21,'curbmounted1.jpg','','curbmounted1','2005-10-31 13:38:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:261;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(817,'curbmounted2',0,21,'curbmounted2.jpg','','curbmounted2','2005-10-31 13:40:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:263;s:6:\"height\";i:288;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:68;s:6:\"height\";i:75;}}'),(818,'curbmounted_blue1',0,21,'curbmounted_blue1.jpg','','curbmounted_blue1','2005-10-31 13:39:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:261;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(819,'curbmounted_blue2',0,21,'curbmounted_blue2.jpg','','curbmounted_blue2','2005-10-31 13:40:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:324;s:6:\"height\";i:347;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:70;s:6:\"height\";i:75;}}'),(820,'dimmer',0,21,'dimmer.jpg','','dimmer','2008-02-01 13:06:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:296;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:72;s:6:\"height\";i:75;}}'),(821,'fan_diagram_web',0,21,'fan_diagram_web.jpg','','fan_diagram_web','2005-04-14 14:44:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:322;s:6:\"height\";i:97;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:30;}}'),(822,'fan_tile_roof_web',0,21,'fan_tile_roof_web.jpg','','fan_tile_roof_web','2005-04-14 14:45:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:180;s:6:\"height\";i:216;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:62;s:6:\"height\";i:75;}}'),(823,'fireplace_web',0,21,'fireplace_web.jpg','','fireplace_web','2005-04-14 14:22:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:432;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:43;s:6:\"height\";i:75;}}'),(824,'gable_fan_web',0,21,'gable_fan_web.jpg','','gable_fan_web','2006-09-26 13:25:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:360;s:6:\"height\";i:318;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:84;s:6:\"height\";i:75;}}'),(825,'hallway_web',0,21,'hallway_web.jpg','','hallway_web','2005-04-14 14:23:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:144;s:6:\"height\";i:192;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(826,'house_web',0,21,'house_web.jpg','','house_web','2007-01-16 11:18:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:225;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(827,'kitchen_after_web',0,21,'kitchen_after_web.jpg','','kitchen_after_web','2005-04-14 14:24:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:230;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(828,'kitchen_before_web',0,21,'kitchen_before_web.jpg','','kitchen_before_web','2005-04-14 14:25:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:230;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:93;s:6:\"height\";i:75;}}'),(829,'nl_logo',0,21,'nl_logo.jpg','','nl_logo','2005-04-14 15:01:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:337;s:6:\"height\";i:72;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:21;}}'),(830,'nl_skylights_logo',0,21,'nl_skylights_logo.jpg','','nl_skylights_logo','2005-04-14 14:57:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:270;s:6:\"height\";i:98;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:36;}}'),(831,'roof_web',0,21,'roof_web.jpg','','roof_web','2007-01-16 11:18:44',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:250;s:6:\"height\";i:188;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:99;s:6:\"height\";i:75;}}'),(832,'shower_web',0,21,'shower_web.jpg','','shower_web','2007-01-16 11:19:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:188;s:6:\"height\";i:250;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(833,'skylight2_web',0,21,'skylight2_web.jpg','','skylight2_web','2005-04-14 14:34:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:323;s:6:\"height\";i:468;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:51;s:6:\"height\";i:75;}}'),(834,'skylight_installed_web',0,21,'skylight_installed_web.jpg','','skylight_installed_web','2005-04-14 14:27:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:363;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:59;s:6:\"height\";i:75;}}'),(835,'skylight_roof_web',0,21,'skylight_roof_web.jpg','','skylight_roof_web','2005-04-14 14:29:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:245;s:6:\"height\";i:356;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:51;s:6:\"height\";i:75;}}'),(836,'solar_attic_fan_logo',0,21,'solar_attic_fan_logo.jpg','','solar_attic_fan_logo','2005-04-14 15:00:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:245;s:6:\"height\";i:130;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:53;}}'),(837,'the_original',0,21,'the_original.jpg','','the_original','2005-04-14 14:58:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:216;s:6:\"height\";i:216;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:75;s:6:\"height\";i:75;}}'),(873,'guest_bedroom',0,26,'guest_bedroom.jpg','','guest_bedroom','2007-04-06 19:29:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 7:29 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(932,'dining-room-3',0,34,'dining-room.jpg','','dining-room','2010-06-28 15:59:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(934,'front-bathroom-2',0,34,'front-bathroom.jpg','','front-bathroom','2010-06-28 15:58:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(877,'guest_den2_0',0,26,'guest_den2_0.jpg','','guest_den2_0','2007-04-06 19:30:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 7:30 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(878,'hallway',0,26,'hallway.jpg','','hallway','2007-04-06 18:26:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:26 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(879,'hallway_bathroom',0,26,'hallway_bathroom.jpg','','hallway_bathroom','2007-04-06 18:29:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:29 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(880,'kitchen-4',0,26,'kitchen.jpg','','kitchen','2007-04-06 18:33:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:33 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(881,'laundry_room2',0,26,'laundry_room2.jpg','','laundry_room2','2007-04-06 18:31:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:31 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(882,'living_room',0,26,'living_room.jpg','','living_room','2007-04-06 18:39:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:39 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(883,'living_room3',0,26,'living_room3.jpg','','living_room3','2007-04-06 18:40:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:40 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(884,'living_room4',0,26,'living_room4.jpg','','living_room4','2007-04-06 18:43:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:43 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(885,'master_bedroom2',0,26,'master_bedroom2.jpg','','master_bedroom2','2007-04-06 18:29:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:29 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:65;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(886,'master_bedroom3',0,26,'master_bedroom3.jpg','','master_bedroom3','2007-04-06 18:29:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 6:29 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(887,'porch',0,26,'porch.jpg','','porch','2007-04-06 16:51:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 4:51 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"5.8 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(888,'view',0,26,'view.jpg','','view','2007-04-06 16:48:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 7.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:5:\"E5400\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"April 6, 2007 4:48 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"24 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:10:\" \";s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(889,'dining-room',0,27,'dining-room.jpg','','dining-room','2010-03-18 09:46:17',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:46 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(890,'kitchen-5',0,27,'kitchen.jpg','','kitchen','2010-03-18 09:46:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:46 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(891,'living-room-3',0,27,'living-room.jpg','','living-room','2010-03-18 09:46:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:46 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(892,'master-bedroom-bath',0,27,'master-bedroom-bath.jpg','','master-bedroom-bath','2010-03-18 09:47:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:47 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(893,'second-bath',0,27,'second-bath.jpg','','second-bath','2010-03-18 09:46:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:46 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(894,'second-bedroom',0,27,'second-bedroom.jpg','','second-bedroom','2010-03-18 09:47:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:47 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(895,'third-bedroom',0,27,'third-bedroom.jpg','','third-bedroom','2010-03-18 09:47:37',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 18, 2010 9:47 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(896,'kitchen-6',0,28,'kitchen.jpg','','kitchen','2010-03-18 11:24:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(897,'living-dining-room',0,28,'living-dining-room.jpg','','living-dining-room','2010-03-18 11:23:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:23 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(898,'master-bedroom',0,28,'master-bedroom.jpg','','master-bedroom','2010-03-18 11:22:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:22 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(899,'porch-2',0,28,'porch.jpg','','porch','2010-03-18 11:24:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(900,'second-bedroom-2',0,28,'second-bedroom.jpg','','second-bedroom','2010-03-18 11:22:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:22 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(901,'turkeys-at-feeder',0,28,'turkeys-at-feeder.jpg','','turkeys-at-feeder','2010-03-18 11:28:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.7\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 11:28 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"18.8 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(902,'bathroom-2',0,29,'bathroom.jpg','','bathroom','2010-03-18 10:41:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:41 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(903,'dining-room-2',0,29,'dining-room.jpg','','dining-room','2010-03-18 10:42:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:42 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(904,'front-door',0,29,'front-door.jpg','','front-door','2010-03-18 10:49:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:49 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/80 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(905,'kitchen-7',0,29,'kitchen.jpg','','kitchen','2010-03-18 10:42:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:42 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(906,'living-room-4',0,29,'living-room.jpg','','living-room','2010-03-18 10:42:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:42 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(907,'master-bedroom-2',0,29,'master-bedroom.jpg','','master-bedroom','2010-03-18 10:40:44',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:40 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(918,'second-bath-dressing-room',0,30,'second-bath-dressing-room.jpg','','second-bath-dressing-room','2010-03-22 14:28:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 22, 2010 2:28 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(917,'master-bedroom-bath-2',0,30,'master-bedroom-bath.jpg','','master-bedroom-bath','2010-03-22 14:29:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 22, 2010 2:29 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(915,'entry',0,30,'entry.jpg','','entry','2010-03-22 14:30:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 22, 2010 2:30 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(916,'living-room-kitchenette',0,30,'living-room-kitchenette.jpg','','living-room-kitchenette','2010-03-22 14:28:07',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 22, 2010 2:28 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(914,'second-bedroom-3',0,29,'second-bedroom.jpg','','second-bedroom','2010-03-18 10:41:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:41 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(913,'utility_0',0,29,'utility_0.jpg','','utility_0','2010-03-18 10:41:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:41 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(919,'bathroom-3',0,31,'bathroom.jpg','','bathroom','2010-03-18 10:45:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:45 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(920,'dressing-room',0,31,'dressing-room.jpg','','dressing-room','2010-03-18 10:45:35',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:45 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(921,'front-door-2',0,31,'front-door.jpg','','front-door','2010-03-18 10:50:09',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:50 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(922,'kitchen-living-dining-room',0,31,'kitchen-living-dining-room.jpg','','kitchen-living-dining-room','2010-03-18 10:43:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:43 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(923,'master-bedroom-3',0,31,'master-bedroom.jpg','','master-bedroom','2010-03-18 10:44:35',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:44 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(924,'bathroom-4',0,32,'bathroom.jpg','','bathroom','2010-03-18 10:48:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:48 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(925,'bedroom-2',0,32,'bedroom.jpg','','bedroom','2010-03-18 10:47:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:47 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(926,'entry-door-deck',0,32,'entry-door-deck.jpg','','entry-door-deck','2010-03-18 10:49:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:23:\"March 18, 2010 10:49 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/200 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(927,'casa-sacramento',0,33,'casa-sacramento.jpg','','casa-sacramento','2011-05-08 19:46:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(928,'casa-sacramento-2',0,29,'casa-sacramento.jpg','','casa-sacramento','2011-05-08 19:57:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(929,'casa-sacramento-3',0,30,'casa-sacramento.jpg','','casa-sacramento','2011-05-08 19:57:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(930,'casa-sacramento-4',0,31,'casa-sacramento.jpg','','casa-sacramento','2011-05-08 19:58:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(931,'casa-sacramento-5',0,32,'casa-sacramento.jpg','','casa-sacramento','2011-05-08 19:58:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(935,'front-bedroom-2',0,34,'front-bedroom.jpg','','front-bedroom','2010-06-28 15:58:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(936,'front-yard',0,34,'front-yard.jpg','','front-yard','2010-06-28 16:04:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 4:04 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.8 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/250 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(938,'kitchen_0',0,34,'kitchen_0.jpg','','kitchen_0','2010-06-28 15:57:09',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:57 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(939,'living-room-5',0,34,'living-room.jpg','','living-room','2010-06-28 15:57:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:57 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(940,'master-bathroom',0,34,'master-bathroom.jpg','','master-bathroom','2010-06-28 15:58:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(941,'master-bedroom-4',0,34,'master-bedroom.jpg','','master-bedroom','2010-06-28 15:58:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(942,'tonto-cabin',0,34,'tonto-cabin.jpg','','tonto-cabin','2010-06-28 15:38:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 28, 2010 3:38 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"9.7 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(944,'back-bedroom-2',0,35,'back-bedroom.jpg','','back-bedroom','2011-05-02 15:00:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 3:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(945,'back-deck',0,35,'back-deck.jpg','','back-deck','2011-05-02 15:02:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 3:02 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(946,'bathroom-5',0,35,'bathroom.jpg','','bathroom','2011-05-02 15:00:57',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 3:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(947,'builta-cabin',0,35,'builta-cabin.jpg','','builta-cabin','2011-05-02 14:53:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 2:53 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(948,'den-2',0,35,'den.jpg','','den','2011-05-02 14:59:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 2:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(949,'dining-room-4',0,35,'dining-room.jpg','','dining-room','2011-05-02 15:00:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 3:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(950,'front-bedroom-3',0,35,'front-bedroom.jpg','','front-bedroom','2011-05-02 15:00:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 3:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(951,'kitchen-8',0,35,'kitchen.jpg','','kitchen','2011-05-02 15:00:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 3:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(952,'living-room-6',0,35,'living-room.jpg','','living-room','2011-05-02 14:59:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 2:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(953,'master-bath-2',0,35,'master-bath.jpg','','master-bath','2011-05-02 14:57:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 2:57 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(954,'master-bedroom-5',0,35,'master-bedroom.jpg','','master-bedroom','2011-05-02 14:56:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 2:56 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:100;s:6:\"height\";i:75;}}'),(955,'utility-room',0,35,'utility-room.jpg','','utility-room','2011-05-02 14:58:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.1\";s:6:\"credit\";b:0;s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 2, 2011 2:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:449;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:56;s:6:\"height\";i:75;}}'),(956,'007-3ca3ab802918e344eb5d5cf48f006b9cbf079334',0,4,'007-3ca3ab802918e344eb5d5cf48f006b9cbf079334.jpg','People fishing in lake behind Timberon Lodge','007-3ca3ab802918e344eb5d5cf48f006b9cbf079334','2011-05-18 15:56:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:75;s:6:\"height\";i:75;}}'); /*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `blog_id` int(11) NOT NULL default '0', `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=14000 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://www.timberon.info/blog','yes'),(2,0,'blogname','Timberon','yes'),(3,0,'blogdescription','Your Mountain Home','yes'),(4,0,'users_can_register','0','yes'),(5,0,'admin_email','webmaster@timberon.info','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_use_excerpt','1','yes'),(13,0,'mailserver_url','mail.example.com','yes'),(14,0,'mailserver_login','login@example.com','yes'),(15,0,'mailserver_pass','password','yes'),(16,0,'mailserver_port','110','yes'),(17,0,'default_category','1','yes'),(18,0,'default_comment_status','open','yes'),(19,0,'default_ping_status','closed','yes'),(20,0,'default_pingback_flag','1','yes'),(21,0,'default_post_edit_rows','30','yes'),(22,0,'posts_per_page','10','yes'),(23,0,'date_format','F j, Y','yes'),(24,0,'time_format','g:i a','yes'),(25,0,'links_updated_date_format','F j, Y g:i a','yes'),(26,0,'links_recently_updated_prepend','','yes'),(27,0,'links_recently_updated_append','','yes'),(28,0,'links_recently_updated_time','120','yes'),(29,0,'comment_moderation','1','yes'),(30,0,'moderation_notify','','yes'),(31,0,'permalink_structure','','yes'),(32,0,'gzipcompression','0','yes'),(33,0,'hack_file','0','yes'),(34,0,'blog_charset','UTF-8','yes'),(35,0,'moderation_keys','','no'),(36,0,'active_plugins','a:56:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:39:\"admin-bar-as-menu/admin-bar-as-menu.php\";i:2;s:33:\"admin-menu-editor/menu-editor.php\";i:3;s:45:\"advanced-menu-widget/advanced-menu-widget.php\";i:4;s:19:\"akismet/akismet.php\";i:5;s:53:\"amr-shortcode-any-widget/amr_shortcode_any_widget.php\";i:6;s:25:\"ban-hammer/ban-hammer.php\";i:7;s:41:\"business-directory/business-directory.php\";i:8;s:19:\"capsman/capsman.php\";i:9;s:53:\"category-shortcode-w-generator/category_shortcode.php\";i:10;s:45:\"comment-email-verify/comment-email-verify.php\";i:11;s:53:\"continuous-rss-scrolling/continuous-rss-scrolling.php\";i:12;s:25:\"count-per-day/counter.php\";i:13;s:45:\"custom-author-byline/custom-author-byline.php\";i:14;s:35:\"dynamic-widgets/dynamic-widgets.php\";i:15;s:27:\"embed-rss/cets_EmbedRSS.php\";i:16;s:41:\"flexi-pages-widget/flexi-pages-widget.php\";i:17;s:25:\"formidable/formidable.php\";i:18;s:36:\"google-document-embedder/gviewer.php\";i:19;s:23:\"gwolle-gb/gwolle-gb.php\";i:20;s:39:\"hide-admin-panels/hide-admin-panels.php\";i:21;s:54:\"interconnect-it-weather-widget/icit-weather-widget.php\";i:22;s:29:\"link-to-post/link-to-post.php\";i:23;s:31:\"list-children/list_children.php\";i:24;s:37:\"maintenance-mode/maintenance-mode.php\";i:25;s:41:\"mingle-forum-guest-info/wpf-guestinfo.php\";i:26;s:25:\"mingle-forum/wpf-main.php\";i:27;s:35:\"minimeta-widget/minimeta-widget.php\";i:28;s:27:\"my-calendar/my-calendar.php\";i:29;s:41:\"my-email-shortcode/my-email-shortcode.php\";i:30;s:29:\"nextgen-gallery/nggallery.php\";i:31;s:51:\"nextgen-public-uploader/nextgen-public-uploader.php\";i:32;s:41:\"ngg-sidebar-widget/ngg-sidebar-widget.php\";i:33;s:48:\"open-in-new-window-plugin/open_in_new_window.php\";i:34;s:35:\"order-categories/category-order.php\";i:35;s:21:\"pageview/pageview.php\";i:36;s:25:\"randomtext/randomtext.php\";i:37;s:41:\"recent-posts-embed/recent-posts-embed.php\";i:38;s:31:\"revision-diet/revision-diet.php\";i:39;s:25:\"rss-in-page/RSSinpage.php\";i:40;s:35:\"rss-just-better/RSS-just-better.php\";i:41;s:31:\"rss-shortcode/rss-shortcode.php\";i:42;s:31:\"sb-child-list/sb_child_list.php\";i:43;s:29:\"schreikasten/schreikasten.php\";i:44;s:45:\"show-posts-shortcode/show-posts-shortcode.php\";i:45;s:35:\"si-contact-form/si-contact-form.php\";i:46;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:47;s:38:\"simplemodal-contact-form-smcf/smcf.php\";i:48;s:35:\"simply-show-ids/simply-show-ids.php\";i:49;s:35:\"spammer-blocker/spammer-blocker.php\";i:50;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:51;s:37:\"widgets-reloaded/widgets-reloaded.php\";i:52;s:45:\"wp-fade-in-text-news/wp-fade-in-text-news.php\";i:53;s:39:\"wp-google-weather/wp-google-weather.php\";i:54;s:41:\"wp-hide-categories/wp-hide-categories.php\";i:55;s:51:\"wp-thickbox-integration/wp-thickbox-integration.php\";}','yes'),(13921,0,'widget_umrp','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(37,0,'home','http://www.timberon.info/','yes'),(38,0,'category_base','','yes'),(39,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,0,'advanced_edit','0','yes'),(41,0,'comment_max_links','2','yes'),(42,0,'gmt_offset','','yes'),(43,0,'default_email_category','1','yes'),(44,0,'recently_edited','a:5:{i:0;s:58:\"/home/timberon/blog/wp-content/themes/calotropis/style.css\";i:1;s:68:\"/home/timberon/blog/wp-content/themes/calotropis/includes/option.php\";i:2;s:58:\"/home/timberon/blog/wp-content/themes/calotropis/index.php\";i:4;s:68:\"/home/timberon/blog/wp-content/themes/calotropis/includes/common.php\";i:5;s:59:\"/home/timberon/blog/wp-content/themes/calotropis/footer.php\";}','no'),(45,0,'template','calotropis','yes'),(46,0,'stylesheet','calotropis','yes'),(47,0,'comment_whitelist','','yes'),(48,0,'blacklist_keys','','no'),(49,0,'comment_registration','','yes'),(50,0,'rss_language','en','yes'),(51,0,'html_type','text/html','yes'),(52,0,'use_trackback','0','yes'),(53,0,'default_role','member','yes'),(54,0,'db_version','17516','yes'),(55,0,'uploads_use_yearmonth_folders','1','yes'),(56,0,'upload_path','','yes'),(57,0,'blog_public','1','yes'),(58,0,'default_link_category','2','yes'),(59,0,'show_on_front','posts','yes'),(60,0,'tag_base','','yes'),(61,0,'show_avatars','0','yes'),(62,0,'avatar_rating','PG','yes'),(63,0,'upload_url_path','','yes'),(64,0,'thumbnail_size_w','150','yes'),(65,0,'thumbnail_size_h','150','yes'),(66,0,'thumbnail_crop','1','yes'),(67,0,'medium_size_w','300','yes'),(68,0,'medium_size_h','300','yes'),(69,0,'avatar_default','blank','yes'),(70,0,'enable_app','','yes'),(71,0,'enable_xmlrpc','1','yes'),(72,0,'large_size_w','1024','yes'),(73,0,'large_size_h','1024','yes'),(74,0,'image_default_link_type','','yes'),(75,0,'image_default_size','','yes'),(76,0,'image_default_align','','yes'),(77,0,'close_comments_for_old_posts','','yes'),(78,0,'close_comments_days_old','360','yes'),(79,0,'thread_comments','1','yes'),(80,0,'thread_comments_depth','10','yes'),(81,0,'page_comments','','yes'),(82,0,'comments_per_page','50','yes'),(83,0,'default_comments_page','newest','yes'),(84,0,'comment_order','asc','yes'),(85,0,'sticky_posts','a:0:{}','yes'),(86,0,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,0,'widget_text','a:10:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:209:\"

Go to our Photo Page for more photos of Timberon and the surrounding area....Photo Page

\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:346:\"

[Timberon Seven Day Forecast] [Watches, Warnings or Advisories] [Fire Weather]

\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:16:\"Timberon Rentals\";s:4:\"text\";s:71:\"Rent a cabin in Timberon... Click on the link below to see the choices.\";s:6:\"filter\";b:0;}i:14;a:3:{s:5:\"title\";s:14:\"Ask a Question\";s:4:\"text\";s:1125:\"\n\n\n\nContact us using this form.\nTo upload your photos, report problems, or submit an article - Go to the Contact Center.\n\n\n
\n\n
\n\n\";s:6:\"filter\";b:0;}i:15;a:3:{s:5:\"title\";s:19:\"Search this Website\";s:4:\"text\";s:86:\"[do_widget \"Live Search Popup\" ]\nUse this search box to find what you are looking for.\";s:6:\"filter\";b:0;}i:16;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:161:\"\"\"\n\";s:6:\"filter\";b:0;}i:18;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:120:\"

Send us photos taken in the Timberon area...

\n\n[ngg_uploader id = 4]\";s:6:\"filter\";b:0;}i:20;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:81:\"Visitors Online Now - [CPD_VISITORS_ONLINE]\nVisitors Today - [CPD_VISITORS_TODAY]\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(13980,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1305858340','no'),(13981,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2011 14:16: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"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:46:\"WPMU DEV - The WordPress Experts on \"AutoBlog\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/autoblog/#post-26472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 May 2011 13:20:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26472@http://wordpress.org/extend/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:38:\"An automatic blog feed reading plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WPMU DEV - The WordPress Experts\";s: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:58:\"ghostbloggers on \"GhostBloggers™ Keyword Density Checker\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.org/extend/plugins/ghostbloggers-keyword-density-checker/#post-26432\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2011 17:30:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26432@http://wordpress.org/extend/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:151:\"GhostBloggers™ Keyword Density Checker returns a nice overview of your global top used keywords, their density and lists a number of relevant art\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ghostbloggers\";s: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:31:\"BumpIn Social Media on \"BumpIn\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/facebook-fan-page/#post-26605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2011 11:05:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26605@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Install a Facebook Fan Page widget for your wordpress blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"BumpIn Social Media\";s: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:31:\"BumpIn Social Media on \"BumpIn\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/bumpin-twitter/#post-26606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 16 May 2011 11:41:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26606@http://wordpress.org/extend/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:57:\"Install a Twitter Connect widget for your wordpress blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"BumpIn Social Media\";s: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:35:\"cybersprocket on \"Store Locator LE\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/extend/plugins/store-locator-le/#post-26566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 May 2011 13:06: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:42:\"26566@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"This plugin puts a search form and an interactive Google map on your site so you can show visitors your store locations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"cybersprocket\";s: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:50:\"justin@affinityclick.com on \"Affinityclick 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:78:\"http://wordpress.org/extend/plugins/affinityclick-blog-integration/#post-26649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 May 2011 17:02:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26649@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Generate revenue from your blog by placing products from AffinityClick on your blog! No more irrelevant ads on your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"justin@affinityclick.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Mark Jaquith on \"WP Help\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/wp-help/#post-26659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 May 2011 06:05: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:42:\"26659@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"Administrators can create detailed, hierarchical documentation for the site's authors and editors, viewable in the WordPress admin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"SloBros on \"I Blank This\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/i-blank-this/#post-26656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 May 2011 00:24:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26656@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\""I Blank This" is an "I Like This" button, except you can replace the text with anything you want.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"SloBros\";s: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:35:\"rsadwick on \"Tip Jar Paypal Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/tip-jar-paypal-widget/#post-26651\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 May 2011 18:19: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:42:\"26651@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"This widget allows you to create Paypal buttons that can be used for donations and payments.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"rsadwick\";s: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:20:\"786pe on \"WP Slider\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/wp-slider/#post-26642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 May 2011 04:40:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26642@http://wordpress.org/extend/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:32:\"A multi-effect Wordpress slider.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"786pe\";s: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:49:\"Rafael Poveda - RaveN on \"Custom Login Logo Lite\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/custom-login-logo-lite/#post-26650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 May 2011 17:51:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26650@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Install the plugin, tell it where is your logo, and it will be in your login 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:21:\"Rafael Poveda - RaveN\";s: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:23:\"wwerther on \"Gpx2Chart\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/gpx2chart/#post-26644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 May 2011 08:00:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26644@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"A plugin that generates nice charts from GPX-files. It put's all information about heartrate, cadence, elevation and speed into one chart.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"wwerther\";s: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:42:\"littlebigthings on \"Gumroad for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/gumroad-for-wordpress/#post-25874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Apr 2011 02:59:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25874@http://wordpress.org/extend/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:608:\"

You can now use Gumroad perfectly with your WordPress blog.

\n

Download Gumroad for WordPress, unzip it, and drag it into your wp-content/plugins/ folder. Then, update your Gumroad (under Settings) account details in your WP Admin dashboard.

\n

That's it! Just use the gumroad shortcode in your blog posts and it'll automatically convert into a Gumroad link. For example, this:

\n

[gumroad name="name" url="http://google.com" price="5.00" description="description"]anchor text[/gumroad]

\n

into this:

\n

anchor text

\n

That's it!\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"littlebigthings\";s: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:31:\"swedish boy on \"Children Pages\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/children-pages/#post-26526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 May 2011 10:23:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26526@http://wordpress.org/extend/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:75:\"Displays children pages of the current top-parent page in a sidebar widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"swedish boy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"imath on \"Bowe Codes\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/bowe-codes/#post-26567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 May 2011 14:12: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:42:\"26567@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"Allows users to simply insert BuddyPress specific data into posts, widgets or theme files by using shortcodes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"imath\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/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:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 19 May 2011 14:22:23 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-05-11 13:20:56\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(88,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,0,'timezone_string','America/Denver','yes'),(90,0,'embed_autourls','1','yes'),(91,0,'embed_size_w','','yes'),(92,0,'embed_size_h','600','yes'),(93,0,'page_for_posts','0','yes'),(94,0,'page_on_front','0','yes'),(95,0,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:111:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:19:\"manage_capabilities\";b:1;s:21:\"moderate_schreikasten\";b:1;s:20:\"edit_dashboard_notes\";b:1;s:20:\"read_dashboard_notes\";b:1;s:21:\"manage_eletro_widgets\";b:1;s:18:\"UM Send Public Msg\";b:1;s:19:\"UM Send Private Msg\";b:1;s:17:\"UM Send Email Msg\";b:1;s:20:\"UM Ignore Public Msg\";b:1;s:21:\"UM Refuse Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:19:\"UM Configure Plugin\";b:1;s:13:\"UM Use Plugin\";b:1;s:19:\"aoc_manage_settings\";b:1;s:15:\"aoc_unmoderated\";b:1;s:15:\"aoc_view_images\";b:1;s:20:\"aoc_manage_galleries\";b:1;s:17:\"aoc_upload_images\";b:1;s:12:\"manage bkpwp\";b:1;s:14:\"manage_backups\";b:1;s:16:\"download_backups\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:21:\"NextGEN Upload images\";b:1;s:9:\"manage_as\";b:1;s:10:\"edit_yclad\";b:1;s:10:\"read_yclad\";b:1;s:12:\"delete_yclad\";b:1;s:11:\"edit_yclads\";b:1;s:18:\"edit_others_yclads\";b:1;s:21:\"edit_published_yclads\";b:1;s:14:\"publish_yclads\";b:1;s:13:\"delete_yclads\";b:1;s:20:\"delete_others_yclads\";b:1;s:23:\"delete_published_yclads\";b:1;s:21:\"delete_private_yclads\";b:1;s:19:\"edit_private_yclads\";b:1;s:11:\"read_yclads\";b:1;s:19:\"read_private_yclads\";b:1;s:14:\"frm_view_forms\";b:1;s:14:\"frm_edit_forms\";b:1;s:16:\"frm_delete_forms\";b:1;s:19:\"frm_change_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:56:{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:21:\"moderate_schreikasten\";b:1;s:20:\"edit_dashboard_notes\";b:1;s:20:\"read_dashboard_notes\";b:1;s:19:\"UM Send Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:13:\"UM Use Plugin\";b:1;s:15:\"aoc_unmoderated\";b:1;s:17:\"aoc_upload_images\";b:1;s:10:\"edit_yclad\";b:1;s:10:\"read_yclad\";b:1;s:12:\"delete_yclad\";b:1;s:11:\"edit_yclads\";b:1;s:18:\"edit_others_yclads\";b:1;s:21:\"edit_published_yclads\";b:1;s:14:\"publish_yclads\";b:1;s:13:\"delete_yclads\";b:1;s:20:\"delete_others_yclads\";b:1;s:23:\"delete_published_yclads\";b:1;s:21:\"delete_private_yclads\";b:1;s:19:\"edit_private_yclads\";b:1;s:11:\"read_yclads\";b:1;s:19:\"read_private_yclads\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:26:{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:21:\"moderate_schreikasten\";b:1;s:20:\"read_dashboard_notes\";b:1;s:19:\"UM Send Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:13:\"UM Use Plugin\";b:1;s:15:\"aoc_unmoderated\";b:1;s:17:\"aoc_upload_images\";b:1;s:10:\"edit_yclad\";b:1;s:10:\"read_yclad\";b:1;s:12:\"delete_yclad\";b:1;s:11:\"edit_yclads\";b:1;s:21:\"edit_published_yclads\";b:1;s:14:\"publish_yclads\";b:1;s:13:\"delete_yclads\";b:1;s:23:\"delete_published_yclads\";b:1;s:11:\"read_yclads\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:20:\"read_dashboard_notes\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;}}s:6:\"member\";a:2:{s:4:\"name\";s:6:\"Member\";s:12:\"capabilities\";a:2:{s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;}}s:7:\"pending\";a:2:{s:4:\"name\";s:7:\"Pending\";s:12:\"capabilities\";a:0:{}}}','yes'),(96,0,'widget_search','a:6:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}i:5;a:1:{s:5:\"title\";s:0:\"\";}i:6;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,0,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:16:\"Most Recent News\";s:6:\"number\";i:2;}s:12:\"_multiwidget\";i:1;}','yes'),(98,0,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,0,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:19:{i:0;s:11:\"ngg-mrssw-2\";i:1;s:11:\"slideshow-2\";i:2;s:12:\"ngg-images-3\";i:3;s:12:\"ngg-images-5\";i:4;s:4:\"sk-2\";i:5;s:4:\"sk-3\";i:6;s:6:\"meta-2\";i:7;s:21:\"icit_weather_widget-7\";i:8;s:21:\"icit_weather_widget-8\";i:9;s:21:\"icit_weather_widget-9\";i:10;s:22:\"icit_weather_widget-10\";i:11;s:10:\"minimeta-3\";i:12;s:22:\"icit_weather_widget-11\";i:13;s:6:\"text-5\";i:14;s:10:\"minimeta-4\";i:15;s:10:\"minimeta-5\";i:16;s:7:\"text-15\";i:17;s:7:\"text-14\";i:18;s:9:\"hw_wpgw-6\";}s:9:\"sidebar-1\";a:4:{i:0;s:22:\"icit_weather_widget-12\";i:1;s:17:\"rss-just-better-6\";i:2;s:17:\"rss-just-better-8\";i:3;s:17:\"rss-just-better-7\";}s:9:\"sidebar-2\";a:5:{i:0;s:16:\"advanced_menu-13\";i:1;s:7:\"text-20\";i:2;s:17:\"rss-just-better-3\";i:3;s:17:\"rss-just-better-4\";i:4;s:17:\"rss-just-better-5\";}s:9:\"sidebar-3\";a:1:{i:0;s:7:\"text-18\";}s:9:\"sidebar-4\";a:2:{i:0;s:7:\"text-16\";i:1;s:17:\"fade-in-text-news\";}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:1:{i:0;s:10:\"minimeta-7\";}s:10:\"Shortcodes\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,0,'cron','a:10:{i:1305827324;a:1:{s:7:\"sk_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1305827466;a:1:{s:26:\"beifen_hourly_backup_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1305828128;a:1:{s:26:\"beifen_hourly_backup_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1305828620;a:1:{s:20:\"doadexpirations_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1305863722;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:1305879200;a:1:{s:21:\"reschedule_event_post\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1305906063;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1305906939;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:1305912000;a:1:{s:21:\"reschedule_event_post\";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'),(103,0,'_transient_doing_cron','1305825631','yes'),(109,0,'widget_pages','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(5018,0,'default_post_format','','yes'),(479,0,'akismet_available_servers','a:4:{s:12:\"72.233.69.89\";b:1;s:12:\"66.135.58.61\";b:1;s:12:\"66.135.58.62\";b:1;s:12:\"72.233.69.88\";b:1;}','yes'),(480,0,'akismet_connectivity_time','1298243042','yes'),(481,0,'wordpress_api_key','85f7f8b6c563','yes'),(6889,0,'suffusion_unified_options','a:568:{s:16:\"suf_color_scheme\";s:6:\"minima\";s:22:\"suf_navt_skin_def_cust\";s:5:\"theme\";s:25:\"suf_navt_skin_settings_bg\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:32:\"suf_navt_skin_settings_bg_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:30:\"suf_navt_skin_settings_bg_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:22:\"suf_navt_skin_settings\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:29:\"suf_navt_skin_settings_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:27:\"suf_navt_skin_settings_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:28:\"suf_navt_skin_settings_hover\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:35:\"suf_navt_skin_settings_hover_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:33:\"suf_navt_skin_settings_hover_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:30:\"suf_navt_skin_settings_visited\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:37:\"suf_navt_skin_settings_visited_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:35:\"suf_navt_skin_settings_visited_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:25:\"suf_navt_skin_settings_hl\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:32:\"suf_navt_skin_settings_hl_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:30:\"suf_navt_skin_settings_hl_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:24:\"suf_header_style_setting\";s:6:\"custom\";s:23:\"suf_header_layout_style\";s:16:\"out-cfull-halign\";s:21:\"suf_header_image_type\";s:4:\"none\";s:27:\"suf_header_background_image\";s:0:\"\";s:28:\"suf_header_background_repeat\";s:6:\"repeat\";s:30:\"suf_header_background_position\";s:8:\"top left\";s:32:\"suf_header_background_rot_folder\";s:0:\"\";s:25:\"suf_header_gradient_style\";s:8:\"top-down\";s:31:\"suf_header_gradient_start_color\";s:6:\"FFFFFF\";s:29:\"suf_header_gradient_end_color\";s:6:\"000000\";s:24:\"suf_header_fg_image_type\";s:5:\"image\";s:19:\"suf_header_fg_image\";s:70:\"http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo2.jpg\";s:20:\"suf_blog_title_color\";s:6:\"000000\";s:20:\"suf_blog_title_style\";s:4:\"none\";s:26:\"suf_blog_title_hover_color\";s:6:\"528F6C\";s:26:\"suf_blog_title_hover_style\";s:4:\"none\";s:26:\"suf_blog_description_color\";s:6:\"000000\";s:20:\"suf_header_alignment\";s:4:\"left\";s:24:\"suf_sub_header_alignment\";s:5:\"right\";s:33:\"suf_sub_header_vertical_alignment\";s:9:\"same-line\";s:18:\"suf_wrapper_margin\";s:2:\"20\";s:17:\"suf_header_height\";s:2:\"55\";s:21:\"suf_nav_skin_def_cust\";s:5:\"theme\";s:24:\"suf_nav_skin_settings_bg\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:31:\"suf_nav_skin_settings_bg_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:29:\"suf_nav_skin_settings_bg_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:21:\"suf_nav_skin_settings\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:28:\"suf_nav_skin_settings_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:26:\"suf_nav_skin_settings_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:27:\"suf_nav_skin_settings_hover\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:34:\"suf_nav_skin_settings_hover_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:32:\"suf_nav_skin_settings_hover_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:29:\"suf_nav_skin_settings_visited\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:36:\"suf_nav_skin_settings_visited_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:34:\"suf_nav_skin_settings_visited_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:24:\"suf_nav_skin_settings_hl\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:31:\"suf_nav_skin_settings_hl_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:29:\"suf_nav_skin_settings_hl_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:22:\"suf_body_style_setting\";s:6:\"custom\";s:25:\"suf_body_background_color\";s:6:\"FFFFFF\";s:25:\"suf_body_background_image\";s:0:\"\";s:26:\"suf_body_background_repeat\";s:6:\"repeat\";s:30:\"suf_body_background_attachment\";s:6:\"scroll\";s:28:\"suf_body_background_position\";s:8:\"top left\";s:29:\"suf_wrapper_settings_def_cust\";s:5:\"theme\";s:23:\"suf_wrapper_bg_settings\";s:147:\"color=EDF3E6;colortype=custom;image=http://www.timberon.info/blog/wp-content/uploads/2011/03/natfl1182.jpg;position=top left;repeat=repeat;trans=0;\";s:16:\"suf_show_shadows\";s:4:\"hide\";s:29:\"suf_post_bg_settings_def_cust\";s:5:\"theme\";s:20:\"suf_post_bg_settings\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:27:\"suf_body_font_style_setting\";s:5:\"theme\";s:20:\"suf_body_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:14:\"suf_font_color\";s:7:\"#ffffff\";s:14:\"suf_link_color\";s:7:\"#ffffff\";s:14:\"suf_link_style\";s:4:\"none\";s:22:\"suf_visited_link_color\";s:7:\"#ffffff\";s:22:\"suf_visited_link_style\";s:4:\"none\";s:20:\"suf_link_hover_color\";s:7:\"#ffffff\";s:20:\"suf_link_hover_style\";s:9:\"underline\";s:17:\"suf_date_box_show\";s:11:\"hide-search\";s:30:\"suf_date_box_settings_def_cust\";s:5:\"theme\";s:21:\"suf_date_box_settings\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:11:\"transparent\";}s:18:\"suf_date_box_mfont\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"50\";s:14:\"font-size-type\";s:1:\"%\";}s:18:\"suf_date_box_dfont\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:3:\"100\";s:14:\"font-size-type\";s:1:\"%\";}s:18:\"suf_date_box_yfont\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"50\";s:14:\"font-size-type\";s:1:\"%\";}s:26:\"suf_emphasis_customization\";s:5:\"theme\";s:23:\"suf_download_font_color\";s:7:\"#ffffff\";s:29:\"suf_download_background_color\";s:7:\"#ffffff\";s:25:\"suf_download_border_color\";s:7:\"#ffffff\";s:27:\"suf_announcement_font_color\";s:7:\"#ffffff\";s:33:\"suf_announcement_background_color\";s:7:\"#ffffff\";s:29:\"suf_announcement_border_color\";s:7:\"#ffffff\";s:19:\"suf_note_font_color\";s:7:\"#ffffff\";s:25:\"suf_note_background_color\";s:7:\"#ffffff\";s:21:\"suf_note_border_color\";s:7:\"#ffffff\";s:22:\"suf_warning_font_color\";s:7:\"#ffffff\";s:28:\"suf_warning_background_color\";s:7:\"#ffffff\";s:24:\"suf_warning_border_color\";s:7:\"#ffffff\";s:16:\"suf_favicon_path\";s:0:\"\";s:17:\"suf_navt_contents\";s:5:\"pages\";s:18:\"suf_navt_bar_style\";s:10:\"full-align\";s:15:\"suf_navt_dd_pos\";s:4:\"left\";s:18:\"suf_navt_item_type\";s:10:\"continuous\";s:14:\"suf_navt_delay\";s:3:\"500\";s:15:\"suf_navt_effect\";s:4:\"fade\";s:18:\"suf_navt_show_home\";s:4:\"none\";s:18:\"suf_navt_home_text\";s:4:\"Home\";s:21:\"suf_navt_entity_order\";s:46:\"pages,categories,links,menu-19,menu-22,menu-32\";s:23:\"suf_navt_text_transform\";s:10:\"capitalize\";s:20:\"suf_navt_pages_style\";s:9:\"rolled-up\";s:23:\"suf_navt_page_tab_title\";s:5:\"Pages\";s:22:\"suf_navt_page_tab_link\";s:0:\"\";s:22:\"suf_navt_pages_all_sel\";s:8:\"selected\";s:14:\"suf_navt_pages\";s:0:\"\";s:18:\"suf_navt_cat_style\";s:9:\"rolled-up\";s:22:\"suf_navt_cat_tab_title\";s:10:\"Categories\";s:21:\"suf_navt_cat_tab_link\";s:0:\"\";s:21:\"suf_navt_cats_all_sel\";s:11:\"exclude-all\";s:13:\"suf_navt_cats\";s:0:\"\";s:20:\"suf_navt_links_style\";s:9:\"rolled-up\";s:24:\"suf_navt_links_tab_title\";s:5:\"Links\";s:23:\"suf_navt_links_tab_link\";s:0:\"\";s:22:\"suf_navt_links_all_sel\";s:8:\"selected\";s:14:\"suf_navt_links\";s:0:\"\";s:22:\"suf_navt_menus_all_sel\";s:8:\"selected\";s:14:\"suf_navt_menus\";s:2:\"22\";s:16:\"suf_nav_contents\";s:5:\"pages\";s:17:\"suf_nav_bar_style\";s:10:\"full-align\";s:17:\"suf_nav_item_type\";s:10:\"continuous\";s:13:\"suf_nav_delay\";s:3:\"500\";s:14:\"suf_nav_effect\";s:4:\"fade\";s:13:\"suf_show_home\";s:4:\"icon\";s:13:\"suf_home_text\";s:4:\"Home\";s:20:\"suf_nav_entity_order\";s:46:\"pages,categories,links,menu-19,menu-22,menu-32\";s:22:\"suf_nav_text_transform\";s:10:\"capitalize\";s:19:\"suf_nav_pages_style\";s:9:\"flattened\";s:22:\"suf_nav_page_tab_title\";s:5:\"Pages\";s:21:\"suf_nav_page_tab_link\";s:0:\"\";s:21:\"suf_nav_pages_all_sel\";s:11:\"exclude-all\";s:13:\"suf_nav_pages\";s:0:\"\";s:17:\"suf_nav_cat_style\";s:9:\"rolled-up\";s:21:\"suf_nav_cat_tab_title\";s:10:\"Categories\";s:20:\"suf_nav_cat_tab_link\";s:0:\"\";s:20:\"suf_nav_cats_all_sel\";s:11:\"exclude-all\";s:12:\"suf_nav_cats\";s:0:\"\";s:19:\"suf_nav_links_style\";s:9:\"rolled-up\";s:23:\"suf_nav_links_tab_title\";s:5:\"Links\";s:22:\"suf_nav_links_tab_link\";s:0:\"\";s:21:\"suf_nav_links_all_sel\";s:8:\"selected\";s:13:\"suf_nav_links\";s:0:\"\";s:21:\"suf_nav_menus_all_sel\";s:8:\"selected\";s:13:\"suf_nav_menus\";s:2:\"32\";s:29:\"suf_nav_exclude_in_breadcrumb\";s:4:\"hide\";s:18:\"suf_nav_breadcrumb\";s:10:\"breadcrumb\";s:24:\"suf_breadcrumb_separator\";s:2:\"»\";s:21:\"suf_nav_strip_a_title\";s:4:\"hide\";s:23:\"suf_footer_layout_style\";s:16:\"out-cfull-halign\";s:15:\"suf_footer_left\";s:69:\"© 2011 Timberon.Info\";s:17:\"suf_footer_center\";s:0:\"\";s:16:\"suf_size_options\";s:5:\"theme\";s:22:\"suf_wrapper_width_type\";s:5:\"fluid\";s:22:\"suf_wrapper_width_flex\";s:2:\"75\";s:26:\"suf_wrapper_width_flex_max\";s:4:\"1200\";s:26:\"suf_wrapper_width_flex_min\";s:3:\"600\";s:24:\"suf_wrapper_width_preset\";s:4:\"1000\";s:17:\"suf_wrapper_width\";s:4:\"1000\";s:18:\"suf_main_col_width\";s:3:\"725\";s:14:\"suf_sb_1_width\";s:3:\"260\";s:14:\"suf_sb_2_width\";s:3:\"260\";s:22:\"suf_post_meta_position\";s:12:\"left-pullout\";s:18:\"suf_post_show_cats\";s:4:\"show\";s:21:\"suf_post_show_comment\";s:4:\"show\";s:23:\"suf_post_show_posted_by\";s:4:\"show\";s:25:\"suf_post_posted_by_format\";s:5:\"by-at\";s:18:\"suf_post_show_tags\";s:4:\"show\";s:22:\"suf_page_meta_position\";s:12:\"left-pullout\";s:21:\"suf_page_show_comment\";s:4:\"show\";s:23:\"suf_page_show_posted_by\";s:4:\"show\";s:25:\"suf_page_posted_by_format\";s:5:\"by-at\";s:17:\"suf_index_excerpt\";s:7:\"content\";s:19:\"suf_index_fc_number\";s:1:\"0\";s:20:\"suf_category_excerpt\";s:7:\"content\";s:22:\"suf_category_fc_number\";s:1:\"0\";s:19:\"suf_archive_excerpt\";s:7:\"content\";s:21:\"suf_archive_fc_number\";s:1:\"0\";s:15:\"suf_tag_excerpt\";s:7:\"content\";s:17:\"suf_tag_fc_number\";s:1:\"0\";s:18:\"suf_search_excerpt\";s:7:\"content\";s:20:\"suf_search_fc_number\";s:1:\"0\";s:18:\"suf_author_excerpt\";s:7:\"content\";s:20:\"suf_author_fc_number\";s:1:\"0\";s:25:\"suf_excerpt_custom_length\";s:2:\"55\";s:28:\"suf_excerpt_custom_more_text\";s:5:\"[...]\";s:26:\"suf_show_excerpt_thumbnail\";s:4:\"show\";s:26:\"suf_show_content_thumbnail\";s:4:\"show\";s:20:\"suf_excerpt_img_pref\";a:5:{s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";}s:17:\"suf_excerpt_tt_zc\";s:1:\"1\";s:22:\"suf_excerpt_tt_quality\";i:75;s:31:\"suf_excerpt_thumbnail_alignment\";s:4:\"left\";s:26:\"suf_excerpt_thumbnail_size\";s:9:\"thumbnail\";s:34:\"suf_excerpt_thumbnail_custom_width\";s:3:\"200\";s:35:\"suf_excerpt_thumbnail_custom_height\";s:3:\"200\";s:22:\"suf_excerpt_list_count\";s:3:\"all\";s:22:\"suf_excerpt_list_style\";s:2:\"ul\";s:25:\"suf_tile_excerpts_per_row\";s:1:\"3\";s:23:\"suf_tile_images_enabled\";s:4:\"show\";s:25:\"suf_tile_image_box_height\";s:3:\"100\";s:24:\"suf_tile_title_alignment\";s:4:\"left\";s:23:\"suf_featured_index_view\";s:8:\"disabled\";s:26:\"suf_featured_category_view\";s:8:\"disabled\";s:21:\"suf_featured_tag_view\";s:8:\"disabled\";s:24:\"suf_featured_author_view\";s:8:\"disabled\";s:24:\"suf_featured_search_view\";s:8:\"disabled\";s:22:\"suf_featured_time_view\";s:8:\"disabled\";s:22:\"suf_featured_num_posts\";s:2:\"10\";s:23:\"suf_featured_show_dupes\";s:4:\"hide\";s:25:\"suf_featured_allow_sticky\";s:4:\"show\";s:24:\"suf_featured_show_latest\";s:4:\"hide\";s:29:\"suf_featured_num_latest_posts\";i:5;s:27:\"suf_featured_selected_posts\";s:0:\"\";s:26:\"suf_featured_selected_tags\";s:0:\"\";s:21:\"suf_featured_use_lite\";s:7:\"regular\";s:21:\"suf_featured_img_pref\";a:5:{s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";}s:15:\"suf_featured_fx\";s:4:\"fade\";s:17:\"suf_featured_sync\";s:1:\"0\";s:21:\"suf_featured_interval\";s:4:\"4000\";s:29:\"suf_featured_transition_speed\";s:4:\"1000\";s:19:\"suf_featured_height\";s:3:\"250\";s:24:\"suf_featured_show_border\";s:4:\"show\";s:23:\"suf_featured_image_size\";s:4:\"full\";s:31:\"suf_featured_image_custom_width\";s:3:\"200\";s:32:\"suf_featured_image_custom_height\";s:3:\"200\";s:15:\"suf_featured_zc\";s:7:\"default\";s:25:\"suf_featured_excerpt_type\";s:13:\"title-excerpt\";s:29:\"suf_featured_excerpt_position\";s:6:\"rotate\";s:26:\"suf_featured_excerpt_width\";s:3:\"250\";s:29:\"suf_featured_excerpt_bg_color\";s:6:\"222222\";s:31:\"suf_featured_excerpt_font_color\";s:6:\"FFFFFF\";s:31:\"suf_featured_excerpt_link_color\";s:6:\"FFFFFF\";s:18:\"suf_featured_pager\";s:4:\"show\";s:23:\"suf_featured_controller\";s:4:\"hide\";s:19:\"suf_pagination_type\";s:7:\"old-new\";s:20:\"suf_pagination_index\";s:4:\"show\";s:24:\"suf_pagination_prev_next\";s:4:\"show\";s:23:\"suf_pagination_show_all\";s:4:\"dots\";s:20:\"suf_cpagination_type\";s:7:\"old-new\";s:21:\"suf_cpagination_index\";s:4:\"show\";s:25:\"suf_cpagination_prev_next\";s:4:\"show\";s:24:\"suf_cpagination_show_all\";s:4:\"dots\";s:24:\"suf_show_rounded_corners\";s:4:\"show\";s:17:\"suf_sidebar_count\";s:1:\"1\";s:22:\"suf_blog_sidebar_count\";s:7:\"default\";s:26:\"suf_category_sidebar_count\";s:7:\"default\";s:21:\"suf_tag_sidebar_count\";s:7:\"default\";s:24:\"suf_author_sidebar_count\";s:7:\"default\";s:22:\"suf_date_sidebar_count\";s:7:\"default\";s:24:\"suf_search_sidebar_count\";s:7:\"default\";s:22:\"suf_jq_masonry_enabled\";s:8:\"disabled\";s:17:\"suf_wa_tbrh_style\";s:4:\"tiny\";s:19:\"suf_header_for_trbh\";s:5:\"plain\";s:21:\"suf_wa_tbrh_open_text\";s:4:\"Open\";s:22:\"suf_wa_tbrh_close_text\";s:5:\"Close\";s:19:\"suf_wa_tbrh_columns\";s:1:\"3\";s:23:\"suf_wa_tbrh_panel_color\";s:7:\"#040D0F\";s:30:\"suf_wa_tbrh_panel_border_color\";s:7:\"#222222\";s:28:\"suf_wa_tbrh_panel_font_color\";s:7:\"#AAAAAA\";s:15:\"suf_wah_columns\";s:1:\"1\";s:15:\"suf_wih_columns\";s:1:\"1\";s:13:\"suf_wih_width\";s:3:\"300\";s:20:\"suf_wah_layout_style\";s:10:\"full-align\";s:15:\"suf_show_search\";s:4:\"show\";s:21:\"suf_sidebar_alignment\";s:5:\"right\";s:16:\"suf_wa_sb1_style\";s:5:\"boxed\";s:25:\"suf_sidebar_1_def_widgets\";s:4:\"show\";s:17:\"suf_sidebar_1_dnd\";s:8:\"disabled\";s:21:\"suf_sidebar_1_expcoll\";s:7:\"enabled\";s:18:\"suf_sidebar_header\";s:5:\"plain\";s:25:\"suf_sb_font_style_setting\";s:5:\"theme\";s:17:\"suf_sb_font_color\";s:7:\"#ffffff\";s:17:\"suf_sb_link_color\";s:7:\"#ffffff\";s:17:\"suf_sb_link_style\";s:4:\"none\";s:25:\"suf_sb_visited_link_color\";s:7:\"#ffffff\";s:25:\"suf_sb_visited_link_style\";s:4:\"none\";s:23:\"suf_sb_link_hover_color\";s:7:\"#ffffff\";s:23:\"suf_sb_link_hover_style\";s:9:\"underline\";s:17:\"suf_wa_sb1b_style\";s:5:\"boxed\";s:23:\"suf_sidebar_2_alignment\";s:5:\"right\";s:16:\"suf_wa_sb2_style\";s:5:\"boxed\";s:17:\"suf_sidebar_2_dnd\";s:8:\"disabled\";s:21:\"suf_sidebar_2_expcoll\";s:7:\"enabled\";s:17:\"suf_wa_sb2b_style\";s:5:\"boxed\";s:16:\"suf_wa_wst_style\";s:5:\"boxed\";s:16:\"suf_wa_wsb_style\";s:5:\"boxed\";s:36:\"suf_widget_area_below_header_enabled\";s:8:\"disabled\";s:36:\"suf_widget_area_below_header_columns\";s:1:\"1\";s:17:\"suf_wa_wabh_style\";s:5:\"boxed\";s:35:\"suf_header_for_widgets_below_header\";s:5:\"plain\";s:27:\"suf_wabh_font_style_setting\";s:5:\"theme\";s:19:\"suf_wabh_font_color\";s:7:\"#ffffff\";s:19:\"suf_wabh_link_color\";s:7:\"#ffffff\";s:19:\"suf_wabh_link_style\";s:4:\"none\";s:27:\"suf_wabh_visited_link_color\";s:7:\"#ffffff\";s:27:\"suf_wabh_visited_link_style\";s:4:\"none\";s:25:\"suf_wabh_link_hover_color\";s:7:\"#ffffff\";s:25:\"suf_wabh_link_hover_style\";s:9:\"underline\";s:36:\"suf_widget_area_above_footer_enabled\";s:8:\"disabled\";s:36:\"suf_widget_area_above_footer_columns\";s:1:\"1\";s:17:\"suf_wa_waaf_style\";s:5:\"boxed\";s:35:\"suf_header_for_widgets_above_footer\";s:5:\"plain\";s:27:\"suf_waaf_font_style_setting\";s:5:\"theme\";s:19:\"suf_waaf_font_color\";s:7:\"#ffffff\";s:19:\"suf_waaf_link_color\";s:7:\"#ffffff\";s:19:\"suf_waaf_link_style\";s:4:\"none\";s:27:\"suf_waaf_visited_link_color\";s:7:\"#ffffff\";s:27:\"suf_waaf_visited_link_style\";s:4:\"none\";s:25:\"suf_waaf_link_hover_color\";s:7:\"#ffffff\";s:25:\"suf_waaf_link_hover_style\";s:9:\"underline\";s:18:\"suf_adhoc1_columns\";s:1:\"1\";s:18:\"suf_adhoc2_columns\";s:1:\"1\";s:18:\"suf_adhoc3_columns\";s:1:\"1\";s:18:\"suf_adhoc4_columns\";s:1:\"1\";s:18:\"suf_adhoc5_columns\";s:1:\"1\";s:17:\"suf_sbtab_enabled\";s:8:\"disabled\";s:19:\"suf_sbtab_alignment\";s:5:\"right\";s:17:\"suf_sbtab_widgets\";s:0:\"\";s:22:\"suf_sbtab_widget_order\";a:19:{s:8:\"archives\";s:8:\"Archives\";s:10:\"categories\";s:10:\"Categories\";s:5:\"links\";s:5:\"Links\";s:4:\"meta\";s:4:\"Meta\";s:5:\"pages\";s:5:\"Pages\";s:15:\"recent_comments\";s:15:\"Recent Comments\";s:12:\"recent_posts\";s:12:\"Recent Posts\";s:6:\"search\";s:6:\"Search\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:12:\"custom_tab_1\";s:12:\"Custom Tab 1\";s:12:\"custom_tab_2\";s:12:\"Custom Tab 2\";s:12:\"custom_tab_3\";s:12:\"Custom Tab 3\";s:12:\"custom_tab_4\";s:12:\"Custom Tab 4\";s:12:\"custom_tab_5\";s:12:\"Custom Tab 5\";s:12:\"custom_tab_6\";s:12:\"Custom Tab 6\";s:12:\"custom_tab_7\";s:12:\"Custom Tab 7\";s:12:\"custom_tab_8\";s:12:\"Custom Tab 8\";s:12:\"custom_tab_9\";s:12:\"Custom Tab 9\";s:13:\"custom_tab_10\";s:13:\"Custom Tab 10\";}s:26:\"suf_sbtab_categories_title\";s:10:\"Categories\";s:33:\"suf_sbtab_categories_hierarchical\";s:12:\"hierarchical\";s:31:\"suf_sbtab_categories_post_count\";s:4:\"hide\";s:24:\"suf_sbtab_archives_title\";s:8:\"Archives\";s:23:\"suf_sbtab_archives_type\";s:7:\"monthly\";s:28:\"suf_sbtab_archives_list_type\";s:4:\"html\";s:29:\"suf_sbtab_archives_post_count\";s:4:\"hide\";s:21:\"suf_sbtab_Links_title\";s:5:\"Links\";s:20:\"suf_sbtab_meta_title\";s:4:\"Meta\";s:21:\"suf_sbtab_pages_title\";s:5:\"Pages\";s:31:\"suf_sbtab_recent_comments_title\";s:15:\"Recent Comments\";s:28:\"suf_sbtab_recent_posts_title\";s:12:\"Recent Posts\";s:22:\"suf_sbtab_search_title\";s:6:\"Search\";s:25:\"suf_sbtab_tag_cloud_title\";s:9:\"Tag Cloud\";s:28:\"suf_sbtab_custom_tab_1_title\";s:12:\"Custom Tab 1\";s:31:\"suf_sbtab_custom_tab_1_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_2_title\";s:12:\"Custom Tab 2\";s:31:\"suf_sbtab_custom_tab_2_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_3_title\";s:12:\"Custom Tab 3\";s:31:\"suf_sbtab_custom_tab_3_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_4_title\";s:12:\"Custom Tab 4\";s:31:\"suf_sbtab_custom_tab_4_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_5_title\";s:12:\"Custom Tab 5\";s:31:\"suf_sbtab_custom_tab_5_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_6_title\";s:12:\"Custom Tab 6\";s:31:\"suf_sbtab_custom_tab_6_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_7_title\";s:12:\"Custom Tab 7\";s:31:\"suf_sbtab_custom_tab_7_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_8_title\";s:12:\"Custom Tab 8\";s:31:\"suf_sbtab_custom_tab_8_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_9_title\";s:12:\"Custom Tab 9\";s:31:\"suf_sbtab_custom_tab_9_contents\";s:0:\"\";s:29:\"suf_sbtab_custom_tab_10_title\";s:13:\"Custom Tab 10\";s:32:\"suf_sbtab_custom_tab_10_contents\";s:0:\"\";s:21:\"suf_ie7_compatibility\";s:8:\"no-force\";s:15:\"suf_seo_enabled\";s:7:\"enabled\";s:20:\"suf_seo_all_settings\";s:0:\"\";s:19:\"suf_seo_title_style\";s:9:\"page-blog\";s:23:\"suf_seo_title_separator\";s:7:\"»\";s:21:\"suf_seo_show_subtitle\";s:4:\"hide\";s:21:\"suf_seo_show_page_num\";s:4:\"show\";s:24:\"suf_seo_meta_description\";s:0:\"\";s:21:\"suf_seo_meta_keywords\";s:0:\"\";s:29:\"suf_comments_disabled_all_sel\";s:3:\"all\";s:35:\"suf_comments_disabled_msg_for_posts\";s:4:\"show\";s:19:\"suf_show_track_ping\";s:4:\"show\";s:34:\"suf_show_hide_reply_link_for_pings\";s:8:\"disallow\";s:24:\"suf_comment_label_styles\";s:5:\"plain\";s:22:\"suf_comment_label_name\";s:4:\"Name\";s:26:\"suf_comment_label_name_req\";s:10:\"(required)\";s:23:\"suf_comment_label_email\";s:6:\"E-mail\";s:27:\"suf_comment_label_email_req\";s:10:\"(required)\";s:21:\"suf_comment_label_uri\";s:3:\"URI\";s:30:\"suf_comment_label_your_comment\";s:12:\"Your Comment\";s:18:\"suf_uprof_networks\";s:0:\"\";s:27:\"suf_uprof_post_info_enabled\";s:4:\"hide\";s:26:\"suf_uprof_post_info_header\";s:22:\"[suffusion-the-author]\";s:28:\"suf_uprof_post_info_gravatar\";s:4:\"show\";s:33:\"suf_uprof_post_info_gravatar_size\";s:2:\"64\";s:38:\"suf_uprof_post_info_gravatar_alignment\";s:4:\"left\";s:27:\"suf_uprof_post_info_content\";s:44:\"[suffusion-the-author display=\'description\']\";s:21:\"suf_analytics_enabled\";s:11:\"not-enabled\";s:25:\"suf_custom_analytics_code\";s:0:\"\";s:18:\"suf_openid_enabled\";s:11:\"not-enabled\";s:17:\"suf_openid_server\";s:0:\"\";s:19:\"suf_openid_delegate\";s:0:\"\";s:19:\"suf_custom_css_code\";s:0:\"\";s:21:\"suf_custom_css_link_1\";s:0:\"\";s:21:\"suf_custom_css_link_2\";s:0:\"\";s:21:\"suf_custom_css_link_3\";s:0:\"\";s:19:\"suf_custom_php_file\";s:0:\"\";s:20:\"suf_custom_js_file_1\";s:0:\"\";s:20:\"suf_custom_js_file_2\";s:0:\"\";s:20:\"suf_custom_js_file_3\";s:0:\"\";s:20:\"suf_custom_header_js\";s:0:\"\";s:20:\"suf_custom_footer_js\";s:0:\"\";s:30:\"suf_custom_default_rss_enabled\";s:7:\"enabled\";s:21:\"suf_custom_rss_feed_1\";s:0:\"\";s:22:\"suf_custom_rss_title_1\";s:0:\"\";s:21:\"suf_custom_rss_feed_2\";s:0:\"\";s:22:\"suf_custom_rss_title_2\";s:0:\"\";s:21:\"suf_custom_rss_feed_3\";s:0:\"\";s:22:\"suf_custom_rss_title_3\";s:0:\"\";s:22:\"suf_custom_atom_feed_1\";s:0:\"\";s:23:\"suf_custom_atom_title_1\";s:0:\"\";s:22:\"suf_custom_atom_feed_2\";s:0:\"\";s:23:\"suf_custom_atom_title_2\";s:0:\"\";s:22:\"suf_custom_atom_feed_3\";s:0:\"\";s:23:\"suf_custom_atom_title_3\";s:0:\"\";s:16:\"suf_js_in_footer\";s:6:\"header\";s:15:\"suf_autogen_css\";s:7:\"autogen\";s:14:\"suf_minify_css\";s:9:\"no-minify\";s:17:\"suf_cache_unified\";s:5:\"cache\";s:21:\"suf_style_inheritance\";s:10:\"everything\";s:20:\"suf_mag_entity_order\";s:29:\"headlines,excerpts,categories\";s:24:\"suf_mag_featured_enabled\";s:7:\"enabled\";s:23:\"suf_mag_content_enabled\";s:4:\"hide\";s:25:\"suf_mag_headlines_enabled\";s:4:\"show\";s:22:\"suf_mag_headline_title\";s:9:\"Headlines\";s:37:\"suf_mag_headline_main_title_alignment\";s:4:\"left\";s:24:\"suf_mag_headlines_height\";s:3:\"250\";s:38:\"suf_mag_headline_image_container_width\";s:3:\"225\";s:25:\"suf_mag_headline_img_pref\";s:55:\"native,custom-thumb,attachment,embedded,custom-featured\";s:27:\"suf_mag_headline_image_size\";s:7:\"excerpt\";s:36:\"suf_mag_headline_image_custom_height\";s:3:\"200\";s:35:\"suf_mag_headline_image_custom_width\";s:3:\"200\";s:19:\"suf_mag_headline_zc\";s:7:\"default\";s:27:\"suf_mag_headline_categories\";s:0:\"\";s:22:\"suf_mag_headline_limit\";s:2:\"10\";s:24:\"suf_mag_excerpts_enabled\";s:4:\"show\";s:22:\"suf_mag_excerpts_title\";s:17:\"Other Big Stories\";s:37:\"suf_mag_excerpts_main_title_alignment\";s:4:\"left\";s:22:\"suf_mag_total_excerpts\";s:2:\"10\";s:24:\"suf_mag_excerpts_per_row\";s:1:\"3\";s:26:\"suf_mag_excerpt_categories\";s:0:\"\";s:31:\"suf_mag_excerpts_images_enabled\";s:4:\"show\";s:33:\"suf_mag_excerpts_image_box_height\";s:3:\"100\";s:24:\"suf_mag_excerpt_img_pref\";s:55:\"native,custom-thumb,attachment,embedded,custom-featured\";s:26:\"suf_mag_excerpt_image_size\";s:7:\"excerpt\";s:35:\"suf_mag_excerpt_image_custom_height\";s:3:\"200\";s:34:\"suf_mag_excerpt_image_custom_width\";s:3:\"200\";s:18:\"suf_mag_excerpt_zc\";s:7:\"default\";s:31:\"suf_mag_excerpt_title_alignment\";s:4:\"left\";s:31:\"suf_mag_excerpt_full_story_text\";s:10:\"Full Story\";s:26:\"suf_mag_categories_enabled\";s:4:\"show\";s:23:\"suf_mag_catblocks_title\";s:13:\"Other Stories\";s:38:\"suf_mag_catblocks_main_title_alignment\";s:4:\"left\";s:27:\"suf_mag_catblock_categories\";s:0:\"\";s:25:\"suf_mag_catblocks_per_row\";s:1:\"3\";s:33:\"suf_mag_catblocks_title_alignment\";s:4:\"left\";s:32:\"suf_mag_catblocks_images_enabled\";s:4:\"hide\";s:34:\"suf_mag_catblocks_image_box_height\";s:3:\"100\";s:30:\"suf_mag_catblocks_desc_enabled\";s:4:\"hide\";s:31:\"suf_mag_catblocks_posts_enabled\";s:4:\"show\";s:27:\"suf_mag_catblocks_num_posts\";s:1:\"5\";s:30:\"suf_mag_catblocks_see_all_text\";s:13:\"See all posts\";s:28:\"suf_mag_catblocks_post_style\";s:8:\"magazine\";s:15:\"suf_pop_excerpt\";s:7:\"content\";s:17:\"suf_pop_fc_number\";s:1:\"0\";s:20:\"suf_cat_info_enabled\";s:11:\"not-enabled\";s:26:\"suf_temp_cats_hierarchical\";s:12:\"hierarchical\";s:17:\"suf_temp_cats_rss\";s:4:\"show\";s:24:\"suf_temp_cats_post_count\";s:4:\"hide\";s:20:\"suf_tag_info_enabled\";s:11:\"not-enabled\";s:23:\"suf_author_info_enabled\";s:7:\"enabled\";s:23:\"suf_search_info_enabled\";s:7:\"enabled\";s:19:\"suf_image_show_exif\";s:4:\"hide\";s:21:\"suf_image_exif_pieces\";s:0:\"\";s:18:\"suf_audio_att_type\";s:4:\"link\";s:27:\"suf_audio_att_player_height\";s:2:\"30\";s:26:\"suf_audio_att_player_width\";s:3:\"300\";s:24:\"suf_application_att_type\";s:4:\"link\";s:32:\"suf_application_att_player_width\";s:3:\"300\";s:17:\"suf_text_att_type\";s:4:\"link\";s:25:\"suf_text_att_player_width\";s:3:\"300\";s:18:\"suf_video_att_type\";s:4:\"link\";s:27:\"suf_video_att_player_height\";s:3:\"225\";s:26:\"suf_video_att_player_width\";s:3:\"300\";s:20:\"suf_sitemap_contents\";s:64:\"pages,categories,authors,years,months,weeks,days,tag-cloud,posts\";s:23:\"suf_sitemap_label_pages\";s:5:\"Pages\";s:28:\"suf_sitemap_label_categories\";s:10:\"Categories\";s:25:\"suf_sitemap_label_authors\";s:7:\"Authors\";s:27:\"suf_sitemap_label_yarchives\";s:15:\"Yearly Archives\";s:27:\"suf_sitemap_label_marchives\";s:16:\"Monthly Archives\";s:27:\"suf_sitemap_label_warchives\";s:15:\"Weekly Archives\";s:27:\"suf_sitemap_label_darchives\";s:14:\"Daily Archives\";s:22:\"suf_sitemap_label_tags\";s:4:\"Tags\";s:23:\"suf_sitemap_label_posts\";s:10:\"Blog Posts\";s:24:\"suf_sitemap_entity_order\";a:9:{s:5:\"pages\";s:5:\"Pages\";s:10:\"categories\";s:10:\"Categories\";s:7:\"authors\";s:7:\"Authors\";s:5:\"years\";s:15:\"Yearly Archives\";s:6:\"months\";s:16:\"Monthly Archives\";s:5:\"weeks\";s:15:\"Weekly Archives\";s:4:\"days\";s:14:\"Daily Archives\";s:9:\"tag-cloud\";s:4:\"Tags\";s:5:\"posts\";s:10:\"Blog Posts\";}s:19:\"suf_ns_wabh_enabled\";s:7:\"enabled\";s:19:\"suf_ns_waaf_enabled\";s:7:\"enabled\";s:25:\"suf_1l_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_1l_wrapper_width_flex\";i:75;s:29:\"suf_1l_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_1l_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_1l_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_1l_wrapper_width\";s:4:\"1000\";s:21:\"suf_1l_main_col_width\";s:3:\"725\";s:17:\"suf_1l_sb_1_width\";s:3:\"260\";s:25:\"suf_1r_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_1r_wrapper_width_flex\";i:75;s:29:\"suf_1r_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_1r_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_1r_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_1r_wrapper_width\";s:4:\"1000\";s:21:\"suf_1r_main_col_width\";s:3:\"725\";s:17:\"suf_1r_sb_1_width\";s:3:\"260\";s:27:\"suf_1l1r_wrapper_width_type\";s:5:\"fixed\";s:27:\"suf_1l1r_wrapper_width_flex\";i:75;s:31:\"suf_1l1r_wrapper_width_flex_min\";s:3:\"600\";s:29:\"suf_1l1r_wrapper_width_preset\";s:4:\"1000\";s:22:\"suf_1l1r_wrapper_width\";s:4:\"1000\";s:23:\"suf_1l1r_main_col_width\";s:3:\"725\";s:19:\"suf_1l1r_sb_1_width\";s:3:\"260\";s:19:\"suf_1l1r_sb_2_width\";s:3:\"260\";s:25:\"suf_2l_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_2l_wrapper_width_flex\";i:75;s:29:\"suf_2l_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_2l_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_2l_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_2l_wrapper_width\";s:4:\"1000\";s:21:\"suf_2l_main_col_width\";s:3:\"725\";s:17:\"suf_2l_sb_1_width\";s:3:\"260\";s:17:\"suf_2l_sb_2_width\";s:3:\"260\";s:25:\"suf_2r_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_2r_wrapper_width_flex\";i:75;s:29:\"suf_2r_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_2r_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_2r_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_2r_wrapper_width\";s:4:\"1000\";s:21:\"suf_2r_main_col_width\";s:3:\"725\";s:17:\"suf_2r_sb_1_width\";s:3:\"260\";s:17:\"suf_2r_sb_2_width\";s:3:\"260\";s:20:\"suf_nr_books_per_row\";s:1:\"4\";s:19:\"suf_nr_main_cover_w\";s:3:\"108\";s:19:\"suf_nr_main_cover_h\";s:3:\"160\";s:20:\"suf_nr_no_books_text\";s:4:\"None\";s:16:\"suf_nr_lib_title\";s:7:\"Library\";s:20:\"suf_nr_lib_curr_show\";s:4:\"show\";s:21:\"suf_nr_lib_curr_title\";s:17:\"Currently Reading\";s:20:\"suf_nr_lib_curr_text\";s:0:\"\";s:22:\"suf_nr_lib_unread_show\";s:4:\"show\";s:23:\"suf_nr_lib_unread_title\";s:7:\"Up Next\";s:22:\"suf_nr_lib_unread_text\";s:0:\"\";s:25:\"suf_nr_lib_completed_show\";s:4:\"show\";s:26:\"suf_nr_lib_completed_title\";s:16:\"Finished Reading\";s:25:\"suf_nr_lib_completed_text\";s:0:\"\";s:16:\"suf_nr_lib_order\";a:3:{s:7:\"current\";s:17:\"Currently Reading\";s:6:\"unread\";s:12:\"Not Yet Read\";s:9:\"completed\";s:9:\"Completed\";}s:24:\"suf_nr_single_added_show\";s:4:\"show\";s:24:\"suf_nr_single_added_text\";s:10:\"Added on: \";s:26:\"suf_nr_single_started_show\";s:4:\"show\";s:26:\"suf_nr_single_started_text\";s:9:\"Started: \";s:27:\"suf_nr_single_finished_show\";s:4:\"show\";s:27:\"suf_nr_single_finished_text\";s:10:\"Finished: \";s:23:\"suf_nr_single_meta_show\";s:4:\"show\";s:22:\"suf_nr_wid_search_show\";s:6:\"bottom\";s:20:\"suf_nr_wid_curr_show\";s:4:\"show\";s:21:\"suf_nr_wid_curr_title\";s:17:\"Currently Reading\";s:22:\"suf_nr_wid_unread_show\";s:4:\"show\";s:23:\"suf_nr_wid_unread_title\";s:7:\"Up Next\";s:25:\"suf_nr_wid_completed_show\";s:4:\"show\";s:26:\"suf_nr_wid_completed_title\";s:16:\"Finished Reading\";s:16:\"suf_nr_wid_order\";a:3:{s:7:\"current\";s:17:\"Currently Reading\";s:6:\"unread\";s:12:\"Not Yet Read\";s:9:\"completed\";s:9:\"Completed\";}s:13:\"suf_404_title\";s:21:\"Error 404 - Not Found\";s:15:\"suf_404_content\";s:56:\"Sorry, the page that you are looking for does not exist.\";s:25:\"suffusion_options_version\";s:5:\"3.7.8\";}','yes'),(110,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,0,'widget_links','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(112,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,0,'widget_nav_menu','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;}s:12:\"_multiwidget\";i:1;}','yes'),(114,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:24:\"http://www.timberon.info\";s:4:\"link\";s:100:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.timberon.info/\";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://www.timberon.info/blog/\";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'),(1376,0,'dashboard_widget_manager','a:3:{s:7:\"version\";s:5:\"1.3.1\";s:11:\"defaultuser\";i:1;s:10:\"allcanedit\";i:0;}','yes'),(1377,0,'dashboard_widget_peruser_options','a:1:{i:1;a:5:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:29:\"http://www.timberon.info/blog\";s:4:\"link\";s:105:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.timberon.info/blog/\";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://www.timberon.info/blog/\";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;}s:13:\"dashboard_rss\";a:7:{s:4:\"link\";s:30:\"http://www.timberon.info/blog/\";s:3:\"url\";s:40:\"http://www.timberon.info/blog/?feed=rss2\";s:5:\"title\";s:13:\"Timberon.Info\";s:5:\"items\";i:10;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:1;s:9:\"show_date\";i:1;}}}','yes'),(13974,0,'_transient_timeout_feed_mod_7ccaaeb709134a0148124c6fa751bd1a','1305858339','no'),(13975,0,'_transient_feed_mod_7ccaaeb709134a0148124c6fa751bd1a','1305815139','no'),(13972,0,'_transient_timeout_feed_7ccaaeb709134a0148124c6fa751bd1a','1305858339','no'),(13973,0,'_transient_feed_7ccaaeb709134a0148124c6fa751bd1a','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\"\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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"link:http://www.timberon.info/blog/ - 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:108:\"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://www.timberon.info/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Your search - link:http://www.timberon.info/blog/ - 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:4:\"date\";s:29:\"Thu, 19 May 2011 14:22:22 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Fri, 01 Jan 1990 00:00:00 GMT\";s:13:\"cache-control\";s:25:\"no-cache, must-revalidate\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"set-cookie\";s:138:\"PREF=ID=1823b40f5ee335b6:TM=1305814942:LM=1305814942:S=pZ33qKi0ovJXXqM4; expires=Sat, 18-May-2013 14:22:22 GMT; path=/; domain=.google.com\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"bsfe\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13442,0,'_transient_timeout_feed_mod_8f86a73a2b4743f38c245a91ab96ba97','1305411141','no'),(13443,0,'_transient_feed_mod_8f86a73a2b4743f38c245a91ab96ba97','1305367941','no'),(13440,0,'_transient_timeout_feed_8f86a73a2b4743f38c245a91ab96ba97','1305411141','no'),(13045,0,'_transient_timeout_feed_9cf7509415997d62a58a2ea464df90e7','1305075391','no'),(13046,0,'_transient_feed_9cf7509415997d62a58a2ea464df90e7','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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Stef\'s 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.stefaniamarchisio.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Random Ramblings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Apr 2011 06:09:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.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:10:{i:0;a:6:{s:4:\"data\";s:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Gallery Just Better 0.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:60:\"http://feedproxy.google.com/~r/StefaniasBlog/~3/q8Sw88EEHvc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.stefaniamarchisio.com/2011/04/gallery-just-better-0-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2011 01:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"For Nerds Only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=971\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"New version of my plugin. I simply incorporated the amendments and fixes made to the native gallery. Fixes related to sizing the images according to the number of columns requested. More to come. No related posts.\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:337:\"

New version of my plugin.

\n

I simply incorporated the amendments and fixes made to the native gallery. Fixes related to sizing the images according to the number of columns requested.

\n

More to come.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.stefaniamarchisio.com/2011/04/gallery-just-better-0-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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.stefaniamarchisio.com/2011/04/gallery-just-better-0-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"The Wind Cries Mary!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/StefaniasBlog/~3/aL-mLXM5DiQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.stefaniamarchisio.com/2011/04/the-wind-cries-mary/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Apr 2011 20:31: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"For Nerds Only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=962\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:244:\"Yes, that’s the name of the wordpress theme I use. I finally managed to fix an annoying problem which prevented to see the comments. Now, communication with users who leave a comment should be easier. No related posts.\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:397:\"

Yes, that’s the name of the wordpress theme I use. I finally managed to fix an annoying problem which prevented to see the comments. Now, communication with users who leave a comment should be easier.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://www.stefaniamarchisio.com/2011/04/the-wind-cries-mary/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://www.stefaniamarchisio.com/2011/04/the-wind-cries-mary/\";s: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:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Gallery Just better plugin released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/StefaniasBlog/~3/uxBxjAqfuWk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.stefaniamarchisio.com/2011/01/gallery-just-better-plugin-released/#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, 31 Jan 2011 21:10: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:14:\"For Nerds Only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=945\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Ok it’s online on wordpress now. Yes, I have released a new plugin almost simultaneously with the release 3.1 of wordpress It’s about the native wordpress gallery with a few enhancement. You are able to choose to display the linked pages/images in a new window or not and you are able to make the images [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:900:\"

Ok it’s online on wordpress now.

\n

Yes, I have released a new plugin almost simultaneously with the release 3.1 of wordpress \':-(\'

\n

It’s about the native wordpress gallery with a few enhancement.

\n

You are able to choose to display the linked pages/images in a new window or not and you are able to make the images not linkable and to link them to external URLs. External URLs are defined in the Description fields of the attached images.

\n

See the plugin home page for more details.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.stefaniamarchisio.com/2011/01/gallery-just-better-plugin-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.stefaniamarchisio.com/2011/01/gallery-just-better-plugin-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"RSS Just Better plugin 0.4 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/StefaniasBlog/~3/FTKJt2nOsL4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.stefaniamarchisio.com/2011/01/rss-just-better-plugin-0-4-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 23 Jan 2011 19:22: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=922\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"Apparently, I have never posted about the release 0.4 of my plugin RSS Just Better plugin which happened in May last year…sigh. As a good deed I do it today. Changes from vrsion 0.3: Made Date & Time formats (when selected) as those defined in wordpress settings page Made linkable title opening in new/same window [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:1002:\"

Apparently, I have never posted about the release 0.4 of my plugin RSS Just Better plugin which happened in May last year…sigh.

\n

As a good deed I do it today. Changes from vrsion 0.3:

\n\n

That’s all. A new version is due very soon. \':-)\'

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.stefaniamarchisio.com/2011/01/rss-just-better-plugin-0-4-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.stefaniamarchisio.com/2011/01/rss-just-better-plugin-0-4-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:44:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Google News and the feed parsers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/StefaniasBlog/~3/vASzKOongvU/\";s: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:83:\"http://www.stefaniamarchisio.com/2011/01/google-news-and-the-feed-parsers/#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, 04 Jan 2011 02:02:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"For Nerds Only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"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:39:\"http://www.stefaniamarchisio.com/?p=891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"It seems that Google has made their News (news.google.com) unavailable to feed parsers like Simplepie, Magpie, lastRSS or even like native php functions like simplexml_load_file for a while today. Google servers returned a “503 Service unavailable” error message until recently. On the other hand, feeds have always been readable by browsers and feed aggregators like [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:592:\"

It seems that Google has made their News (news.google.com) unavailable to feed parsers like Simplepie, Magpie, lastRSS or even like native php functions like simplexml_load_file for a while today. Google servers returned a “503 Service unavailable” error message until recently.

\n

On the other hand, feeds have always been readable by browsers and feed aggregators like feedemon, as far as I have experienced.

\n

All is back to normal now. Hopefully.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.stefaniamarchisio.com/2011/01/google-news-and-the-feed-parsers/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.stefaniamarchisio.com/2011/01/google-news-and-the-feed-parsers/\";s: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:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Timezones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/StefaniasBlog/~3/JIAI_eflvRo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://www.stefaniamarchisio.com/2010/12/timezones/#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, 29 Dec 2010 20:56: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:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=883\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"No worry: this post is for a “coming soon” reason. These examples give the local time at various locations around the world at 12:00 UTC when daylight saving time (or summer time) is not in effect: Location(s) Time zone Time Baker Island, Howland Island (both uninhabited) UTC−12 00:00 Samoa, American Samoa UTC−11 01:00 Hawaii, Papeete [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:22524:\"

No worry: this post is for a “coming soon” reason.

\n

These examples give the local time at various locations around the world at 12:00 UTC when daylight saving time (or summer time) is not in effect:

\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\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\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\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
Location(s)Time zoneTime
Baker Island, Howland Island (both uninhabited)UTC−1200:00
Samoa, American SamoaUTC−1101:00
Hawaii, PapeeteUTC−1002:00
Marquesas IslandsUTC−09:3002:30
Anchorage, Fairbanks, JuneauUTC−0903:00
Vancouver, Washington (U.S. state), Portland, Las Vegas, California, Baja CaliforniaUTC−0804:00
Alberta, Colorado, Arizona, Chihuahua, SonoraUTC−0705:00
Costa Rica, Dallas, El Salvador, Guatemala, Honduras, Houston, Illinois, Manitoba, Mexico City, Nicaragua, SaskatchewanUTC−0606:00
Ottawa, Toronto, Montreal, Boston, New York, North Carolina, Washington D.C., Georgia, Miami, Cuba, Jamaica, Haiti, Panama, Colombia, Continental Ecuador, PeruUTC−0507:00
VenezuelaUTC−04:3007:30
Nova Scotia, Dominican Republic, Puerto Rico, Trinidad and Tobago, Amazonas, Bolivia, Continental Chile, Paraguay, San Luis ProvinceUTC−0408:00
NewfoundlandUTC−03:3008:30
Rio de Janeiro, São Paulo, Argentina (except San Luis Province), Uruguay, NuukUTC−0309:00
Fernando de Noronha, South Georgia and the South Sandwich IslandsUTC−0210:00
Azores, Cape VerdeUTC−0111:00
Iceland, United Kingdom, Ireland, Continental Portugal, Morocco, Senegal, Ghana, Côte d’IvoireUTC12:00
\n

Albania, Slovenia, Macedonia, Norway, Sweden, Denmark, Germany, the Netherlands, Belgium, Metropolitan France, Switzerland, Austria, Poland, Czech Republic, Slovakia, Hungary, European Spain, Italy, Croatia, Serbia, Bosnia and Herzegovina, Tunisia, Algeria, Nigeria, Cameroon, Angola, Kinshasa

\n
UTC+0113:00
\n

Finland, Lithuania, Latvia, Estonia, Belarus, Ukraine, Romania, Bulgaria, Greece, Turkey, Cyprus, Syria, Lebanon, Jordan, Palestine, Israel, Egypt, Libya, Mozambique, Malawi, Zambia, Zimbabwe, South Africa

\n
UTC+0214:00
Moscow, Saint Petersburg, Samara, Iraq, Saudi Arabia, Yemen, Sudan, Ethiopia, Somalia, Kenya, Uganda, Tanzania, MadagascarUTC+0315:00
IranUTC+03:3015:30
Georgia, Armenia, Azerbaijan, United Arab Emirates, Oman, Seychelles, MauritiusUTC+0416:00
AfghanistanUTC+04:3016:30
Sverdlovsk, Uzbekistan, Pakistan, Maldives, KazakhstanUTC+0517:00
India, Sri LankaUTC+05:3017:30
NepalUTC+05:4517:45
Novosibirsk, Almaty, BangladeshUTC+0618:00
Myanmar, Cocos IslandsUTC+06:3018:30
Krasnoyarsk, Thailand, Vietnam, JakartaUTC+0719:00
Irkutsk, Ulan Bator, China, Taiwan, Hong Kong, Philippines, Malaysia, Singapore, Western AustraliaUTC+0820:00
Zabaykalsky, Japan, North Korea, South Korea, East TimorUTC+0921:00
Northern Territory, South AustraliaUTC+09:3021:30
Primorsky, New South Wales, Queensland, Tasmania, VictoriaUTC+1022:00
Lord Howe IslandUTC+10:3022:30
Kamchatka, Solomon Islands, New CaledoniaUTC+1123:00
Norfolk IslandUTC+11:3023:30
Fiji, New ZealandUTC+1200:00 (the following day)
Chatham IslandsUTC+12:4500:45 (the following day)
TongaUTC+1301:00 (the following day)
Line IslandsUTC+1402:00 (the following day)
\n

Where the adjustment for time zones results in a time at the other side of midnight from UTC, then the date at the location is one day later or earlier.

\n

And of course, thanks to Wikipedia for this table.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://www.stefaniamarchisio.com/2010/12/timezones/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.stefaniamarchisio.com/2010/12/timezones/\";s: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:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Google News Plugin version 1.1 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/StefaniasBlog/~3/hdUUyQ5TcNM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.stefaniamarchisio.com/2010/12/google-news-plugin-version-1-1-released/#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, 21 Dec 2010 16:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=865\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"By popular demand, we have reverted the feed fetch to the fetch_feed function and abandoned simplexml_load_file which created so many problems to several users. Also, as fetch_feed saves the fetched feed in a cache for 12 hours, we have increased the frequency of the cache refresh to 30 minutes. Please, read the plugin homepage for [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:652:\"

By popular demand, we have reverted the feed fetch to the fetch_feed function and abandoned simplexml_load_file which created so many problems to several users.

\n

Also, as fetch_feed saves the fetched feed in a cache for 12 hours, we have increased the frequency of the cache refresh to 30 minutes.

\n

Please, read the plugin homepage for the complete update.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.stefaniamarchisio.com/2010/12/google-news-plugin-version-1-1-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://www.stefaniamarchisio.com/2010/12/google-news-plugin-version-1-1-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Google News Widget 1.0 released last March\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/StefaniasBlog/~3/RbiOUzsM_Ig/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.stefaniamarchisio.com/2010/12/google-news-widget-1-0-released-last-march/#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, 21 Dec 2010 13:57:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=854\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"Well, apparently I omitted to document the minor release of version 1.0 of my plugin. From the release notes: New feature: Made titles linkable in shortcodes too Change feature: Added a feed small icon linking to its feed URL (instead of linking to the title directly) HTML tags are now stripped from the description to [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:599:\"

Well, apparently I omitted to document the minor release of version 1.0 of my plugin.

\n

From the release notes:

\n\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://www.stefaniamarchisio.com/2010/12/google-news-widget-1-0-released-last-march/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://www.stefaniamarchisio.com/2010/12/google-news-widget-1-0-released-last-march/\";s: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:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Shortcode outside posts and pages aka..\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/StefaniasBlog/~3/DlSDzdRXm5Q/\";s: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:88:\"http://www.stefaniamarchisio.com/2010/03/shortcode-outside-posts-and-pages-aka/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 28 Mar 2010 09:26:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=794\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"…what would I do without my users #2. I have recently discovered myself that wordpress can call and “interpret” shortcodes also outside the usual posts and pages. How do you do this? Use the PHP code below in any header or footer or non-widget ready sidebar or any PHP file of your theme and replace [...]\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:1001:\"

…what would I do without my users #2.

\n

I have recently discovered myself that wordpress can call and “interpret” shortcodes also outside the usual posts and pages.

\n

How do you do this? Use the PHP code below in any header or footer or non-widget ready sidebar or any PHP file of your theme and replace the text between brackets [] with your own shortcode, of course.

\n

<?php echo do_shortcode(‘[shortcode-short attribute1=\"true\" attribute2=\"10\"]‘); ?>

\n

Bear in mind, if the plugin is not installed, activated or it’s not him \':-)\' then you will be echoed the text in brackets without any change.

\n

Have fun with it!

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://www.stefaniamarchisio.com/2010/03/shortcode-outside-posts-and-pages-aka/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.stefaniamarchisio.com/2010/03/shortcode-outside-posts-and-pages-aka/\";s: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:41:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Google News Widget 0.9 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://feedproxy.google.com/~r/StefaniasBlog/~3/b8RbkJQx990/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.stefaniamarchisio.com/2010/03/google-news-widget-0-9-released/#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, 22 Mar 2010 19:02: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://www.stefaniamarchisio.com/?p=791\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:278:\"What would I do without my plugins users. Foreign accents problems…should I not know about it? Thanks to a friendly french, Jean Bruno at Morgao this time, who tested it and gave me the all “ok”. I love the Internet… No related posts.\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Stef\";s: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:418:\"

What would I do without my plugins users. Foreign accents problems…should I not know about it?

\n

Thanks to a friendly french, Jean Bruno at Morgao this time, who tested it and gave me the all “ok”.

\n

I love the Internet…

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.stefaniamarchisio.com/2010/03/google-news-widget-0-9-released/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:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.stefaniamarchisio.com/2010/03/google-news-widget-0-9-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:41:\"http://feeds.feedburner.com/StefaniasBlog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:13:\"stefaniasblog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"XFuv2MgKr2G05tYCBRs8b7spMnA\";s:13:\"last-modified\";s:29:\"Tue, 10 May 2011 12:49:10 GMT\";s:4:\"date\";s:29:\"Tue, 10 May 2011 12:53:47 GMT\";s:7:\"expires\";s:29:\"Tue, 10 May 2011 12:53:47 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13976,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1305858340','no'),(13977,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/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:\"Thu, 19 May 2011 14:10: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"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:36:\"Takayuki Miyoshi on \"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:61:\"http://wordpress.org/extend/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:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"edo888 on \"GTranslate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/gtranslate/#post-14437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2009 17:35:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14437@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"edo888\";s: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:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/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:\"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"joostdevalk\";s: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:33:\"uberdose on \"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:65:\"http://wordpress.org/extend/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:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Frederick Townes on \"W3 Total Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Jul 2009 18:46: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:42:\"12073@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s: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:34:\"flash gallery on \"1 Flash 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:63:\"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Feb 2011 14:02: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:42:\"24163@http://wordpress.org/extend/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:\"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"flash gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"Brian Colinger on \"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:66:\"http://wordpress.org/extend/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:42:\"18101@http://wordpress.org/extend/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: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:28:\"casibus on \"ourSTATS Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2010 14:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18282@http://wordpress.org/extend/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:51:\"create a widget for the ourstats.de counter service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"casibus\";s: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:29:\"Arne on \"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:70:\"http://wordpress.org/extend/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:40:\"132@http://wordpress.org/extend/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:4:\"Arne\";s: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:39:\"joostdevalk on \"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:60:\"http://wordpress.org/extend/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:41:\"8321@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"Yoast's all in one SEO solution for your WordPress blog: SEO titles, meta descriptions, XML sitemaps, breadcrumbs & much more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s: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:96:\"nicashmu on \"Post video players, slideshow albums, photo galleries and music / podcast playlist\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jan 2011 16:16:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23415@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Post your videos, photo galleries/flash slideshows easily and 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:8:\"nicashmu\";s: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:30:\"Alex Rabe on \"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:62:\"http://wordpress.org/extend/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:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"BraveNewCode Inc. on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/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:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"SEO Design Solutions on \"SEO Ultimate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/seo-ultimate/#post-10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 21 May 2009 16:15:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10779@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, 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:20:\"SEO Design Solutions\";s: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:52:\"micropat on \"AddToAny: Share/Bookmark/Email Buttons\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"498@http://wordpress.org/extend/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:140:\"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 19 May 2011 14:22:23 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2007-08-02 12:45:03\";s:14:\"content-length\";s:4:\"8084\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(825,0,'cms_tpv_show_annoying_little_box','1','yes'),(826,0,'cms_tpv_options','a:2:{s:9:\"dashboard\";a:1:{i:0;s:4:\"page\";}s:4:\"menu\";a:1:{i:0;s:4:\"page\";}}','yes'),(827,0,'cms_tpv_version','0.7.19','yes'),(839,0,'pl_defaultab','page','yes'),(261,0,'Producer_save_locale','is_single','yes'),(263,0,'_transient_plugins_delete_result_1','1','yes'),(1348,0,'dashboard_recent_comments','level_10','yes'),(303,0,'mods_Twenty Ten','a:1:{s:12:\"header_image\";s:0:\"\";}','yes'),(212,0,'yclads_options','a:8:{s:3:\"qmt\";N;s:9:\"archiving\";i:30;s:9:\"freshness\";i:12;s:7:\"filters\";i:4;s:3:\"oqp\";b:0;s:17:\"follow_ad_enabled\";b:1;s:21:\"follow_author_enabled\";b:1;s:21:\"follow_filter_enabled\";b:1;}','yes'),(12715,0,'widget_subcategories-widget','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(13336,0,'_transient_timeout_plugin_slugs','1305911792','no'),(13337,0,'_transient_plugin_slugs','a:61:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:39:\"admin-bar-as-menu/admin-bar-as-menu.php\";i:2;s:33:\"admin-menu-editor/menu-editor.php\";i:3;s:45:\"advanced-menu-widget/advanced-menu-widget.php\";i:4;s:19:\"akismet/akismet.php\";i:5;s:53:\"amr-shortcode-any-widget/amr_shortcode_any_widget.php\";i:6;s:25:\"ban-hammer/ban-hammer.php\";i:7;s:41:\"business-directory/business-directory.php\";i:8;s:19:\"capsman/capsman.php\";i:9;s:35:\"order-categories/category-order.php\";i:10;s:53:\"category-shortcode-w-generator/category_shortcode.php\";i:11;s:45:\"comment-email-verify/comment-email-verify.php\";i:12;s:53:\"continuous-rss-scrolling/continuous-rss-scrolling.php\";i:13;s:25:\"count-per-day/counter.php\";i:14;s:45:\"custom-author-byline/custom-author-byline.php\";i:15;s:35:\"dynamic-widgets/dynamic-widgets.php\";i:16;s:27:\"embed-rss/cets_EmbedRSS.php\";i:17;s:35:\"si-contact-form/si-contact-form.php\";i:18;s:41:\"flexi-pages-widget/flexi-pages-widget.php\";i:19;s:30:\"fluency-admin/wp-fluency-2.php\";i:20;s:25:\"formidable/formidable.php\";i:21;s:36:\"google-document-embedder/gviewer.php\";i:22;s:23:\"gwolle-gb/gwolle-gb.php\";i:23;s:39:\"hide-admin-panels/hide-admin-panels.php\";i:24;s:54:\"interconnect-it-weather-widget/icit-weather-widget.php\";i:25;s:29:\"link-to-post/link-to-post.php\";i:26;s:31:\"list-children/list_children.php\";i:27;s:37:\"maintenance-mode/maintenance-mode.php\";i:28;s:25:\"mingle-forum/wpf-main.php\";i:29;s:41:\"mingle-forum-guest-info/wpf-guestinfo.php\";i:30;s:35:\"minimeta-widget/minimeta-widget.php\";i:31;s:27:\"my-calendar/my-calendar.php\";i:32;s:41:\"my-email-shortcode/my-email-shortcode.php\";i:33;s:29:\"nextgen-gallery/nggallery.php\";i:34;s:53:\"nextgen-gallery-sidebar-widget/ngg-sidebar-widget.php\";i:35;s:51:\"nextgen-public-uploader/nextgen-public-uploader.php\";i:36;s:41:\"ngg-sidebar-widget/ngg-sidebar-widget.php\";i:37;s:48:\"open-in-new-window-plugin/open_in_new_window.php\";i:38;s:21:\"pageview/pageview.php\";i:39;s:25:\"randomtext/randomtext.php\";i:40;s:41:\"recent-posts-embed/recent-posts-embed.php\";i:41;s:43:\"register-plus-redux/register-plus-redux.php\";i:42;s:31:\"revision-diet/revision-diet.php\";i:43;s:25:\"rss-in-page/RSSinpage.php\";i:44;s:35:\"rss-just-better/RSS-just-better.php\";i:45;s:31:\"rss-shortcode/rss-shortcode.php\";i:46;s:31:\"sb-child-list/sb_child_list.php\";i:47;s:29:\"schreikasten/schreikasten.php\";i:48;s:45:\"show-posts-shortcode/show-posts-shortcode.php\";i:49;s:38:\"simplemodal-contact-form-smcf/smcf.php\";i:50;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:51;s:35:\"simply-show-ids/simply-show-ids.php\";i:52;s:35:\"spammer-blocker/spammer-blocker.php\";i:53;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:54;s:37:\"widgets-reloaded/widgets-reloaded.php\";i:55;s:45:\"wp-fade-in-text-news/wp-fade-in-text-news.php\";i:56;s:39:\"wp-google-weather/wp-google-weather.php\";i:57;s:41:\"wp-hide-categories/wp-hide-categories.php\";i:58;s:28:\"wp-skyscraper/skyscraper.php\";i:59;s:33:\"wp-super-popup/wp-super-popup.php\";i:60;s:51:\"wp-thickbox-integration/wp-thickbox-integration.php\";}','no'),(13675,0,'wpnewsslider_dateformat','m/d/Y','yes'),(13664,0,'widget_simple_ads_manager_ad_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(143,0,'_transient_timeout_wporg_theme_feature_list','1294253895','no'),(144,0,'_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:14:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:5:\"green\";i:4;s:6:\"orange\";i:5;s:4:\"pink\";i:6;s:6:\"purple\";i:7;s:3:\"red\";i:8;s:6:\"silver\";i:9;s:3:\"tan\";i:10;s:5:\"white\";i:11;s:6:\"yellow\";i:12;s:4:\"dark\";i:13;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:13:{i:0;s:13:\"custom-colors\";i:1;s:13:\"custom-header\";i:2;s:17:\"custom-background\";i:3;s:11:\"custom-menu\";i:4;s:12:\"editor-style\";i:5;s:13:\"theme-options\";i:6;s:17:\"threaded-comments\";i:7;s:11:\"sticky-post\";i:8;s:12:\"microformats\";i:9;s:20:\"rtl-language-support\";i:10;s:17:\"translation-ready\";i:11;s:20:\"front-page-post-form\";i:12;s:10:\"buddypress\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','no'),(145,0,'ftp_credentials','a:3:{s:8:\"hostname\";s:13:\"timberon.info\";s:8:\"username\";s:8:\"timberon\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(1914,0,'bp-disable-forum-directory','0','yes'),(147,0,'Producer_theme_options','a:228:{i:0;a:6:{s:10:\"optionname\";s:16:\"General Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:1;a:6:{s:10:\"optionname\";s:34:\"Turn On or Off the Magazine Layout\";s:17:\"optiondescription\";s:69:\"

To activate or deactivate the magazine layout select off or on

\";s:8:\"optionid\";s:21:\"Producer_newsmaglayon\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}}i:2;a:6:{s:10:\"optionname\";s:20:\"Magazine layout mode\";s:17:\"optiondescription\";s:165:\"

Select widgets to place the featured category items where you want them and intermix them with other widgets. Select static to use magazine layout as packaged

\";s:8:\"optionid\";s:36:\"Producer_producermaglayonwidgetsmode\";s:15:\"selectoptiondef\";s:7:\"widgets\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:6:\"static\";i:1;s:7:\"widgets\";}}i:3;a:6:{s:10:\"optionname\";s:15:\"Magazine layout\";s:17:\"optiondescription\";s:340:\"

Select the layout style you prefer to use. Layout style details. Layout 3 and 4 are built to use 2 sidebars. Regardless of your sidebar show/hide settings both sidebars will show in Layout 3 and 4. Sidebars cannot be moved in layout 4.

\";s:8:\"optionid\";s:28:\"Producer_layout_totalcolumns\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";}}i:4;a:6:{s:10:\"optionname\";s:30:\"Sidebar for magazine home page\";s:17:\"optiondescription\";s:139:\"

In magazine mode the front page uses only 1 sidebar. Which sidebar do you want to use? Does not apply if using Layout 3 or Layout 4.

\";s:8:\"optionid\";s:33:\"Producer_layout_whichsidebar_home\";s:15:\"selectoptiondef\";s:11:\"Sidebar One\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:11:\"Sidebar One\";i:1;s:11:\"Sidebar Two\";i:2;s:10:\"No Sidebar\";}}i:5;a:6:{s:10:\"optionname\";s:25:\"Google Analytics Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:6;a:6:{s:10:\"optionname\";s:44:\"Site Tracking Code Example: Google Analytics\";s:17:\"optiondescription\";s:61:\"

Using Goolge Analytics? You can enter your code above.

\";s:8:\"optionid\";s:25:\"Producer_sitetrackingcode\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:7;a:6:{s:10:\"optionname\";s:13:\"Logo Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:8;a:6:{s:10:\"optionname\";s:9:\"Site Logo\";s:17:\"optiondescription\";s:100:\"

You can replace the text title with a logo by entering the logo URL here Note:include http://

\";s:8:\"optionid\";s:17:\"Producer_sitelogo\";s:15:\"selectoptiondef\";s:44:\"http://www.timberon.info/images/InfoLogo.jpg\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:9;a:6:{s:10:\"optionname\";s:18:\"Blog Name Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:10;a:6:{s:10:\"optionname\";s:21:\"Blog name left margin\";s:17:\"optiondescription\";s:189:\"

Adjust blog name left margin to suit needs. Only enter numeric value unless value is 0. If margin is to be zero [0] enter the word [none] without the brackets. Example 10,25,20,none.

\";s:8:\"optionid\";s:27:\"Producer_blognameleftmargin\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:11;a:6:{s:10:\"optionname\";s:16:\"Tagline Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:12;a:6:{s:10:\"optionname\";s:16:\"Show/Hide slogan\";s:17:\"optiondescription\";s:74:\"

Select show to display or hide to conceal tagline in logo/title row

\";s:8:\"optionid\";s:31:\"Producer_style_showhide_tagline\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:13;a:6:{s:10:\"optionname\";s:16:\"Tagline Position\";s:17:\"optiondescription\";s:80:\"

Tagline will display under blog name with a left right or center position

\";s:8:\"optionid\";s:31:\"Producer_style_position_tagline\";s:15:\"selectoptiondef\";s:5:\"right\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:5:\"right\";i:2;s:6:\"center\";}}i:14;a:6:{s:10:\"optionname\";s:17:\"Comments Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:15;a:6:{s:10:\"optionname\";s:26:\"Comment form on Post Pages\";s:17:\"optiondescription\";s:72:\"

Do you want posts of the type Page to have a comment form?

\";s:8:\"optionid\";s:23:\"Producer_commentsonpage\";s:15:\"selectoptiondef\";s:3:\"yes\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"yes\";i:1;s:2:\"no\";}}i:16;a:6:{s:10:\"optionname\";s:19:\"Categories Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:17;a:6:{s:10:\"optionname\";s:40:\"Include Category Description under title\";s:17:\"optiondescription\";s:89:\"

Select yes to display or no to conceal category description text on category pages

\";s:8:\"optionid\";s:35:\"Producer_includecategorydescription\";s:15:\"selectoptiondef\";s:3:\"yes\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"yes\";i:1;s:2:\"no\";}}i:18;a:6:{s:10:\"optionname\";s:18:\"Thumbnail Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:19;a:6:{s:10:\"optionname\";s:35:\"State of default no image thumbnail\";s:17:\"optiondescription\";s:101:\"

If you prefer not to use a no image thumbnail for posts that have no image change state to off

\";s:8:\"optionid\";s:30:\"Producer_noimagethumbnailstate\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:20;a:6:{s:10:\"optionname\";s:15:\"Image Zoom Crop\";s:17:\"optiondescription\";s:92:\"

Select 1 to zoom in on image and crop part or 0 to crop full image(with cropper only)

\";s:8:\"optionid\";s:34:\"Producer_featuredcatimageszoomcrop\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}}i:21;a:6:{s:10:\"optionname\";s:13:\"Image Quality\";s:17:\"optiondescription\";s:72:\"

Modify value as needed to adjust image quality(with cropper only)

\";s:8:\"optionid\";s:33:\"Producer_featuredcatimagesquality\";s:15:\"selectoptiondef\";s:2:\"95\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:22;a:6:{s:10:\"optionname\";s:23:\"Read More Text Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:23;a:6:{s:10:\"optionname\";s:23:\"Excerpts read more text\";s:17:\"optiondescription\";s:91:\"

Change text \'read more\' (used with excerpts to link to full post) to something else

\";s:8:\"optionid\";s:29:\"Producer_excerptsreadmoretext\";s:15:\"selectoptiondef\";s:12:\"read more...\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:24;a:6:{s:10:\"optionname\";s:20:\"Share Icons Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:25;a:6:{s:10:\"optionname\";s:31:\"Share Icons On Single Post Page\";s:17:\"optiondescription\";s:149:\"

Select hide to conceal the share icons on the single post page. You might need to hide if using a social media plugin of your own for example.

\";s:8:\"optionid\";s:23:\"Producer_hideshareicons\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:26;a:6:{s:10:\"optionname\";s:63:\"Index Page Settings(only applies with magazine mode turned off)\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:27;a:6:{s:10:\"optionname\";s:52:\"Regular blog mode index page excerpt or full content\";s:17:\"optiondescription\";s:536:\"

For non-magazine mode, select excerpt to display excerpt or full content to display full post content on index page. Select style 1 or style 2 for additional layout options. [ Note that style2 displays the same as style 1 in Internet Explorer 6 ] Select style 3 for slideshow layout option. Note that sidebars are automatically hidden with style3 layout. You can add sidebar content and other widgets in Home Column One, Home Column Two and Home Column Three and they will show up underneath your slideshow content in 3 columns.

\";s:8:\"optionid\";s:40:\"Producer_blogmodeindexpage_excerptorfull\";s:15:\"selectoptiondef\";s:7:\"excerpt\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:10:\"Choose One\";i:1;s:4:\"full\";i:2;s:7:\"excerpt\";i:3;s:6:\"style1\";i:4;s:6:\"style2\";i:5;s:6:\"style3\";}}i:28;a:6:{s:10:\"optionname\";s:34:\"Show/Hide author date byline index\";s:17:\"optiondescription\";s:99:\"

Select show to display or hide to conceal the author/date byline on index pages in blog mode

\";s:8:\"optionid\";s:48:\"Producer_style_showhide_author_date_byline_index\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:29;a:6:{s:10:\"optionname\";s:26:\"Index Style 3 category IDs\";s:17:\"optiondescription\";s:235:\"

For non-magazine mode you can select [style3] from the option [Regular blog mode index page excerpt or full content] in order to display a slideshow of images from select categories. Enter your category IDs separated by a comma.

\";s:8:\"optionid\";s:28:\"Producer_indexstyle3postscat\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:30;a:6:{s:10:\"optionname\";s:41:\"Index Style 3 number of images to display\";s:17:\"optiondescription\";s:75:\"

What is the maximum number of images that the slider should display?

\";s:8:\"optionid\";s:32:\"Producer_indexstyle3catnumtoshow\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:31;a:6:{s:10:\"optionname\";s:28:\"Index Style 3 excerpt length\";s:17:\"optiondescription\";s:102:\"

Number of characters for active slideshow photo excerpt. Enter zero to exclude description text

\";s:8:\"optionid\";s:33:\"Producer_indexstyle3excerptlength\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:32;a:6:{s:10:\"optionname\";s:43:\"Regular blog mode index page excerpt length\";s:17:\"optiondescription\";s:151:\"

If using excerpts instead of full post content on the blog mode index page enter how long should the excerpt be in characters? Example 200, 500.

\";s:8:\"optionid\";s:40:\"Producer_blogmodeindexpage_excerptlength\";s:15:\"selectoptiondef\";s:3:\"400\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:33;a:6:{s:10:\"optionname\";s:28:\"Show/Hide post meta on index\";s:17:\"optiondescription\";s:161:\"

Select Show to display or Hide to conceal the post meta on the index page in non-magazine mode. Post meta includes tags comment link and categories links.

\";s:8:\"optionid\";s:28:\"Producer_showpostmetaonindex\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:34;a:6:{s:10:\"optionname\";s:17:\"Index Header Text\";s:17:\"optiondescription\";s:103:\"

For non-magazine mode you can show a header text title above your post items on the index page.

\";s:8:\"optionid\";s:29:\"Producer_indexnomagheadertext\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:35;a:6:{s:10:\"optionname\";s:21:\"Archive Page Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:36;a:6:{s:10:\"optionname\";s:36:\"Archive page excerpt or full content\";s:17:\"optiondescription\";s:112:\"

Select excerpt to display excerpt or full content to display full post content on archive/categories page

\";s:8:\"optionid\";s:34:\"Producer_archivepage_excerptorfull\";s:15:\"selectoptiondef\";s:7:\"excerpt\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:8:\"fulltext\";i:1;s:7:\"excerpt\";}}i:37;a:6:{s:10:\"optionname\";s:48:\"Show/Hide author date byline archives/categories\";s:17:\"optiondescription\";s:100:\"

Select show to display or hide to conceal the author/date byline on archives/categories pages

\";s:8:\"optionid\";s:51:\"Producer_style_showhide_author_date_byline_archives\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:38;a:6:{s:10:\"optionname\";s:27:\"Archive page excerpt length\";s:17:\"optiondescription\";s:150:\"

If using excerpts instead of full post content on archive/categories page enter how long should the excerpt be in characters? Example 200, 500.

\";s:8:\"optionid\";s:34:\"Producer_archivepage_excerptlength\";s:15:\"selectoptiondef\";s:3:\"200\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:39;a:6:{s:10:\"optionname\";s:28:\"Replace word \'Articles\' with\";s:17:\"optiondescription\";s:109:\"

If you do not like the word Articles as in ([Category Name] Articles) you can change to something else

\";s:8:\"optionid\";s:38:\"Producer_archivepagereplacewordarticle\";s:15:\"selectoptiondef\";s:7:\"Section\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:40;a:6:{s:10:\"optionname\";s:20:\"Search Page Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:41;a:6:{s:10:\"optionname\";s:35:\"Search page excerpt or full content\";s:17:\"optiondescription\";s:108:\"

Select excerpt to display excerpt or full content to display full post content on search results page

\";s:8:\"optionid\";s:33:\"Producer_searchpage_excerptorfull\";s:15:\"selectoptiondef\";s:7:\"excerpt\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:8:\"fulltext\";i:1;s:7:\"excerpt\";}}i:42;a:6:{s:10:\"optionname\";s:26:\"Search page excerpt length\";s:17:\"optiondescription\";s:146:\"

If using excerpts instead of full post content on search results page enter how long should the excerpt be in characters? Example 200, 500.

\";s:8:\"optionid\";s:33:\"Producer_searchpage_excerptlength\";s:15:\"selectoptiondef\";s:3:\"200\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:43;a:6:{s:10:\"optionname\";s:35:\"Show/Hide author date byline search\";s:17:\"optiondescription\";s:95:\"

Select show to display or hide to conceal the author/date byline on search results pages

\";s:8:\"optionid\";s:49:\"Producer_style_showhide_author_date_byline_search\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:44;a:6:{s:10:\"optionname\";s:26:\"Header Element Positioning\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:45;a:6:{s:10:\"optionname\";s:30:\"RSS Search row header position\";s:17:\"optiondescription\";s:100:\"

Header contains 4 row elements. Which position should the RSS/Search row hold when activated?

\";s:8:\"optionid\";s:24:\"Producer_rsssearchrowpos\";s:15:\"selectoptiondef\";s:1:\"4\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";}}i:46;a:6:{s:10:\"optionname\";s:46:\"Horizontal navigation menu row header position\";s:17:\"optiondescription\";s:116:\"

Header contains 4 row elements. Which position should the horizontal navigation menu row hold when activated?

\";s:8:\"optionid\";s:20:\"Producer_hmenurowpos\";s:15:\"selectoptiondef\";s:1:\"3\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";}}i:47;a:6:{s:10:\"optionname\";s:35:\"Logo and slogan row header position\";s:17:\"optiondescription\";s:117:\"

Header contains 4 row elements. Which position should the row containing site title/logo and description hold?

\";s:8:\"optionid\";s:25:\"Producer_logosloganrowpos\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";}}i:48;a:6:{s:10:\"optionname\";s:40:\"Leaderboard ad space row header position\";s:17:\"optiondescription\";s:110:\"

Header contains 4 row elements. Which position should the leaderboard ad space row hold when activated?

\";s:8:\"optionid\";s:26:\"Producer_leaderboardrowpos\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";}}i:49;a:6:{s:10:\"optionname\";s:18:\"Sidebar 1 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:50;a:6:{s:10:\"optionname\";s:20:\"Sidebar One Position\";s:17:\"optiondescription\";s:241:\"

1 for left 2 for middle 3 for right. If value is same as Sidebar Two position layout will adjust itself where sidebar 1 will take precedence and sidebar 2 will be assigned new value. For homepage value 3 is obsolete and treated like 2

\";s:8:\"optionid\";s:20:\"Producer_sidebar1pos\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}}i:51;a:6:{s:10:\"optionname\";s:42:\"Show/Hide Sidebar One on single post pages\";s:17:\"optiondescription\";s:81:\"

Select hide to conceal or show to display Sidebar One on single post pages

\";s:8:\"optionid\";s:28:\"Producer_sidebar1state_posts\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:52;a:6:{s:10:\"optionname\";s:47:\"Show/Hide Sidebar One on archive/category pages\";s:17:\"optiondescription\";s:86:\"

Select hide to conceal or show to display Sidebar One on archive/category pages

\";s:8:\"optionid\";s:31:\"Producer_sidebar1state_archives\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:53;a:6:{s:10:\"optionname\";s:37:\"Show/Hide Sidebar One on static pages\";s:17:\"optiondescription\";s:77:\"

Select hide to conceal or show to display Sidebar One on static pages.

\";s:8:\"optionid\";s:28:\"Producer_sidebar1state_pages\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:54;a:6:{s:10:\"optionname\";s:33:\"Show/Hide Sidebar One on 404 page\";s:17:\"optiondescription\";s:73:\"

Select hide to conceal or show to display Sidebar One on 404 pages

\";s:8:\"optionid\";s:26:\"Producer_sidebar1state_404\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:55;a:6:{s:10:\"optionname\";s:44:\"Show/Hide Sidebar One on search result pages\";s:17:\"optiondescription\";s:83:\"

Select hide to conceal or show to display Sidebar One on search result pages

\";s:8:\"optionid\";s:29:\"Producer_sidebar1state_search\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:56;a:6:{s:10:\"optionname\";s:65:\"Show/Hide Sidebar One on index page with magazine mode turned off\";s:17:\"optiondescription\";s:119:\"

Select hide to conceal or show to display Sidebar Two on the index page while running theme in regular blog mode

\";s:8:\"optionid\";s:28:\"Producer_sidebar1state_index\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:57;a:6:{s:10:\"optionname\";s:18:\"Sidebar 2 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:58;a:6:{s:10:\"optionname\";s:20:\"Sidebar Two Position\";s:17:\"optiondescription\";s:241:\"

1 for left 2 for middle 3 for right. If value is same as Sidebar One position layout will adjust itself where sidebar 1 will take precedence and sidebar 2 will be assigned new value. For homepage value 3 is obsolete and treated like 2

\";s:8:\"optionid\";s:20:\"Producer_sidebar2pos\";s:15:\"selectoptiondef\";s:1:\"3\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:1:\"3\";i:1;s:1:\"2\";i:2;s:1:\"1\";}}i:59;a:6:{s:10:\"optionname\";s:42:\"Show/Hide Sidebar Two on single post pages\";s:17:\"optiondescription\";s:81:\"

Select hide to conceal or show to display Sidebar Two on single post pages

\";s:8:\"optionid\";s:28:\"Producer_sidebar2state_posts\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:60;a:6:{s:10:\"optionname\";s:47:\"Show/Hide Sidebar Two on archive/category pages\";s:17:\"optiondescription\";s:86:\"

Select hide to conceal or show to display Sidebar Two on archive/category pages

\";s:8:\"optionid\";s:31:\"Producer_sidebar2state_archives\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:61;a:6:{s:10:\"optionname\";s:37:\"Show/Hide Sidebar Two on static pages\";s:17:\"optiondescription\";s:76:\"

Select hide to conceal or show to display Sidebar Two on static pages

\";s:8:\"optionid\";s:28:\"Producer_sidebar2state_pages\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:62;a:6:{s:10:\"optionname\";s:33:\"Show/Hide Sidebar Two on 404 page\";s:17:\"optiondescription\";s:73:\"

Select hide to conceal or show to display Sidebar Two on 404 pages

\";s:8:\"optionid\";s:26:\"Producer_sidebar2state_404\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:63;a:6:{s:10:\"optionname\";s:44:\"Show/Hide Sidebar Two on search result pages\";s:17:\"optiondescription\";s:83:\"

Select hide to conceal or show to display Sidebar Two on search result pages

\";s:8:\"optionid\";s:29:\"Producer_sidebar2state_search\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:64;a:6:{s:10:\"optionname\";s:65:\"Show/Hide Sidebar Two on index page with magazine mode turned off\";s:17:\"optiondescription\";s:119:\"

Select hide to conceal or show to display Sidebar Two on the index page while running theme in regular blog mode

\";s:8:\"optionid\";s:28:\"Producer_sidebar2state_index\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:65;a:6:{s:10:\"optionname\";s:25:\"Horizontal Navigation Bar\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:66;a:6:{s:10:\"optionname\";s:30:\"Activate horizontal navigation\";s:17:\"optiondescription\";s:98:\"

Select activate to display or deactivate to hide the horizontal navigation bar under Row 1?

\";s:8:\"optionid\";s:22:\"Producer_activatehmenu\";s:15:\"selectoptiondef\";s:10:\"deactivate\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:8:\"activate\";i:1;s:10:\"deactivate\";}}i:67;a:6:{s:10:\"optionname\";s:26:\"Horizontal Navigation Type\";s:17:\"optiondescription\";s:77:\"

What should the horizontal navigation bar display pages or categories?

\";s:8:\"optionid\";s:23:\"Producer_hmenupageorcat\";s:15:\"selectoptiondef\";s:5:\"pages\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:5:\"pages\";i:1;s:10:\"categories\";}}i:68;a:6:{s:10:\"optionname\";s:42:\"Exclude IDs from horizontal navigation bar\";s:17:\"optiondescription\";s:137:\"

If horizontal navigation bar is activated enter the IDs of the pages or ID of the categories that should be excluded from the list

\";s:8:\"optionid\";s:24:\"Producer_hmenuexcludeids\";s:15:\"selectoptiondef\";s:1:\" \";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:69;a:6:{s:10:\"optionname\";s:17:\"Exclude home link\";s:17:\"optiondescription\";s:42:\"

Exclude home link in navigation bar

\";s:8:\"optionid\";s:29:\"Producer_hmenuexcludehomelink\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:70;a:6:{s:10:\"optionname\";s:14:\"RSS Search Bar\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:71;a:6:{s:10:\"optionname\";s:27:\"Activate RSS Search Bar Row\";s:17:\"optiondescription\";s:98:\"

Select activate to display or deactivate to hide top row with the rss links and search box?

\";s:8:\"optionid\";s:32:\"Producer_rss_search_activate_row\";s:15:\"selectoptiondef\";s:10:\"deactivate\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:8:\"activate\";i:1;s:10:\"deactivate\";}}i:72;a:6:{s:10:\"optionname\";s:40:\"Turn off/on row 1 right border separator\";s:17:\"optiondescription\";s:93:\"

Select off to remove or on to show the right border separating the list items in Row 1

\";s:8:\"optionid\";s:39:\"Producer_rss_search_activaterightborder\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:73;a:6:{s:10:\"optionname\";s:30:\"Show/Hide Hide Row 1 RSS icons\";s:17:\"optiondescription\";s:72:\"

Select hide to conceal or show to display the RSS icons in row 1.

\";s:8:\"optionid\";s:35:\"Producer_rss_search_icons_show_hide\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:74;a:6:{s:10:\"optionname\";s:29:\"Link 1 URL RSS Search Bar Row\";s:17:\"optiondescription\";s:122:\"

If you prefer to link to something other than the RSS feed page enter the full URL to the page you want to link to.

\";s:8:\"optionid\";s:29:\"Producer_rss_search_link1_url\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:75;a:6:{s:10:\"optionname\";s:30:\"Link 1 text RSS Search Bar Row\";s:17:\"optiondescription\";s:73:\"

The text for user to click on to go to the page set in link 1 url.

\";s:8:\"optionid\";s:30:\"Producer_rss_search_link1_text\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:76;a:6:{s:10:\"optionname\";s:29:\"Link 2 URL RSS Search Bar Row\";s:17:\"optiondescription\";s:131:\"

If you prefer to link to something other than the comments RSS feed page enter the full URL to the page you want to link to.

\";s:8:\"optionid\";s:29:\"Producer_rss_search_link2_url\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:77;a:6:{s:10:\"optionname\";s:30:\"Link 2 text RSS Search Bar Row\";s:17:\"optiondescription\";s:73:\"

The text for user to click on to go to the page set in link 2 url.

\";s:8:\"optionid\";s:30:\"Producer_rss_search_link2_text\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:78;a:6:{s:10:\"optionname\";s:20:\"Link 1 icon file url\";s:17:\"optiondescription\";s:314:\"

Full URL to the icon you want to use with link 1. Leave empty if not using an icon. Remember to check hide icon to remove the default icon. If using your own icon just enter the url to the icon file. Do not check hide icon in that case. With hide selected no icon will display even if you enter a URL above.

\";s:8:\"optionid\";s:38:\"Producer_rss_search_link1_iconfile_url\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:79;a:6:{s:10:\"optionname\";s:20:\"Link 2 icon file url\";s:17:\"optiondescription\";s:314:\"

Full URL to the icon you want to use with link 2. Leave empty if not using an icon. Remember to check hide icon to remove the default icon. If using your own icon just enter the url to the icon file. Do not check hide icon in that case. With hide selected no icon will display even if you enter a URL above.

\";s:8:\"optionid\";s:38:\"Producer_rss_search_link2_iconfile_url\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:80;a:6:{s:10:\"optionname\";s:19:\"Clear RSS news Link\";s:17:\"optiondescription\";s:98:\"

If you prefer to clear the RSS news link altogether select hide to conceal Get News Via RSS

\";s:8:\"optionid\";s:28:\"Producer_rss_news_link_clear\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:81;a:6:{s:10:\"optionname\";s:23:\"Clear RSS comments link\";s:17:\"optiondescription\";s:106:\"

If you prefer to clear the RSS news link altogether select hide to conceal Follow comments via RSS.

\";s:8:\"optionid\";s:32:\"Producer_rss_comments_link_clear\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:82;a:6:{s:10:\"optionname\";s:35:\"Insert Item after RSS comments link\";s:17:\"optiondescription\";s:418:\"

Do you need to insert a link or other item in the RSS block? Enter the code to render the content. Be mindful that you need to enter code for an item than can fit properly into the space. If you need to make room and you do not need the links get news via rss or follow comments via rss then you can clear those links to free space for your new content. Content will remain aligned to the left of the search box

\";s:8:\"optionid\";s:24:\"Producer_rss_li_option_3\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:83;a:6:{s:10:\"optionname\";s:21:\"Clear custom RSS link\";s:17:\"optiondescription\";s:170:\"

The custom RSS link is the link you insert using the box directly above. If you need to remove but don\'t want to clear out the code then use this option to hide it

\";s:8:\"optionid\";s:30:\"Producer_rss_custom_link_clear\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:84;a:6:{s:10:\"optionname\";s:9:\"Setup Ads\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:85;a:6:{s:10:\"optionname\";s:27:\"Show/Hide leaderboard Space\";s:17:\"optiondescription\";s:74:\"

Select hide to conceal or show to display leaderboard content space

\";s:8:\"optionid\";s:23:\"Producer_showhideleader\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"hide\";i:1;s:4:\"show\";}}i:86;a:6:{s:10:\"optionname\";s:25:\"Leaderboard Space Content\";s:17:\"optiondescription\";s:66:\"

Content for the leaderboard space under the date/search bar

\";s:8:\"optionid\";s:19:\"Producer_leadercode\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:87;a:6:{s:10:\"optionname\";s:33:\"Leaderboard content text position\";s:17:\"optiondescription\";s:84:\"

Select left to align leaderboard content to left or center to align to center

\";s:8:\"optionid\";s:38:\"Producer_showhideleadercontentposition\";s:15:\"selectoptiondef\";s:5:\"right\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:6:\"center\";i:1;s:4:\"left\";i:2;s:5:\"right\";}}i:88;a:6:{s:10:\"optionname\";s:42:\"Show/Hide adsense ads in single post pages\";s:17:\"optiondescription\";s:82:\"

Select show to display and hide to conceal adsense ads in single post pages

\";s:8:\"optionid\";s:32:\"Producer_adsense_show_hide_posts\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:89;a:6:{s:10:\"optionname\";s:39:\"Show/Hide adsense ads in non-post pages\";s:17:\"optiondescription\";s:79:\"

Select show to display and hide to conceal adsense ads in non-post pages

\";s:8:\"optionid\";s:32:\"Producer_adsense_show_hide_pages\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:90;a:6:{s:10:\"optionname\";s:39:\"Ad code for single page posts and pages\";s:17:\"optiondescription\";s:113:\"

If using positions left or right best to use 200 by 200 ads. For other positions best to use 468 by 60 ads

\";s:8:\"optionid\";s:33:\"Producer_adsense_code_posts_pages\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:91;a:6:{s:10:\"optionname\";s:33:\"Position for single page post ads\";s:17:\"optiondescription\";s:73:\"

Left will float left, right will float right - 6 position options=

\";s:8:\"optionid\";s:28:\"Producer_adsense_ad_position\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:5:{i:0;s:4:\"left\";i:1;s:5:\"right\";i:2;s:16:\"above post title\";i:3;s:16:\"below post title\";i:4;s:18:\"below post content\";}}i:92;a:6:{s:10:\"optionname\";s:28:\"Featured Category 1 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:93;a:6:{s:10:\"optionname\";s:20:\"Featured Category #1\";s:17:\"optiondescription\";s:42:\"

Select your first featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat1\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:94;a:6:{s:10:\"optionname\";s:23:\"#1 How many main posts?\";s:17:\"optiondescription\";s:215:\"

Number of main posts to show for featured category 1. Main posts are the posts with picture (layout 4 will only show 1 post with picture and will take the value for how many posts from the sub posts setting.)

\";s:8:\"optionid\";s:28:\"Producer_featuredcat1howmany\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:95;a:6:{s:10:\"optionname\";s:22:\"#1 How many sub posts?\";s:17:\"optiondescription\";s:115:\"

Number of sub posts to show for featured category 1. Sub posts are the posts with only a headline in a list.

\";s:8:\"optionid\";s:29:\"Producer_featuredcat1bhowmany\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:96;a:6:{s:10:\"optionname\";s:17:\"#1 Excerpt Length\";s:17:\"optiondescription\";s:126:\"

If applicable, how many characters should the excerpt in featured category 1 main posts contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured1excerptlegth\";s:15:\"selectoptiondef\";s:3:\"200\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:97;a:6:{s:10:\"optionname\";s:15:\"#1 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 1? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured1usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:98;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 1 images

\";s:8:\"optionid\";s:28:\"Producer_featured1imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:99;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 1 images

\";s:8:\"optionid\";s:29:\"Producer_featured1imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:100;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 1 images

\";s:8:\"optionid\";s:28:\"Producer_featured1imagefloat\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:101;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 1?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured1showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:102;a:6:{s:10:\"optionname\";s:34:\"Featured 1 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured1blockwidth\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:103;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 1 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout41tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:104;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout41tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:105;a:6:{s:10:\"optionname\";s:28:\"Featured Category 2 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:106;a:6:{s:10:\"optionname\";s:20:\"Featured Category #2\";s:17:\"optiondescription\";s:43:\"

Select your second featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat2\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:107;a:6:{s:10:\"optionname\";s:18:\"#2 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #2

\";s:8:\"optionid\";s:28:\"Producer_featuredcat2howmany\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:108;a:6:{s:10:\"optionname\";s:17:\"#2 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 2 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured2excerptlegth\";s:15:\"selectoptiondef\";s:3:\"200\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:109;a:6:{s:10:\"optionname\";s:15:\"#2 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 2? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured2usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:110;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 2 images

\";s:8:\"optionid\";s:28:\"Producer_featured2imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:111;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 2 images

\";s:8:\"optionid\";s:29:\"Producer_featured2imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:112;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 2 images

\";s:8:\"optionid\";s:28:\"Producer_featured2imagefloat\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:113;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 2?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured2showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:114;a:6:{s:10:\"optionname\";s:34:\"Featured 2 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured2blockwidth\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:115;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 2 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout42tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:116;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout42tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:117;a:6:{s:10:\"optionname\";s:28:\"Featured Category 3 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:118;a:6:{s:10:\"optionname\";s:20:\"Featured Category #3\";s:17:\"optiondescription\";s:42:\"

Select your third featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat3\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:119;a:6:{s:10:\"optionname\";s:18:\"#3 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #3

\";s:8:\"optionid\";s:28:\"Producer_featuredcat3howmany\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:120;a:6:{s:10:\"optionname\";s:17:\"#3 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 3 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured3excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:121;a:6:{s:10:\"optionname\";s:15:\"#3 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 3? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured3usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:122;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 3 images

\";s:8:\"optionid\";s:28:\"Producer_featured3imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:123;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 3 images

\";s:8:\"optionid\";s:29:\"Producer_featured3imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:124;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 3 images

\";s:8:\"optionid\";s:28:\"Producer_featured3imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:125;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 3?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured3showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:126;a:6:{s:10:\"optionname\";s:34:\"Featured 3 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured3blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:127;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 3 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout43tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:128;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout43tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:129;a:6:{s:10:\"optionname\";s:28:\"Featured Category 4 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:130;a:6:{s:10:\"optionname\";s:20:\"Featured Category #4\";s:17:\"optiondescription\";s:43:\"

Select your fourth featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat4\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:131;a:6:{s:10:\"optionname\";s:18:\"#4 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #4

\";s:8:\"optionid\";s:28:\"Producer_featuredcat4howmany\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:132;a:6:{s:10:\"optionname\";s:17:\"#4 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 4 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured4excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:133;a:6:{s:10:\"optionname\";s:15:\"#4 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 4? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured4usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:134;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 4 images

\";s:8:\"optionid\";s:28:\"Producer_featured4imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:135;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 4 images

\";s:8:\"optionid\";s:29:\"Producer_featured4imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:136;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 4 images

\";s:8:\"optionid\";s:28:\"Producer_featured4imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:137;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 4?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured4showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:138;a:6:{s:10:\"optionname\";s:34:\"Featured 4 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured4blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:139;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 4 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout44tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:140;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout44tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:141;a:6:{s:10:\"optionname\";s:28:\"Featured Category 5 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:142;a:6:{s:10:\"optionname\";s:20:\"Featured Category #5\";s:17:\"optiondescription\";s:42:\"

Select your fifth featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat5\";s:15:\"selectoptiondef\";s:6:\"Photos\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:143;a:6:{s:10:\"optionname\";s:18:\"#5 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #5

\";s:8:\"optionid\";s:28:\"Producer_featuredcat5howmany\";s:15:\"selectoptiondef\";s:1:\"3\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:144;a:6:{s:10:\"optionname\";s:17:\"#5 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 5 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured5excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:145;a:6:{s:10:\"optionname\";s:15:\"#5 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 5? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured5usecropper\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:146;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 5 images

\";s:8:\"optionid\";s:28:\"Producer_featured5imagewidth\";s:15:\"selectoptiondef\";s:3:\"200\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:147;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 5 images

\";s:8:\"optionid\";s:29:\"Producer_featured5imageheight\";s:15:\"selectoptiondef\";s:3:\"200\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:148;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 5 images

\";s:8:\"optionid\";s:28:\"Producer_featured5imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:149;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 5?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured5showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:150;a:6:{s:10:\"optionname\";s:34:\"Featured 5 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured5blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:151;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 5 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout45tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:152;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout45tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:153;a:6:{s:10:\"optionname\";s:28:\"Featured Category 6 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:154;a:6:{s:10:\"optionname\";s:20:\"Featured Category #6\";s:17:\"optiondescription\";s:42:\"

Select your sixth featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat6\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:155;a:6:{s:10:\"optionname\";s:18:\"#6 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #6

\";s:8:\"optionid\";s:28:\"Producer_featuredcat6howmany\";s:15:\"selectoptiondef\";s:1:\"6\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:156;a:6:{s:10:\"optionname\";s:17:\"#6 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 6 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured6excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:157;a:6:{s:10:\"optionname\";s:15:\"#6 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 6? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured6usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:158;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 6 images

\";s:8:\"optionid\";s:28:\"Producer_featured6imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:159;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 6 images

\";s:8:\"optionid\";s:29:\"Producer_featured6imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:160;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 6 images

\";s:8:\"optionid\";s:28:\"Producer_featured6imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:161;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 6?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured6showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:162;a:6:{s:10:\"optionname\";s:34:\"Featured 6 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured6blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:163;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 6 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout46tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:164;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout46tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:165;a:6:{s:10:\"optionname\";s:28:\"Featured Category 7 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:166;a:6:{s:10:\"optionname\";s:20:\"Featured Category #7\";s:17:\"optiondescription\";s:44:\"

Select your seventh featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat7\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:167;a:6:{s:10:\"optionname\";s:18:\"#7 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #7

\";s:8:\"optionid\";s:28:\"Producer_featuredcat7howmany\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:168;a:6:{s:10:\"optionname\";s:17:\"#7 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 7 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured7excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:169;a:6:{s:10:\"optionname\";s:15:\"#7 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 7? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured7usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:170;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 7 images

\";s:8:\"optionid\";s:28:\"Producer_featured7imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:171;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 7 images

\";s:8:\"optionid\";s:29:\"Producer_featured7imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:172;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 7 images

\";s:8:\"optionid\";s:28:\"Producer_featured7imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:173;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 7?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured7showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:174;a:6:{s:10:\"optionname\";s:34:\"Featured 7 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured7blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:175;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 7 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout47tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:176;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout47tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:177;a:6:{s:10:\"optionname\";s:28:\"Featured Category 8 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:178;a:6:{s:10:\"optionname\";s:20:\"Featured Category #8\";s:17:\"optiondescription\";s:42:\"

Select your eight featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat8\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:179;a:6:{s:10:\"optionname\";s:18:\"#8 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #8

\";s:8:\"optionid\";s:28:\"Producer_featuredcat8howmany\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:180;a:6:{s:10:\"optionname\";s:17:\"#8 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 8 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured8excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:181;a:6:{s:10:\"optionname\";s:15:\"#8 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 8? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured8usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:182;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 8 images

\";s:8:\"optionid\";s:28:\"Producer_featured8imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:183;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 8 images

\";s:8:\"optionid\";s:29:\"Producer_featured8imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:184;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 1 images

\";s:8:\"optionid\";s:28:\"Producer_featured8imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:185;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 8?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured8showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:186;a:6:{s:10:\"optionname\";s:34:\"Featured 8 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured8blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:187;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 8 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout48tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:188;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout48tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:189;a:6:{s:10:\"optionname\";s:28:\"Featured Category 9 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:190;a:6:{s:10:\"optionname\";s:20:\"Featured Category #9\";s:17:\"optiondescription\";s:42:\"

Select your eight featured category

\";s:8:\"optionid\";s:21:\"Producer_featuredcat9\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:191;a:6:{s:10:\"optionname\";s:18:\"#9 How many posts?\";s:17:\"optiondescription\";s:55:\"

Number of posts to show for featured category #9

\";s:8:\"optionid\";s:28:\"Producer_featuredcat9howmany\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:192;a:6:{s:10:\"optionname\";s:17:\"#9 Excerpt Length\";s:17:\"optiondescription\";s:115:\"

If applicable, how many characters should the excerpt in featured category 9 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:30:\"Producer_featured9excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:193;a:6:{s:10:\"optionname\";s:15:\"#9 Use Cropper?\";s:17:\"optiondescription\";s:101:\"

Do you want to use crop the images in featured category 9? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:28:\"Producer_featured9usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:194;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:44:\"

Set image width for featured 9 images

\";s:8:\"optionid\";s:28:\"Producer_featured9imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:195;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:45:\"

Set image height for featured 9 images

\";s:8:\"optionid\";s:29:\"Producer_featured9imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:196;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:44:\"

Set image float for featured 1 images

\";s:8:\"optionid\";s:28:\"Producer_featured9imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:197;a:6:{s:10:\"optionname\";s:41:\"Show post byline for Featured Category 9?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:28:\"Producer_featured9showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:198;a:6:{s:10:\"optionname\";s:34:\"Featured 9 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:28:\"Producer_featured9blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:199;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:321:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 9 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:20:\"Producer_layout49tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:200;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:27:\"Producer_layout49tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:201;a:6:{s:10:\"optionname\";s:29:\"Featured Category 10 Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:202;a:6:{s:10:\"optionname\";s:21:\"Featured Category #10\";s:17:\"optiondescription\";s:42:\"

Select your eight featured category

\";s:8:\"optionid\";s:22:\"Producer_featuredcat10\";s:15:\"selectoptiondef\";s:18:\"Select a category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:16:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:8:\"Meetings\";i:8;s:13:\"Mountain News\";i:9;s:13:\"National News\";i:10;s:7:\"Notices\";i:11;s:6:\"Photos\";i:12;s:10:\"State News\";i:13;s:13:\"Timberon News\";i:14;s:13:\"Uncategorized\";i:15;s:13:\"Wildlife News\";}}i:203;a:6:{s:10:\"optionname\";s:19:\"#10 How many posts?\";s:17:\"optiondescription\";s:56:\"

Number of posts to show for featured category #10

\";s:8:\"optionid\";s:29:\"Producer_featuredcat10howmany\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:204;a:6:{s:10:\"optionname\";s:18:\"#10 Excerpt Length\";s:17:\"optiondescription\";s:116:\"

If applicable, how many characters should the excerpt in featured category 10 contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:31:\"Producer_featured10excerptlegth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:205;a:6:{s:10:\"optionname\";s:16:\"#10 Use Cropper?\";s:17:\"optiondescription\";s:102:\"

Do you want to use crop the images in featured category 10? (Cropper is not guaranteed to work)

\";s:8:\"optionid\";s:29:\"Producer_featured10usecropper\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:206;a:6:{s:10:\"optionname\";s:11:\"Image Width\";s:17:\"optiondescription\";s:45:\"

Set image width for featured 10 images

\";s:8:\"optionid\";s:29:\"Producer_featured10imagewidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:207;a:6:{s:10:\"optionname\";s:12:\"Image Height\";s:17:\"optiondescription\";s:46:\"

Set image height for featured 10 images

\";s:8:\"optionid\";s:30:\"Producer_featured10imageheight\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:208;a:6:{s:10:\"optionname\";s:11:\"Image Float\";s:17:\"optiondescription\";s:45:\"

Set image float for featured 10 images

\";s:8:\"optionid\";s:29:\"Producer_featured10imagefloat\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"none\";i:2;s:5:\"right\";}}i:209;a:6:{s:10:\"optionname\";s:42:\"Show post byline for Featured Category 10?\";s:17:\"optiondescription\";s:138:\"

The author, date, and comment status will be shown by default under each post. If you prefer to hide it select off for this option.

\";s:8:\"optionid\";s:29:\"Producer_featured10showbyline\";s:15:\"selectoptiondef\";s:3:\"off\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:210;a:6:{s:10:\"optionname\";s:35:\"Featured 10 block width decrease by\";s:17:\"optiondescription\";s:180:\"

If the featured block sections are too close to each other you can adjust the width percentage to suit your preference. The values mean you are decreasing by that percentage

\";s:8:\"optionid\";s:29:\"Producer_featured10blockwidth\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:11:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}}i:211;a:6:{s:10:\"optionname\";s:17:\"Tags for layout 4\";s:17:\"optiondescription\";s:322:\"

If using magazine layout 4 you can use show posts by tags instead of by category. To use this feature enter the tags for posts to show in the Featured Category 10 section. If using multiple tags enter in format tag1,tag2,tag3 where tag1,tag2,tag3 are replaced by your actual tag names. Will only work with layout 4.

\";s:8:\"optionid\";s:21:\"Producer_layout410tag\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:212;a:6:{s:10:\"optionname\";s:21:\"H2 Title for layout 4\";s:17:\"optiondescription\";s:163:\"

If using magazine layout 4 and pulling excerpts via tags instead of via category ID, enter a title to replace the category name as the section header title.

\";s:8:\"optionid\";s:28:\"Producer_layout410tagh2title\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:213;a:6:{s:10:\"optionname\";s:27:\"How to handle Sticky Posts?\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:214;a:6:{s:10:\"optionname\";s:36:\"Show/Hide sticky posts on home page?\";s:17:\"optiondescription\";s:129:\"

Select show to display or hide to conceal Sticky Posts on home page. When displayed will appear above featured categories.

\";s:8:\"optionid\";s:30:\"Producer_stickyposts_show_hide\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:215;a:6:{s:10:\"optionname\";s:31:\"H2 Title for Sticky Posts block\";s:17:\"optiondescription\";s:75:\"

What text should appear in the H2 header for the sticky posts block?

\";s:8:\"optionid\";s:28:\"Producer_stickyposts_H2_text\";s:15:\"selectoptiondef\";s:12:\"Sticky Posts\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:216;a:6:{s:10:\"optionname\";s:24:\"Toggle Sticky Posts text\";s:17:\"optiondescription\";s:104:\"

If you prefer the toggle Sticky Posts text to be something else enter your preferred anchor text.

\";s:8:\"optionid\";s:32:\"Producer_stickyposts_toggle_text\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:217;a:6:{s:10:\"optionname\";s:28:\"Sticky Posts how many posts?\";s:17:\"optiondescription\";s:38:\"

Number of Sticky Posts to show?

\";s:8:\"optionid\";s:34:\"Producer_stickyposts_howmany_posts\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";i:10;s:2:\"11\";i:11;s:2:\"12\";i:12;s:2:\"13\";i:13;s:2:\"14\";i:14;s:2:\"15\";i:15;s:2:\"16\";i:16;s:2:\"17\";i:17;s:2:\"18\";i:18;s:2:\"19\";i:19;s:2:\"20\";}}i:218;a:6:{s:10:\"optionname\";s:27:\"Sticky Posts Excerpt Length\";s:17:\"optiondescription\";s:117:\"

The first sticky topic uses an excerpt. How many characters should the excerpt contain? Example: 200, 375, 500

\";s:8:\"optionid\";s:35:\"Producer_stickyposts_excerpt_length\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:219;a:6:{s:10:\"optionname\";s:31:\"Sticky Posts default visibility\";s:17:\"optiondescription\";s:135:\"

Hide will conceal the sticky posts until the user clicks the link to reveal them. Show will display the sticky posts by default.

\";s:8:\"optionid\";s:39:\"Producer_stickyposts_default_visibility\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"hide\";i:1;s:4:\"show\";}}i:220;a:6:{s:10:\"optionname\";s:32:\"Setup Feedburner RSS for Sidebar\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:221;a:6:{s:10:\"optionname\";s:40:\"Show/Hide Feedburner RSS Subscribe block\";s:17:\"optiondescription\";s:110:\"

If you prefer not to show the block in the sidebar for RSS subscription hide it by selecting hide below

\";s:8:\"optionid\";s:25:\"Producer_rssblockshowhide\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:222;a:6:{s:10:\"optionname\";s:18:\"Feedburner RSS URL\";s:17:\"optiondescription\";s:26:\"

Your Feedburner URL

\";s:8:\"optionid\";s:22:\"Producer_feedburnerurl\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:223;a:6:{s:10:\"optionname\";s:13:\"Feedburner ID\";s:17:\"optiondescription\";s:30:\"

Your Feedburner ID here

\";s:8:\"optionid\";s:21:\"Producer_feedburnerid\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:224;a:6:{s:10:\"optionname\";s:34:\"Header for Sidebar Subscribe Block\";s:17:\"optiondescription\";s:81:\"

The text to display as the header above the subscribe links in the sidebar

\";s:8:\"optionid\";s:28:\"Producer_rsssubscribeblockh2\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:225;a:6:{s:10:\"optionname\";s:31:\"Subtext for rss subscribe block\";s:17:\"optiondescription\";s:83:\"

The text to display as a short description for why to subscribe to your feed

\";s:8:\"optionid\";s:33:\"Producer_rsssubscribeblocksubtext\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:226;a:6:{s:10:\"optionname\";s:19:\"Subscribe Link Text\";s:17:\"optiondescription\";s:99:\"

The text to use for your alternate subscribe link if user prefers not to subscribe via email

\";s:8:\"optionid\";s:34:\"Producer_rsssubscribeblocklinktext\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:227;a:6:{s:10:\"optionname\";s:17:\"RSS Icon Position\";s:17:\"optiondescription\";s:134:\"

Select center, float left or float right to position the rss icon used in the feedburner widget or select hide to hide the icon

\";s:8:\"optionid\";s:38:\"Producer_rsssubscribeblockiconposition\";s:15:\"selectoptiondef\";s:4:\"Hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:6:\"Center\";i:1;s:10:\"Float Left\";i:2;s:11:\"Float Right\";i:3;s:4:\"Hide\";}}}','yes'),(148,0,'pagenavi_options','a:12:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"« First\";s:9:\"last_text\";s:12:\"Last »\";s:9:\"next_text\";s:7:\"»\";s:9:\"prev_text\";s:7:\"«\";s:13:\"dotright_text\";s:3:\"...\";s:12:\"dotleft_text\";s:3:\"...\";s:5:\"style\";i:1;s:9:\"num_pages\";i:5;s:11:\"always_show\";i:0;}','yes'),(7496,0,'theme_mods_hybrid','a:1:{i:0;b:0;}','yes'),(7491,0,'theme_mods_magazine-basic','a:3:{i:0;b:0;s:16:\"background_color\";s:6:\"ffffff\";s:18:\"nav_menu_locations\";a:2:{s:4:\"main\";i:35;s:3:\"sub\";i:32;}}','yes'),(7492,0,'magazine-basic','a:27:{s:10:\"site_width\";s:3:\"800\";s:10:\"dates_cats\";s:2:\"on\";s:11:\"dates_posts\";s:2:\"on\";s:12:\"authors_cats\";s:2:\"on\";s:13:\"authors_posts\";s:2:\"on\";s:11:\"logo_header\";s:70:\"http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo6.jpg\";s:13:\"logo_location\";s:2:\"fl\";s:8:\"tag_line\";s:1:\"1\";s:10:\"user_login\";s:1:\"2\";s:12:\"headerad_img\";s:0:\"\";s:13:\"headerad_link\";s:0:\"\";s:11:\"post_layout\";s:1:\"3\";s:12:\"number_posts\";s:1:\"6\";s:15:\"excerpt_content\";s:1:\"1\";s:11:\"excerpt_one\";s:2:\"55\";s:11:\"excerpt_two\";s:2:\"45\";s:13:\"excerpt_three\";s:2:\"30\";s:12:\"latest_story\";s:2:\"on\";s:11:\"dates_index\";s:2:\"on\";s:13:\"authors_index\";s:2:\"on\";s:14:\"sidebar_width1\";s:3:\"180\";s:14:\"sidebar_width2\";s:3:\"180\";s:16:\"sidebar_location\";s:1:\"5\";s:3:\"seo\";s:1:\"1\";s:16:\"site_description\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:16:\"google_analytics\";s:0:\"\";}','yes'),(7481,0,'bfa_ata4','a:270:{s:17:\"page_post_options\";s:2:\"No\";s:11:\"use_bfa_seo\";s:2:\"No\";s:25:\"homepage_meta_description\";s:0:\"\";s:22:\"homepage_meta_keywords\";s:0:\"\";s:13:\"add_blogtitle\";s:23:\"Page Title - Blog Title\";s:20:\"title_separator_code\";s:1:\"1\";s:15:\"archive_noindex\";s:2:\"No\";s:11:\"cat_noindex\";s:2:\"No\";s:11:\"tag_noindex\";s:2:\"No\";s:18:\"h1_on_single_pages\";s:3:\"Yes\";s:8:\"nofollow\";s:2:\"No\";s:10:\"body_style\";s:97:\"font-family: tahoma, arial, sans-serif;\r\nfont-size: 0.8em;\r\ncolor: #000000;\r\nbackground: #ffffff;\";s:10:\"link_color\";s:6:\"666666\";s:16:\"link_hover_color\";s:6:\"CC0000\";s:23:\"link_default_decoration\";s:4:\"none\";s:21:\"link_hover_decoration\";s:9:\"underline\";s:11:\"link_weight\";s:4:\"bold\";s:12:\"layout_width\";s:3:\"99%\";s:16:\"layout_min_width\";s:0:\"\";s:16:\"layout_max_width\";s:0:\"\";s:12:\"layout_style\";s:11:\"padding: 0;\";s:30:\"layout_style_leftright_padding\";s:1:\"0\";s:10:\"EmulateIE7\";N;s:12:\"favicon_file\";s:15:\"new-favicon.ico\";s:16:\"configure_header\";s:31:\"%pages %logo %bar1 %image %bar2\";s:14:\"logoarea_style\";s:0:\"\";s:4:\"logo\";s:8:\"logo.png\";s:10:\"logo_style\";s:19:\"margin: 0 10px 0 0;\";s:15:\"blog_title_show\";s:3:\"Yes\";s:16:\"blog_title_style\";s:121:\"margin: 0;\npadding: 0;\nletter-spacing: -1px;\nline-height: 1.0em;\nfont-family: tahoma, arial, sans-serif;\nfont-size: 240%;\";s:17:\"blog_title_weight\";s:4:\"bold\";s:16:\"blog_title_color\";s:6:\"666666\";s:22:\"blog_title_color_hover\";s:6:\"000000\";s:17:\"blog_tagline_show\";s:3:\"Yes\";s:18:\"blog_tagline_style\";s:75:\"margin: 0;\npadding: 0;\nfont-size: 1.2em;\nfont-weight: bold;\ncolor: #666666;\";s:15:\"show_search_box\";s:3:\"Yes\";s:15:\"searchbox_style\";s:82:\"border: 1px dashed #cccccc;\nborder-bottom: 0;\nwidth: 200px;\nmargin: 0;\npadding: 0;\";s:14:\"searchbox_text\";s:0:\"\";s:7:\"horbar1\";s:65:\"height: 5px;\nbackground: #ffffff;\nborder-top: dashed 1px #cccccc;\";s:7:\"horbar2\";s:68:\"height: 5px;\nbackground: #ffffff;\nborder-bottom: dashed 1px #cccccc;\";s:23:\"header_image_javascript\";s:1:\"0\";s:28:\"header_image_sort_or_shuffle\";s:4:\"Sort\";s:15:\"crossslide_fade\";s:1:\"0\";s:31:\"header_image_javascript_preload\";s:3:\"Yes\";s:22:\"header_image_clickable\";s:2:\"No\";s:18:\"headerimage_height\";s:3:\"150\";s:21:\"headerimage_alignment\";s:10:\"top center\";s:19:\"header_opacity_left\";s:2:\"40\";s:25:\"header_opacity_left_width\";s:3:\"200\";s:25:\"header_opacity_left_color\";s:6:\"FFFFFF\";s:20:\"header_opacity_right\";s:2:\"40\";s:26:\"header_opacity_right_width\";s:3:\"200\";s:26:\"header_opacity_right_color\";s:6:\"FFFFFF\";s:18:\"overlay_blog_title\";s:2:\"No\";s:20:\"overlay_blog_tagline\";s:2:\"No\";s:17:\"overlay_box_style\";s:37:\"margin-top: 30px;\r\nmargin-left: 30px;\";s:20:\"overlay_header_image\";N;s:13:\"rss_box_width\";s:3:\"280\";s:15:\"show_posts_icon\";s:3:\"Yes\";s:14:\"post_feed_link\";s:5:\"Posts\";s:20:\"post_feed_link_title\";s:27:\"Subscribe to the POSTS feed\";s:18:\"show_comments_icon\";s:3:\"Yes\";s:17:\"comment_feed_link\";s:8:\"Comments\";s:23:\"comment_feed_link_title\";s:30:\"Subscribe to the COMMENTS feed\";s:15:\"show_email_icon\";s:2:\"No\";s:20:\"email_subscribe_link\";s:8:\"By Email\";s:26:\"email_subscribe_link_title\";s:18:\"Subscribe by EMAIL\";s:19:\"feedburner_email_id\";s:0:\"\";s:18:\"feedburner_old_new\";s:30:\"New - at feedburner.google.com\";s:21:\"animate_page_menu_bar\";s:2:\"No\";s:18:\"home_page_menu_bar\";s:4:\"Home\";s:21:\"exclude_page_menu_bar\";s:0:\"\";s:20:\"levels_page_menu_bar\";s:1:\"0\";s:21:\"sorting_page_menu_bar\";s:10:\"menu_order\";s:20:\"titles_page_menu_bar\";s:2:\"No\";s:30:\"page_menu_1st_level_not_linked\";s:2:\"No\";s:27:\"anchor_border_page_menu_bar\";s:18:\"dashed 1px #cccccc\";s:30:\"page_menu_bar_background_color\";s:6:\"FFFFFF\";s:36:\"page_menu_bar_background_color_hover\";s:6:\"EEEEEE\";s:37:\"page_menu_bar_background_color_parent\";s:6:\"DDDDDD\";s:14:\"page_menu_font\";s:31:\"11px Arial, Verdana, sans-serif\";s:24:\"page_menu_bar_link_color\";s:6:\"777777\";s:30:\"page_menu_bar_link_color_hover\";s:6:\"000000\";s:19:\"page_menu_transform\";s:9:\"uppercase\";s:16:\"page_menu_arrows\";s:5:\"black\";s:23:\"page_menu_submenu_width\";s:2:\"11\";s:20:\"animate_cat_menu_bar\";s:2:\"No\";s:17:\"home_cat_menu_bar\";s:0:\"\";s:20:\"exclude_cat_menu_bar\";s:0:\"\";s:19:\"levels_cat_menu_bar\";s:1:\"0\";s:20:\"sorting_cat_menu_bar\";s:2:\"ID\";s:18:\"order_cat_menu_bar\";s:3:\"ASC\";s:19:\"titles_cat_menu_bar\";s:2:\"No\";s:24:\"add_descr_cat_menu_links\";s:2:\"No\";s:22:\"default_cat_descr_text\";s:42:\"View all posts filed under
%category%\";s:26:\"anchor_border_cat_menu_bar\";s:17:\"solid 1px #000000\";s:29:\"cat_menu_bar_background_color\";s:6:\"777777\";s:35:\"cat_menu_bar_background_color_hover\";s:6:\"CC0000\";s:36:\"cat_menu_bar_background_color_parent\";s:6:\"000000\";s:13:\"cat_menu_font\";s:31:\"11px Arial, Verdana, sans-serif\";s:23:\"cat_menu_bar_link_color\";s:6:\"FFFFFF\";s:29:\"cat_menu_bar_link_color_hover\";s:6:\"FFFFFF\";s:18:\"cat_menu_transform\";s:9:\"uppercase\";s:15:\"cat_menu_arrows\";s:5:\"white\";s:22:\"cat_menu_submenu_width\";s:2:\"11\";s:19:\"center_column_style\";s:19:\"padding: 10px 15px;\";s:18:\"content_above_loop\";s:296:\" Next/Previous Navigation: */\r\nbfa_next_previous_page_links(\'Top\'); ?>\r\n\r\n\";s:19:\"content_inside_loop\";s:930:\" Next/Previous Navigation: */\r\nbfa_next_previous_post_links(\'Top\'); ?>\r\n\r\n\r\n
id=\"post-\">\r\n\r\n
\">\r\n\r\n\r\n\',\'
\'); ?>\r\n\r\n\',\'
\'); ?>\r\n\r\n\',\'
\'); ?>\r\n\r\n\',\'\'); ?>\r\n\r\n\'.__(\'Pages:\',\'atahualpa\').\'\',\'

\'); ?>\r\n\r\n\',\'\'); ?>\r\n\r\n\";s:18:\"content_below_loop\";s:716:\" Next/Previous Navigation: */\r\nbfa_next_previous_post_links(\'Middle\'); ?>\r\n\r\n\r\n\r\n Next/Previous Navigation: */\r\nbfa_next_previous_post_links(\'Bottom\'); ?>\r\n \r\n Archives Pages: */\r\nbfa_archives_page(\'
\',\'
\'); ?>\r\n \r\n Next/Previous Navigation: */\r\nbfa_next_previous_page_links(\'Bottom\'); ?>\";s:17:\"content_not_found\";s:140:\"

\r\n

\";s:21:\"next_prev_orientation\";s:23:\"Newer Left, Older Right\";s:20:\"home_multi_next_prev\";s:0:\"\";s:21:\"home_single_next_prev\";s:0:\"\";s:21:\"multi_next_prev_newer\";s:21:\"« Newer Entries\";s:21:\"multi_next_prev_older\";s:21:\"Older Entries »\";s:22:\"single_next_prev_newer\";s:13:\"« %link\";s:22:\"single_next_prev_older\";s:13:\"%link »\";s:25:\"single_next_prev_same_cat\";s:2:\"No\";s:24:\"comments_next_prev_newer\";s:22:\"Newer Comments »\";s:24:\"comments_next_prev_older\";s:22:\"« Older Comments\";s:27:\"location_comments_next_prev\";s:24:\"Above and Below Comments\";s:30:\"next_prev_style_comments_above\";s:41:\"margin: 0 0 10px 0;\npadding: 5px 0 5px 0;\";s:30:\"next_prev_style_comments_below\";s:41:\"margin: 0 0 10px 0;\npadding: 5px 0 5px 0;\";s:29:\"next_prev_comments_pagination\";s:3:\"Yes\";s:24:\"location_multi_next_prev\";s:6:\"Bottom\";s:25:\"location_single_next_prev\";s:3:\"Top\";s:19:\"next_prev_style_top\";s:75:\"margin: 0 0 10px 0;\npadding: 0 0 10px 0;\nborder-bottom: dashed 1px #cccccc;\";s:22:\"next_prev_style_middle\";s:113:\"margin: 10px 0 20px 0;\npadding: 10px 0 10px 0;\nborder-top: dashed 1px #cccccc;\nborder-bottom: dashed 1px #cccccc;\";s:22:\"next_prev_style_bottom\";s:72:\"margin: 20px 0 0 0;\npadding: 10px 0 0 0;\nborder-top: dashed 1px #cccccc;\";s:10:\"leftcol_on\";a:13:{s:8:\"homepage\";s:2:\"on\";s:9:\"frontpage\";s:2:\"on\";s:6:\"single\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:8:\"category\";s:2:\"on\";s:4:\"date\";s:2:\"on\";s:3:\"tag\";s:2:\"on\";s:8:\"taxonomy\";s:2:\"on\";s:6:\"search\";s:2:\"on\";s:6:\"author\";s:2:\"on\";i:404;s:2:\"on\";s:10:\"attachment\";s:2:\"on\";s:19:\"check-if-saved-once\";b:0;}s:22:\"left_col_pages_exclude\";s:0:\"\";s:21:\"left_col_cats_exclude\";s:0:\"\";s:11:\"leftcol2_on\";a:1:{s:19:\"check-if-saved-once\";b:0;}s:23:\"left_col2_pages_exclude\";s:0:\"\";s:22:\"left_col2_cats_exclude\";s:0:\"\";s:11:\"rightcol_on\";a:13:{s:8:\"homepage\";s:2:\"on\";s:9:\"frontpage\";s:2:\"on\";s:6:\"single\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:8:\"category\";s:2:\"on\";s:4:\"date\";s:2:\"on\";s:3:\"tag\";s:2:\"on\";s:8:\"taxonomy\";s:2:\"on\";s:6:\"search\";s:2:\"on\";s:6:\"author\";s:2:\"on\";i:404;s:2:\"on\";s:10:\"attachment\";s:2:\"on\";s:19:\"check-if-saved-once\";b:0;}s:23:\"right_col_pages_exclude\";s:0:\"\";s:22:\"right_col_cats_exclude\";s:0:\"\";s:12:\"rightcol2_on\";a:1:{s:19:\"check-if-saved-once\";b:0;}s:24:\"right_col2_pages_exclude\";s:0:\"\";s:23:\"right_col2_cats_exclude\";s:0:\"\";s:18:\"left_sidebar_width\";s:3:\"200\";s:19:\"left_sidebar2_width\";s:3:\"200\";s:19:\"right_sidebar_width\";s:3:\"200\";s:20:\"right_sidebar2_width\";s:3:\"200\";s:18:\"left_sidebar_style\";s:84:\"border-right: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;\";s:19:\"left_sidebar2_style\";s:84:\"border-right: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;\";s:19:\"right_sidebar_style\";s:83:\"border-left: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;\";s:20:\"right_sidebar2_style\";s:83:\"border-left: dashed 1px #CCCCCC;\npadding: 10px 10px 10px 10px;\nbackground: #ffffff;\";s:16:\"widget_container\";s:19:\"margin: 0 0 15px 0;\";s:16:\"widget_title_box\";s:0:\"\";s:12:\"widget_title\";s:36:\"font-size: 1.6em;\nfont-weight: bold;\";s:14:\"widget_content\";s:0:\"\";s:12:\"widget_lists\";a:8:{s:14:\"li-margin-left\";i:0;s:11:\"link-weight\";s:6:\"normal\";s:17:\"link-padding-left\";i:5;s:22:\"link-border-left-width\";i:7;s:10:\"link-color\";s:6:\"666666\";s:16:\"link-hover-color\";s:6:\"000000\";s:22:\"link-border-left-color\";s:6:\"cccccc\";s:28:\"link-border-left-hover-color\";s:6:\"000000\";}s:13:\"widget_lists2\";a:8:{s:14:\"li-margin-left\";i:5;s:11:\"link-weight\";s:6:\"normal\";s:17:\"link-padding-left\";i:5;s:22:\"link-border-left-width\";i:7;s:10:\"link-color\";s:6:\"666666\";s:16:\"link-hover-color\";s:6:\"000000\";s:22:\"link-border-left-color\";s:6:\"cccccc\";s:28:\"link-border-left-hover-color\";s:6:\"000000\";}s:13:\"widget_lists3\";a:8:{s:14:\"li-margin-left\";i:5;s:11:\"link-weight\";s:6:\"normal\";s:17:\"link-padding-left\";i:5;s:22:\"link-border-left-width\";i:7;s:10:\"link-color\";s:6:\"666666\";s:16:\"link-hover-color\";s:6:\"000000\";s:22:\"link-border-left-color\";s:6:\"cccccc\";s:28:\"link-border-left-hover-color\";s:6:\"000000\";}s:28:\"category_widget_display_type\";s:6:\"inline\";s:16:\"select_font_size\";s:7:\"Default\";s:16:\"post_kicker_home\";s:0:\"\";s:17:\"post_kicker_multi\";s:0:\"\";s:18:\"post_kicker_single\";s:0:\"\";s:16:\"post_kicker_page\";s:0:\"\";s:16:\"post_byline_home\";s:0:\"\";s:17:\"post_byline_multi\";s:0:\"\";s:18:\"post_byline_single\";s:0:\"\";s:16:\"post_byline_page\";s:0:\"\";s:16:\"post_footer_home\";s:212:\"%date(\'F jS, Y\')% | %tags-linked(\'Tags: \', \', \', \' | \')% Category: %categories-linked(\', \')% | %comments(\'Leave a comment\', \'One comment\', \'% comments\', \'Comments are closed\')% %edit(\' | \', \'Edit this post\', \'\')%\";s:17:\"post_footer_multi\";s:212:\"%date(\'F jS, Y\')% | %tags-linked(\'Tags: \', \', \', \' | \')% Category: %categories-linked(\', \')% | %comments(\'Leave a comment\', \'One comment\', \'% comments\', \'Comments are closed\')% %edit(\' | \', \'Edit this post\', \'\')%\";s:18:\"post_footer_single\";s:128:\"%date(\'F jS, Y\')% | %tags-linked(\'Tags: \', \', \', \' | \')% Category: %categories-linked(\', \')% %edit(\' | \', \'Edit this post\', \'\')%\";s:16:\"post_footer_page\";s:0:\"\";s:20:\"post_container_style\";s:19:\"margin: 0 0 30px 0;\";s:27:\"post_container_sticky_style\";s:143:\"background: #eee url(\'/images/sticky.gif\') 99% 5% no-repeat;\nborder: dashed 1px #cccccc;\npadding: 10px;\";s:17:\"post_kicker_style\";s:18:\"margin: 0 0 5px 0;\";s:23:\"post_kicker_style_links\";s:65:\"color: #000000;\ntext-decoration: none;\ntext-transform: uppercase;\";s:29:\"post_kicker_style_links_hover\";s:15:\"color: #cc0000;\";s:19:\"post_headline_style\";s:0:\"\";s:24:\"post_headline_style_text\";s:22:\"padding: 0;\nmargin: 0;\";s:25:\"post_headline_style_links\";s:38:\"color: #666666;\ntext-decoration: none;\";s:31:\"post_headline_style_links_hover\";s:38:\"color: #000000;\ntext-decoration: none;\";s:17:\"post_byline_style\";s:21:\"margin: 5px 0 10px 0;\";s:23:\"post_byline_style_links\";s:0:\"\";s:29:\"post_byline_style_links_hover\";s:0:\"\";s:19:\"post_bodycopy_style\";s:0:\"\";s:17:\"post_footer_style\";s:77:\"margin: 0;\npadding: 5px;\nbackground: #eeeeee;\ncolor: #666;\nline-height: 18px;\";s:23:\"post_footer_style_links\";s:56:\"color: #333;\nfont-weight: normal;\ntext-decoration: none;\";s:29:\"post_footer_style_links_hover\";s:61:\"color: #333;\nfont-weight: normal;\ntext-decoration: underline;\";s:14:\"excerpt_length\";i:55;s:19:\"dont_strip_excerpts\";s:3:\"

\";s:16:\"custom_read_more\";s:5:\"[...]\";s:13:\"excerpts_home\";s:10:\"Full Posts\";s:19:\"full_posts_homepage\";i:0;s:17:\"excerpts_category\";s:13:\"Only Excerpts\";s:16:\"excerpts_archive\";s:13:\"Only Excerpts\";s:12:\"excerpts_tag\";s:13:\"Only Excerpts\";s:15:\"excerpts_search\";s:13:\"Only Excerpts\";s:15:\"excerpts_author\";s:13:\"Only Excerpts\";s:20:\"post_thumbnail_width\";i:150;s:21:\"post_thumbnail_height\";i:150;s:19:\"post_thumbnail_crop\";s:2:\"No\";s:18:\"post_thumbnail_css\";s:76:\"float: left;\nborder: 0;\npadding: 0;\nbackground: none;\nmargin: 0 10px 5px 0;\n\";s:8:\"more_tag\";s:29:\"Continue reading %post-title%\";s:16:\"author_highlight\";s:3:\"Yes\";s:22:\"author_highlight_color\";s:6:\"ffecec\";s:29:\"author_highlight_border_color\";s:6:\"ffbfbf\";s:24:\"comment_background_color\";s:6:\"ffffff\";s:28:\"comment_alt_background_color\";s:6:\"eeeeee\";s:14:\"comment_border\";s:18:\"dotted 1px #cccccc\";s:19:\"comment_author_size\";s:4:\"110%\";s:23:\"comment_reply_link_text\";s:15:\" · Reply\";s:22:\"comment_edit_link_text\";s:14:\" · Edit\";s:23:\"comment_moderation_text\";s:36:\"Your comment is awaiting moderation.\";s:24:\"comments_are_closed_text\";s:27:\"

Comments are closed.

\";s:17:\"comments_on_pages\";s:2:\"No\";s:19:\"separate_trackbacks\";s:2:\"No\";s:11:\"avatar_size\";s:2:\"55\";s:12:\"avatar_style\";s:185:\"margin: 0 8px 1px 0;\npadding: 3px;\nborder: solid 1px #ddd;\nbackground-color: #f3f3f3;\n-moz-border-radius: 3px;\n-khtml-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;\";s:15:\"show_xhtml_tags\";s:3:\"Yes\";s:18:\"comment_form_style\";s:148:\"margin: 25px 0;\npadding: 25px;\nbackground: #eee;\n-moz-border-radius: 8px;\n-khtml-border-radius: 8px;\n-webkit-border-radius: 8px;\nborder-radius: 8px;\";s:19:\"submit_button_style\";s:79:\"padding: 4px 10px 4px 10px;\nfont-size: 1.2em;\nline-height: 1.5em;\nheight: 36px;\";s:21:\"comment_display_order\";s:13:\"Oldest on top\";s:12:\"footer_style\";s:126:\"background-color: #ffffff;\nborder-top: dashed 1px #cccccc;\npadding: 10px;\r\ntext-align: center;\ncolor: #777777;\nfont-size: 95%;\";s:18:\"footer_style_links\";s:59:\"text-decoration: none;\ncolor: #777777;\nfont-weight: normal;\";s:24:\"footer_style_links_hover\";s:59:\"text-decoration: none;\ncolor: #777777;\nfont-weight: normal;\";s:20:\"footer_style_content\";s:60:\"Copyright © %current-year% %home% - All Rights Reserved\";s:20:\"sticky_layout_footer\";s:2:\"No\";s:19:\"footer_show_queries\";s:2:\"No\";s:5:\"table\";s:42:\"border-collapse: collapse;\nmargin: 10px 0;\";s:13:\"table_caption\";s:71:\"background: #eeeeee;\nborder: #999999;\npadding: 4px 8px;\ncolor: #666666;\";s:8:\"table_th\";s:139:\"background: #888888;\ncolor: #ffffff;\nfont-weight: bold;\nfont-size: 90%;\npadding: 4px 8px;\n\r\n border: solid 1px #ffffff;\ntext-align: left;\";s:8:\"table_td\";s:96:\"padding: 4px 8px;\nbackground-color: #ffffff;\nborder-bottom: 1px solid #dddddd;\ntext-align: left;\";s:14:\"table_tfoot_td\";s:0:\"\";s:19:\"table_zebra_stripes\";s:3:\"Yes\";s:14:\"table_zebra_td\";s:20:\"background: #f4f4f4;\";s:16:\"table_hover_rows\";s:3:\"Yes\";s:14:\"table_hover_td\";s:20:\"background: #e2e2e2;\";s:22:\"form_input_field_style\";s:145:\"color: #000000;\nborder-top: solid 1px #333333;\nborder-left: solid 1px #333333;\nborder-right: solid 1px #999999;\nborder-bottom: solid 1px #cccccc;\";s:27:\"form_input_field_background\";s:15:\"inputbackgr.gif\";s:15:\"highlight_forms\";s:3:\"Yes\";s:21:\"highlight_forms_style\";s:43:\"background: #e8eff7;\nborder-color: #37699f;\";s:12:\"button_style\";s:88:\"background-color: #777777;\ncolor: #ffffff;\nborder: solid 2px #555555;\nfont-weight: bold;\";s:18:\"button_style_hover\";s:69:\"background-color: #6b9c6b;\ncolor: #ffffff;\nborder: solid 2px #496d49;\";s:16:\"blockquote_style\";s:81:\"color: #555555;\npadding: 1em 1em;\nbackground: #f4f4f4;\nborder: solid 1px #e1e1e1;\";s:26:\"blockquote_style_2nd_level\";s:81:\"color: #444444;\npadding: 1em 1em;\nbackground: #e1e1e1;\nborder: solid 1px #d3d3d3;\";s:16:\"post_image_style\";s:167:\"padding: 5px;\nborder: solid 1px #dddddd;\nbackground-color: #f3f3f3;\n-moz-border-radius: 3px;\n-khtml-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;\";s:24:\"post_image_caption_style\";s:211:\"border: 1px solid #dddddd;\ntext-align: center;\nbackground-color: #f3f3f3;\npadding-top: 4px;\nmargin: 10px 0 0 0;\n-moz-border-radius: 3px;\n-khtml-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;\";s:18:\"image_caption_text\";s:85:\"font-size: 0.8em;\nline-height: 13px;\npadding: 2px 4px 5px;\nmargin: 0;\ncolor: #666666;\";s:19:\"html_inserts_header\";s:0:\"\";s:21:\"html_inserts_body_tag\";s:0:\"\";s:21:\"html_inserts_body_top\";s:0:\"\";s:24:\"html_inserts_body_bottom\";s:0:\"\";s:16:\"html_inserts_css\";s:364:\"h1 { font-size: 34px; line-height: 1.2; margin: 0.3em 0 10px; }\r\nh2 { font-size: 28px; line-height: 1.3; margin: 1em 0 .2em; }\r\nh3 { font-size: 24px; line-height: 1.3; margin: 1em 0 .2em; }\r\nh4 { font-size: 19px; margin: 1.33em 0 .2em; }\r\nh5 { font-size: 1.3em; margin: 1.67em 0; font-weight: bold; }\r\nh6 { font-size: 1.15em; margin: 1.67em 0; font-weight: bold; }\";s:16:\"archives_page_id\";s:0:\"\";s:18:\"archives_date_show\";s:3:\"Yes\";s:19:\"archives_date_title\";s:17:\"Archives by Month\";s:18:\"archives_date_type\";s:7:\"monthly\";s:19:\"archives_date_limit\";s:0:\"\";s:19:\"archives_date_count\";s:3:\"Yes\";s:22:\"archives_category_show\";s:3:\"Yes\";s:23:\"archives_category_title\";s:20:\"Archives by Category\";s:23:\"archives_category_count\";s:3:\"Yes\";s:23:\"archives_category_depth\";s:1:\"0\";s:25:\"archives_category_orderby\";s:4:\"name\";s:23:\"archives_category_order\";s:3:\"ASC\";s:22:\"archives_category_feed\";s:2:\"No\";s:12:\"css_external\";s:6:\"Inline\";s:19:\"javascript_external\";s:6:\"Inline\";s:16:\"pngfix_selectors\";s:53:\"a.posts-icon, a.comments-icon, a.email-icon, img.logo\";s:12:\"css_compress\";s:3:\"Yes\";s:11:\"allow_debug\";s:3:\"Yes\";s:16:\"bfa_widget_areas\";b:0;}','yes'),(10869,0,'comment-email-verify','a:5:{s:8:\"template\";a:2:{s:7:\"subject\";s:46:\"[[blogname]] Please verify your e-mail address\";s:4:\"body\";s:309:\"Dear [author-name],\r\n\r\nthanks for replying to [post-title] ([post-permalink]) on [blogname] - [blogdescription] ([home]).\r\n\r\nPlease verify your email address by clicking on this link:\r\n[verification-url]\r\n\r\nThis is your comment:\r\n\r\n[comment]\r\n\r\n--\r\nThis comment was posted from [author-ip] - [author-hostname]\";}s:8:\"messages\";a:1:{s:19:\"awaiting-moderation\";s:56:\"Your comment is awaiting approval by the Webmaster.
\";}s:8:\"advanced\";a:4:{s:13:\"hold-verified\";s:1:\"1\";s:6:\"splash\";s:1:\"0\";s:4:\"from\";s:23:\"webmaster@timberon.info\";s:9:\"from_name\";s:18:\"Timberon Webmaster\";}s:4:\"smtp\";a:7:{s:4:\"Host\";s:0:\"\";s:4:\"Port\";s:0:\"\";s:10:\"SMTPSecure\";s:0:\"\";s:8:\"Username\";s:0:\"\";s:8:\"Password\";s:0:\"\";s:7:\"Timeout\";s:0:\"\";s:4:\"Helo\";s:0:\"\";}s:6:\"splash\";a:2:{s:9:\"onsuccess\";s:126:\"Your email address has been verified and the comment will be approved shortly. – Click here to see it\";s:20:\"onpreviouslyapproved\";s:98:\"Good news: your comment has already been approved. – Click here to see it\";}}','yes'),(8195,0,'widget_dfrads-widget','a:4:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:12:\"Our Sponsors\";s:8:\"group_id\";s:7:\"9242997\";}i:4;a:2:{s:5:\"title\";s:12:\"Our Sponsors\";s:8:\"group_id\";s:7:\"9242997\";}s:12:\"_multiwidget\";i:1;}','yes'),(152,0,'widget_kb-advanced-rss','a:5:{i:2;a:0:{}i:5;a:11:{s:5:\"title\";s:20:\"Real Estate For Sale\";s:3:\"url\";s:60:\"http://www.timberonclassifieds.com/rss/latest/20/category/65\";s:5:\"items\";i:5;s:4:\"icon\";s:0:\"\";s:9:\"linktitle\";i:1;s:13:\"display_empty\";i:0;s:13:\"reverse_order\";i:0;s:3:\"utf\";i:0;s:13:\"output_format\";s:79:\"
  • ^title$
  • \";s:12:\"output_begin\";s:86:\"

    Real Estate For Sale

    \";s:10:\"output_end\";s:0:\"\";}i:7;a:11:{s:5:\"title\";s:16:\"Timberon Rentals\";s:3:\"url\";s:60:\"http://www.timberonclassifieds.com/rss/latest/20/category/66\";s:5:\"items\";i:20;s:4:\"icon\";s:0:\"\";s:9:\"linktitle\";i:1;s:13:\"display_empty\";i:1;s:13:\"reverse_order\";i:0;s:3:\"utf\";i:0;s:13:\"output_format\";s:79:\"
  • ^title$
  • \";s:12:\"output_begin\";s:0:\"\";s:10:\"output_end\";s:0:\"\";}i:8;a:11:{s:5:\"title\";s:14:\"Classified Ads\";s:3:\"url\";s:60:\"http://www.timberonclassifieds.com/rss/latest/20/category/67\";s:5:\"items\";i:5;s:4:\"icon\";s:0:\"\";s:9:\"linktitle\";i:1;s:13:\"display_empty\";i:0;s:13:\"reverse_order\";i:0;s:3:\"utf\";i:0;s:13:\"output_format\";s:79:\"
  • ^title$
  • \";s:12:\"output_begin\";s:0:\"\";s:10:\"output_end\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(8203,0,'_transient_timeout_rss_b5736ed4d3c5cb346e08c330561bf688','1300666951','no'),(12892,0,'rss_df22ae8e6ae6298fd288aae8af341557','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:30:{i:0;a:7:{s:5:\"title\";s:44:\"Roswell man sentenced in firearms conviction\";s:11:\"description\";s:1478:\"A 22-year-old Roswell man has been sentenced to seven years in federal prison for possession of stolen firearms and being a felon in possession of firearms.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/R1QmeYifsHU/s2102578.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Mon, 9 May 2011 14:39:46 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2102578.shtml?cat=519\";}s:7:\"summary\";s:1478:\"A 22-year-old Roswell man has been sentenced to seven years in federal prison for possession of stolen firearms and being a felon in possession of firearms.\n


    \n

    \n \n
    \";}i:1;a:7:{s:5:\"title\";s:48:\"Veteran files suit after raid at Alamogordo home\";s:11:\"description\";s:1581:\"\"\"A New Mexico veteran is speaking out about a lawsuit he\'s filed after he says his home was unfairly searched.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/FbaanowlIwg/s2100813.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Sat, 7 May 2011 02:36:32 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2100813.shtml?cat=519\";}s:7:\"summary\";s:1581:\"\"\"A New Mexico veteran is speaking out about a lawsuit he\'s filed after he says his home was unfairly searched.\n


    \n

    \n \n
    \";}i:2;a:7:{s:5:\"title\";s:29:\"Roswell honors fallen soldier\";s:11:\"description\";s:1553:\"\"\"Hundreds gathered in Roswell Thursday to say goodbye to a New Mexico soldier killed in Iraq.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/iseV-NN-zFc/s2098871.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Fri, 6 May 2011 01:02:26 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2098871.shtml?cat=519\";}s:7:\"summary\";s:1553:\"\"\"Hundreds gathered in Roswell Thursday to say goodbye to a New Mexico soldier killed in Iraq.\n


    \n

    \n \n
    \";}i:3;a:7:{s:5:\"title\";s:44:\"Clovis schools approve gay-straight alliance\";s:11:\"description\";s:1559:\"\"\"Clovis Municipal Schools has approved an application for a gay-straight alliance club.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/8q1lMA4Vzrw/s2098381.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 21:04:26 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2098381.shtml?cat=519\";}s:7:\"summary\";s:1559:\"\"\"Clovis Municipal Schools has approved an application for a gay-straight alliance club.\n


    \n

    \n \n
    \";}i:4;a:7:{s:5:\"title\";s:49:\"Company that grows fuel to build Lea Co. facility\";s:11:\"description\";s:1522:\"A Massachusetts company that has invented a genetically-engineered organism that converts sunlight, water and carbon dioxide directly into fuel is building its first production facility in New Mexico.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/JAo88iS6qmw/s2097939.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 16:54:41 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2097939.shtml?cat=519\";}s:7:\"summary\";s:1522:\"A Massachusetts company that has invented a genetically-engineered organism that converts sunlight, water and carbon dioxide directly into fuel is building its first production facility in New Mexico.\n


    \n

    \n \n
    \";}i:5;a:7:{s:5:\"title\";s:51:\"Lincoln National Forest to close due to fire danger\";s:11:\"description\";s:1650:\"\"\"As fire danger increases in southeastern New Mexico, fire management officials with the Lincoln National Forest are making plans to close the forest for public access and use.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/AUJGy_wuAJI/s2097935.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 16:37:19 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2097935.shtml?cat=519\";}s:7:\"summary\";s:1650:\"\"\"As fire danger increases in southeastern New Mexico, fire management officials with the Lincoln National Forest are making plans to close the forest for public access and use.\n


    \n

    \n \n
    \";}i:6;a:7:{s:5:\"title\";s:33:\"Tribe seeks apology for code name\";s:11:\"description\";s:1629:\"\"\" The leader of the Fort Sill Apache Tribe is looking for a formal apology from President Barack Obama for the government\'s use of the code name "Geronimo" for Osama bin Laden.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/eR8sivCQGgo/s2095800.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 16:19:39 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2095800.shtml?cat=519\";}s:7:\"summary\";s:1629:\"\"\" The leader of the Fort Sill Apache Tribe is looking for a formal apology from President Barack Obama for the government\'s use of the code name "Geronimo" for Osama bin Laden.\n


    \n

    \n \n
    \";}i:7;a:7:{s:5:\"title\";s:50:\"Hobbs police seek public assistance in finding man\";s:11:\"description\";s:1648:\"\"\"The Hobbs Police Department is asking for the public’s help in identifying and locating a man who may have valuable information relating to a homicide in September 2010.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/zfg4h2CQsJs/s2097864.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 16:04:09 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2097864.shtml?cat=519\";}s:7:\"summary\";s:1648:\"\"\"The Hobbs Police Department is asking for the public’s help in identifying and locating a man who may have valuable information relating to a homicide in September 2010.\n


    \n

    \n \n
    \";}i:8;a:7:{s:5:\"title\";s:54:\"Police: \'Unlivable\' conditions in home where teen died\";s:11:\"description\";s:1556:\"\"\"New details are being released about the death of a 14 year old Roswell girl.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/OLZl_H7-gF0/s2097839.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 15:40:40 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2097839.shtml?cat=519\";}s:7:\"summary\";s:1556:\"\"\"New details are being released about the death of a 14 year old Roswell girl.\n


    \n

    \n \n
    \";}i:9;a:7:{s:5:\"title\";s:32:\"N.M. chile crop may be in danger\";s:11:\"description\";s:1597:\"\"\"New Mexico\'s chile empire is under assault from foreign countries where labor is cheap, and from within, where drought threatens this year\'s crop.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/LC6XKdCAxnM/s2097662.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 14:10:23 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2097662.shtml?cat=519\";}s:7:\"summary\";s:1597:\"\"\"New Mexico\'s chile empire is under assault from foreign countries where labor is cheap, and from within, where drought threatens this year\'s crop.\n


    \n

    \n \n
    \";}i:10;a:7:{s:5:\"title\";s:43:\"Family of Roswell boy run over talks to KOB\";s:11:\"description\";s:1625:\"\"\"The family of a young boy recently run over and killed in his own driveway spoke to KOB Eyewitness News 4 for the first time Wednesday about the tragic accident.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/hUCZOBm1d4U/s2097037.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Thu, 5 May 2011 01:03:09 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2097037.shtml?cat=519\";}s:7:\"summary\";s:1625:\"\"\"The family of a young boy recently run over and killed in his own driveway spoke to KOB Eyewitness News 4 for the first time Wednesday about the tragic accident.\n


    \n

    \n \n
    \";}i:11;a:7:{s:5:\"title\";s:63:\"ACLU wants Clovis schools to approve Gay-Straight Alliance club\";s:11:\"description\";s:1646:\"\"\"The American Civil Liberties Union of New Mexico is asking Clovis Municipal Schools to approve a Gay-Straight Alliance club at Clovis High School before the school year ends May 24.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/n4BD2AKaUSQ/s2096000.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Wed, 4 May 2011 16:35:56 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2096000.shtml?cat=519\";}s:7:\"summary\";s:1646:\"\"\"The American Civil Liberties Union of New Mexico is asking Clovis Municipal Schools to approve a Gay-Straight Alliance club at Clovis High School before the school year ends May 24.\n


    \n

    \n \n
    \";}i:12;a:7:{s:5:\"title\";s:50:\"Doctors to detect investment scams against elderly\";s:11:\"description\";s:1639:\"\"\"Gov. Susana Martinez\'s administration is implementing a program to help physicians and other medical professionals detect potential investment scams against the elderly.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/3PfHTZ9nkFA/s2095706.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Wed, 4 May 2011 14:31:10 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2095706.shtml?cat=519\";}s:7:\"summary\";s:1639:\"\"\"Gov. Susana Martinez\'s administration is implementing a program to help physicians and other medical professionals detect potential investment scams against the elderly.\n


    \n

    \n \n
    \";}i:13;a:7:{s:5:\"title\";s:38:\"Carlsbad man killed in 2-vehicle crash\";s:11:\"description\";s:1402:\"New Mexico State Police say a Carlsbad man is dead after a two-vehicle accident.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/SLiicH3Czmo/s2095047.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Wed, 4 May 2011 02:33:12 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2095047.shtml?cat=519\";}s:7:\"summary\";s:1402:\"New Mexico State Police say a Carlsbad man is dead after a two-vehicle accident.\n


    \n

    \n \n
    \";}i:14;a:7:{s:5:\"title\";s:56:\"Roswell toddler killed after accidentally being run over\";s:11:\"description\";s:1586:\"\"\"A Roswell family is coping with the loss of a one-year-old boy who was run over and killed in his own driveway.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/s86lrXvuhR4/s2095040.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Wed, 4 May 2011 02:07:59 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2095040.shtml?cat=519\";}s:7:\"summary\";s:1586:\"\"\"A Roswell family is coping with the loss of a one-year-old boy who was run over and killed in his own driveway.\n


    \n

    \n \n
    \";}i:15;a:7:{s:5:\"title\";s:66:\"Roswell PD chief: Outdated equipment puts officers, public at risk\";s:11:\"description\";s:1632:\"\"\"Roswell Police Chief Al Solis says his department\'s outdated equipment is posing a serious safety risk to officers and citizens and is calling for improvements.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/DzD6R7oBX9g/s2095027.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Wed, 4 May 2011 01:49:00 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2095027.shtml?cat=519\";}s:7:\"summary\";s:1632:\"\"\"Roswell Police Chief Al Solis says his department\'s outdated equipment is posing a serious safety risk to officers and citizens and is calling for improvements.\n


    \n

    \n \n
    \";}i:16;a:7:{s:5:\"title\";s:39:\"Roswell police investigate teen\'s death\";s:11:\"description\";s:1633:\"\"\"Roswell police are investigating the death of a 14-year-old girl. They are classifying the case of a child abuse resulting in death but have not released details.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/j-kwVLqIp_Y/s2094645.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Wed, 4 May 2011 00:13:45 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2094645.shtml?cat=519\";}s:7:\"summary\";s:1633:\"\"\"Roswell police are investigating the death of a 14-year-old girl. They are classifying the case of a child abuse resulting in death but have not released details.\n


    \n

    \n \n
    \";}i:17;a:7:{s:5:\"title\";s:61:\"Roswell veteran expresses mixed emotions on bin Laden\'s death\";s:11:\"description\";s:1595:\"\"\"A Roswell war veteran who was severely injured in a mortar attack in Afghanistan is reacting to Sunday’s news of bin Laden\'s death.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/CFy0fJ9qw2w/s2092974.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Tue, 3 May 2011 00:21:17 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2092974.shtml?cat=519\";}s:7:\"summary\";s:1595:\"\"\"A Roswell war veteran who was severely injured in a mortar attack in Afghanistan is reacting to Sunday’s news of bin Laden\'s death.\n


    \n

    \n \n
    \";}i:18;a:7:{s:5:\"title\";s:38:\"Eddy County sheriff seeks new building\";s:11:\"description\";s:1410:\"The sheriff of Eddy County is hoping to make the case for more space for his department.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/Fqlo8kGO9IU/s2091765.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Mon, 2 May 2011 15:26:26 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2091765.shtml?cat=519\";}s:7:\"summary\";s:1410:\"The sheriff of Eddy County is hoping to make the case for more space for his department.\n


    \n

    \n \n
    \";}i:19;a:7:{s:5:\"title\";s:47:\"Roswell man acquitted of murder in teen\'s death\";s:11:\"description\";s:1450:\"A Roswell man who was facing decades in prison walked out of court a free man after a jury acquitted him of first degree murder.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/zUxczGQSuB0/s2090955.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Mon, 2 May 2011 00:46:42 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2090955.shtml?cat=519\";}s:7:\"summary\";s:1450:\"A Roswell man who was facing decades in prison walked out of court a free man after a jury acquitted him of first degree murder.\n


    \n

    \n \n
    \";}i:20;a:7:{s:5:\"title\";s:36:\"Crews gain control of Lovington fire\";s:11:\"description\";s:1706:\"\"\"A grass fire burning near Lovington is almost completely contained Saturday, about 24 hours after breaking out.
    \n > Wildfire in Gila Wilderness at 3,700+ acres\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/zjytkznbYx8/s2090358.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Sun, 1 May 2011 01:50:30 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2090358.shtml?cat=519\";}s:7:\"summary\";s:1706:\"\"\"A grass fire burning near Lovington is almost completely contained Saturday, about 24 hours after breaking out.
    \n > Wildfire in Gila Wilderness at 3,700+ acres\n


    \n

    \n \n
    \";}i:21;a:7:{s:5:\"title\";s:48:\"Charges filed in shooting of Ruidoso Downs woman\";s:11:\"description\";s:1422:\"After two months of investigation, charges have been filed in the shooting of a Ruidoso Downs woman.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/lFXnbhnAf-o/s2090355.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:28:\"Sun, 1 May 2011 01:39:44 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2090355.shtml?cat=519\";}s:7:\"summary\";s:1422:\"After two months of investigation, charges have been filed in the shooting of a Ruidoso Downs woman.\n


    \n

    \n \n
    \";}i:22;a:7:{s:5:\"title\";s:47:\"Fire threatens homes, airport west of Lovington\";s:11:\"description\";s:1671:\"\"\"A grass fire burning west of Lovington threatened numerous homes and the Lea County-Zip Franklin Memorial Airport. Evacuations have been lifted.
    \n > Send your photos\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/yYdHOgv_UBQ/s2089417.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 30 Apr 2011 04:16:21 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2089417.shtml?cat=519\";}s:7:\"summary\";s:1671:\"\"\"A grass fire burning west of Lovington threatened numerous homes and the Lea County-Zip Franklin Memorial Airport. Evacuations have been lifted.
    \n > Send your photos\n


    \n

    \n \n
    \";}i:23;a:7:{s:5:\"title\";s:58:\"Roswell volunteer firefighter injured after flipping truck\";s:11:\"description\";s:1562:\"\"\"A volunteer firefighter in Roswell is recovering Thursday after his fire truck flipped over.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/G2xypBogBZw/s2087547.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 03:50:22 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2087547.shtml?cat=519\";}s:7:\"summary\";s:1562:\"\"\"A volunteer firefighter in Roswell is recovering Thursday after his fire truck flipped over.\n


    \n

    \n \n
    \";}i:24;a:7:{s:5:\"title\";s:48:\"New Mexico drought at record levels in southeast\";s:11:\"description\";s:1598:\"\"\"Dry conditions across New Mexico are reaching historic levels. Some areas in Southeast New Mexico have not seen rain in almost 200 days.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/aY3RU5sRtHU/s2087412.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 02:44:38 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2087412.shtml?cat=519\";}s:7:\"summary\";s:1598:\"\"\"Dry conditions across New Mexico are reaching historic levels. Some areas in Southeast New Mexico have not seen rain in almost 200 days.\n


    \n

    \n \n
    \";}i:25;a:7:{s:5:\"title\";s:47:\"Small lizard sparks debate in New Mexico, Texas\";s:11:\"description\";s:1620:\"\"\"U.S. Rep. Steve Pearce says residents in oil and gas country in southeastern New Mexico and West Texas are ready to start marching in the streets.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/rOjPFcQ-bhk/s2086029.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 28 Apr 2011 15:00:54 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2086029.shtml?cat=519\";}s:7:\"summary\";s:1620:\"\"\"U.S. Rep. Steve Pearce says residents in oil and gas country in southeastern New Mexico and West Texas are ready to start marching in the streets.\n


    \n

    \n \n
    \";}i:26;a:7:{s:5:\"title\";s:56:\"Fatal attack on T or C woman sparks pit bull controversy\";s:11:\"description\";s:1602:\"\"\"There is a heated debate going on at KOB.com after police say four pit bull mixes brutally killed a 48-year-old Truth or Consequences woman this week.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/kqimt9O1m-k/s2085406.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 28 Apr 2011 19:29:16 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2085406.shtml?cat=519\";}s:7:\"summary\";s:1602:\"\"\"There is a heated debate going on at KOB.com after police say four pit bull mixes brutally killed a 48-year-old Truth or Consequences woman this week.\n


    \n

    \n \n
    \";}i:27;a:7:{s:5:\"title\";s:40:\"Education Dept. announces audit findings\";s:11:\"description\";s:1649:\"\"\"Over the last 10 days, auditors from the New Mexico Public Education Department analyzed 10,000 files from 34 school districts to ensure accurate reporting in enrollment.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/mHD6hFBOQgE/s2085358.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 28 Apr 2011 13:20:27 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2085358.shtml?cat=519\";}s:7:\"summary\";s:1649:\"\"\"Over the last 10 days, auditors from the New Mexico Public Education Department analyzed 10,000 files from 34 school districts to ensure accurate reporting in enrollment.\n


    \n

    \n \n
    \";}i:28;a:7:{s:5:\"title\";s:37:\"Roswell postpones building UFO museum\";s:11:\"description\";s:1580:\"\"\"Business owners in Roswell are reacting to news that plans for a brand new multi-million dollar UFO Museum have crashed.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/dxtkWo5TFSQ/s2085318.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 28 Apr 2011 03:00:55 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2085318.shtml?cat=519\";}s:7:\"summary\";s:1580:\"\"\"Business owners in Roswell are reacting to news that plans for a brand new multi-million dollar UFO Museum have crashed.\n


    \n

    \n \n
    \";}i:29;a:7:{s:5:\"title\";s:42:\"Crews fighting blaze southwest of Carlsbad\";s:11:\"description\";s:1611:\"\"\"Crews have spent Wednesday securing lines around a fire in southeastern New Mexico that has burned 49,000 acres near the small community of Queen.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/QSfMuESlEoY/s2084994.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Wed, 27 Apr 2011 21:39:50 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2084994.shtml?cat=519\";}s:7:\"summary\";s:1611:\"\"\"Crews have spent Wednesday securing lines around a fire in southeastern New Mexico that has burned 49,000 acres near the small community of Queen.\n


    \n

    \n \n
    \";}}s:7:\"channel\";a:4:{s:5:\"title\";s:35:\"KOB.com - Southeast New Mexico News\";s:3:\"geo\";a:2:{s:3:\"lat\";s:9:\"33.485178\";s:4:\"long\";s:11:\"-104.550898\";}s:11:\"description\";s:105:\"Roswell, Alamogordo, Artesia, Carlsbad, Portales and Southeast New Mexico news from KOB Eyewitness News 4\";s:7:\"tagline\";s:105:\"Roswell, Alamogordo, Artesia, Carlsbad, Portales and Southeast New Mexico news from KOB Eyewitness News 4\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:3:{s:3:\"url\";s:82:\"http://media.msnbc.msn.com/i/msnbc/Sections/Local%20News/_Config/Logo/KOB_logo.gif\";s:4:\"link\";s:14:\"http://kob.com\";s:5:\"title\";s:7:\"KOB.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:29:\"Mon, 09 May 2011 15:00:36 GMT\";s:4:\"etag\";s:27:\"7DL3XQpvVkm/zNOFPPBsgOG4eUA\";}','yes'),(13990,0,'_transient_timeout_feed_mod_9e0b32913a4d74fcee743b1c1559a516','1305858929','no'),(13991,0,'_transient_feed_mod_9e0b32913a4d74fcee743b1c1559a516','1305815729','no'),(13988,0,'_transient_timeout_feed_9e0b32913a4d74fcee743b1c1559a516','1305858929','no'),(4958,0,'gd-star-rating-wpr8','a:1:{s:7:\"web_key\";s:0:\"\";}','yes'),(4959,0,'gd-star-rating-bots','a:68:{i:0;s:4:\"FAST\";i:1;s:6:\"WebBug\";i:2;s:5:\"Spade\";i:3;s:6:\"ZyBorg\";i:4;s:5:\"rabaz\";i:5;s:11:\"Baiduspider\";i:6;s:15:\"TechnoratiSnoop\";i:7;s:10:\"Rankivabot\";i:8;s:16:\"Sogou web spider\";i:9;s:15:\"WebAlta Crawler\";i:10;s:14:\"www.galaxy.com\";i:11;s:5:\"Slurp\";i:12;s:6:\"msnbot\";i:13;s:5:\"appie\";i:14;s:9:\"TECNOSEEK\";i:15;s:8:\"InfoSeek\";i:16;s:10:\"WebFindBot\";i:17;s:9:\"girafabot\";i:18;s:7:\"crawler\";i:19;s:7:\"inktomi\";i:20;s:9:\"looksmart\";i:21;s:14:\"URL_Spider_SQL\";i:22;s:7:\"Firefly\";i:23;s:17:\"NationalDirectory\";i:24;s:5:\"Teoma\";i:25;s:5:\"alexa\";i:26;s:7:\"froogle\";i:27;s:13:\"AdsBot-Google\";i:28;s:11:\"ia_archiver\";i:29;s:7:\"Scooter\";i:30;s:10:\"Ask Jeeves\";i:31;s:11:\"Baiduspider\";i:32;s:6:\"Exabot\";i:33;s:23:\"FAST Enterprise Crawler\";i:34;s:15:\"FAST-WebCrawler\";i:35;s:7:\"Gigabot\";i:36;s:20:\"Mediapartners-Google\";i:37;s:14:\"Google Desktop\";i:38;s:18:\"Feedfetcher-Google\";i:39;s:9:\"Googlebot\";i:40;s:22:\"heise-IT-Markt-Crawler\";i:41;s:8:\"heritrix\";i:42;s:6:\"ichiro\";i:43;s:7:\"MJ12bot\";i:44;s:10:\"MetagerBot\";i:45;s:16:\"OmniExplorer_Bot\";i:46;s:16:\"msnbot-NewsBlogs\";i:47;s:6:\"msnbot\";i:48;s:12:\"msnbot-media\";i:49;s:9:\"NG-Search\";i:50;s:8:\"NutchCVS\";i:51;s:7:\"Seekbot\";i:52;s:8:\"SynooBot\";i:53;s:18:\"Sensis Web Crawler\";i:54;s:18:\"SEO search Crawler\";i:55;s:5:\"Seoma\";i:56;s:9:\"SEOsearch\";i:57;s:7:\"voyager\";i:58;s:21:\"W3 SiteSearch Crawler\";i:59;s:30:\"crawleradmin.t-info@telekom.de\";i:60;s:11:\"TurnitinBot\";i:61;s:13:\"W3C-checklink\";i:62;s:7:\"yacybot\";i:63;s:15:\"Yahoo-MMCrawler\";i:64;s:15:\"Yahoo! DE Slurp\";i:65;s:12:\"Yahoo! Slurp\";i:66;s:11:\"YahooSeeker\";i:67;s:11:\"Pingdom.com\";}','yes'),(4960,0,'gd-star-rating-inc','a:4:{i:0;a:6:{i:12;i:1;i:16;i:1;i:20;i:1;i:24;i:1;i:30;i:1;i:46;i:1;}i:1;a:10:{i:0;s:9:\"christmas\";i:1;s:7:\"crystal\";i:2;s:8:\"darkness\";i:3;s:6:\"oxygen\";i:4;s:10:\"oxygen_gif\";i:5;s:5:\"plain\";i:6;s:7:\"pumpkin\";i:7;s:4:\"soft\";i:8;s:10:\"starrating\";i:9;s:9:\"starscape\";}i:2;a:6:{i:12;i:1;i:16;i:1;i:20;i:1;i:24;i:1;i:32;i:1;i:40;i:1;}i:3;a:3:{i:0;s:9:\"classical\";i:1;s:10:\"starrating\";i:2;s:14:\"starrating_gif\";}}','yes'),(4961,0,'widget_gdstarrmulti','a:3:{i:2;a:0:{}i:3;a:53:{s:6:\"select\";s:4:\"post\";s:5:\"title\";s:6:\"Rating\";s:11:\"template_id\";s:2:\"13\";s:6:\"source\";s:8:\"standard\";s:10:\"source_set\";N;s:16:\"tpl_title_length\";i:0;s:13:\"excerpt_words\";i:10;s:4:\"rows\";i:10;s:9:\"min_votes\";s:1:\"3\";s:9:\"min_count\";s:1:\"2\";s:8:\"taxonomy\";s:8:\"post_tag\";s:8:\"grouping\";s:4:\"user\";s:6:\"column\";s:6:\"rating\";s:5:\"order\";s:4:\"desc\";s:8:\"category\";s:1:\"0\";s:4:\"show\";s:5:\"total\";s:7:\"display\";N;s:15:\"last_voted_days\";s:1:\"0\";s:12:\"publish_date\";s:5:\"alldt\";s:13:\"publish_month\";s:1:\"0\";s:12:\"publish_days\";s:2:\"30\";s:18:\"publish_range_from\";s:8:\"YYYYMMDD\";s:16:\"publish_range_to\";N;s:12:\"div_template\";N;s:10:\"div_filter\";s:1:\"0\";s:9:\"div_trend\";s:1:\"0\";s:12:\"div_elements\";N;s:9:\"div_image\";s:1:\"0\";s:9:\"div_stars\";s:1:\"0\";s:14:\"image_resize_x\";s:1:\"0\";s:14:\"image_resize_y\";s:1:\"0\";s:10:\"image_from\";s:4:\"none\";s:12:\"image_custom\";s:17:\"hide_author_value\";s:12:\"rating_stars\";s:6:\"oxygen\";s:11:\"rating_size\";s:2:\"20\";s:12:\"review_stars\";s:6:\"oxygen\";s:11:\"review_size\";s:2:\"20\";s:12:\"rating_thumb\";s:10:\"starrating\";s:17:\"rating_thumb_size\";s:2:\"20\";s:13:\"trends_rating\";s:3:\"txt\";s:17:\"trends_rating_set\";s:9:\"famfamfam\";s:18:\"trends_rating_rise\";s:1:\"+\";s:18:\"trends_rating_same\";s:1:\"=\";s:18:\"trends_rating_fall\";s:1:\"-\";s:13:\"trends_voting\";s:3:\"txt\";s:17:\"trends_voting_set\";s:9:\"famfamfam\";s:18:\"trends_voting_rise\";s:1:\"+\";s:18:\"trends_voting_same\";s:1:\"=\";s:18:\"trends_voting_fall\";s:1:\"-\";s:10:\"hide_empty\";i:1;s:13:\"hide_noreview\";i:0;s:20:\"bayesian_calculation\";i:0;s:16:\"category_toponly\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(4962,0,'widget_gdstartop','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4963,0,'widget_gdstarcmm','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5938,0,'cets_embedRSS_itemdate','1','yes'),(11220,0,'_transient_timeout_rss_2aef23392b999f550e4dc3a4e60dde1c','1303948189','no'),(11221,0,'_transient_rss_2aef23392b999f550e4dc3a4e60dde1c','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:20:{i:0;a:11:{s:5:\"title\";s:36:\"Features List for GD Star Rating 2.0\";s:4:\"link\";s:76:\"http://www.gdstarrating.com/2011/04/21/features-list-for-gd-star-rating-2-0/\";s:8:\"comments\";s:85:\"http://www.gdstarrating.com/2011/04/21/features-list-for-gd-star-rating-2-0/#comments\";s:7:\"pubdate\";s:31:\"Thu, 21 Apr 2011 17:31:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:152:\"Developmentalphachangescompatibilitydatabase modeldialogsgd press toolsglobal settingsinterface elementsinterface workmulti staroverviewtabsupdatexscape\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1933\";s:11:\"description\";s:665:\"Few days ago I have posted about upcoming GD Star Rating 2.0 on Dev4Press and new ratings and interface and a list of detailed features that first 2.0 version will include and what features will be delayed for 2.1 and later versions. Here is a quick overview, and you can check full posts on Dev4Press.
    Rating: 7.3/10 (9 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:81:\"http://www.gdstarrating.com/2011/04/21/features-list-for-gd-star-rating-2-0/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:7:\"summary\";s:665:\"Few days ago I have posted about upcoming GD Star Rating 2.0 on Dev4Press and new ratings and interface and a list of detailed features that first 2.0 version will include and what features will be delayed for 2.1 and later versions. Here is a quick overview, and you can check full posts on Dev4Press.
    Rating: 7.3/10 (9 votes cast)


    \";}i:1;a:11:{s:5:\"title\";s:24:\"GD Press Tools 4.0.7 Pro\";s:4:\"link\";s:64:\"http://www.gdstarrating.com/2011/04/19/gd-press-tools-4-0-7-pro/\";s:8:\"comments\";s:73:\"http://www.gdstarrating.com/2011/04/19/gd-press-tools-4-0-7-pro/#comments\";s:7:\"pubdate\";s:31:\"Tue, 19 Apr 2011 21:00:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:138:\"Release Newsadmin barbackupbugsdev4pressFeaturesfiltersgd press toolsImprovementsinstalltionseostatisticsvideo introXML Sitemaps Generator\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1916\";s:11:\"description\";s:654:\"Over the past 2 months GD Press Tools 4 Pro have seen 7 minor revisions that were used to add new features, to improve existing features and to fix reported bugs. Here is a short overview of all changes plugin received during this period and few things to expect in the upcoming 4.1 version.
    Rating: 0.0/10 (0 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:69:\"http://www.gdstarrating.com/2011/04/19/gd-press-tools-4-0-7-pro/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:654:\"Over the past 2 months GD Press Tools 4 Pro have seen 7 minor revisions that were used to add new features, to improve existing features and to fix reported bugs. Here is a short overview of all changes plugin received during this period and few things to expect in the upcoming 4.1 version.
    Rating: 0.0/10 (0 votes cast)


    \";}i:2;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.8\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2011/04/03/gd-star-rating-1-9-8/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2011/04/03/gd-star-rating-1-9-8/#comments\";s:7:\"pubdate\";s:31:\"Sun, 03 Apr 2011 18:58:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:120:\"Release Newsbug fixescopressionImprovementsinclusioninterfaceJavaScriptloadingmaintenance releasepremiumsupportusability\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1921\";s:11:\"description\";s:655:\"After previous last minor maintenance release, here is GD Star Rating 1.9.8 and it\'s again probably last minor maintenance release fixing few issues reported. And, sorry, no news on GD Star Rating 2.0, I simply don\'t have any free time to work on it, but really hope to find some time soon.
    Rating: 7.6/10 (105 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2011/04/03/gd-star-rating-1-9-8/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"26\";}s:7:\"summary\";s:655:\"After previous last minor maintenance release, here is GD Star Rating 1.9.8 and it\'s again probably last minor maintenance release fixing few issues reported. And, sorry, no news on GD Star Rating 2.0, I simply don\'t have any free time to work on it, but really hope to find some time soon.
    Rating: 7.6/10 (105 votes cast)


    \";}i:3;a:11:{s:5:\"title\";s:25:\"GD Press Tools 4.0 Beta 1\";s:4:\"link\";s:65:\"http://www.gdstarrating.com/2011/02/15/gd-press-tools-4-0-beta-1/\";s:8:\"comments\";s:74:\"http://www.gdstarrating.com/2011/02/15/gd-press-tools-4-0-beta-1/#comments\";s:7:\"pubdate\";s:31:\"Tue, 15 Feb 2011 03:15:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:123:\"Release Newsbackupdebuggerfile managerfixedImprovementsmultiNew Toolspresspress toolsproblemSignificant Improvementsitemaps\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1906\";s:11:\"description\";s:642:\"The release of GD Press Tools 4.0 Pro is very close, and here is the first Beta version. At this point, all the features are locked, but there are many more planned features that will be added to the roadmap for 4.1 and 4.2 versions. Here is the quick overview of this release.
    Rating: 7.7/10 (35 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:70:\"http://www.gdstarrating.com/2011/02/15/gd-press-tools-4-0-beta-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:642:\"The release of GD Press Tools 4.0 Pro is very close, and here is the first Beta version. At this point, all the features are locked, but there are many more planned features that will be added to the roadmap for 4.1 and 4.2 versions. Here is the quick overview of this release.
    Rating: 7.7/10 (35 votes cast)


    \";}i:4;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.7\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2011/01/06/gd-star-rating-1-9-7/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2011/01/06/gd-star-rating-1-9-7/#comments\";s:7:\"pubdate\";s:31:\"Thu, 06 Jan 2011 19:11:06 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:133:\"Release Newsanti viruscopressionImprovementsinclusioninterfaceJavaScriptloadingmaintenance releasepremiumsupporttranslationsusability\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1888\";s:11:\"description\";s:655:\"GD Star Rating 1.9.7 is probably last minor maintenance release fixing few issues reported, adding Persian translation and changing the compression method used for main plugin JavaScript rating file to use YUI Compressor, making some templates changes and fixing some minor bugs and issues.
    Rating: 7.8/10 (260 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2011/01/06/gd-star-rating-1-9-7/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"68\";}s:7:\"summary\";s:655:\"GD Star Rating 1.9.7 is probably last minor maintenance release fixing few issues reported, adding Persian translation and changing the compression method used for main plugin JavaScript rating file to use YUI Compressor, making some templates changes and fixing some minor bugs and issues.
    Rating: 7.8/10 (260 votes cast)


    \";}i:5;a:11:{s:5:\"title\";s:36:\"Ultimate Guide to WordPress Security\";s:4:\"link\";s:76:\"http://www.gdstarrating.com/2011/01/05/ultimate-guide-to-wordpress-security/\";s:8:\"comments\";s:85:\"http://www.gdstarrating.com/2011/01/05/ultimate-guide-to-wordpress-security/#comments\";s:7:\"pubdate\";s:31:\"Wed, 05 Jan 2011 12:21:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:157:\"Announcementsadvicesdevelopersfile protecthtaccesspluginspreventionsecurity articlessecurity aspectsserver environmentspamthemestips and tricksultimate guide\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1884\";s:11:\"description\";s:662:\"I have published 6 articles/tutorials on Dev4Press website on different security aspects related to WordPress, covering everything from server environment, file system using of .htacess file, WordPress tips, methods for spam prevention and recommendations for improving plugins and themes security.
    Rating: 7.6/10 (14 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:81:\"http://www.gdstarrating.com/2011/01/05/ultimate-guide-to-wordpress-security/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"4\";}s:7:\"summary\";s:662:\"I have published 6 articles/tutorials on Dev4Press website on different security aspects related to WordPress, covering everything from server environment, file system using of .htacess file, WordPress tips, methods for spam prevention and recommendations for improving plugins and themes security.
    Rating: 7.6/10 (14 votes cast)


    \";}i:6;a:11:{s:5:\"title\";s:39:\"Premium tutorials on Dev4Press, Part 2.\";s:4:\"link\";s:77:\"http://www.gdstarrating.com/2010/10/28/premium-tutorials-on-dev4press-part-2/\";s:8:\"comments\";s:86:\"http://www.gdstarrating.com/2010/10/28/premium-tutorials-on-dev4press-part-2/#comments\";s:7:\"pubdate\";s:31:\"Thu, 28 Oct 2010 13:13:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:169:\"AnnouncementsAdvancedelementsfilteringimageintegrationinterface tutorialratingsrenderingresultsscenesstar ratingstarstagstext tutorialsthumbsvideo tutorialsvotingWidgets\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1871\";s:11:\"description\";s:625:\"Back in January I posted about the premium tutorials on Dev4Press. Since then, many more tutorials are posted, and this is extension to that previous list. As premium support users know, most tutorials are made per request, and that will continue in the future.
    Rating: 6.6/10 (36 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:82:\"http://www.gdstarrating.com/2010/10/28/premium-tutorials-on-dev4press-part-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:625:\"Back in January I posted about the premium tutorials on Dev4Press. Since then, many more tutorials are posted, and this is extension to that previous list. As premium support users know, most tutorials are made per request, and that will continue in the future.
    Rating: 6.6/10 (36 votes cast)


    \";}i:7;a:11:{s:5:\"title\";s:32:\"WP.org package fixed: GDSR 1.9.6\";s:4:\"link\";s:71:\"http://www.gdstarrating.com/2010/10/19/wp-org-package-fixed-gdsr-1-9-6/\";s:8:\"comments\";s:80:\"http://www.gdstarrating.com/2010/10/19/wp-org-package-fixed-gdsr-1-9-6/#comments\";s:7:\"pubdate\";s:31:\"Tue, 19 Oct 2010 19:54:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:54:\"Announcements2009new versionpackageproblemsvnsynctrunk\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1869\";s:11:\"description\";s:642:\"As many of you have noticed over the past 2 days, package with GD Star Rating 1.9.6 on WordPress.org was still containing old 1.9.5 version. Problem was with synchronization of SVN to package, and it\'s now resolved. So, you can now safely upgrade from WP.org to get new version.
    Rating: 7.7/10 (52 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:76:\"http://www.gdstarrating.com/2010/10/19/wp-org-package-fixed-gdsr-1-9-6/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:7:\"summary\";s:642:\"As many of you have noticed over the past 2 days, package with GD Star Rating 1.9.6 on WordPress.org was still containing old 1.9.5 version. Problem was with synchronization of SVN to package, and it\'s now resolved. So, you can now safely upgrade from WP.org to get new version.
    Rating: 7.7/10 (52 votes cast)


    \";}i:8;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.6\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/10/16/gd-star-rating-1-9-6/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/10/16/gd-star-rating-1-9-6/#comments\";s:7:\"pubdate\";s:31:\"Sat, 16 Oct 2010 20:58:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:112:\"Release NewsbugsiconsImprovementsinclusioninterfaceJavaScriptjsonloadingmaintenance releasetranslationsusability\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1862\";s:11:\"description\";s:634:\"GD Star Rating 1.9.6 is another minor maintenance release fixing few issues reported in the last couple of weeks. There were few validation issues, that are now fixed. Major problem was regression in JavaScript code that was causing multi ratings to be sent incomplete.
    Rating: 7.8/10 (193 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/10/16/gd-star-rating-1-9-6/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"39\";}s:7:\"summary\";s:634:\"GD Star Rating 1.9.6 is another minor maintenance release fixing few issues reported in the last couple of weeks. There were few validation issues, that are now fixed. Major problem was regression in JavaScript code that was causing multi ratings to be sent incomplete.
    Rating: 7.8/10 (193 votes cast)


    \";}i:9;a:11:{s:5:\"title\";s:20:\"New theme: newsScape\";s:4:\"link\";s:59:\"http://www.gdstarrating.com/2010/10/04/new-theme-newsscape/\";s:8:\"comments\";s:68:\"http://www.gdstarrating.com/2010/10/04/new-theme-newsscape/#comments\";s:7:\"pubdate\";s:31:\"Sun, 03 Oct 2010 22:24:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:83:\"Release NewsColorscontentdiscountFeaturesnewsnewsScapepremiumpromostylesthemexscape\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1856\";s:11:\"description\";s:637:\"Brand new theme based on xScape, newsScape is finally here. It took more time than first planned, but I think that you will find the theme looking good and is also packed with many very useful features and layout blocks that will allow you great control of displayed posts.
    Rating: 7.5/10 (18 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:64:\"http://www.gdstarrating.com/2010/10/04/new-theme-newsscape/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:637:\"Brand new theme based on xScape, newsScape is finally here. It took more time than first planned, but I think that you will find the theme looking good and is also packed with many very useful features and layout blocks that will allow you great control of displayed posts.
    Rating: 7.5/10 (18 votes cast)


    \";}i:10;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.5\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/09/26/gd-star-rating-1-9-5/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/09/26/gd-star-rating-1-9-5/#comments\";s:7:\"pubdate\";s:31:\"Sun, 26 Sep 2010 16:09:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:120:\"Release NewsAjaxbugscachecache tabiconsImprovementsinclusioninterfacejsonloadingmaintenance releasetranslationsusability\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1850\";s:11:\"description\";s:613:\"GD Star Rating 1.9.4 is minor maintenance release fixing few reported problems. Hindu translation is added, new icons designed for next major 2.0 release. Bugs with some custom functions, including of JS and CSS files and few other things are fixed.
    Rating: 7.3/10 (88 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/09/26/gd-star-rating-1-9-5/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"25\";}s:7:\"summary\";s:613:\"GD Star Rating 1.9.4 is minor maintenance release fixing few reported problems. Hindu translation is added, new icons designed for next major 2.0 release. Bugs with some custom functions, including of JS and CSS files and few other things are fixed.
    Rating: 7.3/10 (88 votes cast)


    \";}i:11;a:11:{s:5:\"title\";s:56:\"Ultimate Administration Plugin: GD Press Tools 3.8.1 Pro\";s:4:\"link\";s:95:\"http://www.gdstarrating.com/2010/09/23/ultimate-administration-plugin-gd-press-tools-3-8-1-pro/\";s:8:\"comments\";s:104:\"http://www.gdstarrating.com/2010/09/23/ultimate-administration-plugin-gd-press-tools-3-8-1-pro/#comments\";s:7:\"pubdate\";s:31:\"Thu, 23 Sep 2010 11:37:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:220:\"Release Newsamazon s3backup operationsdashboard widgetsdatabase backupdebug toolsdifferent stylesdiscount couponinactive usersmaintenance modenetwork installationsnew featurespage rankpress toolspromo couponregistrations\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1835\";s:11:\"description\";s:642:\"GD Press Tools has come a long way in the past year, and this is especially true for the Pro version of the plugin. Even to only list all features Pro version has, it will take too much time, so I will refer you to the plugin feature pages with links at the bottom of this post.
    Rating: 7.4/10 (15 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:100:\"http://www.gdstarrating.com/2010/09/23/ultimate-administration-plugin-gd-press-tools-3-8-1-pro/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:642:\"GD Press Tools has come a long way in the past year, and this is especially true for the Pro version of the plugin. Even to only list all features Pro version has, it will take too much time, so I will refer you to the plugin feature pages with links at the bottom of this post.
    Rating: 7.4/10 (15 votes cast)


    \";}i:12;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.4\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/09/08/gd-star-rating-1-9-4/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/09/08/gd-star-rating-1-9-4/#comments\";s:7:\"pubdate\";s:31:\"Tue, 07 Sep 2010 22:53:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:98:\"Release NewsbugsiconsImprovementsinclusioninterfaceloadingmaintenance releasetranslationsusability\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1830\";s:11:\"description\";s:614:\"GD Star Rating 1.9.4 is minor maintenance release fixing few reported problems. Hindu translation is added, new icons designed for next major 2.0 release. Bugs with some custom functions, including of JS and CSS files and few other things are fixed.
    Rating: 7.7/10 (124 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/09/08/gd-star-rating-1-9-4/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"24\";}s:7:\"summary\";s:614:\"GD Star Rating 1.9.4 is minor maintenance release fixing few reported problems. Hindu translation is added, new icons designed for next major 2.0 release. Bugs with some custom functions, including of JS and CSS files and few other things are fixed.
    Rating: 7.7/10 (124 votes cast)


    \";}i:13;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.3\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/07/07/gd-star-rating-1-9-3/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/07/07/gd-star-rating-1-9-3/#comments\";s:7:\"pubdate\";s:31:\"Wed, 07 Jul 2010 21:45:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:167:\"Release Newsboxesbugsdatabase toolsfaq entriesImprovementsintegration functionsinterfacemaintenance releasemany thingsmetanew featuresstar ratingusabilitywidgetWidgets\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1819\";s:11:\"description\";s:638:\"GD Star Rating 1.9.3 is second maintenance release targeting WordPress 3.0 reported problems. Many bugs are fixed with this release, and many things changed to add support for custom post types. This release includes fixes for all bugs reported that I could confirm so far.
    Rating: 7.8/10 (292 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/07/07/gd-star-rating-1-9-3/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"24\";}s:7:\"summary\";s:638:\"GD Star Rating 1.9.3 is second maintenance release targeting WordPress 3.0 reported problems. Many bugs are fixed with this release, and many things changed to add support for custom post types. This release includes fixes for all bugs reported that I could confirm so far.
    Rating: 7.8/10 (292 votes cast)


    \";}i:14;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.2\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/06/28/gd-star-rating-1-9-2/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/06/28/gd-star-rating-1-9-2/#comments\";s:7:\"pubdate\";s:31:\"Sun, 27 Jun 2010 22:56:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:141:\"Release NewsboxesbugsImprovementsinterfaceinternal changesmaintenance releasemetanew featuresPrevious Versionsstar ratingtyposusabilitywidget\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1803\";s:11:\"description\";s:626:\"Problems caused to the plugin by some internal changes and new features in WordPress 3.0 are now fixed. Meta boxes for ratings work again on pages, and also plugin has support for custom post types. Support for them is not full, but everything should be working.
    Rating: 8.1/10 (60 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/06/28/gd-star-rating-1-9-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"14\";}s:7:\"summary\";s:626:\"Problems caused to the plugin by some internal changes and new features in WordPress 3.0 are now fixed. Meta boxes for ratings work again on pages, and also plugin has support for custom post types. Support for them is not full, but everything should be working.
    Rating: 8.1/10 (60 votes cast)


    \";}i:15;a:11:{s:5:\"title\";s:32:\"WordPress 3.0 and GD Star Rating\";s:4:\"link\";s:72:\"http://www.gdstarrating.com/2010/06/20/wordpress-3-0-and-gd-star-rating/\";s:8:\"comments\";s:81:\"http://www.gdstarrating.com/2010/06/20/wordpress-3-0-and-gd-star-rating/#comments\";s:7:\"pubdate\";s:31:\"Sun, 20 Jun 2010 20:07:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:74:\"Announcementsadministrationbugselementsfixproblemsreleasestar ratingupdate\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1796\";s:11:\"description\";s:610:\"As reported by some users, there are some problems with GD Star Rating and WordPress 3.0. These problems occurred after RC2 release of WP 3.0, and they only affect some elements of administration. All plugins panels and ratings are working fine.
    Rating: 7.9/10 (124 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:77:\"http://www.gdstarrating.com/2010/06/20/wordpress-3-0-and-gd-star-rating/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"9\";}s:7:\"summary\";s:610:\"As reported by some users, there are some problems with GD Star Rating and WordPress 3.0. These problems occurred after RC2 release of WP 3.0, and they only affect some elements of administration. All plugins panels and ratings are working fine.
    Rating: 7.9/10 (124 votes cast)


    \";}i:16;a:11:{s:5:\"title\";s:29:\"GD Star Rating now on VPS.NET\";s:4:\"link\";s:69:\"http://www.gdstarrating.com/2010/06/02/gd-star-rating-now-on-vps-net/\";s:8:\"comments\";s:78:\"http://www.gdstarrating.com/2010/06/02/gd-star-rating-now-on-vps-net/#comments\";s:7:\"pubdate\";s:31:\"Wed, 02 Jun 2010 17:50:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:55:\"Announcementsbluehostloadingperformanceresponsespeedvps\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1788\";s:11:\"description\";s:607:\"GD Star Rating is no longer on the BlueHost hosting. Yesterday I have moved the website to much faster and powerful VPS server hosted by VPS.NET. This will improve both initial response and loading time and general availability of the website.
    Rating: 7.7/10 (21 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:74:\"http://www.gdstarrating.com/2010/06/02/gd-star-rating-now-on-vps-net/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"7\";}s:7:\"summary\";s:607:\"GD Star Rating is no longer on the BlueHost hosting. Yesterday I have moved the website to much faster and powerful VPS server hosted by VPS.NET. This will improve both initial response and loading time and general availability of the website.
    Rating: 7.7/10 (21 votes cast)


    \";}i:17;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.9.1\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/05/20/gd-star-rating-1-9-1/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/05/20/gd-star-rating-1-9-1/#comments\";s:7:\"pubdate\";s:31:\"Thu, 20 May 2010 16:10:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:104:\"Release NewsbugselementsImprovementsmaintenance releaseparsingsnippetsstar ratingusabilitywidgetwpxscape\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1784\";s:11:\"description\";s:620:\"This is mostly maintenance release with few important bugs fixed and with improvements in some filters and also for adding few more new filters that will allow expanding support for better WP Query integration and allowing for modifying the query further.
    Rating: 7.5/10 (154 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/05/20/gd-star-rating-1-9-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"15\";}s:7:\"summary\";s:620:\"This is mostly maintenance release with few important bugs fixed and with improvements in some filters and also for adding few more new filters that will allow expanding support for better WP Query integration and allowing for modifying the query further.
    Rating: 7.5/10 (154 votes cast)


    \";}i:18;a:11:{s:5:\"title\";s:18:\"GD Star Rating 1.9\";s:4:\"link\";s:58:\"http://www.gdstarrating.com/2010/05/09/gd-star-rating-1-9/\";s:8:\"comments\";s:67:\"http://www.gdstarrating.com/2010/05/09/gd-star-rating-1-9/#comments\";s:7:\"pubdate\";s:31:\"Sat, 08 May 2010 22:55:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:119:\"Release NewselementsGooglegoogle search resultsmicrodataparsingRDFsnippetsnippetsstar ratingtesting toolusabilityxscape\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1778\";s:11:\"description\";s:617:\"GD Star Rating 1.9 is just released with one purpose only: to improve and complete support for Google Rich Snippets. Up until now plugin supported only microdata format for snippets, but now this is updated with support for RDF and microdata. And more.
    Rating: 7.4/10 (114 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:63:\"http://www.gdstarrating.com/2010/05/09/gd-star-rating-1-9/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"24\";}s:7:\"summary\";s:617:\"GD Star Rating 1.9 is just released with one purpose only: to improve and complete support for Google Rich Snippets. Up until now plugin supported only microdata format for snippets, but now this is updated with support for RDF and microdata. And more.
    Rating: 7.4/10 (114 votes cast)


    \";}i:19;a:11:{s:5:\"title\";s:20:\"GD Star Rating 1.8.9\";s:4:\"link\";s:60:\"http://www.gdstarrating.com/2010/05/03/gd-star-rating-1-8-9/\";s:8:\"comments\";s:69:\"http://www.gdstarrating.com/2010/05/03/gd-star-rating-1-8-9/#comments\";s:7:\"pubdate\";s:31:\"Mon, 03 May 2010 19:14:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"MillaN\";}s:8:\"category\";s:113:\"Release NewsbugsconfigelementsGooglejsparsingrare casessnippetstar ratingtesting toolusabilityversion fixesxscape\";s:4:\"guid\";s:35:\"http://www.gdstarrating.com/?p=1773\";s:11:\"description\";s:629:\"New GD Star Rating, version 1.8.9 has just been released. This version fixes several bugs and also improves on some of the existing features. Also, readme.tx file is updated with more FAQ and info about use of gdsr-config.php file for additional low level settings.
    Rating: 7.8/10 (72 votes cast)


    \";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://www.gdstarrating.com/2010/05/03/gd-star-rating-1-8-9/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"14\";}s:7:\"summary\";s:629:\"New GD Star Rating, version 1.8.9 has just been released. This version fixes several bugs and also improves on some of the existing features. Also, readme.tx file is updated with more FAQ and info about use of gdsr-config.php file for additional low level settings.
    Rating: 7.8/10 (72 votes cast)


    \";}}s:7:\"channel\";a:7:{s:5:\"title\";s:62:\"GD Star RatingGD Star Rating | A WordPress Rating System | »\";s:4:\"link\";s:27:\"http://www.gdstarrating.com\";s:11:\"description\";s:25:\"A WordPress Rating System\";s:13:\"lastbuilddate\";s:31:\"Thu, 21 Apr 2011 17:31:41 +0000\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:7:\"tagline\";s:25:\"A WordPress Rating System\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:29:\"Wed, 27 Apr 2011 20:53:41 GMT\";s:4:\"etag\";s:20:\"\"91d7-4a1eca2b57f40\"\";}','no'),(4510,0,'envinc_envolve_options','a:5:{s:7:\"default\";s:7:\"options\";s:26:\"envinc_envolve_which_roles\";s:8:\"loggedin\";s:22:\"envinc_envolve_api_key\";s:0:\"\";s:25:\"envinc_envolve_powered_by\";b:1;s:29:\"envinc_envolve_specific_roles\";s:0:\"\";}','yes'),(4526,0,'widget_quick_post_widget','a:5:{i:2;a:0:{}i:3;a:42:{s:5:\"title\";s:12:\"Post to Site\";s:16:\"post_title_label\";s:0:\"\";s:14:\"category_label\";s:0:\"\";s:13:\"new_cat_label\";s:0:\"\";s:18:\"post_content_label\";s:0:\"\";s:15:\"post_tags_label\";s:0:\"\";s:12:\"submit_label\";s:0:\"\";s:18:\"post_title_default\";s:0:\"\";s:20:\"post_content_default\";s:0:\"\";s:21:\"post_tag_list_default\";s:0:\"\";s:23:\"post_cat_parent_default\";s:0:\"\";s:12:\"widget_style\";s:0:\"\";s:16:\"post_title_style\";s:0:\"\";s:18:\"post_content_style\";s:0:\"\";s:15:\"post_tags_style\";s:0:\"\";s:19:\"cat_checklist_style\";s:0:\"\";s:11:\"label_style\";s:0:\"\";s:12:\"button_style\";s:0:\"\";s:8:\"rb_style\";s:0:\"\";s:13:\"new_cat_style\";s:0:\"\";s:11:\"error_color\";s:7:\"#FF0000\";s:13:\"cat_list_type\";s:8:\"droplist\";s:14:\"publish_status\";s:7:\"publish\";s:15:\"disable_new_cat\";s:0:\"\";s:9:\"show_tags\";s:0:\"\";s:14:\"disable_editor\";s:0:\"\";s:15:\"disable_plugins\";s:0:\"\";s:12:\"editor_label\";s:0:\"\";s:9:\"new_lines\";s:1:\"P\";s:20:\"disable_media_upload\";s:0:\"\";s:18:\"shared_upload_dirs\";s:0:\"\";s:12:\"allow_guests\";s:0:\"\";s:13:\"guest_account\";s:2:\"12\";s:17:\"post_confirmation\";s:0:\"\";s:11:\"use_captcha\";s:0:\"\";s:13:\"captcha_label\";s:0:\"\";s:19:\"captcha_input_style\";s:0:\"\";s:19:\"captcha_image_style\";s:0:\"\";s:9:\"show_text\";s:0:\"\";s:9:\"hide_text\";s:0:\"\";s:18:\"initial_visibility\";s:4:\"hide\";s:11:\"redirect_to\";s:0:\"\";}i:4;a:42:{s:5:\"title\";s:15:\"Write your Post\";s:16:\"post_title_label\";s:0:\"\";s:14:\"category_label\";s:0:\"\";s:13:\"new_cat_label\";s:0:\"\";s:18:\"post_content_label\";s:0:\"\";s:15:\"post_tags_label\";s:0:\"\";s:12:\"submit_label\";s:0:\"\";s:18:\"post_title_default\";s:0:\"\";s:20:\"post_content_default\";s:0:\"\";s:21:\"post_tag_list_default\";s:0:\"\";s:23:\"post_cat_parent_default\";s:0:\"\";s:12:\"widget_style\";s:0:\"\";s:16:\"post_title_style\";s:0:\"\";s:18:\"post_content_style\";s:0:\"\";s:15:\"post_tags_style\";s:0:\"\";s:19:\"cat_checklist_style\";s:0:\"\";s:11:\"label_style\";s:0:\"\";s:12:\"button_style\";s:0:\"\";s:8:\"rb_style\";s:0:\"\";s:13:\"new_cat_style\";s:0:\"\";s:11:\"error_color\";s:7:\"#FF0000\";s:13:\"cat_list_type\";s:8:\"droplist\";s:14:\"publish_status\";s:7:\"publish\";s:15:\"disable_new_cat\";s:0:\"\";s:9:\"show_tags\";s:0:\"\";s:14:\"disable_editor\";s:0:\"\";s:15:\"disable_plugins\";s:0:\"\";s:12:\"editor_label\";s:0:\"\";s:9:\"new_lines\";s:1:\"P\";s:20:\"disable_media_upload\";s:0:\"\";s:18:\"shared_upload_dirs\";s:0:\"\";s:12:\"allow_guests\";s:0:\"\";s:13:\"guest_account\";s:2:\"20\";s:17:\"post_confirmation\";s:0:\"\";s:11:\"use_captcha\";s:0:\"\";s:13:\"captcha_label\";s:0:\"\";s:19:\"captcha_input_style\";s:0:\"\";s:19:\"captcha_image_style\";s:0:\"\";s:9:\"show_text\";s:0:\"\";s:9:\"hide_text\";s:0:\"\";s:18:\"initial_visibility\";s:4:\"show\";s:11:\"redirect_to\";s:0:\"\";}i:5;a:76:{s:5:\"title\";s:0:\"\";s:16:\"post_title_label\";s:0:\"\";s:14:\"category_label\";s:0:\"\";s:13:\"new_cat_label\";s:0:\"\";s:18:\"post_content_label\";s:0:\"\";s:15:\"post_tags_label\";s:0:\"\";s:15:\"post_date_label\";s:0:\"\";s:12:\"submit_label\";s:0:\"\";s:12:\"editor_title\";s:0:\"\";s:13:\"message_title\";s:0:\"\";s:18:\"post_excerpt_label\";s:0:\"\";s:18:\"post_title_default\";s:0:\"\";s:20:\"post_content_default\";s:0:\"\";s:21:\"post_tag_list_default\";s:0:\"\";s:23:\"post_cat_parent_default\";s:0:\"\";s:12:\"widget_style\";s:0:\"\";s:16:\"post_title_style\";s:0:\"\";s:18:\"post_content_style\";s:0:\"\";s:15:\"post_tags_style\";s:0:\"\";s:15:\"post_date_style\";s:0:\"\";s:19:\"cat_checklist_style\";s:0:\"\";s:11:\"label_style\";s:0:\"\";s:12:\"button_style\";s:0:\"\";s:8:\"rb_style\";s:0:\"\";s:13:\"new_cat_style\";s:0:\"\";s:18:\"taxonomy_box_style\";s:0:\"\";s:18:\"post_excerpt_style\";s:0:\"\";s:11:\"error_color\";s:7:\"#FF0000\";s:13:\"cat_list_type\";s:8:\"droplist\";s:14:\"publish_status\";s:7:\"pending\";s:15:\"disable_new_cat\";s:0:\"\";s:9:\"show_tags\";s:4:\"hide\";s:14:\"show_post_date\";s:4:\"hide\";s:12:\"show_excerpt\";s:4:\"hide\";s:14:\"disable_editor\";s:0:\"\";s:15:\"disable_plugins\";s:0:\"\";s:12:\"editor_label\";s:0:\"\";s:9:\"new_lines\";s:1:\"P\";s:20:\"disable_media_upload\";s:0:\"\";s:18:\"shared_upload_dirs\";s:0:\"\";s:12:\"allow_guests\";s:3:\"yes\";s:13:\"guest_account\";s:2:\"51\";s:17:\"post_confirmation\";s:0:\"\";s:17:\"post_fail_message\";s:0:\"\";s:11:\"use_captcha\";s:3:\"yes\";s:13:\"captcha_label\";s:0:\"\";s:19:\"captcha_input_style\";s:0:\"\";s:19:\"captcha_image_style\";s:0:\"\";s:9:\"show_text\";s:0:\"\";s:9:\"hide_text\";s:0:\"\";s:18:\"initial_visibility\";s:4:\"show\";s:11:\"redirect_to\";s:0:\"\";s:9:\"inexclude\";s:7:\"exclude\";s:8:\"cat_list\";s:0:\"\";s:11:\"cat_default\";s:2:\"-1\";s:9:\"cat_order\";s:4:\"name\";s:13:\"taxonomy_list\";s:0:\"\";s:23:\"post_custom_field_style\";s:0:\"\";s:13:\"customfield_1\";s:6:\"#NONE#\";s:19:\"label_customfield_1\";s:0:\"\";s:17:\"req_customfield_1\";s:0:\"\";s:13:\"customfield_2\";s:6:\"#NONE#\";s:19:\"label_customfield_2\";s:0:\"\";s:17:\"req_customfield_2\";s:0:\"\";s:13:\"customfield_3\";s:6:\"#NONE#\";s:19:\"label_customfield_3\";s:0:\"\";s:17:\"req_customfield_3\";s:0:\"\";s:13:\"customfield_4\";s:6:\"#NONE#\";s:19:\"label_customfield_4\";s:0:\"\";s:17:\"req_customfield_4\";s:0:\"\";s:13:\"customfield_5\";s:6:\"#NONE#\";s:19:\"label_customfield_5\";s:0:\"\";s:17:\"req_customfield_5\";s:0:\"\";s:20:\"req_taxonomy_ngg_tag\";s:0:\"\";s:20:\"new_taxonomy_ngg_tag\";s:0:\"\";s:21:\"type_taxonomy_ngg_tag\";s:8:\"droplist\";}s:12:\"_multiwidget\";i:1;}','yes'),(4331,0,'widget_noah-category-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4332,0,'widget_noah-scroller-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(9874,0,'collapsPageDefaultStyles','a:5:{s:8:\"selected\";s:6:\"custom\";s:7:\"default\";s:903:\"#sidebar span.collapsing.pages {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n} \n\n#sidebar li.widget_collapspage h2 span.sym {float:right;padding:0 .5em}\n#sidebar li.collapsing.pages a.self {font-weight:bold}\n#sidebar ul.collapsing.pages.list ul.collapsing.pages.list:before {content:\'\';} \n#sidebar ul.collapsing.pages.list li.collapsing.pages:before {content:\'\';} \n#sidebar ul.collapsing.pages.list li.collapsing.pages {list-style-type:none}\n#sidebar ul.collapsing.pages.list li.collapsing.pages{\n padding:0 0 0 1em;\n text-indent:-1em;\n}\n#sidebar ul.collapsing.pages.list li.collapsing.pages.item:before {content: \'\\\\00BB \\\\00A0\' !important;} \n#sidebar ul.collapsing.pages.list li.collapsing.pages .sym {\n cursor:pointer;\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n padding-right:5px;}\";s:5:\"block\";s:1110:\"#sidebar ul.collapsing.pages.list li a {\n display:block;\n text-decoration:none;\n margin:0;\n padding:0;\n }\n#sidebar ul.collapsing.pages.list li a:hover {\n background:#CCC;\n text-decoration:none;\n }\n#sidebar span.collapsing.pages {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n}\n\n#sidebar li.widget_collapspage h2 span.sym {float:right;padding:0 .5em}\n#sidebar li.collapsing.pages a.self {background:#CCC;\n font-weight:bold}\n#sidebar ul.collapsing.pages.list ul.collapsing.pages.list:before {content:\'\';} \n#sidebar ul.collapsing.pages.list li.collapsing.pages {list-style-type:none}\n#sidebar ul.collapsing.pages.list li.collapsing.pages.item:before, \n #sidebar ul.collapsing.pages.list li.collapsing.pages:before {\n content:\'\';\n } \n#sidebar ul.collapsing.pages.list li.collapsing.pages .sym {\n cursor:pointer;\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n float:left;\n padding-right:5px;\n}\n\";s:8:\"noArrows\";s:688:\"#sidebar span.collapsing.pages {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n}\n#sidebar li.collapsing.pages a.self {font-weight:bold}\n\n#sidebar li.widget_collapspage h2 span.sym {float:right;padding:0 .5em}\n#sidebar ul.collapsing.pages.list ul.collapsing.pages.list:before {content:\'\';} \n#sidebar ul.collapsing.pages.list li.collapsing.pages:before {content:\'\';} \n#sidebar ul.collapsing.pages.list li.collapsing.pages {list-style-type:none}\n#sidebar ul.collapsing.pages.list li.collapsing.pages .sym {\n cursor:pointer;\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n padding-right:5px;}\";s:6:\"custom\";s:1155:\"#sidebar ul.collapsing.pages.list li a {\r\n display:block;\r\n text-decoration:none;\r\n margin:0;\r\n padding:0;\r\n }\r\n#sidebar ul.collapsing.pages.list li a:hover {\r\n background:#CCC;\r\n text-decoration:none;\r\n }\r\n#sidebar span.collapsing.pages {\r\n border:0;\r\n padding:0; \r\n margin:0; \r\n cursor:pointer;\r\n}\r\n\r\n#sidebar li.widget_collapspage h2 span.sym {float:right;padding:0 .5em}\r\n#sidebar li.collapsing.pages a.self {background:#CCC;\r\n font-weight:bold}\r\n#sidebar ul.collapsing.pages.list ul.collapsing.pages.list:before {content:\\\'\\\';} \r\n#sidebar ul.collapsing.pages.list li.collapsing.pages {list-style-type:none}\r\n#sidebar ul.collapsing.pages.list li.collapsing.pages.item:before, \r\n #sidebar ul.collapsing.pages.list li.collapsing.pages:before {\r\n content:\\\'\\\';\r\n } \r\n#sidebar ul.collapsing.pages.list li.collapsing.pages .sym {\r\n cursor:pointer;\r\n font-size:1.2em;\r\n font-family:Monaco, \\\'Andale Mono\\\', \\\'FreeMono\\\', \\\'Courier new\\\', \\\'Courier\\\', monospace;\r\n float:left;\r\n padding-right:5px;\r\n}\r\n\";}','yes'),(9971,0,'blog_post_links','1','yes'),(6793,0,'widget_dc_jqaccordion_widget','a:3:{i:2;a:0:{}i:3;a:12:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:9:\"autoClose\";s:4:\"true\";s:9:\"menuClose\";s:4:\"true\";s:9:\"saveState\";s:4:\"true\";s:11:\"disableLink\";s:4:\"true\";s:11:\"classParent\";s:11:\"dcjq-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"hover\";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'),(5554,0,'deans_fckeditor','a:12:{s:14:\"user_file_path\";s:19:\"wp-content/uploads/\";s:12:\"EditorHeight\";s:3:\"400\";s:15:\"file_denied_ext\";s:107:\"php,php2,php3,php4,php5,phtml,pwml,inc,asp,aspx,ascx,jsp,cfm,cfc,pl,bat,exe,com,dll,vbs,js,reg,cgi,htaccess\";s:17:\"image_allowed_ext\";s:16:\"jpg,gif,jpeg,png\";s:17:\"flash_allowed_ext\";s:7:\"swf,fla\";s:11:\"smiley_path\";s:67:\"wp-content/plugins/deans-fckeditor-for-wordpress-plugin/smiles/msn/\";s:11:\"toolbar_set\";s:5:\"Basic\";s:4:\"skin\";s:10:\"office2003\";s:14:\"enable_preview\";s:3:\"yes\";s:19:\"FirefoxSpellChecker\";s:4:\"true\";s:19:\"default_link_target\";s:0:\"\";s:13:\"smiley_images\";a:22:{i:17;s:17:\"\'angel_smile.gif\'\";i:20;s:17:\"\'angry_smile.gif\'\";i:2;s:18:\"\'broken_heart.gif\'\";i:8;s:10:\"\'cake.gif\'\";i:11;s:20:\"\'confused_smile.gif\'\";i:7;s:15:\"\'cry_smile.gif\'\";i:0;s:17:\"\'devil_smile.gif\'\";i:14;s:22:\"\'embaressed_smile.gif\'\";i:15;s:14:\"\'envelope.gif\'\";i:19;s:11:\"\'heart.gif\'\";i:12;s:10:\"\'kiss.gif\'\";i:6;s:15:\"\'lightbulb.gif\'\";i:16;s:15:\"\'omg_smile.gif\'\";i:4;s:19:\"\'regular_smile.gif\'\";i:9;s:15:\"\'sad_smile.gif\'\";i:5;s:18:\"\'shades_smile.gif\'\";i:21;s:17:\"\'teeth_smile.gif\'\";i:1;s:17:\"\'thumbs_down.gif\'\";i:13;s:15:\"\'thumbs_up.gif\'\";i:18;s:18:\"\'tounge_smile.gif\'\";i:3;s:31:\"\'whatchutalkingabout_smile.gif\'\";i:10;s:16:\"\'wink_smile.gif\'\";}}','yes'),(13915,0,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1305755778','yes'),(13916,0,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"2385\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"1634\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"1431\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1209\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1185\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1165\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"856\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"797\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"733\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"728\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"691\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"669\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"652\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"576\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"520\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"510\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"430\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"430\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"423\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"413\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"399\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"372\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"365\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"354\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"350\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"350\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"349\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"335\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"335\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"334\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"333\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"331\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"325\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"316\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"306\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"298\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"296\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"281\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"280\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"280\";}}','yes'),(4323,0,'NoahPressAdminOptions','a:1:{s:9:\"noah_path\";s:35:\"http://www.timberonclassifieds.com/\";}','yes'),(4616,0,'Post_Author_Options','a:22:{s:22:\"post_author_txt_before\";s:16:\"Contributed by: \";s:21:\"post_author_txt_after\";s:1:\" \";s:30:\"post_author_author_avatar_size\";s:2:\"32\";s:31:\"post_author_author_avatar_float\";s:4:\"left\";s:21:\"post_author_link_name\";s:0:\"\";s:22:\"post_author_dat_before\";s:3:\"on \";s:21:\"post_author_dat_after\";s:1:\".\";s:27:\"post_author_modified_before\";s:22:\"
    Last revised by: \";s:26:\"post_author_modified_after\";s:1:\" \";s:31:\"post_author_modified_dat_before\";s:3:\"on \";s:30:\"post_author_modified_dat_after\";s:1:\".\";s:21:\"post_author_type_post\";s:2:\"on\";s:21:\"post_author_type_page\";s:3:\"off\";s:23:\"post_author_author_link\";s:3:\"off\";s:25:\"post_author_author_avatar\";s:3:\"off\";s:22:\"post_author_create_dat\";s:3:\"off\";s:22:\"post_author_modify_dat\";s:3:\"off\";s:25:\"post_author_modify_author\";s:3:\"off\";s:15:\"post_author_top\";s:3:\"off\";s:20:\"post_author_type_cat\";s:3:\"off\";s:19:\"post_author_cat_top\";s:3:\"off\";s:20:\"post_author_cat_home\";s:2:\"on\";}','yes'),(4634,0,'pw_new_user_approve_options','a:1:{s:7:\"default\";s:7:\"options\";}','yes'),(4643,0,'register_plus_redux_options','a:80:{s:15:\"custom_logo_url\";s:61:\"http://www.timberon.info/blog/wp-content/uploads/InfoLogo.gif\";s:17:\"verify_user_email\";s:1:\"1\";s:25:\"message_verify_user_email\";s:94:\"Please verify your Timberon Membership using the verification link sent to your email address.\";s:17:\"verify_user_admin\";s:1:\"1\";s:25:\"message_verify_user_admin\";s:113:\"Your Timberon Membership request will be reviewed by the Webmaster and you will be notified when it is activated.\";s:29:\"delete_unverified_users_after\";s:1:\"3\";s:17:\"username_is_email\";s:0:\"\";s:18:\"double_check_email\";s:1:\"1\";s:11:\"show_fields\";a:4:{i:0;s:10:\"first_name\";i:1;s:9:\"last_name\";i:2;s:8:\"user_url\";i:3;s:5:\"about\";}s:15:\"required_fields\";a:2:{i:0;s:10:\"first_name\";i:1;s:9:\"last_name\";}s:17:\"user_set_password\";s:1:\"1\";s:19:\"min_password_length\";s:1:\"6\";s:19:\"show_password_meter\";s:1:\"1\";s:22:\"message_empty_password\";s:18:\"Strength Indicator\";s:22:\"message_short_password\";s:9:\"Too Short\";s:20:\"message_bad_password\";s:12:\"Bad Password\";s:21:\"message_good_password\";s:13:\"Good Password\";s:23:\"message_strong_password\";s:15:\"Strong Password\";s:25:\"message_mismatch_password\";s:17:\"Password Mismatch\";s:15:\"show_disclaimer\";s:1:\"1\";s:24:\"message_disclaimer_title\";s:10:\"Disclaimer\";s:18:\"message_disclaimer\";s:89:\"Read Disclaimer\";s:24:\"require_disclaimer_agree\";s:1:\"1\";s:24:\"message_disclaimer_agree\";s:21:\"Accept the Disclaimer\";s:21:\"message_license_title\";s:20:\"Membership Agreement\";s:15:\"message_license\";s:282:\"I understand that in order to be accepted as a Member of this site... I must be a resident, property owner, or have a significant interest in Timberon. This information will have to be verified before my membership registration becomes active and I am allowed to login as a Member.\";s:21:\"require_license_agree\";s:1:\"1\";s:21:\"message_license_agree\";s:31:\"Accept the Membership Agreement\";s:19:\"show_privacy_policy\";s:1:\"1\";s:28:\"message_privacy_policy_title\";s:14:\"Privacy Policy\";s:22:\"message_privacy_policy\";s:98:\"Read Privacy Policy\r\n\";s:28:\"require_privacy_policy_agree\";s:1:\"1\";s:28:\"message_privacy_policy_agree\";s:25:\"Accept the Privacy Policy\";s:11:\"default_css\";s:0:\"\";s:21:\"required_fields_style\";s:51:\"border:solid 1px #E6DB55; background-color:#FFFFE0;\";s:24:\"required_fields_asterisk\";s:1:\"1\";s:17:\"starting_tabindex\";s:2:\"21\";s:25:\"datepicker_firstdayofweek\";s:1:\"6\";s:21:\"datepicker_dateformat\";s:10:\"mm/dd/yyyy\";s:20:\"datepicker_startdate\";s:0:\"\";s:18:\"datepicker_calyear\";s:0:\"\";s:19:\"datepicker_calmonth\";s:3:\"cur\";s:23:\"user_message_from_email\";s:23:\"webmaster@timberon.info\";s:22:\"user_message_from_name\";s:13:\"Timberon.Info\";s:20:\"user_message_subject\";s:38:\"[Timberon.Info] Your Login Information\";s:17:\"user_message_body\";s:65:\"Username: %user_login%\r\nPassword: %user_password%\r\n\r\n%site_url%\r\n\";s:23:\"user_message_login_link\";s:41:\"http://www.timberon.info/blog/?page_id=41\";s:31:\"verification_message_from_email\";s:23:\"webmaster@timberon.info\";s:30:\"verification_message_from_name\";s:13:\"Timberon.Info\";s:28:\"verification_message_subject\";s:35:\"[Timberon.Info] Verify Your Account\";s:25:\"verification_message_body\";s:120:\"Verification URL: %verification_url%\r\nPlease use the above link to verify your email address and activate your account\r\n\";s:24:\"admin_message_from_email\";s:23:\"webmaster@timberon.info\";s:23:\"admin_message_from_name\";s:13:\"Timberon.Info\";s:21:\"admin_message_subject\";s:35:\"[Timberon.Info] New User Registered\";s:18:\"admin_message_body\";s:93:\"New user registered on your site %blogname%\r\n\r\nUsername: %user_login%\r\nE-mail: %user_email%\r\n\";s:28:\"custom_registration_page_css\";s:0:\"\";s:21:\"custom_login_page_css\";s:0:\"\";s:21:\"registration_redirect\";s:30:\"http://www.timberon.info/blog/\";s:21:\"verification_redirect\";s:0:\"\";s:20:\"disable_sanitize_key\";s:0:\"\";s:17:\"disable_url_fopen\";s:0:\"\";s:22:\"enable_invitation_code\";s:1:\"0\";s:23:\"require_invitation_code\";s:1:\"0\";s:30:\"invitation_code_case_sensitive\";s:1:\"0\";s:33:\"enable_invitation_tracking_widget\";s:1:\"0\";s:20:\"invitation_code_bank\";a:0:{}s:12:\"show_license\";s:1:\"0\";s:31:\"disable_user_message_registered\";s:1:\"0\";s:28:\"disable_user_message_created\";s:1:\"0\";s:19:\"custom_user_message\";s:1:\"0\";s:25:\"send_user_message_in_html\";s:1:\"0\";s:26:\"user_message_newline_as_br\";s:1:\"0\";s:27:\"custom_verification_message\";s:1:\"0\";s:33:\"send_verification_message_in_html\";s:1:\"0\";s:34:\"verification_message_newline_as_br\";s:1:\"0\";s:32:\"disable_admin_message_registered\";s:1:\"0\";s:29:\"disable_admin_message_created\";s:1:\"0\";s:20:\"custom_admin_message\";s:1:\"0\";s:26:\"send_admin_message_in_html\";s:1:\"0\";s:27:\"admin_message_newline_as_br\";s:1:\"0\";}','yes'),(4644,0,'register_plus_redux_custom_fields','a:3:{i:0;a:6:{s:17:\"custom_field_name\";s:11:\"Referred by\";s:17:\"custom_field_type\";s:4:\"text\";s:20:\"custom_field_options\";s:0:\"\";s:15:\"show_on_profile\";s:0:\"\";s:20:\"show_on_registration\";s:1:\"1\";s:24:\"required_on_registration\";s:0:\"\";}i:1;a:6:{s:17:\"custom_field_name\";s:20:\"Interest in Timberon\";s:17:\"custom_field_type\";s:6:\"select\";s:20:\"custom_field_options\";s:37:\"Owner,Resident,Frequent Visitor,Other\";s:15:\"show_on_profile\";s:0:\"\";s:20:\"show_on_registration\";s:1:\"1\";s:24:\"required_on_registration\";s:0:\"\";}i:2;a:6:{s:17:\"custom_field_name\";s:70:\"Based on answer above - Property Description, Address, or Explaination\";s:17:\"custom_field_type\";s:8:\"textarea\";s:20:\"custom_field_options\";s:0:\"\";s:15:\"show_on_profile\";s:0:\"\";s:20:\"show_on_registration\";s:1:\"1\";s:24:\"required_on_registration\";s:0:\"\";}}','yes'),(12391,0,'wphc_options','a:1:{s:8:\"excluded\";s:5:\"45,1,\";}','yes'),(10023,0,'booking_email_approval_adress','"Booking system" <webmaster@timberon.info>','yes'),(10024,0,'booking_email_approval_subject','Your reservation has been approved','yes'),(10025,0,'booking_email_approval_content','Your reservation [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, Timberon<br/>[siteurl]','yes'),(10026,0,'booking_email_deny_adress','"Booking system" <webmaster@timberon.info>','yes'),(10027,0,'booking_email_deny_subject','Your reservation has been declined','yes'),(10028,0,'booking_email_deny_content','Your reservation [bookingtype] for: [dates] has been canceled. <br/><br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Timberon<br/>[siteurl]','yes'),(10029,0,'booking_is_email_reservation_adress','On','yes'),(10030,0,'booking_is_email_approval_adress','On','yes'),(10031,0,'booking_is_email_deny_adress','On','yes'),(10032,0,'booking_widget_title','Booking form','yes'),(10033,0,'booking_widget_show','booking_form','yes'),(10034,0,'booking_widget_type','1','yes'),(10035,0,'booking_widget_calendar_count','1','yes'),(10036,0,'booking_widget_last_field','','yes'),(10037,0,'booking_wpdev_copyright','Off','yes'),(10038,0,'booking_is_use_captcha','On','yes'),(10039,0,'booking_is_show_legend','On','yes'),(10044,0,'revision-diet','a:1:{s:5:\"limit\";s:1:\"3\";}','yes'),(10112,0,'scheduler_started','0','yes'),(10116,0,'scheduler_php_version','1','yes'),(10117,0,'scheduler_xml_version','1','yes'),(10118,0,'scheduler_num','5','yes'),(10119,0,'scheduler_url','','yes'),(10120,0,'scheduler_stable_config','a1680px600px2falsetruefalsetruefalsetruetruetruefalsefalsemonthfalse2falsetruefalsefalsetruefalsefalsetruefalsefalsetruefalsefalsetruefalsefalsetruetruetruetruetruetrueoff\" + event.text + \"\";]]>','yes'),(10021,0,'booking_email_reservation_subject','New reservation','yes'),(10022,0,'booking_email_reservation_content','You need to approve new reservation [bookingtype] for: [dates]<br/><br/> Person detail information:<br/> [content]<br/><br/> Currently new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br/><br/>Thank you, Timberon<br/>[siteurl]','yes'),(9956,0,'widget_simple_sidenav','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(10015,0,'booking_unavailable_day6','Off','yes'),(10141,0,'CGMEventsCalendarAdminOptions','a:11:{s:19:\"cgm_ec_view_default\";s:5:\"month\";s:17:\"cgm_ec_start_time\";s:1:\"0\";s:15:\"cgm_ec_end_time\";s:2:\"23\";s:25:\"cgm_ec_highlight_category\";s:0:\"\";s:13:\"calendar_page\";s:8:\"calendar\";s:14:\"calendar_title\";s:18:\"Classes and Events\";s:23:\"display_category_sorter\";s:1:\"1\";s:19:\"display_view_toggle\";s:1:\"1\";s:20:\"display_print_toggle\";s:1:\"1\";s:11:\"list_format\";s:116:\"
  • [link][title][date=m/d g:i a][/link]
  • \";s:30:\"cgm_events_calendar_db_version\";s:3:\"1.0\";}','yes'),(10127,0,'wec_versionNumber','0.27','yes'),(10128,0,'wec_defaultFeedID','1','yes'),(10129,0,'wec_defaultCalendarID','1','yes'),(10130,0,'wec_autoGenerateRecurrences','','yes'),(10131,0,'wec_numberOfRecurrencesToCreateAtOnce','100','yes'),(10132,0,'wec_numberOfEventsToCreateForInfiniteRecurrences','100','yes'),(10133,0,'wec_autoDeleteRecurrencesAfter','30','yes'),(10134,0,'wec_numberOfDaysBeforeEventToPublishInRSSFeed','30','yes'),(10135,0,'wec_default_time_zone','America/Denver','yes'),(10136,0,'wec_hideEventsThatHaveAlreadyHappened','1','yes'),(10144,0,'widget_calendar_press_list_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(10148,0,'widget_eventify-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(10149,0,'widget_eventify-addevent-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(10155,0,'events_config','a:19:{s:6:\"length\";i:1000;s:10:\"sidelength\";i:120;s:8:\"sideshow\";i:1;s:10:\"linktarget\";s:6:\"_blank\";s:6:\"amount\";i:2;s:7:\"hideend\";s:4:\"show\";s:14:\"hideendsidebar\";s:5:\"never\";s:8:\"addlevel\";s:10:\"edit_posts\";s:9:\"editlevel\";s:10:\"edit_pages\";s:8:\"catlevel\";s:14:\"manage_options\";s:11:\"managelevel\";s:14:\"manage_options\";s:16:\"custom_date_page\";s:2:\"no\";s:19:\"custom_date_sidebar\";s:2:\"no\";s:10:\"dateformat\";s:8:\"%d %B %Y\";s:18:\"dateformat_sidebar\";s:8:\"%d %b %Y\";s:10:\"timeformat\";s:5:\"%H:%M\";s:18:\"timeformat_sidebar\";s:5:\"%H:%M\";s:5:\"order\";s:11:\"thetime ASC\";s:13:\"order_archive\";s:12:\"thetime DESC\";}','yes'),(10152,0,'SE_db_version','1.0','yes'),(10156,0,'events_template','a:19:{s:16:\"sidebar_template\";s:67:\"
  • %title% %link% on %startdate% %starttime%
    %countdown%
  • \";s:18:\"sidebar_h_template\";s:31:\"

    Highlighted events

    \";s:13:\"page_template\";s:122:\"

    %title%, %event% on %startdate% %starttime%
    %countdown%
    Duration: %duration%
    %link%

    \";s:15:\"page_h_template\";s:19:\"

    %category%

    \";s:18:\"page_title_default\";s:16:\"Important events\";s:15:\"page_f_template\";s:0:\"\";s:16:\"archive_template\";s:119:\"

    %title%, %after% on %startdate% %starttime%
    %countup%
    %enddate% %endtime%
    %link%

    \";s:18:\"archive_h_template\";s:19:\"

    %category%

    \";s:21:\"archive_title_default\";s:7:\"Archive\";s:18:\"archive_f_template\";s:0:\"\";s:14:\"daily_template\";s:43:\"

    %title% %event% - %countdown% %link%

    \";s:16:\"daily_h_template\";s:19:\"

    %category%

    \";s:19:\"daily_title_default\";s:14:\"Today\'s events\";s:16:\"daily_f_template\";s:0:\"\";s:17:\"calendar_template\";s:122:\"

    %title%, %event% on %startdate% %starttime%
    %countdown%
    Duration: %duration%
    %link%

    \";s:19:\"calendar_h_template\";s:27:\"

    Highlighted events

    \";s:19:\"calendar_f_template\";s:0:\"\";s:18:\"location_seperator\";s:2:\"@ \";}','yes'),(10157,0,'events_language','a:19:{s:14:\"language_today\";s:5:\"today\";s:14:\"language_hours\";s:5:\"hours\";s:16:\"language_minutes\";s:7:\"minutes\";s:12:\"language_day\";s:3:\"day\";s:13:\"language_days\";s:4:\"days\";s:12:\"language_and\";s:3:\"and\";s:11:\"language_on\";s:2:\"on\";s:11:\"language_in\";s:2:\"in\";s:12:\"language_ago\";s:3:\"ago\";s:17:\"language_sidelink\";s:12:\"more »\";s:17:\"language_pagelink\";s:24:\"More information »\";s:17:\"language_noevents\";s:17:\"No events to show\";s:16:\"language_nodaily\";s:15:\"No events today\";s:18:\"language_noarchive\";s:24:\"No events in the archive\";s:17:\"language_e_config\";s:30:\"A configuration error occurred\";s:19:\"language_noduration\";s:12:\"No duration!\";s:15:\"language_allday\";s:14:\"All-day event!\";s:13:\"language_past\";s:11:\"Past event!\";s:12:\"localization\";s:5:\"en_US\";}','yes'),(10826,0,'oqp_posts_stats','1','yes'),(10632,0,'tadv_options','a:9:{s:8:\"advlink1\";i:0;s:8:\"advimage\";i:1;s:11:\"editorstyle\";i:0;s:11:\"hideclasses\";i:0;s:11:\"contextmenu\";i:1;s:8:\"no_autop\";i:0;s:7:\"advlist\";i:1;s:6:\"iframe\";i:0;s:5:\"html5\";i:0;}','yes'),(10626,0,'_transient_timeout_feed_68c2f18aa0c38501522af4aded779589','1302750104','no'),(10627,0,'_transient_feed_68c2f18aa0c38501522af4aded779589','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:80:\"\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:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"BraveNewCode Inc. » WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://www.bravenewcode.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"You dream it up, we code it to life.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2011 01:00:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.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:20:{i:0;a:6:{s:4:\"data\";s:62:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"A Response to Jakob Nielsen’s (Unknowing) Review Of WPtouch’s Usability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2011/03/a-response-to-jakob-nielsens-unknowing-review-of-wptouchs-usability/\";s: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:113:\"http://www.bravenewcode.com/2011/03/a-response-to-jakob-nielsens-unknowing-review-of-wptouchs-usability/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 14:06:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"jakob nielson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"Mobile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"usability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=5168\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"Recently Jakob Nielsen (famed usability consultant) posted a review of a website’s mobile version, which (it seems he didn’t realize) was running WPtouch. We ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:8585:\"

    Recently Jakob Nielsen (famed usability consultant) posted a review of a website’s mobile version, which (it seems he didn’t realize) was running WPtouch.

    \n

    We wanted to write a follow-up to this article as many followers on Twitter found the post by Jakob and asked us about it, plus— we’re big fans of Jakob, too!

    \n

    First off, it has to be stated that it seems Jakob didn’t know that this is a free plugin for WordPress, and was mostly in its basic, default settings. As a result, his review is skewed towards thinking allkpop.com made all the decisions in the design appearance for the mobile version.

    \n

    WPtouch’s default settings are mostly aimed at exposing its most commonly used features, making it simpler for a user to setup (or in some cases, they don’t even have to set anything up, you just activate it and go!).

    \n

    While Jakob had some great things to say about WPtouch, he recommeded a few design changes which, unbeknownst to him are either configurable options in the WPtouch plugin, or options in our newer WPtouch Pro plugin.

    \n

    The site he reviewed is allkpop.com, a celebrity news and gossip site.

    \n

    Here’s the site he saw:

    \n

    \"\"

    \n

    And here’s his re-desgined version:

    \n

    \"\"

    \n

    We’ll respond to his list of design changes one by one here:

    \n

    1. Fewer features, which we achieved by removing three elements:
    \nbylines, because they aren’t needed to choose an article (which is the only point of listing headlines on the front page); selectable categories and tags, which were too small to hit reliably anyway (and categories like “music” seem worthless on a pop site); and the triangle-button that displays a summary in place (instead, we always show a summary).

    \n

    Bylines, categories and tags are options in the WPtouch settings, and can be turned off easily. The drop-arrow that reveals the excerpt is also a configuration option (excerpts shown) in the admin settings.

    \n

    2. Bigger touch targets. The entire story tile can now be tapped, and users no longer need the added precision of tapping the headline itself…

    \n

    We agree that the full tile as a clickable link is a good thing— but hard to implement given our options for this area. We chose instead to add a “read this article” link in addition to being able to tap on a title.

    \n

    3. Full headlines instead of truncated headlines. This is probably the biggest redesign…

    \n

    Full headlines or truncated headlines is also an option in the WPtouch settings.

    \n

    4. Enhanced scannability by highlighting each pop star’s name in the headlines.

    \n

    This we can’t really do anything about, nor WordPress itself without some custom hacking around.

    \n

    5. Even more information scent by showing a short story summary (a “deck”) under each headline.

    \n

    Let’s be honest, the term “information scent” is kind of creepy, no? (jk, Jakob).

    \n

    Here Jakob doesn’t know that we are simply creating excerpts automatically from post content, and thus need to truncate. WPtouch will show the custom excerpt set for a post if it’s used.

    \n

    6. Using pop star photos instead of date icons. Not only does this add some visual interest, it further enhances scannability and information scent as many users will recognize their favorite star’s face faster than they can read a headline.

    \n

    WPtouch supports using thumbnails instead of the calendar icons as an admin option.

    \n

    7. Room for 4 full story tiles without scrolling. The slightly tighter spacing lets users view the entire 4th story summary in their first scan of the page. If users do scroll down, the ability to view more tiles in less space also means that they work a bit less for each new story, and so they’re likely to want more of them. Because this second benefit is relatively small, we considered making the tiles smaller to display more stories on the first screen. On balance, the added information scent from the story summaries and pop star photos seemed a better use of the space — but testing an alternative would be worthwhile.

    \n

    We disagree with this one— it’s a common practice on the web to “cut the fold”, meaning that content is cut-off at the bottom of the viewport to reveal to a user that scrolling will shown more content. If everything is neatly shown above the bottom of the viewport, it might appear that that’s all there is.

    \n

    Additionally, because WPtouch dynamically truncates excerpts, some tiles are taller vertically than others. We spent a considerable amount of time trying all the variations in the settings to find a happy place where the appearance of a tile was decent no matter what the options were.

    \n

    8. Showing the publication date only as a divider between stories published on different dates. Because so many stories are published each day, users typically see only the current day’s date when they access the site, unless they scroll down far enough to reach yesterday’s news. Thus, the story date is not worth the substantial screen real estate it occupies in the live design. In general, it’s good to question any mobile design that repeats the same information multiple times; such redundancy is probably a poor use of highly limited screen space.

    \n

    Jakob doesn’t know that when thumbnails are used in WPtouch, the date is shown below the title of the post instead. We did look at designs where we only showed the date as a divider between posts, but it didn’t quite look/work right with the “Load More Entries” feature, so we canned it because it seemed confusing.

    \n

    9. Adding more space between the navigation bar’s two options so users are less likely to touch the wrong one.

    \n

    This one makes sense, though we don’t often find that users struggle with the WPtouch header links, we decided in WPtouch Pro to get rid of the thin bar below the header bar altogether in favour of the drop-down menu.

    \n

    10. Labeling the drop-down menu instead of simply denoting it by a triangle. (It’s just above search in the original design — a subtle presentation that’s mostly overlooked by users.) Depending on which commands are actually in the menu, a different name might be better. We didn’t redesign the entire navigation system, but we assumed that a revised categorization system would be the most valuable and usable way to navigate the site, after headline-tapping and search. (See our seminar on IA structuring for more information on how to determine the best access schemes.)

    \n

    In WPtouch Pro we moved all links on the thin bar within a menu toggle button which has the text “Menu”, precisely because we agree with this thinking. In all honesty we haven’t gotten around to doing the changes in WPtouch 1.9.x, but plan to.

    \n

    Not Too Shabby

    \n

    So there you have it! I think Jakob would be impressed to see most of the things he critiqued are included as options in WPtouch, our free mobile plugin offering 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://www.bravenewcode.com/2011/03/a-response-to-jakob-nielsens-unknowing-review-of-wptouchs-usability/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s: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:65:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WPtouch Pro 2.2 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2011/03/wptouch-pro-2-2-now-available/\";s: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://www.bravenewcode.com/2011/03/wptouch-pro-2-2-now-available/#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, 29 Mar 2011 18:21:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:7:\"Journal\";s: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:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;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:7;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"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:35:\"http://www.bravenewcode.com/?p=5127\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"WPtouch Pro 2.2 Now Available We’re always looking at ways we can improve, optimize and streamline our work, especially for our mobile plugins WPtouch, ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:4252:\"
    \"\"

    WPtouch Pro 2.2 Admin Panel Snap

    \n

    WPtouch Pro 2.2 Now Available

    \n

    We’re always looking at ways we can improve, optimize and streamline our work, especially for our mobile plugins WPtouch, WPtouch Pro and Piggy. On mobile, every split second counts, and we work hard to improve the speed of our products while maintaining ease of use and clean under-the-hood code.

    \n

    In the WPtouch Pro 2.2 update (now available) we’ve packed more improvements, fixes, tweaks & refinements than ever before in anything we’ve done. After a solid four weeks of work, every corner of our premium mobile plugin offering was given a good wash and made even better for our customers.

    \n

    WPtouch Pro 2.2 is a free update for all existing customers.

    \n

    Highlights

    \n
    \"\"

    2.2 Web-App Mode Notice Bubble

    \n

    With WPtouch Pro we revolutionized mobile WordPress plugins bringing our one-of-a-kind Web-App Mode feature to WordPress self-hosted sites everywhere.

    \n

    With Web-App Mode you can effortlessly offer a fullscreen web application version of you website for visitors on iOS devices, out-of-the-box.

    \n

    In WPtouch Pro 2.2, the technology unpinning Web-App Mode has been re-written for even better performance and reliability, on both mobile and iPad.

    \n

    We’ve also improved compatibility with other WordPress plugins that require AJAX like Google Translate. For these plugins, a single click disables WPtouch Pro’s AJAX in web-app mode to ensure compatibility. WPtouch Pro then intelligently uses a new method for loading your site pages without AJAX, all while maintaining a smooth, fast mobile web application experience.

    \n

    Squish!

    \n

    We also took the time needed to eliminate a variety of smaller issues that crept up after the 2.1 release. In total, we’ve fixed dozens of issues found by team staff and customers, totalling 300 new code changes.

    \n

    Swoosh!

    \n

    Despite WPtouch Pro being a much larger plugin than its free companion, it still loads faster on mobile devices than WPtouch 1.9.x. That said, there’s lot of new features, settings and options, so when loading the WPtouch Pro admin on some servers it resulted in less optimal performance.

    \n

    So we wanted to do better. We’ve re-factored code and reduced memory usage. We also made a variety of changes to many smaller aspects of the way our revolutionary admin panel works to slim and shave load times and improve usability.

    \n

    Our admin panel is truly awesome, offering all settings for WPtouch Pro in one place— all in a clean, easy to use layout.

    \n

    \"\"

    2.2— optimized JavaScript

    On the theme side WPtouch on mobile and iPad runs smoother than ever, up to 1.5x times faster* with its re-factored code. For example the 2.1.5 theme.js file for mobile was over 900 lines. In 2.2, it’s 453, and does even more!

    \n

    What’s Next

    \n

    With these major improvements completed, the focus for WPtouch Pro turns back to themes, so look for new theme additions in the coming releases ahead.

    \n

    *Based on tests conducted on BraveNewCode.com running WPtouch Pro 2.2

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.bravenewcode.com/2011/03/wptouch-pro-2-2-now-available/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:59:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.1 and WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2011/03/wordpress-3-1-and-wptouch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.bravenewcode.com/2011/03/wordpress-3-1-and-wptouch/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Mar 2011 01:18:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:7:\"Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://www.bravenewcode.com/2011/03/wordpress-3-1-and-wptouch/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"Since WordPress 3.1 was released reports started trickling in of a few things that appeared broken in WPtouch 1.9.x. Because we had a few ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:2064:\"

    Since WordPress 3.1 was released reports started trickling in of a few things that appeared broken in WPtouch 1.9.x. Because we had a few releases scheduled for around the same time 3.1 was released it was difficult at first to determine the reasons for the bugs, whether they were indeed just WPtouch, or 3.1′s doing.

    \n

    As it turns out, it’s a bit of both.

    \n

    There’s a post here describing the nature of the category exclusion bug plaguing queries in 3.1. This has been fixed and in the next release the fix will solve problems for those who have not been up to date on WPtouch’s releases (currently 1.9.24 as of this post).

    \n

    Though there’s a genuine bug in 3.1 and category exclusion, the method we were using to exclude categories in WPtouch was a little antiquated and backwards.

    \n

    We’ve since cleaned things up and are using much better (and still backwards compatible) code to exclude categories, and while we did that we also added a few more aspects to the exclusion routine that improve and extend it.

    \n

    Now, category exclusion will truly exclude that category everywhere. Searches, archive results, and of course the category drop-down list all respect the excluded categories defined in WPtouch.

    \n

    Exclude by Tag

    \n

    In the process, we’ve added the same control and power to exclude by tag, and you can even combine the two and WPouch will take care of it, without affecting whatever you’re doing on your desktop theme.

    \n

    Other Bugs

    \n

    We also cleaned up some more code and went through debug logs to make sure WPtouch runs error, warning, and php notice free on your server.

    \n

    Coming Up

    \n

    The next release (1.9.25) will be available soon and lays the troubles to rest, along with adding new filters to make sure WPtouch doesn’t load on the Samsung Galaxy Tab or Motorola Xoom tablets.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://www.bravenewcode.com/2011/03/wordpress-3-1-and-wptouch/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:74:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPtouch 1.9.23, Earth Hour 1.5 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.bravenewcode.com/2011/03/wptouch-1-9-23-earth-hour-1-4-1-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.bravenewcode.com/2011/03/wptouch-1-9-23-earth-hour-1-4-1-releases/#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, 09 Mar 2011 21:34:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Earth Hour\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"Environment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:10:\"earth hour\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:5:\"fixes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;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:11;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=5102\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"WPtouch Plugin Update WPtouch 1.9.23 has been released, and it includes an important security update, 1 new feature and some fixes. Here’s the changelog: ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:1052:\"

    WPtouch Plugin Update

    \n

    WPtouch 1.9.23 has been released, and it includes an important security update, 1 new feature and some fixes.
    \nHere’s the changelog:

    \n\n

    *Translators: please re-submit translations with updated strings (esp. for excluded tags area).

    \n

    Earth Hour Plugin Update

    \n

    Earth Hour 1.5 has also been released, it includes:

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.bravenewcode.com/2011/03/wptouch-1-9-23-earth-hour-1-4-1-releases/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:65:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WPtouch Pro 2.1.4 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://www.bravenewcode.com/2011/03/wptouch-pro-2-1-4-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.bravenewcode.com/2011/03/wptouch-pro-2-1-4-released/#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, 01 Mar 2011 17:17:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"2.1.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:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:5:\"fixes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=5090\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"A small maintenance release update for WPtouch Pro (2.1.4) is now available that fixes two issues: An issue with page menus on some installations ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Dale Mugford\";s: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:337:\"

    A small maintenance release update for WPtouch Pro (2.1.4) is now available that fixes two issues:

    \n\n

    WPtouch Pro 2.1.4 is a recommended update for all customers.

    \";s: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://www.bravenewcode.com/2011/03/wptouch-pro-2-1-4-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:65:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WPtouch 1.9.22.1 Released *Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://www.bravenewcode.com/2011/02/wptouch-1-9-22-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.bravenewcode.com/2011/02/wptouch-1-9-22-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Feb 2011 04: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:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"1.9.22\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:3:\"gpl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=5006\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"This weekend we pushed out an update to the free WPtouch 1.9 version. 1.9.22.1 includes: Added Basque translation courtesy of Ander Erguin Added Japanese ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:766:\"

    This weekend we pushed out an update to the free WPtouch 1.9 version.

    \n

    1.9.22.1 includes:

    \n
    \n
      \n
    • Added Basque translation courtesy of Ander Erguin
    • \n
    • Added Japanese translation courtesy of Kenji Yamaguchi
    • \n
    • Experimental LiveFyre commenting support
    • \n
    • Added additional CSS to remove unneeded 3rd party plugin boxes on single posts
    • \n
    • More tweaks for failing switch link in some scenarios ***1.9.22.1*** <- adds additional fixes
    • \n
    • Changed: More robust category exclusion
    • \n
    • Fix for images and emoticons in comments
    • \n
    • Fix for share on Twitter Link
    • \n
    • Added share on Facebook Link
    • \n
    • Updates for admin panel
    • \n
    \n
    \n

    This update is recommended for all 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.bravenewcode.com/2011/02/wptouch-1-9-22-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"16\";s: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:59:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"BraveNewCode Turns Two And A Half\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.bravenewcode.com/2011/02/bravenewcode-turns-two-and-a-half/\";s: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:79:\"http://www.bravenewcode.com/2011/02/bravenewcode-turns-two-and-a-half/#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, 11 Feb 2011 14:20:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:7:\"Journal\";s: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:\"Birthday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Fans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Followers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"friends\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"Thanks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4996\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"This post is a bit late, but I thought it would be fun to point it out. On paper, BraveNewCode is actually about two ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Duane Storey\";s: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:2206:\"

    This post is a bit late, but I thought it would be fun to point it out. On paper, BraveNewCode is actually about two and a half years old. Realistically though, it wasn’t until January of 2009 that Dale and I severed our ties with our other pursuits and started working on BraveNewCode full time – so a little over two years now. We did a post in July of last year for our two year anniversary, but given we started full time in January I thought a 2.5 year update would be in order.

    \n

    Since then we’ve accomplished a fair bit. In terms of free plugins that we actively develop, we have released WPtouch 1.9.x (which just passed 1.5 million downloads), WordTwit, and Earth Hour (which we will be updating shortly). We have also had the pleasure of helping develop websites for many great clients, including Courtney Summers, Rogers Communications, musician Matthew Good, and many more. We also released a professional version of WPtouch in June of 2010, and recently released an update to it that added full iPad support.

    \n

    As many people know, Dale and I don’t live in the same city. In fact, prior to forming BraveNewCode, we had probably only seen each other in the “real world” two or three times, but had enough faith in our vision and our friendship to turn our passions into products, and set off on the adventure that we now call BraveNewCode.

    \n

    Right now Dale is in Hamilton, Ontario, and I’m down in Buenos Aires, Argentina. I used to live near Vancouver, Canada, but since I can effectively work on BraveNewCode products and services from anywhere with an internet connection, I’ve decided to change the scenery a bit. But despite our distance, we still manage to help our customers achieve success and to push the boundaries with all of our plugins.

    \n

    This year we have a lot of big plans in store for BraveNewCode, so we want to take this opportunity to thank our fans, our followers, our friends and all of our existing customers who have supported us over the years. Stay tuned for an announcement regarding a new product of ours, and look for more exciting things to come in the not too distance future.

    \";s: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:75:\"http://www.bravenewcode.com/2011/02/bravenewcode-turns-two-and-a-half/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:\"5\";s: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:74:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"In-Depth Podcast Interview About WPtouch, BraveNewCode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.bravenewcode.com/2011/01/in-depth-podcast-interview-about-wptouch-bravenewcode/\";s: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:99:\"http://www.bravenewcode.com/2011/01/in-depth-podcast-interview-about-wptouch-bravenewcode/#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, 18 Jan 2011 20:35:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"Piggy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"WordTwit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:5:\"audio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:14:\"james woodcock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:7:\"podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4973\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"Dale recently did an in-depth interview with freelance journalist James Woodcock about all things BraveNewCode, and in particular WPtouch and WPtouch Pro. Topics Include: ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"The BNC Team\";s: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:1253:\"

    Dale recently did an in-depth interview with freelance journalist James Woodcock about all things BraveNewCode, and in particular WPtouch and WPtouch Pro.

    \n

    Topics Include: (from his show notes):

    \n\n

    You can listen to the podcast here.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.bravenewcode.com/2011/01/in-depth-podcast-interview-about-wptouch-bravenewcode/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:62:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Drumroll…. The Winners of Our Free iPad + WPtouch Pro Licenses Giveaway Are…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.bravenewcode.com/2010/12/drumroll-the-winners-of-our-free-ipad-wptouch-pro-licenses-giveaway-are/\";s: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:117:\"http://www.bravenewcode.com/2010/12/drumroll-the-winners-of-our-free-ipad-wptouch-pro-licenses-giveaway-are/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Dec 2010 18:03: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:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"iPad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"contest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"giveaeay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4823\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"Happy Holidays Everyone! Below are the winners of our free iPadTM + WPtouch ProTM Licenses Giveaway Contest! 1st Draw: iPad 64GB + 3G and ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:1273:\"

    Happy Holidays Everyone!

    \n

    Below are the winners of our free iPadTM + WPtouch ProTM Licenses Giveaway Contest!

    \n

    1st Draw:

    \n

    iPad 64GB + 3G and a WPtouch Pro Developer/Unlimited License:
    \n@maguay

    \n

    2nd Draw:

    \n

    A WPtouch Pro 5-Pack License:
    \n@suggymoto

    \n

    3rd, 4th and 5th Draws:

    \n

    WPtouch Pro Single Licenses:
    \n@rumple, @cidodd, and @benny8484

    \n

    We’ll be sending direct messages to the winners on Twitter to let them know that they’ve won. To claim your prize, please contact us and we’ll finish setting up your WPtouch Pro account.

    \n

    Thank you to everyone who entered the contest, and a big congratulations to the winners! We’ll have a few more contests in the future, so keep checking our Twitter feed for details in the future.

    \n

    On behalf of everyone here at BraveNewCode, we want to wish everyone a Merry Christmas and a Happy new Year!

    \";s: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:113:\"http://www.bravenewcode.com/2010/12/drumroll-the-winners-of-our-free-ipad-wptouch-pro-licenses-giveaway-are/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:59:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Tweet For A Chance To Win a 64GB iPad 3G + WPtouch Pro Developer License!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://www.bravenewcode.com/2010/12/december-ipad-contest/\";s: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:67:\"http://www.bravenewcode.com/2010/12/december-ipad-contest/#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, 13 Dec 2010 13:00:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"iPad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"contest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"promotion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4761\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"The contest is now closed, thanks to everyone who participated! We’ll be announcing the winners shortly. *Some conditions apply Over $1250 CAD Value in ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"The BNC Team\";s: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:3037:\"

    \"\"
    \nThe contest is now closed, thanks to everyone who participated!
    \nWe’ll be announcing the winners shortly.

    \n*Some conditions apply

    \n

    Over $1250 CAD Value in Prizes!

    \n

    To celebrate the forthcoming release of our 2.1 update for WPtouch Pro (which includes amazing iPad support) we’re giving away a top-of-the-line iPad, together with a WPtouch Pro developer license.

    \n

    There are also runner-up WPtouch Pro licenses, too.

    \n

    The 5 Prizes available to be won are:
    \n- An Apple iPad, 64GB with 3G/WiFi, along with a WPtouch Pro Developer License
    \n- One WPtouch Pro 5-Pack License
    \n- 3 separate WPtouch Pro Single Licenses

    \n

    All you need to do to enter is click the “Tweet Now” button above + tweet the entry message and follow us on Twitter!

    \n

    The contest runs until this Friday December 17th 2010 at 12pm noon EST.

    \n

    We’ll draw the winners then and announce them on twitter and our blog. If you’re a selected winner, we’ll contact you on Twitter.

    \n

    *iPad prize is available to North American and EU residents only.
    \n\"\"
    \nThe iPad, complete with Apple Gift Box!

    \n

    WPtouch Pro 2.1: Available Soon

    \n

    Very soon we’ll be releasing the 2.1 update for WPtouch Pro, a free update for all existing customers.

    \n

    WPtouch and WPtouch ProTM have gained worldwide attention providing unique, rich and beautiful mobile experiences for website visitors on touch-based smart phones.

    \n

    With WPtouch Pro 2.1, that great experience has been redefined and brought to the iPadTM, with a user-interface tailored for the iPad experience.

    \n

    Nowhere else can you find the sophistication, tremendous usability and feature-set for working with iPad and WordPress websites.

    \n

    Since WPtouch Pro on iPad is a part of WPtouch Pro 2.1 (starting at only $39), you get incredible value, great features, product support & future upgrades— all at an unbelievable price.

    \n
    \"\"

    WPtouch Pro on iPad - Landscape View

    \";s: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:63:\"http://www.bravenewcode.com/2010/12/december-ipad-contest/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"22\";s: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:65:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Thoughts On WPtouch & The Mobile Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/12/thoughts-on-wptouch-the-mobile-web-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:82:\"http://www.bravenewcode.com/2010/12/thoughts-on-wptouch-the-mobile-web-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Dec 2010 14:51:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"technology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:10:\"blackberry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:6:\"Mobile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4736\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"The Beginning When we first wrote the code and designed what would become WPtouch we did so with one clear thing in mind— we ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:7187:\"

    The Beginning

    \n

    When we first wrote the code and designed what would become WPtouch we did so with one clear thing in mind— we were creating something for where the mobile web was going, not where it was or where it had been.

    \n

    On Every Website

    \n

    We imagined that nearly every website would eventually offer mobile versions, and that those who didn’t would be the exception.

    \n

    At first, tools like WPtouch would be useful to bridge the gap between desktop and mobile presentation. As anyone who’s built a website knows, development and design aren’t all that cheap, and if you’re adding a mobile version to it just adds more time, money, and effort to the process. What’s more, there just weren’t any good tools available previously to help do so. Many site owners previously didn’t consider shipping a mobile version for these reasons.

    \n

    Being able to install and configure a mobile version with little to know development time or cost is a great stop-gap solution for many, and perfectly suitable as a permanent solution for others. WPtouch accomplishes this gracefully.

    \n

    The Wave

    \n

    These people venturing into the mobile arena with regular websites are intrepid explorers; the first wave of small and medium-sized website owners adapting to a space that previously could only be occupied by large companies, or those with the cash/business need to deliver mobile web experiences. Now, there are different tools to harness web traffic viewership that make it easier and more affordable to offer “tailored for the mobile web” solutions.

    \n

    The Wave Redux

    \n

    At present, a growing number of those explorers in the mobile web publishing world are growing more savvy, and want more custom mobile solutions that better reflect the style and brand that their desktop sites/services offer.

    \n

    As more and more people join the mobile revolution, postered by similar solutions to mobile web presentation of content like WPtouch, this wave of mobile exploration will grow strong, yet not everyone will follow.

    \n

    This marks the point of divergence.

    \n

    Two Schools

    \n

    With the rise of social networking services which collect information and serve vast amounts of people, together with the “app-ification” of the web ( the tendency for ubiquitous interface styles to serve content), users are increasingly demanding this ubiquity- simple solutions like WPtouch Pro which offer a compromise between customization and ease of use.

    \n

    The divergence is created not by the explorers, but rather by their users— much of the feedback we see and hear is often from those who are asking website owners to install WPtouch for them to use to access content. The growing want for a familiar, easy interface is a by-product of the increasing complexity experienced by web users on all web and technology fronts.

    \n

    The High Horsers

    \n

    Conversely, those that advocate and prefer completely custom mobile solutions are either a) in the web industry and are savvy, preferring to distinguish themselves from others and have the skill to do so, or b) have the resources to afford the cost of such development.

    \n

    It’s been our experience that the majority of mobile web users prefer something like WPtouch. That may not be true of website owners, but the demand for WPtouch by visitors says something powerful that you just don’t see on the desktop.

    \n

    Idealism vs. Reality

    \n

    As a content publisher, it’s ideal to deliver completely custom mobile solutions- similar design experiences on the desktop + mobile web is really (what seems at first pass) the most natural. But the differences between them are vast, like those between the workings of quantum and relative mechanics; with time and examination it becomes clear that completely custom mobile experiences might not be the best solution for a great many sites.

    \n

    The medium of the internet is heavily influenced by the ways it can be presented. As desktop displays got larger and the tools for web development smarter, the web grew in a way that was directly opposed to the restrictive nature of small mobile devices and the “information without decoration” needs of mobile web users (oh, the dreaded WAP).

    \n

    Then came the iPhone, and with it an explosion of touch-based smartphones that aimed to put the real web in your pocket.

    \n

    But the real web in your pocket just didn’t feel right. Native apps showed that web content presented and tailored for the device and touch interface proved far more popular than the websites they were culled from.

    \n

    That App-Like Experience

    \n

    That’s why we chose to go the route of separating the presentation of mobile web content in a user interface from its website’s presentation, and instead tailor it to the devices it would be viewed on— at current the iOS and Android devices that make up the bulk of the mobile web traffic today.

    \n

    These touch devices have interface requirements and interactive interactive prepositions which either do not exist on the desktop or have no corollary. We thought it was more natural that a mobile user, becoming accustomed to the way their mobile device worked and behaved, be presented with a similar interface that they would instantly recognize and understand.

    \n

    We worked to match expectations for the behavior of how content + navigation were seen & interacted with. The goal for a user being (when presented with a similar layout on another website) that they would focus less on the layout itself but more on its content.

    \n

    Bold-ly Forward

    \n

    Some people think WPtouch should also have backwards, non-touch compatibility on devices like the BlackBerry Bold, Curve, etc. While these devices are still popular in many business environments, they don’t represent much of the mobile web traffic today, and the direction these browsing statistics are going. What’s more, the browsers on older, non-touch mobile devices make it quite difficult to offer rich, engaging experiences, dampening the cause to create them.

    \n

    That’s an important distinction: The popularity of mobile devices themeselves in the wild doesn’t necessarily mean you should invest in web solutions for them; rather, popular mobile devices which account for the bulk of mobile traffic should be your concern.

    \n

    And in that regard, WPtouch and WPtouch Pro cover well over 90% of that traffic.

    \n

    Philosophy

    \n

    So we look forward to what’s next, and instead of working with the mobile web today exclusively, we see the future of the mobile web when we consider what we do with the WPtouch/WPtouch Pro plugins. We’re not prophets and have no crystal ball when it comes to where the mobile revolution might take us all, but we are tuned to the needs of users and content creators, and hope to remain a leader in providing tools for accessing WordPress on the go.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.bravenewcode.com/2010/12/thoughts-on-wptouch-the-mobile-web-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:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:71:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPtouch 1.9.21, WPtouch Pro 2.1 RC1 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.bravenewcode.com/2010/12/wptouch-1-9-21-wptouch-pro-2-1-rc1-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://www.bravenewcode.com/2010/12/wptouch-1-9-21-wptouch-pro-2-1-rc1-releases/#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, 03 Dec 2010 01:59:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"iPad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s: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:10;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4742\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Today we issued an update for WPtouch 1.9, and also posted another beta release of WPtouch Pro 2.1 (RC1) for WPtouch Pro customers. 1.9.21 ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:2399:\"

    Today we issued an update for WPtouch 1.9, and also posted another beta release of WPtouch Pro 2.1 (RC1) for WPtouch Pro customers.

    \n

    1.9.21

    \n

    WPtouch 1.9.21 (free) includes a few performance and maintenance improvements which improve interface responsiveness on iOS devices, and fix a number of reported bugs over the past few weeks.

    \n

    WPtouch Pro 2.1 RC1

    \n

    \"\"

    \n

    We’re finally here! It’s been awhile since we posted a new beta update. We’ve had lots of things going on over the past number of weeks, and have been able to get back on track and move towards completing 2.1.

    \n

    Lots of fixes, changes, improvements and additions have been made, and this release is now at Release Candidate status, as its viewed by us as feature complete.

    \n

    Changes for this release include both the iPad theme and the mobile versions of the Classic theme.

    \n

    Here’s some highlights from the changelog for the release:

    \n

    * Added: Web-App Mode supported on iPad
    \n* Added: Deep Blue UI theme on iPad
    \n* Added: Compatibility setting to remove short-code content in WPtouch Pro
    \n* Added: Ability to select between mobile and iPad devices for developer mode
    \n* Added: New icon set of Android Icons courtesy of androidicons.com

    \n

    * Changed: Significant speed and load-time improvements in Classic theme
    \n* Changed: Comment fly-in form on iPad: better handling of 3rd-party comment plugins
    \n* Changed: Improved Web-App Mode persistence setting load time dramatically

    \n

    * Fixed: Issues related to login, forms & search in themes
    \n* Fixed: An issue which could cause the switch link to fail
    \n* Fixed: Incorrect detection of BlackBerry Torch
    \n* Fixed: An issue which could cause a blank space in the header area of themes
    \n* FIxed: Issues related to the use of transparent light/white icons on iPad
    \n* Fixed: An issue which caused scrolling to top after posts have loaded in mobile theme
    \n* Fixed: Issue with missing pages in menu setup when two or more pages have the same name
    \n* Fixed: An issue with the thumbnail mask appearance on mobile WebOS devices

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.bravenewcode.com/2010/12/wptouch-1-9-21-wptouch-pro-2-1-rc1-releases/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:59:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPtouch 1.9.19.5 Released (Important Security Update Included)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/11/wptouch-1-9-19-5-released-important-security-update-included/\";s: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:106:\"http://www.bravenewcode.com/2010/11/wptouch-1-9-19-5-released-important-security-update-included/#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, 22 Nov 2010 15:12:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"1.9.x wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://www.bravenewcode.com/?p=4721\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"Today we pushed out a service release to WPtouch (free), which includes an important security update. Upgrading is recommended for all users for this ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:313:\"

    Today we pushed out a service release to WPtouch (free), which includes an important security update. Upgrading is recommended for all users for this reason.

    \n

    The release also includes other fixes and improvements related to admin functionality and appearance, and theme functionality and appearance.

    \";s: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:102:\"http://www.bravenewcode.com/2010/11/wptouch-1-9-19-5-released-important-security-update-included/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:68:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"State Of The Code: November, 2010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/11/stats-of-the-code-november-2010/\";s: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://www.bravenewcode.com/2010/11/stats-of-the-code-november-2010/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Nov 2010 18:01: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:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"WordTwit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:17:\"state of the 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:\"\";}i:9;a:5:{s:4:\"data\";s:7:\"website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://www.bravenewcode.com/?p=4694\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"Last week we were in Mexico, strategizing and working on forthcoming projects, and came away with some good work and a pair of tans. ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"The BNC Team\";s: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:2081:\"

    Last week we were in Mexico, strategizing and working on forthcoming projects, and came away with some good work and a pair of tans. Today we want to share what some of those plans are for the coming weeks/months ahead.

    \n

    WPtouch Pro

    \n

    Our flagship premium plugin product, WPtouch Pro has seen some great support from the WordPress community over the past few months. We’ve worked hard to get WPtouch Pro from its initial 2.0 release to the 2.1 version which is just around the corner, and includes: child theme & WP 3.0 custom menus support, along with the hotly-anticipated iPad theme support for our Classic theme.

    \n

    It also includes other enhancements, refinements, tweaks and fixes over 2.0.9.1.

    \n

    2.1 will be in Release Candidate status next week.

    \n

    Beyond 2.1

    \n

    After we release 2.1, the focus of WPtouch Pro development will shift to performance and maintenance for the 2.2 update. We hope to slim and shave, streamline and strengthen the core of WPtouch Pro, in preparation for some pretty cool stuff planned for next year.

    \n

    WordTwit

    \n

    We continue to improve and stabilize WordTwit, solving issues and bugs related to different server environments and URL shortener services. Look for a few releases in the next few weeks which accomplish more of the same.

    \n

    What’s Next

    \n

    We’ve been working on a major update to WordTwit which will deliver some key features: greatly improved Tweet widget with the ability to click and edit the outgoing tweet, add hashtags from tags and categories, support for multiple accounts, and more. Look for more details on the blog here soon.

    \n

    Website/Support

    \n

    Our website, support and documentation sites will all be getting a makeover soon which will make things easier for prospective customers to find the information they’re looking for about our products/services, and much better for customers to access account services and features. The new site(s) launch will be happening in December.

    \n

    Best,
    \nThe BraveNewCode Team

    \";s: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://www.bravenewcode.com/2010/11/stats-of-the-code-november-2010/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:\"5\";s: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:56:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"BraveNewCode Working Vacation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/11/bravenewcode-working-vacation/\";s: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://www.bravenewcode.com/2010/11/bravenewcode-working-vacation/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Nov 2010 21:42: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:6:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Dale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"duane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"WordTwit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4689\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Many people don’t realize it, but Dale and myself live on opposite sides of Canada. I live near Vancouver, Canada, and Dale is about ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Duane Storey\";s: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:2298:\"

    Many people don’t realize it, but Dale and myself live on opposite sides of Canada. I live near Vancouver, Canada, and Dale is about an hour outside of Toronto. To see Dale requires that I hop on a plane and spend the better part of a day flying out to his part of the world. Unfortunately, that means Dale and I only get a chance to see each other twice a year or so. The last time we were together Dale flew out my way and we spent the weekend organizing WordCamp Vancouver. We decided to launch WPtouch Pro then, for symbolic reasons, at around 1am on the night before Dale flew back. That was June.

    \n

    We haven’t had a chance to get together since then, so tomorrow we are both getting on planes and heading to the Mayan Riviera for a little working vacation. Truthfully, it costs us nearly $800 every time we go to see the other person, not including any meals or drinks. So, to pay $1,000 to go to a Mexican all-inclusive resort is just that much easier for us.

    \n

    \"\"

    \n

    I’m actually in the process of giving up my life in Vancouver and am going to be traveling and working for a year, visiting WordPress and WPtouch users across the globe as I move. So, this trip is probably the last time I’ll get a chance to hang out with Dale until April, when I’ll be swinging through New York City for my birthday.

    \n

    As Dale and I spend a lot of our day on the phone or iChat, working remotely is no obstacle to how BraveNewCode operates. In fact, in a lot of ways it’s an advantage, because I can field questions from time to time after Dale has gone to bed, and he can deal with the occasional issue before I wake up.

    \n

    So, by tomorrow night Dale and I will both be enjoying a few beers in the Mayan Riviera, strategizing about what next year will bring for WPtouch, BraveNewCode, and a few other of the items we haven’t announced yet. Rest assured, it’s all exciting stuff, so a big thank you to all of our customers, friends, and long-time supporters.

    \";s: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://www.bravenewcode.com/2010/11/bravenewcode-working-vacation/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:71:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPtouch Pro 2.1 Beta w/ iPad Support: Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.bravenewcode.com/2010/10/wptouch-pro-2-1-beta-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.bravenewcode.com/2010/10/wptouch-pro-2-1-beta-now-available/#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, 12 Oct 2010 04:16:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"iPad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:3:\"2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:8:\"Software\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4635\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"Today we’re happy to announce the availability of a beta release for the next major update to WPtouch Pro, version 2.1. What’s New Along ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:3303:\"

    \"\"

    \n

    Today we’re happy to announce the availability of a beta release for the next major update to WPtouch Pro, version 2.1.

    \n

    What’s New

    \n

    Along with bug fixes and admin enhancements, 2.1 brings 3 major additions: Child Theme Support, Custom Menus, and the long awaited addition of iPad support.

    \n

    Video Overview

    \n

    Click here to view the embedded video.

    \n

    Purpose Of The Beta

    \n

    This beta release is only for evaluation and interest in improving WPtouch Pro by helping us resolve issues.

    \n

    We know that many of you want to try out iPad support, so we’re pleased to make this beta available for testing.

    \n

    Tap, Touch & Slide

    \n

    The first thing you’ll notice when using WPtouch on iPad is the incredible responsiveness, speed and native feel. It really does make your website feel like a native application on iPad. And because it does all this, visitors feel instantly familiar, comfortable, and happy to browse and enjoy the website content you present to them.

    \n

    A Focus On What’s Important

    \n

    We’ve looked at the things people want most out of an iPad browsing experience with a WordPress website, and delivered
    \nthem all:

    \n\n

    Website Owners

    \n

    And we’ve also looked at what website owners & administrators want and need out of iPad support.

    \n

    Because WPtouch Pro on iPad works with the WPtouch Pro you know and love, it saves considerable time and worry in setting up and administrating its presentation.

    \n

    With WPtouch Pro 2.1, you can serve a rich, powerful smartphone mobile experience plus a fantastic iPad experience at the same time, quickly, easily and efficiently.

    \n

    Discussion Is A Joy

    \n

    Comment discussion in WPtouch Pro 2.1 on iPad is simply a joy. It’s incredibly easy for visitors to leave comments and replies to other comments with our fly-in comment form. And since comments are posted and added in real-time, discussion is immediate, fast and simple for visitors.

    \n

    Installation & Details

    \n

    Existing customers of WPtouch Pro should download and install the beta separately from their existing installations.

    \n

    Because of the nature of beta software, aspects of the code are subject to change. As a result theme development is not recommended nor supported.

    \n

    A new beta support forum & thread have been added in which you can post questions and let us know about any issues you might have.

    \n

    We hope you enjoy the beta!
    \n~ The BraveNewCode Team

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.bravenewcode.com/2010/10/wptouch-pro-2-1-beta-now-available/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"30\";s: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:74:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"State Of The Code (September, 2010)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/09/state-of-the-code-september-2010/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.bravenewcode.com/2010/09/state-of-the-code-september-2010/#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, 10 Sep 2010 15:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"iPad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"WordTwit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"Company\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:9:\"iPodtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:6:\"Mobile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:4:\"news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://www.bravenewcode.com/?p=4552\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Its been a busy summer for BraveNewCode! Launching WPtouch Pro was an intense project, and we’ve been proud of the response so far. We ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"The BNC Team\";s: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:5862:\"

    Its been a busy summer for BraveNewCode! Launching WPtouch Pro was an intense project, and we’ve been proud of the response so far. We keep improving WPtouch Pro, too, and have lots of great features, new themes and some surprises planned going forward.

    \n

    Every once in awhile we like to share an overview of what’s been happening and what we’re up to— affectionately, our “state of the code” address of sorts.

    \n

    WPtouch 1.9.19

    \n

    While WPtouch Pro is our main focus, we still give love and attention to WPtouch 1.9, servicing it for bug fixes and feature additions to make it even better.

    \n

    We just released version 1.9.19, and with it we’ve finally delivered true localization. We’ve included the .pot file in the new /lang folder, which can be used to create language .mo files to translate both the theme and the admin panel.

    \n

    Submit your translation today to translation@wptouch.com, and we’ll review it for inclusion in a future release.

    \n

    WPtouch Pro v2.0.9

    \n

    \"WPtouch

    WPtouch Pro 2.0.9


    \nWe’ve been chipping away at point releases for WPtouch Pro, now reaching 2.0.9 and delivering with it fixes, enhancements, compatibility and stability improvements.

    \n

    Notable new additions include better custom language translation handling, improvements in WordPress Multisite compatibility, and a new feature allowing WPtouch Pro to be disabled for selected URLs and pages.

    \n

    We strongly recommend upgrading if you’re running any previous version of WPtouch Pro.
    \nWPtouch Pro 2.0.9 will be available later today.

    \n

    Upcoming: WPtouch Pro v2.1

    \n

    We’ve begun work on the next major version of WPtouch Pro, which will deliver iPad support, child themes, and support for WordPress 3.0′s custom menus.

    \n

    Many people have inquired as to what iPad support will be in 2.1, and we’d like to share a couple of thoughts about it.

    \n

    First of all, iPad support will be opt-in. When you update to 2.1 you’ll be able to decide whether you want to enable iPad support or not. Some are happy with the way their sites look and work on iPad already, and for those people they won’t have to do anything.

    \n

    For those who do want iPad support, they have a number of options related to what happens with iPad support, and we’ll undoubtedly add to those options over time.

    \n

    There are already some solutions available for iPad theme stuff with WordPress. We could have shipped “support” for iPad very early on, by simply enabling the user agent and letting WPtouch be WPtouch on iPad. We didn’t for several reasons, but the most important is that we don’t think WPtouch as a theme concept is appropriate on a device like iPad.

    \n

    Small, hand-held mobile devices are very different from tablet devices such as the iPad. And the iPad user interface, (while borrowing from the iPhone) has some dramatic differences, most notably the way in which vertical and horizontal views are handled in most apps.

    \n

    So we’re hoping our solutions feel as natural, intuitive and enjoyable for users as possible. And because we don’t have to make the same kinds of compromises as we do with WPtouch (for device compatibility), we can do a few things that should enhance the web experience of a site using WPtouch Pro on iPad.

    \n

    WPtouch Pro Affiliate Program

    \n

    We recently launched a new Affiliate Program for customers of WPtouch Pro. Earn 20% on purchases of WPtouch Pro made through text or image advertisements on your website. Find out more ->

    \n

    WordTwit

    \n

    We’ve received lots of feedback over the past few months on our WordPress Twitter plugin, WordTwit. Ideas on how to make it better, and what people would like to see added to it have trickled in on our Forums, over Twitter, and here on the blog.

    \n

    Though we haven’t said much publicly, we’ve been listening to everyone and have been working on adding several enhancements and new features to bring WordTwit up to version 3.0 with some powerful new additions. Stay tuned on the progress towards its 3.0 release, we’ll have new details available soon.

    \n

    Site Revamp

    \n

    \"A

    A Sneak Peek At The New Forums


    \nWe’re also chipping away at an overhaul of the entire BNC site, including the forums. We’re re-designing and tweaking the whole experience, focusing on account access and easier support assistance for our customers.

    \n

    We hope everyone will enjoy the new site when we unveil the new digs. We’ll post some screenshots for feedback a little further down the road.

    \n

    Thanks

    \n

    We want to say thanks to all our WPtouch Pro customers, our users, friends, family and followers. It’s your support and interest in what we’re doing that keeps us motivated to do more.

    \n

    Best,
    \nThe BraveNewCode Team

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.bravenewcode.com/2010/09/state-of-the-code-september-2010/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WPtouch Pro Affiliate Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/08/wptouch-pro-affiliate-program/\";s: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://www.bravenewcode.com/2010/08/wptouch-pro-affiliate-program/#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, 30 Aug 2010 19:35: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s: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:17:\"Affiliate Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"Commissions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4530\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"We’ve had quite a few inquiries since launching WPtouch Pro about the possibility of having an affiliate program. While we’re still a few weeks ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Duane Storey\";s: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:846:\"

    We’ve had quite a few inquiries since launching WPtouch Pro about the possibility of having an affiliate program. While we’re still a few weeks away from launching, we wanted to let people know a few of the details and also get a list of people who are interested in being a part of it.

    \n

    A few of the relevant details of the program are:

    \n\n

    For more information and to sign up to be notified when the affiliate program is released, please visit the main WPtouch Pro affiliate 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.bravenewcode.com/2010/08/wptouch-pro-affiliate-program/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"The State Of The Touch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.bravenewcode.com/2010/08/the-state-of-the-touch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.bravenewcode.com/2010/08/the-state-of-the-touch/#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, 02 Aug 2010 17:57: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:4:{i:0;a:5:{s:4:\"data\";s:7:\"WPtouch\";s: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:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"Upgrades\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"http://www.bravenewcode.com/?p=4466\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"We released WPtouch 2.0 about 6 weeks ago now, and have constantly been improving it since day one. In fact, since that time we’ve ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Duane Storey\";s: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:3909:\"

    We released WPtouch 2.0 about 6 weeks ago now, and have constantly been improving it since day one. In fact, since that time we’ve added or improved over 100 features — you can take a look at the change log.

    \n

    We’re currently in the process of revamping our product information pages to reflect some of these new changes, but I thought now would be a good time to overview where we are with the product.

    \n

    New Features

    \n

    Version 2.0.7 was a substantial update, adding a whack of new customizations options (colors, fonts, etc.) for the Classic theme. We also added a Backup/Restore function to aid 5-pack and development package users, many of which can save time by using this feature to Backup on one site, and Restore on another. We also improved the WPtouch Pro warning system — if you have a plugin that may interfere with WPtouch Pro, we show a warning message so you can learn more about it and possibly fix it. In addition, we’ve been active in our Pro support forums, helping users sort out issues in short order.

    \n

    Internationalization

    \n

    WPtouch Pro has been fully internationalized since day one. Our plan has always been to translate our Pro series plugins into as many languages as possible. Truthfully, I love seeing WPtouch in another language — I was like a kid in a candy store when WPtouch Pro was translated into Japanese.

    \n

    WPtouch Pro is currently available in eight languages: Spanish, German, Portuguese, French, Italian, Japanese, Norwegian, and Dutch. The plugin will automatically detect what language WordPress is configured to use and emulate that, or the language that WPtouch Pro will use can be selected from the WPtouch Pro administration panel.

    \n

    \"\"

    \n

    Developer Package

    \n

    WPtouch Pro also has a developer package, complete with online development documentation. If you’re a development package user, you’ll have access to architecture information, plugin hooks and filters, and various code examples for tweaking the plugin.

    \n

    WPtouch Pro is a full mobile development framework, capable of being used to customize the look and feel for any mobile device at the code level. Some of our users are using it to do iPad development, some are doing custom integrations with their own iPhone applications. Because WPtouch Pro is GPL, the sky is really the limit for what some of these projects may ultimately become — we’re anxiously awaiting to see the results, as some of them are going to be pretty exciting.

    \n

    Going Forward

    \n

    We’re currently working on our 2.0.8 release, which will probably be out late next week. We’re also working hard on finishing off the upgrade system for those users that are looking to upgrade between packages (we’ve actually had quite a few inquiries about this recently). Hopefully within a week or so users will be able to automatically upgrade their packages.

    \n

    Our 2.1 release will be a fairly important update, and we’re looking forward to starting to work on that. If you’ve already purchased WPtouch Pro, you’ll automatically receive 2.1 when the times comes. If you’re interested in grabbing a copy now, head on over to the WPtouch Pro page and pick one up.

    \n

    Thanks again to everyone who has supported WPtouch Pro and BraveNewCode – we have many more great things to add to the product, so hop aboard the train and come along for the ride!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.bravenewcode.com/2010/08/the-state-of-the-touch/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:68:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Video: WPtouch 2.0 Pro New Theme Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.bravenewcode.com/2010/07/video-wptouch-2-0-pro-new-theme-features/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.bravenewcode.com/2010/07/video-wptouch-2-0-pro-new-theme-features/#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, 21 Jul 2010 20:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:12:\"BraveNewCode\";s: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:\"iPhone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Journal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"WPtouch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"WPtouch Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"information\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:5:\"Video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:7:\"YouTube\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://www.bravenewcode.com/?p=4451\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"For those of you who haven’t seen some of WPtouch 2.0‘s new capabilities in action, I thought I’d do up a short video overview ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dale Mugford\";s: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:667:\"

    For those of you who haven’t seen some of WPtouch 2.0‘s new capabilities in action, I thought I’d do up a short video overview some of the front-end additions like web-app mode, new comments features support, and the drop-down menu.

    \n

    Click here to view the embedded video.

    \n

    You can also watch the video in higher resolution on YouTube.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.bravenewcode.com/2010/07/video-wptouch-2-0-pro-new-theme-features/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:45:\"http://www.bravenewcode.com/tag/wptouch/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:13:{s:4:\"date\";s:29:\"Wed, 13 Apr 2011 15:00:37 GMT\";s:6:\"server\";s:6:\"Apache\";s:12:\"x-powered-by\";s:10:\"PHP/5.2.13\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:48:\"http://www.bravenewcode.com/wordpress/xmlrpc.php\";s:4:\"etag\";s:34:\"\"a82126f7dc22fc86ddac530d89c510f0\"\";s:10:\"set-cookie\";s:50:\"PHPSESSID=f7ba05fb317fc5d95ea2f1fe85a5b059; path=/\";s:13:\"last-modified\";s:29:\"Tue, 12 Apr 2011 01:00:38 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(10189,0,'ses_db_version','1.0','yes'),(10196,0,'wplc_display_mode','table','yes'),(10197,0,'wplc_event_format','','yes'),(10169,0,'ec_color','#666666','yes'),(10170,0,'ec_hover_color','#666666','yes'),(10171,0,'widget_kino-events','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(10181,0,'events_calendar_db_version','108','yes'),(10182,0,'optionsEventsCalendar','a:14:{s:16:\"dateFormatWidget\";s:6:\"F j, Y\";s:16:\"timeFormatWidget\";s:5:\"g:i a\";s:15:\"dateFormatLarge\";s:6:\"F j, Y\";s:15:\"timeFormatLarge\";s:5:\"g:i a\";s:8:\"timeStep\";s:2:\"30\";s:10:\"adaptedCSS\";s:0:\"\";s:18:\"jqueryextremstatus\";s:5:\"false\";s:8:\"todayCSS\";s:41:\"border:thin solid blue;font-weight: bold;\";s:14:\"dayHasEventCSS\";s:10:\"color:red;\";s:13:\"daynamelength\";s:1:\"3\";s:18:\"daynamelengthLarge\";s:1:\"3\";s:11:\"accessLevel\";s:8:\"level_10\";s:15:\"disableTooltips\";s:0:\"\";s:11:\"hidesponsor\";s:4:\"true\";}','yes'),(10172,0,'ec_date_format','d.m.y','yes'),(10173,0,'ec_time_format','24','yes'),(10176,0,'event_category_children','a:0:{}','yes'),(10183,0,'widgetEventsCalendar','a:3:{s:5:\"title\";s:15:\"Events Calendar\";s:4:\"type\";s:8:\"calendar\";s:9:\"listCount\";i:5;}','yes'),(10195,0,'wplc_date_format','M j, Y','yes'),(10192,0,'wplc_db_version','1.2','yes'),(10193,0,'wplc_tbl_name','wp_wplistcal','yes'),(10194,0,'wplc_tbl_rss','','yes'),(10198,0,'wplc_max_events','-1','yes'),(10199,0,'wplc_advance_days','-1','yes'),(10200,0,'wplc_show_past_events','false','yes'),(10201,0,'wplc_manage_items_per_page','25','yes'),(10202,0,'wplc_use_24hr_time','true','yes'),(10203,0,'wplc_open_links_in_new_window','false','yes'),(10204,0,'wplc_event_order','asc','yes'),(10205,0,'wplc_hide_same_date','false','yes'),(10206,0,'wplc_date2_time_format','','yes'),(10207,0,'wplc_nofollow_links','','yes'),(10208,0,'wplc_no_events_msg','','yes'),(10209,0,'wplc_widget_title','Upcoming Events','yes'),(10210,0,'wplc_upload_dir','/home/timberon/blog/wp-content/uploads/','yes'),(10211,0,'wplc_upload_url','http://www.timberon.info/blog/wp-content/uploads/','yes'),(12261,0,'_plugin_feedback_name_label','Your name','yes'),(10362,0,'widget_subpages','a:6:{s:5:\"title\";s:0:\"\";s:7:\"useRoot\";b:0;s:14:\"onlyFirstLevel\";b:1;s:10:\"parentIcon\";s:2:\"<=\";s:14:\"parentPosition\";s:3:\"top\";s:9:\"addParent\";b:0;}','yes'),(10220,0,'mc_next_events','Next','yes'),(10221,0,'mc_previous_events','Previous','yes'),(10222,0,'my_calendar_caption','','yes'),(10223,0,'mc_event_open','Registration is open','yes'),(10224,0,'mc_event_closed','Registration is closed','yes'),(10225,0,'mc_skip_holidays_category','1','yes'),(10226,0,'my_calendar_date_format','F j, Y','yes'),(10227,0,'my_calendar_show_heading','false','yes'),(10228,0,'mc_event_registration','false','yes'),(10229,0,'mc_default_sort','1','yes'),(4956,0,'gd-star-rating-import','a:3:{s:16:\"post_star_rating\";i:0;s:15:\"wp_post_ratings\";i:0;s:23:\"star_rating_for_reviews\";i:0;}','yes'),(4957,0,'gd-star-rating-gfx','O:8:\"GDgfxLib\":4:{s:6:\"thumbs\";a:3:{i:0;O:10:\"GDgfxThumb\":15:{s:4:\"name\";s:9:\"Classical\";s:6:\"folder\";s:9:\"classical\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:24:\"http://www.gdragon.info/\";s:9:\"info_file\";s:6:\"thumbs\";s:11:\"info_folder\";s:6:\"thumbs\";s:8:\"gfx_path\";s:71:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/thumbs/classical/\";s:7:\"gfx_url\";s:81:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/thumbs/classical/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:1;O:10:\"GDgfxThumb\":15:{s:4:\"name\";s:11:\"Star Rating\";s:6:\"folder\";s:10:\"starrating\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:24:\"http://www.gdragon.info/\";s:9:\"info_file\";s:6:\"thumbs\";s:11:\"info_folder\";s:6:\"thumbs\";s:8:\"gfx_path\";s:72:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/thumbs/starrating/\";s:7:\"gfx_url\";s:82:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/thumbs/starrating/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:2;O:10:\"GDgfxThumb\":15:{s:4:\"name\";s:15:\"Star Rating GIF\";s:6:\"folder\";s:14:\"starrating_gif\";s:4:\"type\";s:3:\"gif\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:24:\"http://www.gdragon.info/\";s:9:\"info_file\";s:6:\"thumbs\";s:11:\"info_folder\";s:6:\"thumbs\";s:8:\"gfx_path\";s:76:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/thumbs/starrating_gif/\";s:7:\"gfx_url\";s:86:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/thumbs/starrating_gif/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}}s:5:\"stars\";a:10:{i:0;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:9:\"Christmas\";s:6:\"folder\";s:9:\"christmas\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:22:\"http://vistaicons.com/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:70:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/christmas/\";s:7:\"gfx_url\";s:80:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/christmas/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:1;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:7:\"Crystal\";s:6:\"folder\";s:7:\"crystal\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:32:\"http://www.everaldo.com/crystal/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:68:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/crystal/\";s:7:\"gfx_url\";s:78:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/crystal/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:2;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:8:\"Darkness\";s:6:\"folder\";s:8:\"darkness\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:28:\"http://www.oxygen-icons.org/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:69:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/darkness/\";s:7:\"gfx_url\";s:79:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/darkness/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:3;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:6:\"Oxygen\";s:6:\"folder\";s:6:\"oxygen\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:28:\"http://www.oxygen-icons.org/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:67:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/oxygen/\";s:7:\"gfx_url\";s:77:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/oxygen/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:4;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:15:\"Oxygen On White\";s:6:\"folder\";s:10:\"oxygen_gif\";s:4:\"type\";s:3:\"gif\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:28:\"http://www.oxygen-icons.org/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:71:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/oxygen_gif/\";s:7:\"gfx_url\";s:81:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/oxygen_gif/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:5;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:5:\"Plain\";s:6:\"folder\";s:5:\"plain\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"2.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:24:\"http://www.gdragon.info/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:66:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/plain/\";s:7:\"gfx_url\";s:76:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/plain/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:6;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:7:\"Pumpkin\";s:6:\"folder\";s:7:\"pumpkin\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:62:\"http://buzuk-eugen.deviantart.com/art/Helloween-Icons-68579888\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:68:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/pumpkin/\";s:7:\"gfx_url\";s:78:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/pumpkin/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:7;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:4:\"Soft\";s:6:\"folder\";s:4:\"soft\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:0:\"\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:65:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/soft/\";s:7:\"gfx_url\";s:75:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/soft/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:8;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:11:\"Star Rating\";s:6:\"folder\";s:10:\"starrating\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"2.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:24:\"http://www.gdragon.info/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:71:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/starrating/\";s:7:\"gfx_url\";s:81:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/starrating/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:9;O:9:\"GDgfxStar\":15:{s:4:\"name\";s:9:\"Starscape\";s:6:\"folder\";s:9:\"starscape\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.1\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:24:\"http://www.gdragon.info/\";s:9:\"info_file\";s:5:\"stars\";s:11:\"info_folder\";s:5:\"stars\";s:8:\"gfx_path\";s:70:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/stars/starscape/\";s:7:\"gfx_url\";s:80:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/stars/starscape/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}}s:5:\"trend\";a:3:{i:0;O:10:\"GDgfxTrend\":16:{s:4:\"size\";s:2:\"16\";s:4:\"name\";s:11:\"Fam Fam Fam\";s:6:\"folder\";s:9:\"famfamfam\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:25:\"http://www.famfamfam.com/\";s:9:\"info_file\";s:5:\"trend\";s:11:\"info_folder\";s:6:\"trends\";s:8:\"gfx_path\";s:71:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/trends/famfamfam/\";s:7:\"gfx_url\";s:81:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/trends/famfamfam/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:1;O:10:\"GDgfxTrend\":16:{s:4:\"size\";s:2:\"12\";s:4:\"name\";s:18:\"Fam Fam Fam Arrows\";s:6:\"folder\";s:16:\"famfamfam_arrows\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:25:\"http://www.famfamfam.com/\";s:9:\"info_file\";s:5:\"trend\";s:11:\"info_folder\";s:6:\"trends\";s:8:\"gfx_path\";s:78:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/trends/famfamfam_arrows/\";s:7:\"gfx_url\";s:88:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/trends/famfamfam_arrows/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}i:2;O:10:\"GDgfxTrend\":16:{s:4:\"size\";s:2:\"12\";s:4:\"name\";s:16:\"Fam Fam Fam Mini\";s:6:\"folder\";s:14:\"famfamfam_mini\";s:4:\"type\";s:3:\"png\";s:7:\"version\";s:3:\"1.0\";s:6:\"author\";s:14:\"Milan Petrovic\";s:5:\"email\";s:18:\"milan@gdragon.info\";s:3:\"url\";s:24:\"http://www.gdragon.info/\";s:6:\"design\";s:25:\"http://www.famfamfam.com/\";s:9:\"info_file\";s:5:\"trend\";s:11:\"info_folder\";s:6:\"trends\";s:8:\"gfx_path\";s:76:\"/home/timberon/blog/wp-content/plugins/gd-star-rating/trends/famfamfam_mini/\";s:7:\"gfx_url\";s:86:\"http://www.timberon.info/blog/wp-content/plugins/gd-star-rating/trends/famfamfam_mini/\";s:7:\"primary\";i:1;s:8:\"imported\";b:1;s:5:\"sizes\";a:0:{}}}s:9:\"last_scan\";s:31:\"Wed, 27 Apr 2011 22:49:32 +0000\";}','yes'),(612,0,'widget_html_javascript_adder','a:8:{i:2;a:0:{}i:3;a:11:{s:9:\"hja_title\";s:0:\"\";s:11:\"hja_content\";s:112:\"Chipper for Hire!\nThis is just a test to see how well the Javascript Adder works in this theme.\";s:13:\"hja_is_single\";N;s:14:\"hja_is_archive\";N;s:11:\"hja_is_home\";N;s:11:\"hja_is_page\";N;s:13:\"hja_is_search\";N;s:12:\"hja_add_para\";N;s:12:\"hja_is_admin\";N;s:15:\"hja_diable_post\";s:0:\"\";s:18:\"hja_heading_select\";N;}i:4;a:11:{s:9:\"hja_title\";s:23:\"Very Big Thing For Sale\";s:11:\"hja_content\";s:103:\"This is just a test of the widget Javascript Adder with this particular theme and I hope it works well.\";s:13:\"hja_is_single\";N;s:14:\"hja_is_archive\";N;s:11:\"hja_is_home\";N;s:11:\"hja_is_page\";N;s:13:\"hja_is_search\";N;s:12:\"hja_add_para\";N;s:12:\"hja_is_admin\";N;s:15:\"hja_diable_post\";s:0:\"\";s:18:\"hja_heading_select\";N;}i:5;a:11:{s:9:\"hja_title\";s:11:\"Chip It Up!\";s:11:\"hja_content\";s:175:\"You can and pile it...
    \nWe'll Chip it up
    \nCall 987-2561 or email
    \nmountain@dellcity.com
    \n

    \n

     

    \n\";s:13:\"hja_is_single\";N;s:14:\"hja_is_archive\";N;s:11:\"hja_is_home\";N;s:11:\"hja_is_page\";N;s:13:\"hja_is_search\";N;s:12:\"hja_add_para\";N;s:12:\"hja_is_admin\";N;s:15:\"hja_diable_post\";s:0:\"\";s:18:\"hja_heading_select\";N;}i:6;a:11:{s:9:\"hja_title\";s:11:\"Skidloaders\";s:11:\"hja_content\";s:103:\"

    We move earth
    \nSmooth drives
    \ndig trenches
    \nhaul slash
    \nCall-
    \n987-2561

    \";s:13:\"hja_is_single\";N;s:14:\"hja_is_archive\";N;s:11:\"hja_is_home\";N;s:11:\"hja_is_page\";N;s:13:\"hja_is_search\";N;s:12:\"hja_add_para\";N;s:12:\"hja_is_admin\";N;s:15:\"hja_diable_post\";s:0:\"\";s:18:\"hja_heading_select\";N;}i:7;a:11:{s:9:\"hja_title\";s:19:\"Skidloader For Hire\";s:11:\"hja_content\";s:116:\"We will do all your dirtwork - No need to ever pick up a shovel again. Call 987-2561 or email mountain@dellcity.com\";s:13:\"hja_is_single\";N;s:14:\"hja_is_archive\";N;s:11:\"hja_is_home\";N;s:11:\"hja_is_page\";N;s:13:\"hja_is_search\";N;s:12:\"hja_add_para\";N;s:12:\"hja_is_admin\";N;s:15:\"hja_diable_post\";s:0:\"\";s:18:\"hja_heading_select\";N;}i:8;a:11:{s:9:\"hja_title\";s:19:\"Skidloader For Hire\";s:11:\"hja_content\";s:129:\"Never pick up that shovel again... We can dig all your holes at a reasonable price. Call 987-2561 or email mountain@dellcity.com\";s:13:\"hja_is_single\";N;s:14:\"hja_is_archive\";N;s:11:\"hja_is_home\";N;s:11:\"hja_is_page\";N;s:13:\"hja_is_search\";N;s:12:\"hja_add_para\";N;s:12:\"hja_is_admin\";N;s:15:\"hja_diable_post\";s:0:\"\";s:18:\"hja_heading_select\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(748,0,'widget_gsc-widget','a:5:{i:2;a:0:{}i:3;a:2:{s:22:\"display_results_option\";s:1:\"0\";s:18:\"hide_widget_format\";N;}i:4;a:2:{s:22:\"display_results_option\";s:1:\"0\";s:18:\"hide_widget_format\";N;}i:5;a:2:{s:22:\"display_results_option\";s:1:\"0\";s:18:\"hide_widget_format\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(159,0,'widget_hw_wpgw','a:5:{i:2;a:0:{}i:4;a:6:{s:5:\"title\";s:16:\"Timberon Weather\";s:4:\"city\";s:12:\"Timberon, NM\";s:4:\"lang\";s:2:\"en\";s:4:\"temp\";s:1:\"f\";s:8:\"forecast\";s:2:\"on\";s:9:\"alignment\";s:2:\"on\";}i:5;a:6:{s:5:\"title\";s:16:\"Timberon Weather\";s:4:\"city\";s:12:\"Timberon, NM\";s:4:\"lang\";s:2:\"en\";s:4:\"temp\";s:1:\"f\";s:8:\"forecast\";s:2:\"on\";s:9:\"alignment\";N;}i:6;a:6:{s:5:\"title\";s:0:\"\";s:4:\"city\";s:5:\"88350\";s:4:\"lang\";s:2:\"en\";s:4:\"temp\";s:1:\"f\";s:8:\"forecast\";s:2:\"on\";s:9:\"alignment\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(171,0,'bizdir_version','','yes'),(309,0,'uninstall_plugins','a:13:{i:0;b:0;s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}s:35:\"si-contact-form/si-contact-form.php\";s:24:\"si_contact_unset_options\";s:29:\"visitor-maps/visitor-maps.php\";s:26:\"visitor_maps_unset_options\";s:29:\"wp-symposium/wp-symposium.php\";s:19:\"symposium_uninstall\";s:35:\"minimeta-widget/minimeta-widget.php\";s:18:\"minimeta_uninstall\";s:33:\"theme-my-login/theme-my-login.php\";a:2:{i:0;s:20:\"Theme_My_Login_Admin\";i:1;s:9:\"uninstall\";}s:37:\"wordpress-event-calendar/calendar.php\";s:10:\"wec_delete\";s:37:\"extended-profile/extended-profile.php\";s:21:\"ext_profile_uninstall\";s:42:\"peters-login-redirect/wplogin_redirect.php\";s:13:\"rul_uninstall\";s:25:\"adminimize/adminimize.php\";s:24:\"_mw_adminimize_deinstall\";s:11:\"counter.php\";s:23:\"count_per_day_uninstall\";s:25:\"count-per-day/counter.php\";s:23:\"count_per_day_uninstall\";}','yes'),(310,0,'ngg_options','a:71:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:9:\"deleteImg\";s:1:\"1\";s:9:\"swfUpload\";b:0;s:13:\"usePermalinks\";s:1:\"1\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";s:1:\"1\";s:10:\"usePicLens\";b:0;s:12:\"activateTags\";b:0;s:10:\"appendType\";s:8:\"category\";s:9:\"maxImages\";s:1:\"0\";s:10:\"thumbwidth\";s:3:\"100\";s:11:\"thumbheight\";s:2:\"75\";s:8:\"thumbfix\";b:0;s:12:\"thumbquality\";s:3:\"100\";s:8:\"imgWidth\";s:3:\"800\";s:9:\"imgHeight\";s:3:\"600\";s:10:\"imgQuality\";s:2:\"85\";s:17:\"imgCacheSinglePic\";s:1:\"1\";s:9:\"imgBackup\";s:1:\"1\";s:13:\"imgAutoResize\";s:1:\"1\";s:9:\"galImages\";s:2:\"16\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";s:1:\"0\";s:12:\"galShowSlide\";b:0;s:12:\"galTextSlide\";s:19:\"[Show as slideshow]\";s:14:\"galTextGallery\";s:19:\"[Show picture list]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";s:1:\"1\";s:13:\"galImgBrowser\";b:0;s:12:\"galHiddenImg\";b:0;s:10:\"galAjaxNav\";b:0;s:11:\"thumbEffect\";s:8:\"thickbox\";s:9:\"thumbCode\";s:41:\"class=\\\"thickbox\\\" rel=\\\"%GALLERY_NAME%\\\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";s:1:\"5\";s:6:\"wmYpos\";s:1:\"5\";s:6:\"wmType\";s:4:\"text\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";s:2:\"10\";s:6:\"wmText\";s:13:\"Timberon.Info\";s:7:\"wmColor\";s:6:\"006600\";s:8:\"wmOpaque\";s:3:\"100\";s:8:\"enableIR\";b:0;s:7:\"slideFx\";s:4:\"fade\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";b:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";s:3:\"350\";s:8:\"irHeight\";s:3:\"350\";s:9:\"irShuffle\";b:0;s:17:\"irLinkfromdisplay\";s:1:\"1\";s:16:\"irShownavigation\";s:1:\"1\";s:11:\"irShowicons\";s:1:\"1\";s:11:\"irWatermark\";b:0;s:13:\"irOverstretch\";s:4:\"true\";s:12:\"irRotatetime\";s:1:\"3\";s:12:\"irTransition\";s:4:\"fade\";s:10:\"irKenburns\";b:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";b:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:11:\"installDate\";i:1294694806;s:9:\"imgResize\";b:0;s:12:\"hideDonation\";b:1;}','yes'),(311,0,'ngg_db_version','1.7.0','yes'),(312,0,'widget_ngg-mrssw','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(313,0,'widget_slideshow','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(314,0,'widget_ngg-images','a:4:{i:3;a:9:{s:5:\"title\";s:15:\"Timberon Photos\";s:5:\"items\";i:12;s:4:\"type\";s:6:\"random\";s:4:\"show\";s:9:\"thumbnail\";s:5:\"width\";i:78;s:6:\"height\";i:78;s:7:\"exclude\";s:6:\"denied\";s:4:\"list\";s:7:\"8,13,16\";s:8:\"webslice\";b:0;}i:5;a:9:{s:5:\"title\";s:10:\"New Photos\";s:5:\"items\";i:6;s:4:\"type\";s:6:\"recent\";s:4:\"show\";s:9:\"thumbnail\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:7:\"exclude\";s:5:\"allow\";s:4:\"list\";s:1:\"4\";s:8:\"webslice\";b:1;}i:6;a:9:{s:5:\"title\";s:7:\"Gallery\";s:5:\"items\";i:4;s:4:\"type\";s:6:\"random\";s:4:\"show\";s:9:\"thumbnail\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:7:\"exclude\";s:3:\"all\";s:4:\"list\";s:0:\"\";s:8:\"webslice\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(319,0,'npu_notification_email','webmaster@timberon.info','yes'),(320,0,'npu_upload_button','Send Photo','yes'),(321,0,'npu_description_text','Describe your Photo','yes'),(322,0,'npu_notlogged','','yes'),(323,0,'npu_upload_success','Thank you for submitting a photo... If approved, it will become visible within 48 hours.','yes'),(324,0,'npu_no_file','Please select a photo to send...','yes'),(325,0,'npu_upload_failed','Your photo failed to upload...','yes'),(326,0,'npu_widget_uploader_select','Enabled','yes'),(327,0,'npu_exclude_select','Enabled','yes'),(328,0,'npu_user_role_select','99','yes'),(329,0,'npu_image_description_select','Enabled','yes'),(330,0,'npu_image_linklove_select','Disabled','yes'),(331,0,'npu_gal_upload','a:1:{i:2;a:2:{s:5:\"title\";s:18:\"Upload Your Photos\";s:6:\"gal_id\";s:1:\"4\";}}','yes'),(341,0,'widget_ngg-sidebar-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6412,0,'infscr_text','Loading the next set of posts...','yes'),(6413,0,'infscr_donetext','Congratulations, you\\\'ve reached the end of the internet.','yes'),(6414,0,'infscr_content_selector','#content','yes'),(6415,0,'infscr_nav_selector','div.navigation','yes'),(6416,0,'infscr_post_selector','#content > div.post','yes'),(4860,0,'dataNextGenSmooth','a:15:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:5:\"timed\";b:0;s:10:\"showArrows\";b:1;s:12:\"showCarousel\";b:1;s:10:\"embedLinks\";b:1;s:10:\"use_frames\";b:0;s:5:\"delay\";i:9000;s:17:\"defaultTransition\";s:4:\"fade\";s:12:\"showInfopane\";b:0;s:16:\"textShowCarousel\";s:8:\"Pictures\";s:16:\"showCarouselOpen\";b:1;s:8:\"gal_code\";s:0:\"\";s:6:\"margin\";i:8;s:5:\"align\";s:6:\"center\";}','yes'),(5939,0,'cets_embedRSS_itemcontent','1','yes'),(10013,0,'booking_unavailable_day4','Off','yes'),(8344,0,'_transient_timeout_feed_4fa38da71e0f5c4f921a79abe092e831','1300879347','no'),(8345,0,'_transient_feed_4fa38da71e0f5c4f921a79abe092e831','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:29:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"alex.rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"http://alexrabe.de\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"ALEX RABE | learning by doing...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Mar 2011 06: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:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.org/?v=3.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:3:{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 \";s:7:\"attribs\";a: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:\"XML Sitemaps support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://alexrabe.de/2011/03/05/xml-sitemaps-support/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://alexrabe.de/2011/03/05/xml-sitemaps-support/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Mar 2011 16:57: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:4:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"NextGEN-Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=777\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"After a very very long break, I’m starting to work on the next version 1.8 of NextGEN Gallery. At first I’m looking for XML Sitemaps support. This should help for a better search results about images. I need to contact some author of Sitemap plugins, so I didn’t need to rewrite the same code again.\nWhat [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"alex.rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:460:\"

    After a very very long break, I’m starting to work on the next version 1.8 of NextGEN Gallery. At first I’m looking for XML Sitemaps support. This should help for a better search results about images. I need to contact some author of Sitemap plugins, so I didn’t need to rewrite the same code again.

    \n

    What is your preferred Sitemap plugin ?

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://alexrabe.de/2011/03/05/xml-sitemaps-support/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Plugin Health check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://alexrabe.de/2011/01/22/plugin-health-check/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://alexrabe.de/2011/01/22/plugin-health-check/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jan 2011 20: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"NextGEN-Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=771\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"I’m reading every day the forum posts, really. I didn’t answer each day, but I study nearly every request & problem. With Version 1.7.0 I introduced a new auto complete feature, this feature works fine on all of my blogs and test blogs. Unfortunately it also has some side effect, it requires a newer script [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"alex.rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1847:\"

    I’m reading every day the forum posts, really. I didn’t answer each day, but I study nearly every request & problem. With Version 1.7.0 I introduced a new auto complete feature, this feature works fine on all of my blogs and test blogs. Unfortunately it also has some side effect, it requires a newer script library then WordPress currently shipped out. So I added this new version manually, but some plugins & themes didn’t handle script calls in the right way.
    \nVery often I need to request to disable other plugins & themes, just to test if the failure is really inside NextGEN Gallery or not. For this purpose I’m introduce now my first version of a plugin health check :

    \n

    \"\"

    \n

    This new  tool can be used via the overview menu and it checks for a couple of common problems :

    \n
      \n
    1. NextGEN Gallery requires PHP 5.2 or higher, as it uses a JSON function
    2. \n
    3. A check if a other plugin conflicts with the JSON function (Autocomplete & the slideshow will not work in this case)
    4. \n
    5. A check for the memory limit of your server
    6. \n
    7. And it verify if your theme calls wp_head & wp_footer
    8. \n
    \n

    I’m not sure if it causes false positive results, but it maybe help us all to verify if NextGEN Gallery can run fine on your blog. The new Version 1.7.3 is now available.

    \n\";s: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://alexrabe.de/2011/01/22/plugin-health-check/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"22\";s: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:44:\"\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:14:\"WordTube 2.4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://alexrabe.de/2011/01/09/wordtube-2-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://alexrabe.de/2011/01/09/wordtube-2-4-0/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 09 Jan 2011 18:02:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://alexrabe.de/?p=769\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:299:\"No I’m not dead, just take a longer break… or should I say : Blame it on my Playstation 3 ? Anyway just released in this minutes a new WordTube version which added the ability to sort a playlist. Not that big thing, the next step should be a integration of HTML5 video tags.\nHave a [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"alex.rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:410:\"

    No I’m not dead, just take a longer break… or should I say : Blame it on my Playstation 3 ? Anyway just released in this minutes a new WordTube version which added the ability to sort a playlist. Not that big thing, the next step should be a integration of HTML5 video tags.

    \n

    Have a nice sunday !

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://alexrabe.de/2011/01/09/wordtube-2-4-0/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:36:\"http://feeds.feedburner.com/alexrabe\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:8:\"alexrabe\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"4EK2gktt23T8ydPNfDc25DVLy2g\";s:13:\"last-modified\";s:29:\"Tue, 22 Mar 2011 22:00:24 GMT\";s:4:\"date\";s:29:\"Tue, 22 Mar 2011 23:22:41 GMT\";s:7:\"expires\";s:29:\"Tue, 22 Mar 2011 23:22:41 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(262,0,'recently_activated','a:25:{s:43:\"u-more-recent-posts/u-more-recent-posts.php\";i:1305746282;s:30:\"wp-classified/wpClassified.php\";i:1305745176;s:37:\"wordpress-post-its/wpress_postits.php\";i:1305676850;s:37:\"widgets-on-pages/widgets_on_pages.php\";i:1305676685;s:45:\"user-submitted-posts/user-submitted-posts.php\";i:1305676669;s:42:\"slick-contact-forms/dcwp_slick_contact.php\";i:1305676648;s:59:\"recent-posts-with-excerpts/recent-with-excerpts-widgets.php\";i:1305676609;s:35:\"post-feature-widget/postfeature.php\";i:1305676509;s:31:\"exclude-pages/exclude_pages.php\";i:1305676484;s:28:\"category-posts/cat-posts.php\";i:1305676401;s:47:\"bns-featured-category/bns-featured-category.php\";i:1305676385;s:31:\"datafeedr-ads/datafeedr-ads.php\";i:1305676360;s:69:\"continuous-announcement-scroller/continuous-announcement-scroller.php\";i:1305675776;s:39:\"edgeio-classifieds/wp_edgeio_plugin.php\";i:1305674041;s:46:\"another-wordpress-classifieds-plugin/awpcp.php\";i:1305672390;s:38:\"php-text-sidebar-widget/wp-phptext.php\";i:1305650147;s:33:\"wp-news-slider/wp-news-plugin.php\";i:1305557709;s:41:\"simple-ads-manager/simple-ads-manager.php\";i:1305555876;s:33:\"simple-adsense/simple-adsense.php\";i:1305554545;s:44:\"jquery-slick-menu/dcwp_jquery_slick_menu.php\";i:1305503304;s:36:\"floating-menu/dcwp_floating_menu.php\";i:1305503262;s:36:\"guan-image-notes/imageannotation.php\";i:1305502234;s:37:\"floating-widgets/floating-widgets.php\";i:1305502224;s:45:\"iphone-control-panel/iphone_control_panel.php\";i:1305292480;s:27:\"ad-inserter/ad-inserter.php\";i:1305246288;}','yes'),(13969,0,'_transient_feed_mod_a8386f8aaed115e2af22e51072598bbc','1305812490','no'),(13965,0,'_transient_feed_mod_d872c1bc3fad99993ec61992a130bec2','1305812489','no'),(13180,0,'stt_enable','0','yes'),(13181,0,'stt_text','Scroll to Top','yes'),(13182,0,'stt_width','110px','yes'),(13184,0,'stt_background_color','575757','yes'),(13189,0,'ajaxchat_header_color','#2a4480','yes'),(213,0,'widget_yclads_widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(214,0,'widget_yclads_terms_cloud','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:20:\"Timberon Classifieds\";s:8:\"taxonomy\";s:14:\"yclad_category\";}s:12:\"_multiwidget\";i:1;}','yes'),(215,0,'widget_yclads_custom_query','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(318,0,'npu_email_option','','yes'),(317,0,'npu_default_gallery','4','yes'),(216,0,'yclads_posts_stats','15','yes'),(220,0,'yclad_category_children','a:0:{}','yes'),(218,0,'yclad_action_children','a:0:{}','yes'),(10835,0,'_transient_timeout_yclads_info','1303135855','no'),(10836,0,'_transient_yclads_info','O:8:\"stdClass\":18:{s:4:\"name\";s:19:\"Your Classified Ads\";s:4:\"slug\";s:19:\"your-classified-ads\";s:7:\"version\";s:11:\"0.6.1-alpha\";s:6:\"author\";s:47:\"G.Breant\";s:14:\"author_profile\";s:53:\"http://wordpress.org/extend/plugins/profile/grosbouff\";s:12:\"contributors\";a:1:{s:8:\"G.Breant\";s:0:\"\";}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"3.1.1\";s:13:\"compatibility\";a:7:{s:3:\"3.0\";a:4:{s:9:\"0.1-alpha\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:11:\"0.1.1-alpha\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:11:\"0.2.1-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:11:\"0.5.6-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.0.1\";a:3:{s:11:\"0.2.1-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:11:\"0.4.7-alpha\";a:3:{i:0;i:33;i:1;i:3;i:2;i:1;}s:11:\"0.5.6-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.0.2\";a:1:{s:11:\"0.5.6-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.0.3\";a:1:{s:11:\"0.5.6-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.0.4\";a:1:{s:11:\"0.5.6-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:5:\"3.0.5\";a:2:{s:11:\"0.5.3-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:11:\"0.5.6-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}s:3:\"3.1\";a:6:{s:11:\"0.4.7-alpha\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:11:\"0.5.2-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}s:11:\"0.5.3-alpha\";a:3:{i:0;i:50;i:1;i:2;i:2;i:1;}s:11:\"0.5.6-alpha\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:11:\"0.5.8-alpha\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:11:\"0.5.9-alpha\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:57.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:8;s:10:\"downloaded\";i:5675;s:12:\"last_updated\";s:10:\"2011-03-05\";s:5:\"added\";s:10:\"2010-06-20\";s:8:\"homepage\";s:36:\"http://dev.pellicule.org/?page_id=16\";s:8:\"sections\";a:6:{s:11:\"description\";s:1739:\"

    Your Classified Ads is a plugin that allows you to have a classified ads system into your Wordpress blog.

    \n\n

    THIS IS AN ALPHA RELEASE. I spent a lot of time working on it. It\'s not perfect yet, but I hope to have some time soon to finish the debugging. Styling has not yet been worked.\nMeanwhile, you can post my forum to send bugs, or donations... It will help improving the plugin.

    \n\n

    For a live demonstration; please visit our Demo Site

    \n\n
    * BuddyPress compatible.  BuddyPress specific features are under developpement.\n* uses the new Custom Post Types feature from Wordpress 3.\n* uses the new Custom Taxonomies features from Wordpress 3 to allow you to define actions (eg. offers, propositions, ...), categories (eg. cars, computers, ...) or tags (eg. red, brand-new...) for your ads\n* multi-taxonomies searches (WP 3.1)\n* Subscribe to search results, and get notifications and emails when a new ad is posted !\n* Geolocate ads : you can filter ads to show only the ones which are at x distance from a specific location\n* Backend and frontend posting (frontend posting needs the plugin [One Click Post](http://dev.pellicule.org/?page_id=19) to be enabled)\n* Guest Posting (needs the plugin [One Click Post](http://dev.pellicule.org/?page_id=19) to be enabled)\n* Themes : Includes a default theme but custom themes can be used\n* Widgets included : ads search form, terms cloud (eg. ads tag cloud)\n
    \n\n

    You can also check-out our Roadmap and Change-Log

    \";s:12:\"installation\";s:627:\"
      \n
    1. Check you have WordPress 3.1+
    2. \n
    3. Download the plugin
    4. \n
    5. Unzip and upload to plugins folder
    6. \n
    7. Activate the plugin
    8. \n
    9. The URL of your classifieds ads will be YOURWORDPRESSURL/?post_type=yclad
    10. \n
    \n\n

    To use frontend posting\n1. Make sure you have One Quick Post plugin enabled.\n2. Create a new page that will contain the creation form, and add this content to the page : [oqp_form \"yclads\"]. The slug of this page CANNOT be classified-ads.\n3. Fill the plugin setting \"Page ID\" with the ID of the page you just created.

    \";s:11:\"screenshots\";s:980:\"
      \n
    1. \n \'your-classified-ads\n

      Place a new Ad Step #1 (details)

      \n
    2. \n
    3. \n \'your-classified-ads\n

      Place a new Ad Step #2 (settings)

      \n
    4. \n
    5. \n \'your-classified-ads\n

      Place a new Ad Step #3 (pictures)

      \n
    6. \n
    7. \n \'your-classified-ads\n

      Search screen with filters options open. Filters allow you to save search presets; and be notified when a new ad matching your filter is published.

      \n
    8. \n
    \";s:9:\"changelog\";s:4510:\"

    0.6.1

    \n\n\n\n

    0.6.0

    \n\n\n\n

    0.5.9

    \n\n\n\n

    0.5.8

    \n\n\n\n

    0.5.7

    \n\n\n\n

    0.5.6

    \n\n\n\n

    0.5.5

    \n\n\n\n

    0.5.4

    \n\n\n\n

    0.5.3

    \n\n\n\n

    0.5.2

    \n\n\n\n

    0.5.1

    \n\n\n\n

    0.4.8

    \n\n\n\n

    0.4.7

    \n\n\n\n

    0.4.6

    \n\n\n\n

    0.4.5

    \n\n\n\n

    0.4.4

    \n\n\n\n

    0.4.3

    \n\n\n\n

    0.4.2

    \n\n\n\n

    0.4.1

    \n\n\n\n

    0.4.0

    \n\n\n\n

    0.3.9

    \n\n\n\n

    0.3.8

    \n\n\n\n

    0.3.7

    \n\n\n\n

    0.3.6

    \n\n\n\n

    0.3.5

    \n\n\n\n

    0.3.3-alpha

    \n\n\n\n

    0.2.1-alpha

    \n\n\n\n

    0.2.0-alpha

    \n\n\n\n

    0.1.9-alpha

    \n\n\n\n

    0.1.8-alpha

    \n\n\n\n

    0.1.7-alpha

    \n\n\n\n

    0.1.6-alpha

    \n\n\n\n

    0.1.5-alpha

    \n\n\n\n

    0.1.4-alpha

    \n\n\n\n

    0.1.3-alpha

    \n\n\n\n

    0.1.2-alpha

    \n\n\n\n

    0.1.1-alpha

    \n\n\n\n

    0.1-alpha

    \n\n\";s:3:\"faq\";s:593:\"

    How can I use custom themes ?

    \n\n

    Ads Archives : by default uses /plugins/your-classified-ads/themes/yclads/archive-yclad.php.
    \nIf you want a custom theme; create a file \"archive-yclad.php\" in your active theme directory; it will be used instead.

    \n\n

    Single Ad : If you did check \"Use OQP Template\" in Yclads form options, it will use the default One Quick Post theme located in /plugins/one-quick-post/themes/oqp/single-oqp.php.\nIf you want a custom theme; uncheck this option and create a file \"single-yclad.php\" in your active theme directory; it will be used instead.

    \";s:11:\"other_notes\";s:341:\"

    Support

    \n

    Support forums

    \n

    Roadmap

    \n\n

    Bugs

    \n\";}s:13:\"download_link\";s:73:\"http://downloads.wordpress.org/plugin/your-classified-ads.0.6.1-alpha.zip\";s:4:\"tags\";a:0:{}}','no'),(382,0,'cur_error','ERROR: Your account has to be confirmed by an administrator before you can login','yes'),(383,0,'cur_subject','Account Confirmation: Timberon.Info','yes'),(384,0,'cur_message','You account has been approved by the Webmaster! You are now a member of Timberon.Info... Login @ http://www.timberon.info/blog/\r\n\r\n','yes'),(385,0,'cur_administrator','webmaster@timberon.info\n','yes'),(386,0,'cur_from','Timberon.Info ','yes'),(393,0,'dr_fields','a:4:{i:1;a:5:{s:4:\"name\";s:27:\"Association with Timberon -\";s:8:\"required\";s:2:\"on\";s:4:\"subs\";a:4:{i:1;s:8:\"Resident\";i:2;s:14:\"Property Owner\";i:3;s:16:\"Frequent Visitor\";i:4;s:5:\"Other\";}s:4:\"type\";s:5:\"radio\";s:10:\"field_name\";s:22:\"dr_timberonassociation\";}i:2;a:4:{s:4:\"name\";s:69:\"Describe Association - Address, Property Description, or explaination\";s:8:\"required\";s:2:\"on\";s:4:\"type\";s:5:\"input\";s:10:\"field_name\";s:39:\"dr_entertimberonpropertydescriptionorna\";}i:3;a:4:{s:4:\"name\";s:54:\"Describe why you want to become a member of this site.\";s:8:\"required\";s:2:\"on\";s:4:\"type\";s:5:\"input\";s:10:\"field_name\";s:39:\"dr_enteranyotherassociationwithtimberon\";}i:4;a:3:{s:4:\"name\";s:144:\"You can add other information here, understanding that all your information will be reviewed and you will not be able to log in until Confirmed.\";s:4:\"type\";s:5:\"input\";s:10:\"field_name\";s:3:\"dr_\";}}','yes'),(389,0,'cimy_uef_options','a:7:{s:18:\"extra_fields_title\";s:12:\"Extra Fields\";s:14:\"users_per_page\";i:50;s:17:\"aue_hidden_fields\";a:3:{i:0;s:7:\"website\";i:1;s:5:\"posts\";i:2;s:5:\"email\";}s:16:\"wp_hidden_fields\";a:0:{}s:14:\"fieldset_title\";s:0:\"\";s:7:\"captcha\";s:4:\"none\";s:7:\"version\";s:5:\"2.0.1\";}','yes'),(1814,0,'q_cat_7','FALSE','yes'),(390,0,'_transient_random_seed','97ad29dac517e7ad9145825b87eda50d','yes'),(411,0,'capsman_version','1.3.2','yes'),(394,0,'dr_force_first_name','on','yes'),(395,0,'dr_force_last_name','on','yes'),(409,0,'ak_framework_version','0.8','yes'),(410,0,'ak_framework_path','/home/timberon/blog/wp-content/plugins/capsman/framework','yes'),(1815,0,'q_cat_1','FALSE','yes'),(426,0,'recapture_options','a:3:{s:9:\"publicKey\";s:40:\"6LcuT8ASAAAAAJGAkaEIV58Q1i0EDVoFAxqnUhKh\";s:10:\"privateKey\";s:40:\"6LcuT8ASAAAAAN-aXTwlHjya6V49n7QNKNjtBCPh\";s:14:\"failedAttempts\";i:5;}','yes'),(747,0,'gsc_hide_search_button','yes','yes'),(439,0,'widget_events-list-widget','a:9:{i:2;a:0:{}i:3;a:16:{s:5:\"title\";s:15:\"Timberon Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:2:\"on\";s:3:\"end\";s:2:\"on\";s:8:\"end-time\";s:2:\"on\";s:5:\"venue\";s:0:\"\";s:7:\"country\";s:0:\"\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:2:\"on\";s:8:\"province\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:2:\"on\";s:4:\"cost\";s:0:\"\";}i:4;a:16:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:0:\"\";s:3:\"end\";s:2:\"on\";s:8:\"end-time\";s:0:\"\";s:5:\"venue\";s:2:\"on\";s:7:\"country\";s:0:\"\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:0:\"\";s:8:\"province\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:2:\"on\";s:4:\"cost\";s:0:\"\";}i:5;a:16:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:0:\"\";s:3:\"end\";s:0:\"\";s:8:\"end-time\";s:0:\"\";s:5:\"venue\";s:0:\"\";s:7:\"country\";s:2:\"on\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:2:\"on\";s:8:\"province\";s:2:\"on\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:4:\"cost\";s:0:\"\";}i:6;a:16:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:0:\"\";s:3:\"end\";s:0:\"\";s:8:\"end-time\";s:0:\"\";s:5:\"venue\";s:0:\"\";s:7:\"country\";s:2:\"on\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:2:\"on\";s:8:\"province\";s:2:\"on\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:4:\"cost\";s:0:\"\";}i:7;a:16:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:0:\"\";s:3:\"end\";s:0:\"\";s:8:\"end-time\";s:0:\"\";s:5:\"venue\";s:0:\"\";s:7:\"country\";s:2:\"on\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:2:\"on\";s:8:\"province\";s:2:\"on\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:4:\"cost\";s:0:\"\";}i:8;a:16:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:0:\"\";s:3:\"end\";s:0:\"\";s:8:\"end-time\";s:0:\"\";s:5:\"venue\";s:0:\"\";s:7:\"country\";s:2:\"on\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:2:\"on\";s:8:\"province\";s:2:\"on\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:4:\"cost\";s:0:\"\";}i:9;a:16:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"5\";s:18:\"no_upcoming_events\";s:0:\"\";s:5:\"start\";s:2:\"on\";s:10:\"start-time\";s:2:\"on\";s:3:\"end\";s:2:\"on\";s:8:\"end-time\";s:2:\"on\";s:5:\"venue\";s:2:\"on\";s:7:\"country\";s:0:\"\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:2:\"on\";s:5:\"state\";s:0:\"\";s:8:\"province\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:2:\"on\";s:4:\"cost\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(7472,0,'widget_rss-links','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(5541,0,'front-end-editor','a:6:{s:8:\"disabled\";a:0:{}s:9:\"highlight\";b:1;s:7:\"tooltip\";b:1;s:4:\"rich\";b:1;s:6:\"chunks\";b:0;s:10:\"ne_buttons\";a:15:{i:0;s:4:\"bold\";i:1;s:6:\"italic\";i:2;s:13:\"strikethrough\";i:3;s:4:\"left\";i:4;s:6:\"center\";i:5;s:5:\"right\";i:6;s:10:\"fontFormat\";i:7;s:10:\"fontFamily\";i:8;s:9:\"forecolor\";i:9;s:12:\"removeformat\";i:10;s:2:\"ul\";i:11;s:2:\"ol\";i:12;s:4:\"link\";i:13;s:5:\"image\";i:14;s:5:\"xhtml\";}}','yes'),(745,0,'gsc_search_engine_id','014799474699085584208:ssodkcpftyi','yes'),(746,0,'gsc_open_results_in_same_window','yes','yes'),(474,0,'DMSGuestbook_options','0\\r\\n0\\r\\n95\\r\\n35\\r\\n10\\r\\n0\\r\\n0\\r\\n0\\r\\nEEEEEE\\r\\nAAAAAA\\r\\nDEDEDE\\r\\n000000\\r\\n000000\\r\\n>\\r\\n<\\r\\n20\\r\\n1\\r\\n0\\r\\n3\\r\\n/\\\\5U4b7kqMfAe+!rqZw9\\r\\n6LcuT8ASAAAAAJGAkaEIV58Q1i0EDVoFAxqnUhKh\\r\\n6LcuT8ASAAAAAN-aXTwlHjya6V49n7QNKNjtBCPh\\r\\n0\\r\\n0\\r\\n1\\r\\n1\\r\\n0\\r\\n123.123.123.*\\r\\n000000\\r\\n%a, %e %B %Y %H:%M:%S %z\\r\\nen_EN\\r\\n0\\r\\ntop\\r\\n-\\r\\n0\\r\\nname@example.com\\r\\nMail\\r\\nsmtp.example.tld\\r\\n25\\r\\nMyUsername\\r\\nMyPassword\\r\\n0\\r\\n0\\r\\nDESC\\r\\n0\\r\\n0\\r\\nhttp://www.timberon.info/blog/wp-content/plugins/dmsguestbook/img/email.gif\\r\\nhttp://www.timberon.info/blog/wp-content/plugins/dmsguestbook/img/website.gif\\r\\n0\\r\\n0\\r\\n0\\r\\nG\\r\\n40\\r\\n*\\r\\ndefault.tpl\\r\\ndefault.tpl\\r\\n1\\r\\nnone\\r\\n-\\r\\n0\\r\\nAdministrator\\r\\nAdministrator\\r\\nAdministrator\\r\\n[br]position of the guestbook|[br]css_guestbook_position|position:relative;[br]left:{position1}px;[br]top:{position2}px;@[br][br]overall guestbook color|[br]css_guestbook_font_color|color:#{fontcolor1};@[br][br]Form title property (name, email, url, additional selectbox, message)|[br]css_form_text|font-weight:normal;@[br][br]name text field|[br]css_form_namefield|border:1px solid #{bordercolor2};[br]width:150px;[br]color:#{fontcolor1};@[br][br]email text field|[br]css_form_emailfield|border:1px solid #{bordercolor2};[br]width:150px;[br]color:#{fontcolor1};@[br][br]url text field|[br]css_form_urlfield|border:1px solid #{bordercolor2};[br]width:150px;[br]color:#{fontcolor1};@[br][br]additional selectbox|[br]css_form_additional_option|border:1px solid #{bordercolor2};[br]width:150px;[br]color:#{fontcolor1};@[br][br]define space between each text fields|[br]css_form_textfieldspace|text-align:left;[br]padding:5px 0px 0px 0px;[br]margin:0px 0px;@[br][br]message text field|[br]css_form_messagefield|border:1px solid #{bordercolor2};[br]width:80%;[br]height:150px;[br]color:#{fontcolor1};@[br][br]antispam information message|[br]css_form_antispamtext|text-align:center;@[br][br]antispam image or mathematic figures|[br]css_form_antispamcontent|border:1px solid #{bordercolor2};@[br][br]antispam image or mathematic figures position|[br]css_form_antispamcontent_position|text-align:center;[br]padding:5px 0px;[br]margin:0px 0px;@[br][br]antispam input text field|[br]css_form_antispam_inputfield|width:60px;[br]border:1px solid #{bordercolor2};[br]color:#{fontcolor1};@[br][br]submit button|[br]css_form_submit|color:#{fontcolor1};@[br][br]submit button position|[br]css_form_submit_position|text-align:center;[br]padding:20px 0px 10px 0px;@[br][br]wrong input text error message|[br]css_form_errormessage|color:#bb0000;[br]font-size: 11px;[br]text-decoration: none;[br]font-weight:bold;@[br][br]success input text message|[br]css_form_successmessage|color:#00bb00;[br]font-size: 11px;[br]text-decoration: none;[br]font-weight:bold;@[br][br]visible if the guestbook form is set to bottom|[br]css_form_link|font-size:11px;[br]position:relative;[br]top:0px;[br]left:0;@[br][br]total guestbook entrys (nr)|[br]css_navigation_totalcount|font-size:11px;[br]left:{position1}px;[br]width:{width1}%;[br]text-align:center;[br]padding:0px 0px 5px 10px;@[br][br]guestbook pages (1 2 3 4 [..])|[br]css_navigation_overview|left:{position1}px;[br]width:{width1}%;[br]text-align:center;[br]padding:0px 0px 15px 12px;@[br][br]selected guestbook page|[br]css_navigation_select|color:#bb1100;[br]text-decoration:none;@[br][br]not selected guestbook page|[br]css_navigation_notselect|color:#000000;[br]text-decoration:none;@[br][br]navigation char e.g. |[br]css_navigation_char|color:#{navigationcolor};[br]font-size:{navigationsize}px;[br]text-decoration:none;[br]font-weight:bold;@[br][br]navigation char position|[br]css_navigation_char_position|left:{position1}px;[br]width:{width1}%;[br]padding:0px 0px 0px 10px;[br]margin:0px 0px 20px 0px;[br]text-align:center;@[br][br]post message number e.g. (24)|[br]css_post_header1|font-size:11px;[br]height:15px;@[br][br]post url container|[br]css_post_header2|width:20px;[br]height:15px;@[br][br]post email container|[br]css_post_header3|width:20px;[br]height:15px;@[br][br]post date & ip address|[br]css_post_header4|font-size:11px;[br]height:15px;@[br][br]email image|[br]css_post_email_image|height:15px;[br]width:15px;[br]border:0px;@[br][br]url image|[br]css_post_url_image|height:15px;[br]width:15px;[br]border:0px;@[br][br]guestbook separator (separator between guestbook header and body)|[br]css_post_separator|border: 1px solid #{separatorcolor};[br]height:1px;[br]width:{width2}%;[br]text-align:left;[br]margin:0px 0px 0px 0px;@[br][br]content in guestbook body (written text by homepage visitors)|[br]css_post_message|font-size:11px;[br]margin:5px 0px 0px 0px;@[br][br]guestbook input data container|[br]css_form_embedded|width:{width1}%;[br]border:1px solid #{bordercolor1};[br]font-size:12px;[br]text-align:left;[br]padding:0px 10px;[br]margin:0px 0px 0px 0px;[br]line-height:1.4em;@[br][br]guestbook display post container|[br]css_post_embedded|width:{width1}%;[br]border:1px solid #{bordercolor1};[br]font-size:12px;[br]text-align:left;[br]padding:10px 10px;[br]margin:0px 0px 0px 0px;[br]line-height:1.4em;@\\r\\na.css_navigation_char:hover {text-decoration:none; color:#{navigationcolor};}[br]a.css_navigation_select:hover {text-decoration:none; color:#bb1100;}[br]a.css_navigation_notselect:hover {text-decoration:none; color:#000000;}[br]img.css_post_url_image {border:0px;}[br]img.css_post_email_image {border:0px;}\\r\\n','yes'),(483,0,'akismet_show_user_comments_approved','true','yes'),(482,0,'akismet_discard_month','true','yes'),(475,0,'_transient_timeout_rss_1fc0a4cd32bdde3e9b42665927a27ced','1294790328','no'),(476,0,'_transient_rss_1fc0a4cd32bdde3e9b42665927a27ced','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.17.1\";s:4:\"link\";s:70:\"http://www.danielschurter.net/mainsite/2010/10/18/dmsguestbook-1-17-1/\";s:8:\"comments\";s:79:\"http://www.danielschurter.net/mainsite/2010/10/18/dmsguestbook-1-17-1/#comments\";s:7:\"pubdate\";s:31:\"Mon, 18 Oct 2010 15:52:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2714\";s:11:\"description\";s:353:\"DMSGuestbook 1.17.1 ist nun verfügbar. DMSGuestbook is now available in 1.17.1. Download: DMSGuestbook DMSGuestbook ist nun Chrome kompatibel Neuer jQuery Color Picker Neuer jQuery Quicktags Russisches .mo File von Mykola Buryak   DMSGuestbook is now Chrome compatible New jQuery color picker New jQuery quicktags Russian .mo File by Mykola Buryak\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://www.danielschurter.net/mainsite/2010/10/18/dmsguestbook-1-17-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"41\";}s:7:\"summary\";s:353:\"DMSGuestbook 1.17.1 ist nun verfügbar. DMSGuestbook is now available in 1.17.1. Download: DMSGuestbook DMSGuestbook ist nun Chrome kompatibel Neuer jQuery Color Picker Neuer jQuery Quicktags Russisches .mo File von Mykola Buryak   DMSGuestbook is now Chrome compatible New jQuery color picker New jQuery quicktags Russian .mo File by Mykola Buryak\";}i:1;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.17.0\";s:4:\"link\";s:70:\"http://www.danielschurter.net/mainsite/2010/08/20/dmsguestbook-1-17-0/\";s:8:\"comments\";s:79:\"http://www.danielschurter.net/mainsite/2010/08/20/dmsguestbook-1-17-0/#comments\";s:7:\"pubdate\";s:31:\"Fri, 20 Aug 2010 16:16:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2635\";s:11:\"description\";s:250:\"DMSGuestbook 1.17.0 ist nun verfügbar. DMSGuestbook is now available in 1.17.0. Download: DMSGuestbook SuperGuestbook: Ein Gästebuch kann nun in mehreren Sprachen angezeigt werden   SuperGuestbook: One guestbook can have more than one language\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://www.danielschurter.net/mainsite/2010/08/20/dmsguestbook-1-17-0/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"51\";}s:7:\"summary\";s:250:\"DMSGuestbook 1.17.0 ist nun verfügbar. DMSGuestbook is now available in 1.17.0. Download: DMSGuestbook SuperGuestbook: Ein Gästebuch kann nun in mehreren Sprachen angezeigt werden   SuperGuestbook: One guestbook can have more than one language\";}i:2;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.16.0\";s:4:\"link\";s:70:\"http://www.danielschurter.net/mainsite/2010/03/16/dmsguestbook-1-16-0/\";s:8:\"comments\";s:79:\"http://www.danielschurter.net/mainsite/2010/03/16/dmsguestbook-1-16-0/#comments\";s:7:\"pubdate\";s:31:\"Tue, 16 Mar 2010 13:21:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2276\";s:11:\"description\";s:237:\"DMSGuestbook 1.16.0 ist nun verfügbar. DMSGuestbook is now available in 1.16.0. Download: DMSGuestbook DMSGuestbook ist nun I18n Kompatibel jQuery Bibliothek Update   DMSGuestbook is now I18n compatible Update of the jQuery library\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://www.danielschurter.net/mainsite/2010/03/16/dmsguestbook-1-16-0/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"88\";}s:7:\"summary\";s:237:\"DMSGuestbook 1.16.0 ist nun verfügbar. DMSGuestbook is now available in 1.16.0. Download: DMSGuestbook DMSGuestbook ist nun I18n Kompatibel jQuery Bibliothek Update   DMSGuestbook is now I18n compatible Update of the jQuery library\";}i:3;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.15.6\";s:4:\"link\";s:70:\"http://www.danielschurter.net/mainsite/2010/01/22/dmsguestbook-1-15-6/\";s:8:\"comments\";s:79:\"http://www.danielschurter.net/mainsite/2010/01/22/dmsguestbook-1-15-6/#comments\";s:7:\"pubdate\";s:31:\"Fri, 22 Jan 2010 20:28:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2172\";s:11:\"description\";s:301:\"DMSGuestbook 1.15.6 ist nun verfügbar. DMSGuestbook is now available in 1.15.6. Download: DMSGuestbook Ein kleiner Fehler mit URL’s und “Google Analytics for WordPress” wurde behoben   A minor bug with URL’s and “Google Analytics for WordPress” has been fixed\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://www.danielschurter.net/mainsite/2010/01/22/dmsguestbook-1-15-6/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"37\";}s:7:\"summary\";s:301:\"DMSGuestbook 1.15.6 ist nun verfügbar. DMSGuestbook is now available in 1.15.6. Download: DMSGuestbook Ein kleiner Fehler mit URL’s und “Google Analytics for WordPress” wurde behoben   A minor bug with URL’s and “Google Analytics for WordPress” has been fixed\";}i:4;a:11:{s:5:\"title\";s:43:\"DMSGuestbook – Arabisches Sprach-Template\";s:4:\"link\";s:90:\"http://www.danielschurter.net/mainsite/2010/01/17/dmsguestbook-arabisches-sprach-template/\";s:8:\"comments\";s:99:\"http://www.danielschurter.net/mainsite/2010/01/17/dmsguestbook-arabisches-sprach-template/#comments\";s:7:\"pubdate\";s:31:\"Sun, 17 Jan 2010 21:49:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:24:\"DMSGuestbookDies und Das\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2140\";s:11:\"description\";s:133:\"Salowkah hat sich die Mühe gemacht für das DMSGuestbook ein arabisches Sprach-Template zu erstellen. Danke Salowkah für die Mühe!\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:95:\"http://www.danielschurter.net/mainsite/2010/01/17/dmsguestbook-arabisches-sprach-template/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:133:\"Salowkah hat sich die Mühe gemacht für das DMSGuestbook ein arabisches Sprach-Template zu erstellen. Danke Salowkah für die Mühe!\";}i:5;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.15.5\";s:4:\"link\";s:70:\"http://www.danielschurter.net/mainsite/2009/12/07/dmsguestbook-1-15-5/\";s:8:\"comments\";s:79:\"http://www.danielschurter.net/mainsite/2009/12/07/dmsguestbook-1-15-5/#comments\";s:7:\"pubdate\";s:31:\"Mon, 07 Dec 2009 11:14:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2077\";s:11:\"description\";s:209:\"DMSGuestbook 1.15.5 ist nun verfügbar. DMSGuestbook is now available in 1.15.5. Download: DMSGuestbook Ein kleiner Bug in der Mail Funktion wurde behoben   A minor bug in the mail function has been fixed\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:75:\"http://www.danielschurter.net/mainsite/2009/12/07/dmsguestbook-1-15-5/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"42\";}s:7:\"summary\";s:209:\"DMSGuestbook 1.15.5 ist nun verfügbar. DMSGuestbook is now available in 1.15.5. Download: DMSGuestbook Ein kleiner Bug in der Mail Funktion wurde behoben   A minor bug in the mail function has been fixed\";}i:6;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.15.4\";s:4:\"link\";s:68:\"http://www.danielschurter.net/mainsite/2009/12/03/dmsguestbook-1154/\";s:8:\"comments\";s:77:\"http://www.danielschurter.net/mainsite/2009/12/03/dmsguestbook-1154/#comments\";s:7:\"pubdate\";s:31:\"Wed, 02 Dec 2009 22:10:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2058\";s:11:\"description\";s:282:\"DMSGuestbook 1.15.4 ist nun verfügbar. DMSGuestbook is now available in 1.15.4. Download: DMSGuestbook Das the_content() Problem wurde gelöst Die Backup header() Funktion wurde entfernt   The the_content() problem has been solved The backup header() function has been removed\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:73:\"http://www.danielschurter.net/mainsite/2009/12/03/dmsguestbook-1154/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"34\";}s:7:\"summary\";s:282:\"DMSGuestbook 1.15.4 ist nun verfügbar. DMSGuestbook is now available in 1.15.4. Download: DMSGuestbook Das the_content() Problem wurde gelöst Die Backup header() Funktion wurde entfernt   The the_content() problem has been solved The backup header() function has been removed\";}i:7;a:11:{s:5:\"title\";s:54:\"DMSGuestbook durchbrach die 100′000 Download-Grenze!\";s:4:\"link\";s:110:\"http://www.danielschurter.net/mainsite/2009/11/24/dmsguestbook-durchbrach-die-100%e2%80%b2000-download-grenze/\";s:8:\"comments\";s:119:\"http://www.danielschurter.net/mainsite/2009/11/24/dmsguestbook-durchbrach-die-100%e2%80%b2000-download-grenze/#comments\";s:7:\"pubdate\";s:31:\"Tue, 24 Nov 2009 10:49:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:33:\"DMSGuestbookDies und DasWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=2024\";s:11:\"description\";s:103:\"Danke an alle die das Plugin einsetzen und immer wieder Verbesserungsvorschläge und Feedback zusenden!\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:115:\"http://www.danielschurter.net/mainsite/2009/11/24/dmsguestbook-durchbrach-die-100%e2%80%b2000-download-grenze/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:103:\"Danke an alle die das Plugin einsetzen und immer wieder Verbesserungsvorschläge und Feedback zusenden!\";}i:8;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.15.3\";s:4:\"link\";s:68:\"http://www.danielschurter.net/mainsite/2009/10/21/dmsguestbook-1153/\";s:8:\"comments\";s:77:\"http://www.danielschurter.net/mainsite/2009/10/21/dmsguestbook-1153/#comments\";s:7:\"pubdate\";s:31:\"Wed, 21 Oct 2009 21:41:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=1938\";s:11:\"description\";s:404:\"DMSGuestbook 1.15.3 ist nun verfügbar. DMSGuestbook is now available in 1.15.3. Download: DMSGuestbook Base64 Codierung wurde für ein paar Textfelder im Adminpanel hinzugefügt. Dies kann bei Bedarf unter admin.php aufgeschaltet werden. Die Gravatar E-mail Adresse ist jetzt nicht mehr länger case sensitive Der Pfad eines reCAPTCHA Plugin kann nun unter admin.php geändert werden   Base64 [...]\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:73:\"http://www.danielschurter.net/mainsite/2009/10/21/dmsguestbook-1153/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"7\";}s:7:\"summary\";s:404:\"DMSGuestbook 1.15.3 ist nun verfügbar. DMSGuestbook is now available in 1.15.3. Download: DMSGuestbook Base64 Codierung wurde für ein paar Textfelder im Adminpanel hinzugefügt. Dies kann bei Bedarf unter admin.php aufgeschaltet werden. Die Gravatar E-mail Adresse ist jetzt nicht mehr länger case sensitive Der Pfad eines reCAPTCHA Plugin kann nun unter admin.php geändert werden   Base64 [...]\";}i:9;a:11:{s:5:\"title\";s:19:\"DMSGuestbook 1.15.2\";s:4:\"link\";s:68:\"http://www.danielschurter.net/mainsite/2009/06/17/dmsguestbook-1152/\";s:8:\"comments\";s:77:\"http://www.danielschurter.net/mainsite/2009/06/17/dmsguestbook-1152/#comments\";s:7:\"pubdate\";s:31:\"Wed, 17 Jun 2009 19:25:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Daniel Schurter\";}s:8:\"category\";s:21:\"DMSGuestbookWordpress\";s:4:\"guid\";s:46:\"http://www.danielschurter.net/mainsite/?p=1612\";s:11:\"description\";s:246:\"DMSGuestbook 1.15.2 ist nun verfügbar. DMSGuestbook is now available in 1.15.2. Download: DMSGuestbook Ein Problem bei der Anzeige von Smilies wurde behoben (Vielen Dank Herbert!)   A smilies problem has been fixed (Many thanks to Herbert!)\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:73:\"http://www.danielschurter.net/mainsite/2009/06/17/dmsguestbook-1152/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:3:\"139\";}s:7:\"summary\";s:246:\"DMSGuestbook 1.15.2 ist nun verfügbar. DMSGuestbook is now available in 1.15.2. Download: DMSGuestbook Ein Problem bei der Anzeige von Smilies wurde behoben (Vielen Dank Herbert!)   A smilies problem has been fixed (Many thanks to Herbert!)\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:34:\"DanielSchurter.net » DMSGuestbook\";s:4:\"link\";s:38:\"http://www.danielschurter.net/mainsite\";s:13:\"lastbuilddate\";s:31:\"Mon, 10 Jan 2011 16:49:39 +0000\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:9:\"generator\";s:29:\"http://wordpress.org/?v=3.0.4\";s:7:\"tagline\";N;}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:29:\"Mon, 10 Jan 2011 16:49:39 GMT\";s:4:\"etag\";s:34:\"\"dc00897fd74a767f19a0bd6b26f68a0f\"\";}','no'),(477,0,'widget_dmsguestbook','a:10:{s:5:\"title\";s:9:\"Guestbook\";s:12:\"guestbook_id\";s:1:\"0\";s:7:\"entries\";s:1:\"5\";s:7:\"wordcut\";s:2:\"25\";s:10:\"dateformat\";s:25:\"%a, %e %b %Y, %H:%M:%S %z\";s:15:\"gravatar_rating\";s:1:\"G\";s:13:\"gravatar_size\";s:2:\"20\";s:13:\"widget_header\";s:78:\"
    \";s:13:\"widget_footer\";s:6:\"
    \";s:11:\"widget_data\";s:116:\"\\r\\nSHOW_NAME\\r\\n\\r\\n
    \\r\\nSHOW_MESSAGE\\r\\n
    \\r\\n
    \";}','yes'),(486,0,'wpgb_installed','1','yes'),(492,0,'gwolle_gb-recaptcha-active','true','yes'),(493,0,'recaptcha-public-key','6LcuT8ASAAAAAJGAkaEIV58Q1i0EDVoFAxqnUhKh','yes'),(494,0,'recaptcha-private-key','6LcuT8ASAAAAAN-aXTwlHjya6V49n7QNKNjtBCPh ','yes'),(495,0,'gwolle_gb-akismet-active','true','yes'),(496,0,'gwolle_gb-access-level','10','yes'),(497,0,'gwolle_gb-moderate-entries','true','yes'),(498,0,'gwolle_gb-showEntryIcons','true','yes'),(499,0,'gwolle_gb-adminMailContent','Hello,\r\n\r\nthere is a new guestbook entry at \\\'%blog_name%\\\'.\r\nYou can check it at %entry_management_url%.\r\n\r\nHave a nice day!\r\nYour Gwolle-GB-Mailer','yes'),(500,0,'gwolle_gb-entriesPerPage','20','yes'),(501,0,'gwolle_gb-showLineBreaks','true','yes'),(502,0,'gwolle_gb-guestbookOnly','true','yes'),(503,0,'gwolle_gb-checkForImport','true','yes'),(504,0,'gwolle_gb-showSmilies','true','yes'),(505,0,'gwolle_gb-linkAuthorWebsite','true','yes'),(506,0,'gwolle_gb-post_ID','56','yes'),(507,0,'gwolle_gb_version','0.9.7','yes'),(508,0,'widget_gwolle_gb-widget','a:4:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:18:\"Timberon Guestbook\";s:9:\"link_text\";s:0:\"\";s:11:\"num_entries\";s:1:\"2\";}i:4;a:3:{s:5:\"title\";s:9:\"Guestbook\";s:9:\"link_text\";s:0:\"\";s:11:\"num_entries\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(509,0,'gwolle_gb-notifyByMail-1','true','yes'),(510,0,'gwolle_gb-notifyAll-1','true','yes'),(742,0,'widget_yd_searchfunc','a:2:{s:14:\"plugin_version\";s:5:\"0.4.0\";i:0;a:23:{s:9:\"cutlength\";s:0:\"\";s:13:\"token_min_len\";s:0:\"\";s:13:\"default_ellip\";s:0:\"\";s:13:\"before_hilite\";s:0:\"\";s:12:\"after_hilite\";s:0:\"\";s:6:\"locale\";s:0:\"\";s:7:\"charset\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"display_date\";s:0:\"\";s:5:\"debug\";s:0:\"\";s:12:\"match_plural\";s:0:\"\";s:11:\"plural_form\";s:0:\"\";s:16:\"disable_backlink\";s:0:\"\";s:14:\"search_logging\";s:0:\"\";s:15:\"search_base_url\";s:0:\"\";s:14:\"dash_top_count\";s:0:\"\";s:14:\"func_top_count\";s:0:\"\";s:14:\"display_rownum\";s:0:\"\";s:13:\"display_count\";s:0:\"\";s:12:\"hit_hiliting\";s:1:\"1\";s:12:\"accent_aware\";s:0:\"\";s:14:\"case_sensitive\";s:0:\"\";s:15:\"advanced_hilite\";s:1:\"1\";}}','yes'),(1911,0,'bp-disable-account-deletion','1','yes'),(1912,0,'bp-disable-avatar-uploads','1','yes'),(1913,0,'bp-disable-blogforum-comments','0','yes'),(546,0,'mingleforum_options','a:27:{s:20:\"forum_posts_per_page\";s:2:\"10\";s:22:\"forum_threads_per_page\";s:2:\"20\";s:26:\"forum_require_registration\";N;s:21:\"forum_show_login_form\";N;s:17:\"forum_date_format\";s:11:\"F j, Y, H:i\";s:18:\"forum_use_gravatar\";s:4:\"true\";s:14:\"forum_show_bio\";s:4:\"true\";s:10:\"forum_skin\";s:7:\"Default\";s:13:\"forum_use_rss\";s:4:\"true\";s:27:\"forum_use_seo_friendly_urls\";s:4:\"true\";s:25:\"forum_allow_image_uploads\";s:4:\"true\";s:25:\"notify_admin_on_new_posts\";s:4:\"true\";s:8:\"set_sort\";s:4:\"DESC\";s:14:\"forum_use_spam\";N;s:16:\"forum_use_bbcode\";N;s:13:\"forum_captcha\";s:4:\"true\";s:9:\"hot_topic\";s:2:\"15\";s:13:\"veryhot_topic\";s:2:\"25\";s:18:\"forum_display_name\";s:12:\"display_name\";s:9:\"level_one\";s:2:\"25\";s:9:\"level_two\";s:2:\"50\";s:11:\"level_three\";s:3:\"100\";s:15:\"level_newb_name\";s:0:\"\";s:14:\"level_one_name\";s:0:\"\";s:14:\"level_two_name\";s:0:\"\";s:16:\"level_three_name\";s:0:\"\";s:16:\"forum_db_version\";i:1;}','yes'),(547,0,'mingleforum_ads_options','a:15:{s:20:\"mf_ad_above_forum_on\";b:0;s:17:\"mf_ad_above_forum\";s:0:\"\";s:20:\"mf_ad_below_forum_on\";b:0;s:17:\"mf_ad_below_forum\";s:0:\"\";s:23:\"mf_ad_above_branding_on\";b:0;s:20:\"mf_ad_above_branding\";s:0:\"\";s:26:\"mf_ad_above_info_center_on\";b:0;s:23:\"mf_ad_avove_info_center\";s:0:\"\";s:26:\"mf_ad_above_quick_reply_on\";b:0;s:23:\"mf_ad_above_quick_reply\";s:0:\"\";s:26:\"mf_ad_above_breadcrumbs_on\";b:0;s:23:\"mf_ad_above_breadcrumbs\";s:0:\"\";s:25:\"mf_ad_below_first_post_on\";b:0;s:22:\"mf_ad_below_first_post\";s:0:\"\";s:16:\"mf_ad_custom_css\";s:0:\"\";}','yes'),(548,0,'wpf_mod_option_vers','2','yes'),(550,0,'wpf_widget','a:2:{s:9:\"wpf_title\";s:0:\"\";s:7:\"wpf_num\";s:1:\"1\";}','yes'),(553,0,'widget_talkirecentpostswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(570,0,'forum_skin','default','yes'),(554,0,'talki_footer','','yes'),(555,0,'talki_embed_data','a:4:{s:8:\"site_key\";s:32:\"Mq1bnI8IZpFzqpCEoQ4F778iI8kdPWLw\";s:8:\"fullname\";s:20:\"xrlar0vrm3.wordpress\";s:8:\"hostname\";s:9:\"wordpress\";s:9:\"shortname\";s:10:\"xrlar0vrm3\";}','yes'),(556,0,'talki_pageid','63','yes'),(558,0,'zing_forum_login','MyBB','yes'),(559,0,'zing_forum_admin_login','Webmaster','yes'),(560,0,'zing_forum_admin_password','Webmaster','yes'),(561,0,'zing_forum_footer','Site','yes'),(562,0,'zing_forum_mybb_dbname','','yes'),(563,0,'zing_forum_mybb_dbprefix','','yes'),(575,0,'q_loginrequired_ask','TRUE','yes'),(576,0,'q_logintorate','TURE','yes'),(577,0,'q_answerratings','FALSE','yes'),(580,0,'gde_options','a:15:{s:13:\"default_width\";s:3:\"100\";s:10:\"width_type\";s:2:\"pc\";s:14:\"default_height\";s:3:\"815\";s:11:\"height_type\";s:2:\"px\";s:12:\"default_lang\";s:5:\"en_US\";s:11:\"restrict_tb\";N;s:7:\"show_dl\";s:3:\"yes\";s:11:\"restrict_dl\";s:2:\"no\";s:9:\"link_text\";s:19:\"Download (%FT, %FS)\";s:8:\"link_pos\";s:5:\"above\";s:9:\"link_func\";s:7:\"default\";s:13:\"disable_proxy\";s:2:\"no\";s:12:\"bypass_check\";s:2:\"no\";s:16:\"ignore_conflicts\";s:2:\"no\";s:13:\"suppress_beta\";s:2:\"no\";}','yes'),(589,0,'sk_options','a:18:{s:5:\"title\";s:12:\"Schreikasten\";s:10:\"registered\";s:1:\"3\";s:6:\"avatar\";b:0;s:6:\"layout\";s:1:\"4\";s:18:\"alert_about_emails\";b:1;s:5:\"items\";s:1:\"5\";s:7:\"refresh\";s:1:\"5\";s:7:\"bl_days\";s:1:\"0\";s:13:\"bl_maxpending\";s:1:\"0\";s:8:\"announce\";s:1:\"2\";s:11:\"requiremail\";s:1:\"2\";s:8:\"maxchars\";s:3:\"200\";s:3:\"rss\";b:0;s:10:\"moderation\";s:1:\"1\";s:11:\"date_format\";s:15:\"l, M j. Y h:i A\";s:11:\"delete_type\";s:1:\"1\";s:10:\"delete_num\";i:0;s:9:\"maxperday\";s:1:\"5\";}','yes'),(590,0,'sk_db_version','4','yes'),(591,0,'sk_api_key','85f7f8b6c563','yes'),(592,0,'sk_api_key_accepted','1','yes'),(593,0,'widget_sk','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:21:\"Questions and Answers\";s:5:\"items\";s:1:\"4\";s:3:\"rss\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(598,0,'si_contact_form_gb','a:5:{s:7:\"donated\";s:5:\"false\";s:9:\"max_forms\";i:4;s:10:\"max_fields\";i:8;s:23:\"captcha_disable_session\";s:5:\"false\";s:5:\"2.6.3\";i:1;}','yes'),(599,0,'si_contact_form','a:232:{s:9:\"form_name\";s:14:\"Send Your Post\";s:7:\"welcome\";s:0:\"\";s:8:\"email_to\";s:33:\"Webmaster,webmaster@timberon.info\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:9:\"email_bcc\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:13:\"email_subject\";s:11:\"Timberon...\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:4:\"true\";s:12:\"double_email\";s:4:\"true\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:4:\"true\";s:10:\"email_html\";s:4:\"true\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:5:\"false\";s:14:\"captcha_enable\";s:4:\"true\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:4:\"true\";s:18:\"captcha_perm_level\";s:8:\"level_10\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"1\";s:12:\"redirect_url\";s:29:\"http://www.timberon.info/blog\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:5:\"false\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:4:\"true\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:4:\"true\";s:17:\"enable_areyousure\";s:4:\"true\";s:19:\"auto_respond_enable\";s:4:\"true\";s:17:\"auto_respond_html\";s:4:\"true\";s:22:\"auto_respond_from_name\";s:8:\"Timberon\";s:23:\"auto_respond_from_email\";s:23:\"webmaster@timberon.info\";s:21:\"auto_respond_reply_to\";s:23:\"webmaster@timberon.info\";s:20:\"auto_respond_message\";s:126:\"Thank you for using the Timberon Posting Form... we have received your information and will review upon it in a timely manner.\";s:20:\"auto_respond_subject\";s:29:\"Timberon Posting Confirmation\";s:19:\"req_field_indicator\";s:1:\"*\";s:22:\"req_field_label_enable\";s:4:\"true\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:10:\"form_style\";s:12:\"width:400px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:20:\"captcha_div_style_sm\";s:44:\"width: 175px; height: 50px; padding-top:5px;\";s:19:\"captcha_div_style_m\";s:44:\"width: 250px; height: 65px; padding-top:5px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:8px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"40\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:6:\"Title:\";s:10:\"title_mess\";s:16:\"Post or Article:\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:10:\"Send it...\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:55:\"Are you sure? Check it one last time before sending...\";s:17:\"text_message_sent\";s:84:\"Your Post submission has been sent and will be reviewed by the Webmaster, thank you.\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:4:\"true\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:15:\"ex_field1_label\";s:26:\"Additional Instructions...\";s:14:\"ex_field1_type\";s:8:\"textarea\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:15:\"ex_field2_label\";s:31:\"Attached Photos or Documents...\";s:14:\"ex_field2_type\";s:10:\"attachment\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:15:\"ex_field3_label\";s:21:\"Additional Attachment\";s:14:\"ex_field3_type\";s:10:\"attachment\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:15:\"ex_field4_label\";s:21:\"Additional Attachment\";s:14:\"ex_field4_type\";s:10:\"attachment\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";s:15:\"ex_field5_label\";s:0:\"\";s:14:\"ex_field5_type\";s:4:\"text\";s:17:\"ex_field5_default\";s:1:\"0\";s:22:\"ex_field5_default_text\";s:0:\"\";s:17:\"ex_field5_max_len\";s:0:\"\";s:19:\"ex_field5_label_css\";s:0:\"\";s:19:\"ex_field5_input_css\";s:0:\"\";s:20:\"ex_field5_attributes\";s:0:\"\";s:15:\"ex_field5_regex\";s:0:\"\";s:21:\"ex_field5_regex_error\";s:0:\"\";s:13:\"ex_field5_req\";s:5:\"false\";s:15:\"ex_field5_notes\";s:0:\"\";s:21:\"ex_field5_notes_after\";s:0:\"\";s:15:\"ex_field6_label\";s:0:\"\";s:14:\"ex_field6_type\";s:4:\"text\";s:17:\"ex_field6_default\";s:1:\"0\";s:22:\"ex_field6_default_text\";s:0:\"\";s:17:\"ex_field6_max_len\";s:0:\"\";s:19:\"ex_field6_label_css\";s:0:\"\";s:19:\"ex_field6_input_css\";s:0:\"\";s:20:\"ex_field6_attributes\";s:0:\"\";s:15:\"ex_field6_regex\";s:0:\"\";s:21:\"ex_field6_regex_error\";s:0:\"\";s:13:\"ex_field6_req\";s:5:\"false\";s:15:\"ex_field6_notes\";s:0:\"\";s:21:\"ex_field6_notes_after\";s:0:\"\";s:15:\"ex_field7_label\";s:0:\"\";s:14:\"ex_field7_type\";s:4:\"text\";s:17:\"ex_field7_default\";s:1:\"0\";s:22:\"ex_field7_default_text\";s:0:\"\";s:17:\"ex_field7_max_len\";s:0:\"\";s:19:\"ex_field7_label_css\";s:0:\"\";s:19:\"ex_field7_input_css\";s:0:\"\";s:20:\"ex_field7_attributes\";s:0:\"\";s:15:\"ex_field7_regex\";s:0:\"\";s:21:\"ex_field7_regex_error\";s:0:\"\";s:13:\"ex_field7_req\";s:5:\"false\";s:15:\"ex_field7_notes\";s:0:\"\";s:21:\"ex_field7_notes_after\";s:0:\"\";s:15:\"ex_field8_label\";s:0:\"\";s:14:\"ex_field8_type\";s:4:\"text\";s:17:\"ex_field8_default\";s:1:\"0\";s:22:\"ex_field8_default_text\";s:0:\"\";s:17:\"ex_field8_max_len\";s:0:\"\";s:19:\"ex_field8_label_css\";s:0:\"\";s:19:\"ex_field8_input_css\";s:0:\"\";s:20:\"ex_field8_attributes\";s:0:\"\";s:15:\"ex_field8_regex\";s:0:\"\";s:21:\"ex_field8_regex_error\";s:0:\"\";s:13:\"ex_field8_req\";s:5:\"false\";s:15:\"ex_field8_notes\";s:0:\"\";s:21:\"ex_field8_notes_after\";s:0:\"\";}','yes'),(600,0,'si_contact_form2','a:165:{s:9:\"form_name\";s:21:\"New Listing or Change\";s:7:\"welcome\";s:69:\"

    Use this form to submit a new listing or change a current one.

    \";s:8:\"email_to\";s:33:\"Webmaster,webmaster@timberon.info\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:9:\"email_bcc\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:13:\"email_subject\";s:32:\"Timberon.Info Directory Listings\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:4:\"true\";s:10:\"email_html\";s:4:\"true\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:5:\"false\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:29:\"http://www.timberon.info/blog\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:5:\"false\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:23:\"webmaster@timberon.info\";s:21:\"auto_respond_reply_to\";s:23:\"webmaster@timberon.info\";s:20:\"auto_respond_message\";s:0:\"\";s:20:\"auto_respond_subject\";s:0:\"\";s:19:\"req_field_indicator\";s:1:\"*\";s:22:\"req_field_label_enable\";s:4:\"true\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:20:\"captcha_div_style_sm\";s:44:\"width: 175px; height: 50px; padding-top:5px;\";s:19:\"captcha_div_style_m\";s:44:\"width: 250px; height: 65px; padding-top:5px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:8px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_default\";s:1:\"0\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_notes\";s:0:\"\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_default\";s:1:\"0\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_notes\";s:0:\"\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_default\";s:1:\"0\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_notes\";s:0:\"\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_default\";s:1:\"0\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_notes\";s:0:\"\";s:15:\"ex_field5_label\";s:0:\"\";s:14:\"ex_field5_type\";s:4:\"text\";s:17:\"ex_field5_default\";s:1:\"0\";s:13:\"ex_field5_req\";s:5:\"false\";s:15:\"ex_field5_notes\";s:0:\"\";s:15:\"ex_field6_label\";s:0:\"\";s:14:\"ex_field6_type\";s:4:\"text\";s:17:\"ex_field6_default\";s:1:\"0\";s:13:\"ex_field6_req\";s:5:\"false\";s:15:\"ex_field6_notes\";s:0:\"\";s:15:\"ex_field7_label\";s:0:\"\";s:14:\"ex_field7_type\";s:4:\"text\";s:17:\"ex_field7_default\";s:1:\"0\";s:13:\"ex_field7_req\";s:5:\"false\";s:15:\"ex_field7_notes\";s:0:\"\";s:15:\"ex_field8_label\";s:0:\"\";s:14:\"ex_field8_type\";s:4:\"text\";s:17:\"ex_field8_default\";s:1:\"0\";s:13:\"ex_field8_req\";s:5:\"false\";s:15:\"ex_field8_notes\";s:0:\"\";}','yes'),(601,0,'si_contact_form3','a:165:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"

    Comments or questions are welcome.

    \";s:8:\"email_to\";s:33:\"Webmaster,webmaster@timberon.info\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:9:\"email_bcc\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Timberon.Info Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:4:\"true\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:5:\"false\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:29:\"http://www.timberon.info/blog\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:23:\"webmaster@timberon.info\";s:21:\"auto_respond_reply_to\";s:23:\"webmaster@timberon.info\";s:20:\"auto_respond_message\";s:0:\"\";s:20:\"auto_respond_subject\";s:0:\"\";s:19:\"req_field_indicator\";s:1:\"*\";s:22:\"req_field_label_enable\";s:4:\"true\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:20:\"captcha_div_style_sm\";s:44:\"width: 175px; height: 50px; padding-top:5px;\";s:19:\"captcha_div_style_m\";s:44:\"width: 250px; height: 65px; padding-top:5px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:8px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:4:\"true\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_default\";s:1:\"0\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_notes\";s:0:\"\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_default\";s:1:\"0\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_notes\";s:0:\"\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_default\";s:1:\"0\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_notes\";s:0:\"\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_default\";s:1:\"0\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_notes\";s:0:\"\";s:15:\"ex_field5_label\";s:0:\"\";s:14:\"ex_field5_type\";s:4:\"text\";s:17:\"ex_field5_default\";s:1:\"0\";s:13:\"ex_field5_req\";s:5:\"false\";s:15:\"ex_field5_notes\";s:0:\"\";s:15:\"ex_field6_label\";s:0:\"\";s:14:\"ex_field6_type\";s:4:\"text\";s:17:\"ex_field6_default\";s:1:\"0\";s:13:\"ex_field6_req\";s:5:\"false\";s:15:\"ex_field6_notes\";s:0:\"\";s:15:\"ex_field7_label\";s:0:\"\";s:14:\"ex_field7_type\";s:4:\"text\";s:17:\"ex_field7_default\";s:1:\"0\";s:13:\"ex_field7_req\";s:5:\"false\";s:15:\"ex_field7_notes\";s:0:\"\";s:15:\"ex_field8_label\";s:0:\"\";s:14:\"ex_field8_type\";s:4:\"text\";s:17:\"ex_field8_default\";s:1:\"0\";s:13:\"ex_field8_req\";s:5:\"false\";s:15:\"ex_field8_notes\";s:0:\"\";}','yes'),(602,0,'si_contact_form4','a:165:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"

    Comments or questions are welcome.

    \";s:8:\"email_to\";s:33:\"Webmaster,webmaster@timberon.info\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:9:\"email_bcc\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Timberon.Info Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:4:\"true\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:5:\"false\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:29:\"http://www.timberon.info/blog\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:23:\"webmaster@timberon.info\";s:21:\"auto_respond_reply_to\";s:23:\"webmaster@timberon.info\";s:20:\"auto_respond_message\";s:0:\"\";s:20:\"auto_respond_subject\";s:0:\"\";s:19:\"req_field_indicator\";s:1:\"*\";s:22:\"req_field_label_enable\";s:4:\"true\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:20:\"captcha_div_style_sm\";s:44:\"width: 175px; height: 50px; padding-top:5px;\";s:19:\"captcha_div_style_m\";s:44:\"width: 250px; height: 65px; padding-top:5px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:8px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:4:\"true\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_default\";s:1:\"0\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_notes\";s:0:\"\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_default\";s:1:\"0\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_notes\";s:0:\"\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_default\";s:1:\"0\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_notes\";s:0:\"\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_default\";s:1:\"0\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_notes\";s:0:\"\";s:15:\"ex_field5_label\";s:0:\"\";s:14:\"ex_field5_type\";s:4:\"text\";s:17:\"ex_field5_default\";s:1:\"0\";s:13:\"ex_field5_req\";s:5:\"false\";s:15:\"ex_field5_notes\";s:0:\"\";s:15:\"ex_field6_label\";s:0:\"\";s:14:\"ex_field6_type\";s:4:\"text\";s:17:\"ex_field6_default\";s:1:\"0\";s:13:\"ex_field6_req\";s:5:\"false\";s:15:\"ex_field6_notes\";s:0:\"\";s:15:\"ex_field7_label\";s:0:\"\";s:14:\"ex_field7_type\";s:4:\"text\";s:17:\"ex_field7_default\";s:1:\"0\";s:13:\"ex_field7_req\";s:5:\"false\";s:15:\"ex_field7_notes\";s:0:\"\";s:15:\"ex_field8_label\";s:0:\"\";s:14:\"ex_field8_type\";s:4:\"text\";s:17:\"ex_field8_default\";s:1:\"0\";s:13:\"ex_field8_req\";s:5:\"false\";s:15:\"ex_field8_notes\";s:0:\"\";}','yes'),(13871,0,'_transient_timeout_si_contact_form_info','1305726531','no'),(13872,0,'_transient_si_contact_form_info','O:8:\"stdClass\":18:{s:4:\"name\";s:24:\"Fast Secure Contact Form\";s:4:\"slug\";s:15:\"si-contact-form\";s:7:\"version\";s:3:\"3.0\";s:6:\"author\";s:72:\"Mike Challis\";s:14:\"author_profile\";s:55:\"http://wordpress.org/extend/plugins/profile/mikechallis\";s:12:\"contributors\";a:1:{s:12:\"Mike Challis\";s:55:\"http://wordpress.org/extend/plugins/profile/mikechallis\";}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:5:\"3.1.2\";s:13:\"compatibility\";a:1:{s:5:\"3.1.2\";a:1:{s:3:\"3.0\";a:3:{i:0;i:100;i:1;i:23;i:2;i:23;}}}s:6:\"rating\";d:86.19999999999998863131622783839702606201171875;s:11:\"num_ratings\";i:749;s:10:\"downloaded\";i:1390367;s:12:\"last_updated\";s:10:\"2011-05-09\";s:5:\"added\";s:10:\"2009-08-27\";s:8:\"homepage\";s:37:\"http://www.FastSecureContactForm.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:5172:\"

    This plugin allows a webmaster to easily create and add contact forms to WordPress. The contact form will let the user send emails to a site\'s admin. An administration panel is present, where the webmaster can create and preview unlimited forms.

    \n\n

    Features a super easy admin panel, multi-form feature, autoresponder, no templates to mess with, and an option to redirect visitors to any URL after the message is sent. Includes CAPTCHA and Akismet support to block all common spammer tactics. Spam is no longer a problem. You can add extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, and fieldset.

    \n\n\n\n

    Help Keep This Plugin Free

    \n\n

    If you find this plugin useful to you, please consider making a small donation to help contribute to my time invested and to further development. Thanks for your kind support! - Mike Challis

    \n\nFeatures:\n\n
      \n
    • Super easy customizable Options from Admin settings page.
    • \n
    • Multi-Form feature that allows you to have as many different forms as you need.See FAQ
    • \n
    • Optional extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, fieldset(box). See FAQ
    • \n
    • File attachments are supported, see here for details: http://wordpress.org/support/topic/416371
    • \n
    • Backup/restore tool. You can backup/restore all your forms or single forms and settings.See FAQ
    • \n
    • Easy to hide subject and message fields for use as a newsletter signup.
    • \n
    • Supports sending mail to multiple departments.See FAQ
    • \n
    • Optional - redirect to any URL after message sent.
    • \n
    • Optional - posted data can be sent as a query string on the redirect URL. See faq
    • \n
    • Optional - autoresponder E-mail message.See FAQ
    • \n
    • Valid coding for HTML, XHTML, HTML STRICT, Section 508, and WAI Accessibility.
    • \n
    • Uses simple inline error messages.
    • \n
    • Reloads form data and warns user if user forgets to fill out a field.
    • \n
    • Validates syntax of E-mail address.
    • \n
    • CAPTCHA can be turned off or hidden from logged in users and or admins.
    • \n
    • Multi \"E-mail to\" contact support.
    • \n
    • Auto form fill for logged in users.
    • \n
    • Customizable form field titles.
    • \n
    • Customizable CSS style.
    • \n
    • Sends E-mail with UTF-8 character encoding for US and International character support.
    • \n
    • Pre-fill in form fields from a URL query string. See FAQ
    • \n
    • Save emails to the WordPress database, or export to CSV or Excel. See FAQ
    • \n
    • I18n language translation support. See FAQ
    • \n
    \n\nSecurity:\n\n
      \n
    • It has very tight security, stops all automated spammers.
    • \n
    • Akismet spam protection support.
    • \n
    • Spam checks E-mail address input from common spammer tactics...\nprevents spammer forcing to:, cc:, bcc:, newlines, and other E-mail injection attempts to spam the world.
    • \n
    • Makes sure the contact form was posted from your blog domain name only.
    • \n
    • Filters all form inputs from HTML and other nasties.
    • \n
    • E-mail message footer shows blog username(if logged on), Date/Time timestamp, IP address, and user agent (browser version) of user who contacted you.
    • \n
    \n\nCaptcha Image Support:\n\n
      \n
    • Uses Open-source free PHP CAPTCHA library by http://www.phpcaptcha.org (customized version included)
    • \n
    • Abstract background with multi colored, angled, and transparent text
    • \n
    • Arched lines through text
    • \n
    • Visual and Audible CAPTCHA
    • \n
    • Refresh button to reload captcha if you cannot read it
    • \n
    • CAPTCHA can be disabled in Options
    • \n
    \n\nRequirements/Restrictions:\n\n
      \n
    • Works with Wordpress 2.8+, WPMU, and BuddyPress (Wordpress 3.0+ is highly recommended)
    • \n
    • PHP5
    • \n
    • PHP register_globals and safe_mode should be set to \"Off\".
    • \n
    \";s:12:\"installation\";s:1238:\"
      \n
    1. Install automatically through the Plugins, Add New menu in WordPress, or upload the si-contact-form folder to the /wp-content/plugins/ directory.

    2. \n
    3. Activate the plugin through the Plugins menu in WordPress. Look for the Settings link to configure the Options.

    4. \n
    5. Add the shortcode [si-contact-form form=\'1\'] in a Page, Post, or Text Widget. Here is how: Log into your blog admin dashboard. Click Pages, click Add New, add a title to your page, enter the shortcode [si-contact-form form=\'1\'] in the page, uncheck Allow Comments, click Publish.

    6. \n
    7. Test an email from your form.

    8. \n
    9. Updates are automatic. Click on \"Upgrade Automatically\" if prompted from the admin menu. If you ever have to manually upgrade, simply deactivate, uninstall, and repeat the installation steps with the new version.

    10. \n
    \n\n

    I just installed this and do not get any email from it, what could be wrong?

    \n\n

    See FAQ page: How to troubleshoot mail delivery

    \";s:11:\"screenshots\";s:1032:\"
      \n
    1. \n \'si-contact-form\n

      screenshot-1.gif is the contact form.

      \n
    2. \n
    3. \n \'si-contact-form\n

      screenshot-2.gif is the contact form showing the inline error messages.

      \n
    4. \n
    5. \n \'si-contact-form\n

      screenshot-3.gif is the Contact Form options tab on the Admin Plugins page.

      \n
    6. \n
    7. \n \'si-contact-form\n

      screenshot-4.gif adding the shortcode [si-contact-form form=\'1\'] in a Page.

      \n
    8. \n
    \";s:9:\"changelog\";s:38920:\"
      \n
    • Added setting: CSS style for CAPTCHA input field on the contact form.
    • \n
    • Added Norwegian Bokmal (nb_NO) - Translated by Tore Johnny Bratveit
    • \n
    \n\n

    3.0

    \n\n
      \n
    • (25 Apr 2011) - Added (extra fields) default text can be set for text or textarea.
    • \n
    • Added (extra fields) max length can be set for password, text or textarea.
    • \n
    • Added (extra fields) attributes can be set for password, text or textarea.
    • \n
    • Added (extra fields) validation regex can be set for password, text or textarea.
    • \n
    • Added (extra fields) validation regex fail message can be set for password, text or textarea.
    • \n
    • Added (extra fields) label or input CSS can be set individually for any extra field.
    • \n
    • Added (extra fields) HTML before and after can be set.
    • \n
    • Added (extra fields) \'email\' extra field type with validation.
    • \n
    • Added (extra fields) \'url\' extra field type with validation.
    • \n
    • Added (extra fields) first option of select field type can be in brackets to indicate [Please select].
    • \n
    • Added \'email\' field pulls up proper keyboard on iphone/ipad.
    • \n
    • Added optional [form_label] tag for subject.
    • \n
    • Added time format option for \'time\' extra field (select 12 or 24 hour).
    • \n
    • Improved extra fields admin GUI.
    • \n
    • Added Field labels are bold when HTML email is enabled.
    • \n
    • Fix - trim spaces on extra field multiple options.
    • \n
    • Fix - attached field allowed types separated by spaces.
    • \n
    • Fix - bug in restore tool that could cause data loss.
    • \n
    • Email validate DNS check disabled by default because some servers have big delay.
    • \n
    \n\n

    2.9.8.6

    \n\n
      \n
    • (27 Mar 2011) - Fix HTML notes would not appear before a fieldset open.
    • \n
    • Fix horizontal display feature for radio and multiple checkbox after post.
    • \n
    • Fixed date calender on some themes by adding a high z-index to the CSS.
    • \n
    • Added ability to use comma in \"Email To:\" name. If you need to use a comma besides the one needed to separate the name and email, escape it with a back slash, like this: ,
    • \n
    • Added ability to specify cc and bcc in \"Email To:\". Example: Webmaster,user1@example.com;[cc]user2@example.com;[bcc]user3@example.com
    • \n
    • Added more WordPress logged in user details to the email message footer.
    • \n
    • Added optional \"Are you sure?\" form submit popup message (message can also be changed).
    • \n
    • Added Arabic (ar) partial translation - Translated by Jasmine Hassan
    • \n
    \n\n

    2.9.8.5

    \n\n
      \n
    • (08 Mar 2011) - Improved required date fields
    • \n
    • Added optional form \"reset\" button.
    • \n
    • Fixed escaped comma bug in Restore Tool
    • \n
    \n\n

    2.9.8.4

    \n\n
      \n
    • (23 Feb 2011) - Fixed broken \"fields to ignore\" feature.
    • \n
    • File attach type and size labels can be changed.
    • \n
    \n\n

    2.9.8.3

    \n\n
      \n
    • (14 Feb 2011) - Improvement: javascript is only loaded on pages when it is conditionally needed.
    • \n
    • Fixed 2 label alignment problems with some themes.
    • \n
    • Fixed possible javascript conflict that can break the redirect feature.
    • \n
    • Fixed extra fields were not accepting zero.
    • \n
    • More name labels can be changed.
    • \n
    • Added new feature: Copy Settings Tool. This tool can copy your contact form settings from one form number to any of your other forms. Use to copy just the style settings, or all the settings from one form.
    • \n
    • Added more shortcode optional settings see FAQ page
    • \n
    • Added hidden field can accept query input. see FAQ page
    • \n
    • Other fixes and enhancements
    • \n
    \n\n

    2.9.8.2

    \n\n
      \n
    • (07 Feb 2011) - Fix critical error \"invalid argument supplied foreach () /si-contact-form.php on line 474\". Sorry for the inconvenience.
    • \n
    • Fix \"Enable data export after the message\" setting would not uncheck.
    • \n
    • Changed default setting: If you use Contact Form 7 to DB Extension Plugin, be sure to visit the form edit page and enable this setting: \"Enable data export after the message\", because it is not enabled by default.
    • \n
    \n\n

    2.9.8.1

    \n\n
      \n
    • (07 Feb 2011) - Added Silent Send feature: Use to send the posted data to another form or 3rd party API See FAQ
    • \n
    • Fixed blank from email when email address was set to \"not available\".
    • \n
    • Added features: Now you can add tags to print posted data for the email subject, autoresponder subject, or the autoresponder message.\nTo see instructions, just click \"help\" next to any of these fields on the form edit page. See FAQ
    • \n
    • Added feature: Data Export settings to manage what fields are allowed to be exported or ignored for each form. Also email can be disabled when exporting data.
    • \n
    \n\n

    2.9.8

    \n\n
      \n
    • (29 Jan 2011) - Added setting: \"Enable to receive email as HTML instead of plain text.\" Enable if you want the email message sent as HTML format. HTML format is desired if you want to avoid a 70 character line wordwrap when you copy and paste the email message. Normally the email is sent in plain text wordwrapped 70 characters per line to comply with most email programs.
    • \n
    • Added new settings in the \"Redirect\" section: You can Enable posted data to be sent as a query string on the redirect URL. This can be used to send the posted data via GET query string to a another form.
    • \n
    • New settings for redirect: \"Query string fields to ignore\", \"Query string fields to rename\", and \"Disable email sending (use only when required while you have enabled query string on the redirect URL)\". See FAQ
    • \n
    • Added version indicator and new version reminder to settings page.
    • \n
    • Fixed a multiple email problem if using the same form in several posts. Anyway, it is recommended to use the form in a page or sidebar, not a post.
    • \n
    • Fixed bug where form number was reset to 4 after trying to increase over 99.
    • \n
    • Fixed so now one CAPTCHA random position always has to be a number so that a 4 letter swear word could never appear.
    • \n
    • Many small fixes and enhancements.
    • \n
    • Added Romanian (ro_RO) - Translated by Anunturi Jibo
    • \n
    \n\n

    2.9.7.1

    \n\n
      \n
    • (19 Jan 2011) - Added ability to pre-fill in form fields from a URL query string. see FAQ page
    • \n
    • Select Single posted data fix.
    • \n
    \n\n

    2.9.7

    \n\n
      \n
    • (13 Jan 2011) - Added a new hook for other plugins to use (just after mail sent). This can be used to export the posted data and attachments to a database. A plugin for this is in the works, stay tuned.
    • \n
    • Added new Select-multiple extra field type.
    • \n
    • Added new feature to set the css style for Label and Field in the same row, or switch back to Label on Top see FAQ
    • \n
    • Added new Setting for \"Form Label\". You can enter a label for your form to keep track of what you are using it for.
    • \n
    • Fixes and improvements for better mail delivery and to reduce the emails from going to the spam folder.\nIf you are not getting email, set the setting \"E-mail From\" to an email address on the same domain as your web site. This will improve mail delivery.\nmail problem faq.
    • \n
    • Added new setting: \"Enable when web host requires \"Mail From\" strictly tied to domain email account\". If your form does not send any email, then set the \"E-mail From\" setting to an address on the same web domain as your web site. If email still does not send, also check this setting. (ie: some users report this is required by yahoo small business web hosting) .
    • \n
    • Added ability to use comma in extra field labels for Checkbox, Radio, Select, or Select-multiple. If you need to use a comma besides the one needed to separate the label, escape it with a back slash, like this: ,
    • \n
    • Improved Akismet spam check API code.
    • \n
    • Fixed required option for checkbox multiple, now all field types can be required as needed.
    • \n
    • Fixed all fields with multiple options can have a default option: checkbox, radio, select, or select-multiple.
    • \n
    • Other small Fixes and improvements.
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    \n\n

    2.9.6

    \n\n
      \n
    • (29 Dec 2010) - Removed advanced options link. Too many people could not find it. All options are now always available on the form edit page.
    • \n
    • Added new setting for \"Autoresponder E-mail \"From\" address:\"
    • \n
    \n\n

    2.9.5.4

    \n\n
      \n
    • (17 Dec 2010) - Advanced Options are now open by default for new installs.
    • \n
    • Some changes to admin settings page.
    • \n
    \n\n

    2.9.5.3

    \n\n
      \n
    • (14 Dec 2010) - Added Geolocation for the email footer. Install my Visitor Maps plugin and the sender\'s city, state, country will automatically be included in the email footer.
    • \n
    • Rename CAPTCHA font files all lower case to avoid a rare FTP problem.
    • \n
    \n\n

    2.9.5.2

    \n\n
      \n
    • (30 Nov 2010) - Fix - last update included an old file causing the new \'hidden\' and \'password\' fields not to show up on form.
    • \n
    \n\n

    2.9.5.1

    \n\n
      \n
    • (19 Nov 2010) - Added extra field types for \'hidden\' and \'password\' entry.
    • \n
    • Added option to preserve white space on Message field. Normally the Message field will have all extra white space removed. Enabling this setting will allow all the Message field white space to be preserved.
    • \n
    • Updated Farsi(Persian)(fa_IR) partial translation - Translated by Ramin Firooz
    • \n
    \n\n

    2.9.5

    \n\n
      \n
    • (05 Nov 2010) - Added extra field type for \'time\' entry.
    • \n
    • Small code improvements for CAPTCHA function.
    • \n
    • Added Farsi(Persian)(fa) partial translation - Translated by Ramin Firooz
    • \n
    \n\n

    2.9.4.1

    \n\n
      \n
    • (27 Oct 2010) - Fix Backup Settings tool download hang on Firefox.
    • \n
    • Added Japanese (ja) - Translated by [Ichiro Kozuka]
    • \n
    \n\n

    2.9.4

    \n\n
      \n
    • (11 Oct 2010) - Added new option for what should happen if Akismet determines the message is spam. If you select \"block spam messages\". If Akismet determines the message is spam: An error will display \"Invalid Input - Spam?\" and the form will not send. If you select \"tag as spam and send anyway\". If Akismet determines the message is spam: The message will send and the subject will begin with \"Akismet: Spam\". This way you can have Akismet on and be sure not to miss a message.
    • \n
    • Added more years to the extra date field date selector (1930-2037).
    • \n
    • Fixed order of extra field options on admin settings page.
    • \n
    • Added Arabic (ar) - Translated by [Mouad] translated only the public side of the form
    • \n
    • Updated Russian (ru_RU) - Translated by [Petr Perstnev]
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    \n\n

    2.9.3

    \n\n
      \n
    • (20 Sep 2010) - Added new setting so Akismet can now be set to off for the forms. The new setting is individual to each form.
    • \n
    • Added new email footer message for \"Akismet Spam Check: passed\".
    • \n
    • Added more date format types for the calendar date setting.
    • \n
    \n\n

    2.9.2

    \n\n
      \n
    • (05 Sep 2010) - Fixed bug that caused form radio or select default to always be 0.
    • \n
    • Fixed form action URL posted to wrong page when form is in a sidebar widget.
    • \n
    • New transparent audio and refresh images for the CAPTCHA, will look better on dark themes.
    • \n
    • Updated Danish (da_DK) - Translated by GeorgWP
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    • Updated French (fr_FR) - Translated by Daniel
    • \n
    \n\n

    2.9.1

    \n\n
      \n
    • (28 Aug 2010) - Fixed critical HTML errors on admin settings page.
    • \n
    • Improved autoresponder settings (now in new fieldset) on admin settings page.
    • \n
    • Added new setting: \"Enable using HTML in autoresponder E-mail message\".
    • \n
    • Added new setting: \"Advanced Options - Stay Open\" to make the Advance Options always stay open.
    • \n
    \n\n

    2.9

    \n\n
      \n
    • (23 Aug 2010) - New style for admin settings page.
    • \n
    • New preview form feature for admin settings page. more about preview mode
    • \n
    • Added automatic SSL support for the CAPTCHA URL.
    • \n
    • Added download count and star rating on admin options page.
    • \n
    • Improved error messages when detecting possible email injection attempts.
    • \n
    • New official FAQ at FastSecureContactForm.com
    • \n
    \n\n

    2.8.3

    \n\n
      \n
    • (15 Aug 2010) - New homepage: http://www.FastSecureContactForm.com/
    • \n
    • Added attachment directory permissions check.
    • \n
    • Fixed error when increasing number of fields.
    • \n
    • Renamed plugin to \"Fast Secure Contact Form\"
    • \n
    • Added rel=\"nofollow\" tag to CAPTCHA Audio and Refresh links for better SEO.
    • \n
    • Removed CAPTCHA WAV sound files, mp3 ones smaller size.
    • \n
    • Updated Dutch
    • \n
    • Updated Italian
    • \n
    \n\n

    2.8.2

    \n\n
      \n
    • (07 Aug 2010) - More improvements to the CAPTCHA test page.
    • \n
    • Added captcha-temp directory permission check to alert the admin if there is a problem. This check is on the admin settings page, the captcha test page, and when posting the captcha.
    • \n
    \n\n

    2.8.1

    \n\n
      \n
    • (01 Aug 2010) - PHP Sessions are no longer required for the CAPTCHA. The new method uses temporary files to store the CAPTCHA codes until validation. PHP sessions can still be reactivated by unchecking the setting: \"Use CAPTCHA without PHP session\".
    • \n
    • Added Akismet spam prevention status to the contact form settings page, so you can know if Akismet is protecting or not.
    • \n
    • Added more help notes to the admin settings page.
    • \n
    • Fixed extra forms were not deleted when when decreasing the number of available forms.
    • \n
    • Fixed to redirect to Form 1 when changing the number of available forms.
    • \n
    • Improved the CAPTCHA Test Page.
    • \n
    \n\n

    2.8

    \n\n
      \n
    • (25 Jul 2010) - Added much requested Backup/restore tool. You can backup/restore all your forms or single forms and settings using a tool at the bottom of the settings page.
    • \n
    • Added new settings: \'Autoresponder E-mail From name\', and \'Autoresponder E-mail \"Reply To\" address\'.
    • \n
    • Added ability to set subject by URL GET method: ?si_contact_subject=I would like to adopt Freddy.
    • \n
    • Fixed email \"Reply to\" header to be from sender when appropriate so that replying to the email goes back to sender.
    • \n
    • More improvements to email sending and testing functions.
    • \n
    • Improved fieldset feature. Renamed fieldset(group) to fieldset(box-open) and added fieldset(box-close).
    • \n
    • Minor improvements to display.
    • \n
    • Updated German
    • \n
    \n\n

    2.7.4

    \n\n
      \n
    • (19 Jul 2010) - Fixed blank subject when using optional email subject list.
    • \n
    • Fixed AutoResponder is from person filling the form instead of from WordPress admin.
    • \n
    • Fixed email delivery for some servers that require 5th parameter -f to PHP mail function.
    • \n
    • Updated FAQ page for better help when mail is not sending: http://wordpress.org/extend/plugins/si-contact-form/faq/
    • \n
    • Improved the E-mail test feature at the bottom of the settings page, use to troubleshooting mail delivery problems.
    • \n
    • Added option to use geekMail library for sending mail, try when having mail delivery problems.
    • \n
    • Added more style settings.
    • \n
    • Other small improvements.
    • \n
    \n\n

    2.7.3

    \n\n
      \n
    • (12 Jul 2010) - Critical fix for broken checkbox feature in IE8 caused by version 2.7.2
    • \n
    • Added more date format types for the date extra field.
    • \n
    \n\n

    2.7.2

    \n\n
      \n
    • (11 Jul 2010) - Added \"Name field format:\" so you can select how the name field is formatted on the form. Name, First Name, Last Name, etc.
    • \n
    • Added autoresponder E-mail message feature. Enable when you want the form to automatically answer with an autoresponder E-mail message.
    • \n
    • Added Optional notes/help for extra form fields. Use the optional notes/help to print some notes or instructions before a form field. This is for the form display only, not E-mail. HTML is allowed.
    • \n
    • Fixed \"Attachment upload failed\" message when attachment is not set to required.
    • \n
    • Improved email newline handling(some windows servers are really picky).
    • \n
    • Improved CAPTCHA image alignment and other minor fixes.
    • \n
    • Updated Danish (da_DK) - Translated by GeorgWP
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    • Updated German (de_DE) - Translated by [Rico]
    • \n
    \n\n

    2.7.1

    \n\n
      \n
    • (04 Jul 2010) - Added fieldset(group) feature to extra fields. The fieldset is used to draw a box around related form elements.
    • \n
    • Added more language strings to date field.
    • \n
    • Added setting: \"Date field - Calendar Start Day of the Week:\"
    • \n
    • Added new setting: \"Move extra fields to after the Message field.\"
    • \n
    • Fixed rare problem on some servers, CAPTCHA image had missing letters.
    • \n
    \n\n

    2.7

    \n\n
      \n
    • (27 Jun 2010) - Added file attachment feature, see here for details: http://wordpress.org/support/topic/416371
    • \n
    • Added setting: \"Enable users to send HTML code in the textarea extra field types.\"(off by default).
    • \n
    • Added setting: \"Enable sender information in E-mail footer.\"(on by default).
    • \n
    • Added HTML anchor tags to bring focus to the form when used on a page with lots of content before the form.
    • \n
    \n\n

    2.6.5

    \n\n
      \n
    • (23 Jun 2010) - CSS fix form field margins were too big on Twenty Ten Theme in WP 3.0
    • \n
    • Single checkbox can have a comma in the label(as long is there is no semicolon because then it becomes a multi-checkbox).
    • \n
    \n\n

    2.6.4

    \n\n
      \n
    • (11 Jun 2010) - Added ability to set both a name and email on the \"E-mail From (optional):\" field .You can enter just an email: user1@example.com\nOr enter name and email: webmaster,user1@example.com
    • \n
    • Fixed missing shortcode example on admin page.
    • \n
    • Fixed so subject prefix can be blank.
    • \n
    • Added more field indicator options in Advanced Options - Fields
    • \n
    • Added Finnish (fi) - Translated by Mikko Vahatalo
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    \n\n

    2.6.3

    \n\n
      \n
    • (30 May 2010) - Added setting to switch from wordpress mail function to PHP mail function. This setting can resolve some rare mail delivery problems.
    • \n
    • Fixed so checkboxes can have default selected.
    • \n
    • Fixed HTML5 compatible(with CAPTCHA flash audio off).
    • \n
    • Fixed required indicator now has proper class <span class=\"required\">*</span>.
    • \n
    • Fixed syntax bug on extra \'date\' fields.
    • \n
    • Fixed for Simple Facebook Connect compatibility (fixes broken CAPTCHA caused by SFC Like and Share plugins).
    • \n
    \n\n

    2.6.2

    \n\n
      \n
    • (21 May 2010) - Fixed major bug: All text and textarea extra fields were missing from email. Sorry for the inconvenience. There are so many who use it, I updated it right away.
    • \n
    \n\n

    2.6.1

    \n\n
      \n
    • (19 May 2010) - Fixed bug: all checkboxes appeared selected in the email.
    • \n
    • Fixed to allow HTML in extra field labels.
    • \n
    \n\n

    2.6

    \n\n
      \n
    • (19 May 2010) - Fix for XHTML Strict compliance.
    • \n
    • Improved CAPTCHA CSS code (better alignment captcha, refresh, and audio images).
    • \n
    • Added advanced options for date format on extra \'date\' fields (mm/dd/yyyy, dd/mm/yyyy).
    • \n
    • Added advanced options to set checkboxes with children (Pizza Toppings:,olives;mushrooms;cheese;ham;tomatoes).
    • \n
    • Added advanced options to set a default selected item for select and radio fields.
    • \n
    • Added advanced options to make name, email, subject, or message fields (not_available, not_required, or required).\nthis feature can be used to make an anonymous comment form. Also can be used to disable name and email to make them reordered when using extra fields.
    • \n
    • Updated Spanish (es_ES) - Translated by Sergio Torres.
    • \n
    \n\n

    2.5.6

    \n\n
      \n
    • (15 May 2010) - Made WP3 Compatible.
    • \n
    \n\n

    2.5.5

    \n\n
      \n
    • (07 May 2010) - Fixed to be compatible with *www.com domain name.
    • \n
    • Added extra field type for \"date\", this new field can be used for a hotel registration form and uses a popup \"Epoch DHTML Calendar\" 1.06 by Nick Baicoianu from meanfreepath.com
    • \n
    \n\n

    2.5.4

    \n\n
      \n
    • (01 May 2010) - Fixed small issue with \"enable hidden message\" option.
    • \n
    • Fixed small issue with \"email from\" option.
    • \n
    • Improved CAPTCHA testpage.
    • \n
    \n\n

    2.5.3

    \n\n
      \n
    • (23 Apr 2010) - Added Dutch (nl_NL) - Translated by [Mark Visser]
    • \n
    • Added Swedish (sv_SE) - Translated by Daniel Persson
    • \n
    \n\n

    2.5.2

    \n\n
      \n
    • (16 Apr 2010) - Added Hungarian (hu_HU) - Translated by Jozsef Burgyan
    • \n
    • Updated Polish (pl_PL) - Translated by [Pawel Mezyk]
    • \n
    \n\n

    2.5.1

    \n\n
      \n
    • (09 Apr 2010) - Fixed bug in reset styles feature.
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    \n\n

    2.5.0

    \n\n
      \n
    • (05 Apr 2010) - Added setting to add optional drop down list for email subject.
    • \n
    • Added setting to make the CAPTCHA image smaller.
    • \n
    • Added settings to increase number of forms and have more extra fields (editing code is no longer needed).
    • \n
    • Fixed so multiple forms can be on the same page.
    • \n
    • Added editable text label setting for (* denotes required field).
    • \n
    • Added more style settings in Advanced Options. You can use inline css, or add a class property to be used by your own stylsheet.\nAcceptable Examples:\ntext-align:left; color:#000000; background-color:#CCCCCC;\nstyle=\"text-align:left; color:#000000; background-color:#CCCCCC;\"\nclass=\"input\"
    • \n
    • Split code into 4 smaller files for better performance.
    • \n
    • Other bug fixes.
    • \n
    \n\n

    2.0.2

    \n\n
      \n
    • (16 Mar 2010) - Added radio and select configuration error checking. Fix display of radio input fields to be on separate lines.
    • \n
    • Fixed multiple BCC feature, it was only accepting one BCC.
    • \n
    • Updated German (de_DE) and Bulgarian (bg_BG)
    • \n
    \n\n

    2.0.1

    \n\n
      \n
    • (06 Feb 2010) - Fix Invalid Input error when the word \"donkey\" is in the input string.
    • \n
    • Added Polish (pl_PL) - Translated by [Pawel Mezyk]
    • \n
    • Fixed Greek language file name.
    • \n
    \n\n

    2.0

    \n\n
      \n
    • (26 Jan 2010) - Added required field indicators (can be disabled in settings if you do not like them).
    • \n
    • Added setting to adjust redirect delay seconds(range of 1-5 recommended).
    • \n
    • Added setting to hide message entry, now you can hide subject and message fields for use as a newsletter signup.
    • \n
    • Added selectable extra field types: text, textarea, checkbox, radio, select. Note: When using select or radio field types, first enter the label and a comma. Next include the options separating with a semicolon like this example: Color:,Red;Green;Blue
    • \n
    \n\n

    1.9.6

    \n\n
      \n
    • (31 Dec 2009) - New setting for a few people who had problems with the text transparency \"Disable CAPTCHA transparent text (only if captcha text is missing on the image, try this)\".
    • \n
    • Added Hebrew, Israel (he_IL) - Translated by Asaf Chertkoff FreeAllWeb GUILD
    • \n
    \n\n

    1.9.5

    \n\n
      \n
    • (04 Dec 2009) - Fix slashes issue on some servers.
    • \n
    • More improvements for CAPTCHA images and fonts.
    • \n
    \n\n

    1.9.4

    \n\n
      \n
    • (30 Nov 2009) - Fix blank CAPTCHA text issue some users were having.
    • \n
    • Added CAPTCHA difficulty level setting on the settings page (Low, Medium, Or High).
    • \n
    • Added Portuguese (pt_PT) - Translated by AJBFerreira Blog
    • \n
    \n\n

    1.9.3

    \n\n
      \n
    • (23 Nov 2009) - Fix completely broke CAPTCHA, sorry about that
    • \n
    \n\n

    1.9.2

    \n\n
      \n
    • (23 Nov 2009) - Added 5 random CAPTCHA fonts.
    • \n
    • Added feature to increase the number of extra form fields available (see faq if you need it).
    • \n
    • Fixed fail over to GD Fonts on the CAPTCHA when TTF Fonts are not enabled in PHP (it was broken).
    • \n
    \n\n

    1.9.1

    \n\n\n\n

    1.9

    \n\n
      \n
    • (20 Nov 2009) - Updated to SecureImage CAPTCHA library version 2.0
    • \n
    • New CAPTCHA features include: increased CAPTCHA difficulty using mathematical distortion, streaming MP3 audio of CAPTCHA code using Flash, random audio distortion, better distortion lines, random backgrounds and more.
    • \n
    • Other minor fixes.
    • \n
    \n\n

    1.8.4

    \n\n
      \n
    • (10 Nov 2009) - Added advanced option to edit the CAPTCHA input field size.
    • \n
    • Other minor fixes.
    • \n
    \n\n

    1.8.3

    \n\n
      \n
    • (09 Nov 2009) - Fix Submit button spacing.
    • \n
    \n\n

    1.8.2

    \n\n
      \n
    • (03 Nov 2009) - Added feature to increase the number of forms available (see faq if you need it).
    • \n
    • Fix for settings not being deleted when plugin is deleted from admin page.
    • \n
    • Updated Italian (it_IT) - Translated by Gianni Diurno
    • \n
    • Added Albanian (sq_AL) - Translated by Romeo Shuka
    • \n
    \n\n

    1.8.1

    \n\n
      \n
    • (02 Nov 2009) - Fixed error \"Could not read CAPTCHA cookie\" on some installs using version 1.8
    • \n
    \n\n

    1.8

    \n\n
      \n
    • (02 Nov 2009) - Added Multi-Form feature that allows you to have up to four different forms on your site.
    • \n
    • Added Bulgarian (bg_BG) - Translated by Dimitar Atanasov
    • \n
    \n\n

    1.7.7

    \n\n
      \n
    • (30 Oct 2009) - Fixed issue on some sites with blank css fields that caused image misalignment.
    • \n
    • Added advanced option to edit the CSS style for border on the contact form.
    • \n
    \n\n

    1.7.6

    \n\n
      \n
    • (27 Oct 2009) - Added advanced option to edit the CSS style for contact drop down select on the contact form.
    • \n
    • HTML validation fix.
    • \n
    \n\n

    1.7.5

    \n\n
      \n
    • (21 Oct 2009) - Added Chinese (zh_CN) - Translated by Awu
    • \n
    • Added Greek (el) - Translated by Ioannis
    • \n
    \n\n

    1.7.4

    \n\n
      \n
    • (03 Oct 2009) - Fixed advanced setting: CSS style for form input fields. Changing background color did not work.
    • \n
    • Added setting to Enable hidden E-mail subject (removes subject field from contact form).
    • \n
    \n\n

    1.7.3

    \n\n
      \n
    • (01 Oct 2009) - Updated links to my other plugins.
    • \n
    • Danish (da_DK) - Updated by Georg / Team Blogos
    • \n
    \n\n

    1.7.2

    \n\n
      \n
    • (30 Sep 2009) - Fixed settings were deleted at deactivation. Settings are now only deleted at uninstall.
    • \n
    \n\n

    1.7.1

    \n\n
      \n
    • (29 Sep 2009) - Fix credit link position.
    • \n
    • Some people wanted to change the error messages for the contact form. Advanced settings fields can be filled in to override the standard included error messages.
    • \n
    \n\n

    1.7

    \n\n
      \n
    • (28 Sep 2009) - Added 8 optional extra fields. Some people requested extra contact form fields that could be used for phone number, company name, etc. To enable an extra field from the advanced options, just enter a label. Then check if you want the field to be required or not.
    • \n
    \n\n

    1.6.8

    \n\n
      \n
    • (22 Sep 2009) - Fix, some sites reported a image path problem. (I think it is correct now).
    • \n
    \n\n

    1.6.7

    \n\n
      \n
    • (22 Sep 2009) - Fix, some sites reported a path problem with \"Blog address\" is different domain than \"WordPress address\".
    • \n
    • Added setting to enable upper case alphabet correction.
    • \n
    • Added more fields in \"advanced options\".
    • \n
    • Minor code cleanup.
    • \n
    \n\n

    1.6.6

    \n\n
      \n
    • (21 Sep 2009) - Fix \"Invalid Input\" error on installations where \"Blog address\" is different domain than \"WordPress address\".
    • \n
    • More sanity checks on Form DIV Width setting.
    • \n
    • Added ability to use dashes or underscores in shortcode: [si-contact-form] or [si_contact_form].
    • \n
    \n\n

    1.6.5

    \n\n
      \n
    • (18 Sep 2009) - Added proper nonce protection to options forms.
    • \n
    • Added option to reset the styles to defaults (incase you tried to adjust them and did not like the results).
    • \n
    • Fixed typo in file name for Portuguese - Brazil language (pt_BR).
    • \n
    • Fixed several language files [BR, FR, NO, DE...] had word \"Submit\" spelled as \"submit\".
    • \n
    \n\n

    1.6.4

    \n\n
      \n
    • (14 Sep 2009) - Added E-mail test feature in options, if you are not receiving mail, try it. It will display troubleshooting information.
    • \n
    • Added error check for wp_mail send, this is helful to troubleshoot mail delivery.
    • \n
    • Added a warning message on Options page for when the web host has mail() function disabled.
    • \n
    \n\n

    1.6.3

    \n\n
      \n
    • (13 Sep 2009) - Added new advanced options for CSS style of captcha image, audio image, reload image, and submit button.
    • \n
    • Fixed coding for XHTML Strict validation.
    • \n
    • Added Ukrainian language (uk_UA) - Translated by Wordpress.Ua
    • \n
    \n\n

    1.6.2

    \n\n
      \n
    • (11 Sep 2009) - Added new feature in options: \"Enable checking DNS records for the domain name when checking for a\nvalid E-mail address.\" It looks for any of the following: A record, a CNAME record, or MX record.(enabled by default).
    • \n
    • Updated FAQ
    • \n
    \n\n

    1.6.1

    \n\n
      \n
    • (11 Sep 2009) - Fixes error if you are upgrading from prior version: Fatal error: Call to a member function si_contact_migrate() on a non-object in si-contact-form.php on line 1461
    • \n
    • If you get this error and cannot access your WP site: the manual fix is to delete the si-contact-form.php file from the plugins/si-contact-form/ directory, your site will start working again. Then you can install this new version.
      \nSee this forum post
    • \n
    \n\n

    1.6

    \n\n
      \n
    • (10 Sep 2009) - Auto form fill is automatically skipped for any user with administrator role.
    • \n
    • New option: Auto form fill can be enabled/disabled in advanced options(enabled by default).
    • \n
    • Plugin options are now stored in a single database row instead of many. (it will auto migrate/cleanup old database rows).
    • \n
    • Language files are now stored in the si-contact-form/languages folder.
    • \n
    • Options are deleted when this plugin is deleted.
    • \n
    • Added help links on options page.
    • \n
    • Added Portuguese Brazil (pt_BR) - Translated by [Rui Alao]
    • \n
    • Updated Russian (ru_RU) - Translated by Bezraznizi
    • \n
    • Updated Turkish (tr_TR) - Translated by Tolga
    • \n
    \n\n

    1.5

    \n\n
      \n
    • (9 Sep 2009) - New feature: I added an \"advanced options\" section to the options page. Some people wanted to change the text labels for the contact form.\nThese advanced options fields can be filled in to override the standard included field titles.
    • \n
    • Other minor code changes.
    • \n
    \n\n

    1.4.4

    \n\n
      \n
    • (08 Sep 2009) - Fixed possible error: \"mail could not be sent because host may have disabled email function()\"
    • \n
    \n\n

    1.4.3

    \n\n
      \n
    • (08 Sep 2009) - Fixed redirect/logout problem on admin menu reported by a user.
    • \n
    • Removed blog name from top of email message body.
    • \n
    \n\n

    1.4.2

    \n\n
      \n
    • (07 Sep 2009) - Added configurable email subject prefix in options.
    • \n
    • Added configurable border width in options.
    • \n
    • Auto form fill is now disabled for admin, but still works for other logged in users.
    • \n
    • Other minor fixes.
    • \n
    \n\n

    1.4.1

    \n\n
      \n
    • (06 Sep 2009) - Added feature: Auto form fill email address and name (username) on the contact form for logged in users.
    • \n
    • Added feature: prints \"From a WordPress user: <username>\" on email footer for logged in users.
    • \n
    • Added feature: Date/Time timestamp on email footer (uses Date/Time format from general options setting).
    • \n
    • Added Russian Language (ru_RU) - Translated by Bezraznizi
    • \n
    \n\n

    1.4

    \n\n
      \n
    • (06 Sep 2009) Now uses wp_mail function so that users who use the SMTP mail plugins will be supported.
    • \n
    • Now sends email encoded in the character encoding you write your blog in, (UTF-8 is recommended) see Settings, Reading admin options page.
    • \n
    • New feature: Now you can have multiple E-mails per contact, this is called a CC(Carbon Copy). If you need to add more than one contact, see the example: click \"help\" on the Contact Form Options Page.
    • \n
    • Fixed error \"Bad parameters to mail() function\" reported by a couple users.
    • \n
    • Fixed error \"Call to undefined function mb_detect_encoding()\" reported by one user.
    • \n
    • Many hours were put into this free plugin. Please donate, even small amounts like $2.99 are welcome.
    • \n
    \n\n

    1.3

    \n\n
      \n
    • (04 Sep 2009) Added Feature: This contact form sends E-mail with UTF-8 character encoding for US and International character support.(fee FAQ)
    • \n
    • Added Danish Language (da_DK) - Translated by Thomas J. Langer
    • \n
    • fixed an issue with the \"Welcome introduction\" field translation not translating.
    • \n
    \n\n

    1.2.5

    \n\n
      \n
    • (02 Sep 2009) Added Norwegian language (nb_NO) - Translated by Roger Sylte
    • \n
    \n\n

    1.2.4

    \n\n\n\n

    1.2.3

    \n\n
      \n
    • (01 Sep 2009) Fixed email validation on some windows servers
    • \n
    • Added Traditional Chinese, Taiwan Language (zh_TW) - Translated by [Cjh]
    • \n
    • Added French language (fr_FR) - Translated by Pierre Sudarovich
    • \n
    \n\n

    1.2.2

    \n\n
      \n
    • (31 Aug 2009) Added Italian language (it_IT) - Translated by Gianni Diurno
    • \n
    \n\n

    1.2.1

    \n\n
      \n
    • (31 Aug 2009) Added more diagnostic test scripts: a Cookie Test, Captcha test, and a PHP Requirements Test.\nClick on the \"Test if your PHP installation will support the CAPTCHA\" link on the Options page.\nor open this URL in your web browser to run the test:
    • \n
    \n\n
    /wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php
    \n\n

    1.2

    \n\n
      \n
    • (31 Aug 2009) Translations were not working
    • \n
    \n\n

    1.1.7

    \n\n
      \n
    • (31 Aug 2009) Cookie error improvements.
    • \n
    \n\n

    1.1.6

    \n\n
      \n
    • (30 Aug 2009) Added a Cookie Test to help diagnose if a web browser has cookies disabled.\nClick on the \"Test if your PHP installation will support the CAPTCHA\" link on the Options page.\nor open this URL in your web browser to run the test:
    • \n
    \n\n
    /wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php
    \n\n

    1.1.5

    \n\n
      \n
    • (30 Aug 2009) Improved Akismet function (checks for wordpress_api_key)
    • \n
    • Hide CAPTCHA for registered users is now disabled by default(configurable in Options)
    • \n
    \n\n

    1.1.4

    \n\n
      \n
    • (29 Aug 2009) Improved ctf_validate_email function and fixed a bug that invalidated email address with upper case
    • \n
    \n\n

    1.1.3

    \n\n
      \n
    • (29 Aug 2009) Added this script to be used to test if your PHP installation will support the CAPTCHA:\nOpen this URL in your web browser to run the test:
    • \n
    \n\n
    /wp-content/plugins/si-contact-form/captcha-secureimage/secureimage_test.php
    \n\n

    1.1.2

    \n\n
      \n
    • (28 Aug 2009) Updated Turkish language (tr_TR) - Translated by Tolga
    • \n
    \n\n

    1.1.1

    \n\n
      \n
    • (28 Aug 2009) Added Turkish language (tr_TR) - Translated by Tolga
    • \n
    • CAPTCHA fix - Added Automatic fail over from TTF Fonts to GD Fonts if the PHP installation is configured without \"--with-ttf\".\nSome users were reporting there was no error indicating this TTF Fonts not supported condition and the captcha was not working.
    • \n
    \n\n

    1.1

    \n\n
      \n
    • (28 Aug 2009) Added multi \"email to\" contact feature. Add as many contacts as you need in Options. The drop down list on the contact form will be made automatically.
    • \n
    \n\n

    1.0.3

    \n\n
      \n
    • (28 Aug 2009) fix options permission bug introduced by last update, sorry
    • \n
    \n\n

    1.0.2

    \n\n
      \n
    • (27 Aug 2009) Added Akismet spam protection. Checks the form input with Akismet, but only if Akismet plugin is also installed.
    • \n
    • added settings link to the plugin action links.
    • \n
    \n\n

    1.0.1

    \n\n
      \n
    • (26 Aug 2009) fixed deprecated ereg_replace and eregi functions for PHP 5.3+ compatibility when error warnings are on
    • \n
    \n\n

    1.0

    \n\n
      \n
    • (26 Aug 2009) Initial Release
    • \n
    \";s:3:\"faq\";s:5353:\"

    See the official FAQ at FastSecureContactForm.com

    \n\n

    I just installed this and do not get any email from it, what could be wrong?

    \n\n

    See FAQ page: How to troubleshoot email delivery

    \n\n

    Is this plugin available in other languages?

    \n\n

    Yes. To use a translated version, you need to obtain or make the language file for it.\nAt this point it would be useful to read Installing WordPress in Your Language from the Codex. You will need an .mo file for this plugin that corresponds with the \"WPLANG\" setting in your wp-config.php file. Translations are listed below -- if a translation for your language is available, all you need to do is place it in the /wp-content/plugins/si-contact-form/languages directory of your WordPress installation. If one is not available, and you also speak good English, please consider doing a translation yourself (see the next question).

    \n\n

    The following translations are included in the download zip file:

    \n\n\n\n

    Can I provide a translation?

    \n\n

    Of course! \nHow to translate Fast Secure Contact Form for WordPress\nhttp://www.fastsecurecontactform.com/how-to-translate

    \n\n

    Is it possible to update the translation files for newest version?

    \n\n

    How to update a translation of Fast Secure Contact Form for WordPress\nhttp://www.fastsecurecontactform.com/how-to-update-translation

    \n\n

    This contact form sends E-mail with UTF-8 character encoding for US and International character support.

    \n\n

    English-language users will experience little to no impact. Any non-English questions or messages submitted will have unicode character encoding so that when you receive the e-mail, the language will still be viewable.

    \n\n

    If you receive an email with international characters and the characters look garbled with symbols and strange characters, your e-mail program may need to be set as follows:

    \n\n

    How to set incoming messages character encoding to Unicode(UTF-8) in various mail clients:

    \n\n

    Evolution:\nView > Character Encoding > Unicode

    \n\n

    Outlook Express 6, Windows Mail:\nPlease check \"Tools->Options->Read->International Settings\". Un-check \"Use default encoding format for all incoming messages\" \nNow select \"View->Encoding\", select \"Unicode(UTF-8)\"

    \n\n

    Mozilla Thunderbird:\nClick on Inbox.\nSelect \"View->Character Encoding\", select \"Unicode(UTF-8)\"

    \n\n

    Gmail:\nNo setting necessary, it just works.

    \n\n

    For more help... See the official FAQ at FastSecureContactForm.com

    \";}s:13:\"download_link\";s:57:\"http://downloads.wordpress.org/plugin/si-contact-form.zip\";s:4:\"tags\";a:11:{s:7:\"akismet\";s:7:\"Akismet\";s:10:\"buddypress\";s:10:\"buddypress\";s:7:\"captcha\";s:7:\"captcha\";s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:4:\"form\";s:4:\"form\";s:4:\"mail\";s:4:\"mail\";s:12:\"multilingual\";s:12:\"multilingual\";s:4:\"spam\";s:4:\"spam\";s:4:\"wpmu\";s:4:\"wpmu\";}}','no'),(8616,0,'res_color','white','yes'),(8617,0,'res_calendar_color','gold','yes'),(8589,0,'widget_searchpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8590,0,'widget_gallerypropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8591,0,'widget_latestpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8420,0,'extevtcal_db_version','0.1','yes'),(8421,0,'extevtcal_date_formatting','WP_setting','yes'),(8422,0,'extevtcal_link_position','title_only','yes'),(8423,0,'extevtcal_use_css','1','yes'),(8424,0,'extevtcal_currentday_behavior','enddate','yes'),(8425,0,'widget_extevtcal_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8433,0,'my_calendar_version','1.8.8','yes'),(8428,0,'extevtcal_date_customformat','','yes'),(10019,0,'booking_email_reservation_adress','"Booking system" <webmaster@timberon.info>','yes'),(9946,0,'it-storage','a:1:{s:11:\"global_data\";a:1:{s:13:\"tabber_widget\";a:2:{s:15:\"storage_version\";s:1:\"0\";s:7:\"tabbers\";a:1:{i:0;a:15:{s:4:\"name\";s:5:\"Tabs1\";s:3:\"num\";s:1:\"3\";s:13:\"template_file\";s:15:\"basic-light.css\";s:7:\"title_1\";s:4:\"News\";s:7:\"title_2\";s:9:\"Resources\";s:7:\"title_3\";s:7:\"Contact\";s:7:\"title_4\";s:0:\"\";s:7:\"title_5\";s:0:\"\";s:7:\"title_6\";s:0:\"\";s:7:\"title_7\";s:0:\"\";s:7:\"title_8\";s:0:\"\";s:7:\"title_9\";s:0:\"\";s:8:\"title_10\";s:0:\"\";s:13:\"template_name\";s:11:\"Basic Light\";s:14:\"template_class\";s:25:\"tabber-widget-basic-light\";}}}}}','yes'),(9947,0,'widget_tabber_widget','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:0:\"\";s:9:\"tabber_id\";s:1:\"0\";}s:12:\"_multiwidget\";i:1;}','yes'),(10017,0,'booking_user_role_addbooking','editor','yes'),(10018,0,'booking_user_role_settings','administrator','yes'),(9972,0,'target_attr','','yes'),(8152,0,'widget_tabbed-widget','a:3:{i:2;a:0:{}i:3;a:14:{s:12:\"widget_title\";s:0:\"\";s:5:\"style\";s:4:\"tabs\";s:15:\"inside_0_widget\";s:9:\"ss_menu-3\";s:14:\"inside_0_title\";s:4:\"News\";s:9:\"start_tab\";s:1:\"1\";s:15:\"inside_1_widget\";s:12:\"categories-6\";s:14:\"inside_1_title\";s:9:\"Resources\";s:15:\"inside_2_widget\";s:10:\"hierpage-4\";s:14:\"inside_2_title\";s:7:\"Contact\";s:15:\"inside_3_widget\";s:0:\"\";s:14:\"inside_3_title\";s:0:\"\";s:15:\"inside_4_widget\";s:0:\"\";s:14:\"inside_4_title\";s:0:\"\";s:11:\"rotate_time\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(12118,0,'_transient_timeout_feed_cb68174497b56497870e8b93ea839ea6','1304431751','no'),(12119,0,'_transient_feed_cb68174497b56497870e8b93ea839ea6','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:2:\"\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:4:\"0.92\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a: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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Aakash Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://www.aakashweb.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"A Web of free flash and wordpress goodies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Jan 2011 06:20:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"docs\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://backend.userland.com/rss092\";s: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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://www.aakashweb.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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://feeds.feedburner.com/~fc/aakashweb?bg=000000&fg=FFFFFF&anim=1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Aakash Web\";s:7:\"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:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:21:\"HTML Javascript Adder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1996:\"Advanced plugin for adding HTML, javascript, Flash embed codes to the sidebar via UNLIMITED widgets. More features and settings for seperate widget.\n\nHTML Javascript Adder allows to add HTML, javascript, Flash embed codes to the sidebar via UNLIMITED widgets. More features and settings for seperate widget.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/zqyBnToyrRM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.aakashweb.com/wordpress-plugins/html-javascript-adder/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:65:\"Accessing newly created elements using .live() function in jQuery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1926:\"The .click() and similar functions like .hover() allows to access the elements which are already present. But elements created using .append(), .after(), .before() etc are newly inserted into the page. These newly created elements cannot\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/UsMNrzjCXrU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://www.aakashweb.com/tips-tricks/jquery/accessing-newly-created-elements-using-live-function-in-jquery/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:13:\"Debugging PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1914:\"Some useful techniques in debugging PHP are mentioned below Article: http://dev.piwik.org/trac/wiki/HowToSetupDevelopmentEnvironmentWindows Firefox addon - Firephp PHP Extension - Xdebug Using var_dump() <?php var_dump(__\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/miY16KvcQdk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://www.aakashweb.com/tips-tricks/php/debugging-php/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:22:\"Comparing dates in PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1924:\"PHP\'s date function strtotime () solves the problem of comparing dates and to check whether the user entered date/custom date is expired or not. Inorder to check whether, the custom date is expired or not, we need to do the following s\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/zSnxQTIKwE0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aakashweb.com/tips-tricks/php/comparing-dates-in-php/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:61:\"Get more results from a specific site using “AT” operator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1926:\"The site: operator for Google search is pretty useful in getting search results from a targeted site. But it is pretty painful to type the operator site:example.com search term. Recently Google introduced the the "AT" operator wh\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/CF4KYhTs7uY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://www.aakashweb.com/tips-tricks/google/get-more-results-from-a-specific-site-using-at-operator/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:41:\"Encoding email address in wordpress posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1936:\"Email address are frequently used in each and every posts at the bottom or at the top for contacting the post\'s author. But those email addresses get spammed more. Replacements like using images instead of directly typing the addresses are also ap\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/Z-JJB2djS_8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://www.aakashweb.com/tips-tricks/wordpress/encoding-email-address-in-wordpress-posts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:36:\"Adding watermarks to images with PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1935:\"Watermarks play a very important role in sections of copyright and also in site promotions. But adding custom watermarks to each and every image in site using a Photo-editing software will be painful sometimes. But for regular blogging sites with\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/RxqFqqmX5Bo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.aakashweb.com/tips-tricks/php/adding-watermarks-to-images-with-php/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:23:\"All in one web Searcher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1845:\"Search Google, Bing, Wikipedia, Yahoo, Twitter, Facebook + custom search engines with ZERO click. Search Images, Videos, News etc of all search engines also\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/tGxv07Ykw44/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.aakashweb.com/google-chrome-extensions/all-in-one-web-searcher/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:20:\"Selected text sharer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1910:\"Selected text sharer is a promoting and enhancing javascript focusing to increase the site usage. This javascript displays a widget having links to search / share, above the selected text. Inspired from NY times web site.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/Rvz0s0Kpj-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://www.aakashweb.com/javascripts/selected-text-sharer-js/\";s: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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_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:13:\"WP Socializer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1860:\"WP Socializer is a advanced and powerful plugin for adding social bookmarking links, retweet buttons, Google buzz buttons, Digg buttons, Addthis buttons, Facebook buttons.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/aakashweb/~3/5y1iGmR-GdA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://www.aakashweb.com/wordpress-plugins/wp-socializer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:15:\"application/xml\";s:4:\"href\";s:37:\"http://feeds.feedburner.com/aakashweb\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:4:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:9:\"aakashweb\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"aakashweb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"feedFlare\";a:19:{i:0;a:5:{s:4:\"data\";s:24:\"Subscribe with My Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:77:\"http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:59:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif\";}}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:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:101:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:21:\"Subscribe with My AOL\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:81:\"http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:108:\"http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"Subscribe with Bloglines\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:66:\"http://www.bloglines.com/sub/http://feeds.feedburner.com/aakashweb\";s:3:\"src\";s:48:\"http://www.bloglines.com/images/sub_modern11.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:87:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:44:\"http://www.netvibes.com/img/add2netvibes.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:82:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:90:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:21:\"Subscribe with Plusmo\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:75:\"http://www.plusmo.com/add?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:43:\"http://plusmo.com/res/graphics/fbplusmo.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:34:\"Subscribe with The Free Dictionary\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:95:\"http://www.thefreedictionary.com/_/hp/AddRSS.aspx?http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:48:\"http://img.tfd.com/hp/addToTheFreeDictionary.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:28:\"Subscribe with Bitty Browser\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:107:\"http://www.bitty.com/manual/?contenttype=rssfeed&contentvalue=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:48:\"http://www.bitty.com/img/bittychicklet_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:24:\"Subscribe with NewsAlloy\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:75:\"http://www.newsalloy.com/?rss=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:36:\"http://www.newsalloy.com/subrss3.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:23:\"Subscribe with Live.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:70:\"http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:141:\"http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:25:\"Subscribe with Excite MIX\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:78:\"http://mix.excite.eu/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:42:\"http://image.excite.co.uk/mix/addtomix.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:34:\"Subscribe with Attensa for Outlook\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:102:\"http://download.attensa.com/app/get_attensa.html?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:104:\"http://www.attensa.com/blogs/attensa/WindowsLiveWriter/BadgeredintoBadges_10C02/attensa_feed_button5.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:21:\"Subscribe with Webwag\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:83:\"http://www.webwag.com/wwgthis.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:40:\"http://www.webwag.com/images/wwgthis.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:28:\"Subscribe with Podcast Ready\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:99:\"http://www.podcastready.com/oneclick_bookmark.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:58:\"http://www.podcastready.com/images/podcastready_button.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:16;a:5:{s:4:\"data\";s:21:\"Subscribe with Flurry\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:91:\"http://www.flurry.com/pushRssFeed.do?r=fb&url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:49:\"http://www.flurry.com/images/flurry_rss_logo2.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:17;a:5:{s:4:\"data\";s:20:\"Subscribe with Wikio\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:80:\"http://www.wikio.com/subscribe?url=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:45:\"http://www.wikio.com/shared/img/add2wikio.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:18;a:5:{s:4:\"data\";s:29:\"Subscribe with Daily Rotation\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:89:\"http://www.dailyrotation.com/index.php?feed=http%3A%2F%2Ffeeds.feedburner.com%2Faakashweb\";s:3:\"src\";s:40:\"http://www.dailyrotation.com/rss-dr2.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:8;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"CudsKS197cgjjaDfFWdVWK8alM0\";s:13:\"last-modified\";s:29:\"Tue, 03 May 2011 02:00:58 GMT\";s:4:\"date\";s:29:\"Tue, 03 May 2011 02:06:55 GMT\";s:7:\"expires\";s:29:\"Tue, 03 May 2011 02:06:55 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(9727,0,'DACD_widget','a:1:{i:2;a:12:{s:5:\"title\";s:13:\"Timberon News\";s:4:\"text\";s:0:\"\";s:9:\"emptyshow\";N;s:9:\"countshow\";s:1:\"1\";s:9:\"countwhat\";s:8:\"subposts\";s:9:\"direction\";s:10:\"horizontal\";s:6:\"sortby\";s:8:\"titleasc\";s:17:\"categorywrapwidth\";s:4:\"100%\";s:13:\"wrapformwidth\";s:4:\"100%\";s:6:\"level0\";s:51:\"News stories from Timberon and around the mountain.\";s:6:\"level1\";s:0:\"\";s:6:\"level2\";s:0:\"\";}}','yes'),(8608,0,'widget_awpcplatestads','a:4:{s:6:\"hlimit\";i:10;s:5:\"title\";s:18:\"Latest Classifieds\";s:10:\"showimages\";i:1;s:9:\"showblank\";i:1;}','yes'),(8587,0,'widget_featuredpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8588,0,'widget_childpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8512,0,'awpcp_db_version','1.8.6.4','yes'),(10833,0,'_transient_timeout_oqp_info','1303135448','no'),(10834,0,'_transient_oqp_info','O:8:\"stdClass\":18:{s:4:\"name\";s:14:\"One Quick Post\";s:4:\"slug\";s:14:\"one-quick-post\";s:7:\"version\";s:11:\"0.5.7-alpha\";s:6:\"author\";s:47:\"G.Breant\";s:14:\"author_profile\";s:53:\"http://wordpress.org/extend/plugins/profile/grosbouff\";s:12:\"contributors\";a:1:{s:8:\"G.Breant\";s:0:\"\";}s:8:\"requires\";s:3:\"3.1\";s:6:\"tested\";s:5:\"3.1.1\";s:13:\"compatibility\";a:1:{s:5:\"3.1.1\";a:1:{s:11:\"0.5.7-alpha\";a:3:{i:0;i:0;i:1;i:1;i:2;i:0;}}}s:6:\"rating\";d:66.599999999999994315658113919198513031005859375;s:11:\"num_ratings\";i:15;s:10:\"downloaded\";i:9972;s:12:\"last_updated\";s:10:\"2011-03-05\";s:5:\"added\";s:10:\"2010-06-18\";s:8:\"homepage\";s:36:\"http://dev.pellicule.org/?page_id=19\";s:8:\"sections\";a:6:{s:11:\"description\";s:1587:\"

    One Quick Post is a WordPress/BuddyPress plugin that allows you to enable frontend posting on your blog, even for guests.

    \n\n

    THIS IS AN ALPHA RELEASE. I spent a lot of time working on it. It\'s not perfect yet, but I hope to have some time soon to finish the debugging.\nMeanwhile, you can post my forum to send bugs, or donations... It will help improving the plugin.

    \n\n
    * build your custom forms. You can split a form into several steps. You can use custom post types, custom taxomies, custom fields (meta keys)...\n* Uses shortcodes to add the form into a page or post.\n* Used as core plugin of \"Your Classified Ads\" plugin.\n* BuddyPress compatible.  BuddyPress specific features are under developpement.\n* You can enable guest posting. They\'ll just have to give their name and email.\n* Ability to use captchas using the \"SI CAPTCHA Anti-Spam\" plugin.\n* Works with the WordPress roles & capabilities system : if a user send a post; will it pend or will it published ?  Is the user allowed to edit a published post ?\n* Notifications: you can enable the notifications; that will email the user when his post is pending, has been published or has been deleted.  As admin; you can write the reason of the deletion of a post in an optional box.  This would be included in the notification sent to the user.\n* ability to upload files\n* ability to mark some locations on a map from Google Maps using the \"GPress\" plugin.\n* works on multiple blogs installations (selecting the blog where you want to post on is possible) ! this feature needs more testing\n
    \";s:12:\"installation\";s:151:\"
      \n
    1. Check you have WordPress 3.0+
    2. \n
    3. Download the plugin
    4. \n
    5. Unzip and upload to plugins folder
    6. \n
    7. Activate the plugin
    8. \n
    \";s:11:\"screenshots\";s:590:\"
      \n
    1. \n \'one-quick-post\n

      Backend / main screen

      \n
    2. \n
    3. \n \'one-quick-post\n

      Backend / form creation

      \n
    4. \n
    5. \n \'one-quick-post\n

      Frontend / Example form

      \n
    6. \n
    \";s:9:\"changelog\";s:4561:\"

    0.5.7

    \n\n
      \n
    • Some bugs fixed
    • \n
    \n\n

    0.5.6

    \n\n
      \n
    • Improved Geo
    • \n
    \n\n

    0.5.5

    \n\n
      \n
    • Improved geolocation
    • \n
    • Improved notices class
    • \n
    • Improved theming
    • \n
    • Various fixes
    • \n
    • Code cleaning
    • \n
    \n\n

    0.5.4

    \n\n
      \n
    • Improved theming
    • \n
    \n\n

    0.5.3

    \n\n
      \n
    • Started BuddyPress integration
    • \n
    \n\n

    0.5.2

    \n\n
      \n
    • Fixed some bugs + code cleaning
    • \n
    \n\n

    0.5.1

    \n\n
      \n
    • Improved file upload
    • \n
    • Fixed custom field bug
    • \n
    • Changed some admin settings. Please check your form is still OK !
    • \n
    \n\n

    0.5.0

    \n\n
      \n
    • Improved geolocation
    • \n
    \n\n

    0.4.9

    \n\n
      \n
    • Comments are back when displaying a single entry (last comment still do not appear?)
    • \n
    \n\n

    0.4.8

    \n\n
      \n
    • Changed the way posts are saved. If it was a new post; OQP was unable to save some stuff (taxonomies,...) since the post ID wasn\'t known when updating that stuff.
    • \n
    \n\n

    0.4.7

    \n\n
      \n
    • Changed the way redirection is handled after post has been saved (function save_post() and function oqp_save_form_data()
    • \n
    • Fixed bug when first step is not loaded when creating a new post
    • \n
    \n\n

    0.4.6

    \n\n
      \n
    • \"Header already sent\" bug fixed
    • \n
    • Date bug fixed
    • \n
    \n\n

    0.4.5-alpha

    \n\n
      \n
    • Big update :)
    • \n
    \n\n

    0.4.4

    \n\n
      \n
    • Fixed bug when the logged user has not suffiscient role to post.
    • \n
    \n\n

    0.4.3

    \n\n
      \n
    • oqp_block() renamed to oqp_get_block
    • \n
    • fixed the way the shortcode is run (was generating before the post content; no matter where its position inside the post)
    • \n
    • Localization cleanup
    • \n
    \n\n

    0.4.2

    \n\n
      \n
    • Fixed shortcode problem
    • \n
    • Fixed post admin from frontend
    • \n
    \n\n

    0.4.1

    \n\n
      \n
    • Now retrieves guest avatar from custom meta key email (filter get_the_author_user_email)
    • \n
    • Added notifications for BuddyPress
    • \n
    \n\n

    0.3.9

    \n\n
      \n
    • Various fixes
    • \n
    • BP version currently disabled because being rewritten
    • \n
    \n\n

    0.3.8

    \n\n
      \n
    • Language localization
    • \n
    • Priority hooks corrections
    • \n
    • Buddypress compatibility still is buggy
    • \n
    \n\n

    0.3.7

    \n\n
      \n
    • Better CSS
    • \n
    • Now handles custom fields !
    • \n
    • Added a form option for Terms & Conditions before posting
    • \n
    • Added filters to add descriptions to the form fields. See FAQ.
    • \n
    \n\n

    0.3.6

    \n\n
      \n
    • BuddyPress fixes about how oqp_bp_init & oqp_init are hooked
    • \n
    \n\n

    0.3.5

    \n\n
      \n
    • Various fixes and improved the admin
    • \n
    \n\n

    0.3.4

    \n\n
      \n
    • Bugfix (yclads_maps_is_setup)
    • \n
    \n\n

    0.3.3

    \n\n
      \n
    • Lots of changes !
    • \n
    \n\n

    0.2.7

    \n\n
      \n
    • Bug fixes
    • \n
    \n\n

    0.2.6-alpha

    \n\n
      \n
    • Bug fixes about guest posting
    • \n
    \n\n

    0.2.5-alpha

    \n\n
      \n
    • Implemented simple image uploader. Will be improved.
    • \n
    \n\n

    0.2.4-alpha

    \n\n
      \n
    • Bug fix \'cannot add header information\'
    • \n
    \n\n

    0.2.3-alpha

    \n\n
      \n
    • Taxonomies bug fix
    • \n
    • Capabilities bug fix
    • \n
    \n\n

    0.2.2-alpha

    \n\n
      \n
    • Bugs fixes
    • \n
    \n\n

    0.2.1-alpha

    \n\n
      \n
    • Changed the way taxonomies can get arguments (filtering, ...)
    • \n
    \n\n

    0.2.0-alpha

    \n\n
      \n
    • Lots of bug fixes
    • \n
    • Added Captcha function
    • \n
    • Better notifications
    • \n
    • Better theming support
    • \n
    \n\n

    0.1.9-alpha

    \n\n
      \n
    • Guest posts query / url are now checking for the posts with a same guest email
    • \n
    • Bug fixes
    • \n
    \n\n

    0.1.7-alpha

    \n\n
      \n
    • Bug fix in the shortcode
    • \n
    \n\n

    0.1.6-alpha

    \n\n
      \n
    • Added expandable categories
    • \n
    • Changed the way the shortcode (& taxonomies) are handled (more flexible)
    • \n
    \n\n

    0.1.5-alpha

    \n\n
      \n
    • Tiny MCE (Wysiwyg Editor)
    • \n
    • New file structure
    • \n
    \n\n

    0.1.4-alpha

    \n\n
      \n
    • New file structure
    • \n
    • Redirection bug fixed
    • \n
    \n\n

    0.1.3-alpha

    \n\n
      \n
    • Capability bug fixed
    • \n
    \n\n

    0.1.2-alpha

    \n\n\n\n

    0.1.1-alpha

    \n\n
      \n
    • New admin option to send the user a mail when a post status changes from pending to publish
    • \n
    \n\n

    0.1-alpha

    \n\n
      \n
    • First release
    • \n
    \";s:3:\"faq\";s:1443:\"

    Notifications : When I delete a post from a user, how can I add the reason to the notification ?

    \n\n

    Add a custom field \'oqp_mod_message\' to this post. The value will be the reason why you did moderate this post. Save it, then only delete the post.\nThe reason will be included in the notification.

    \n\n

    How can I hide some fields from the form when displaying a post ?

    \n\n

    Sometimes you want the users to fill some informations when creating a post, but you don\'t want to display them once the post is published.\nFor those fields, check the option \"Disable this field when displaying the post\".\nThis can also be usefull for advanced theming.

    \n\n

    I don\'t want OQP to handle how the posts are displayed !

    \n\n

    If you want to display your posts as regular posts, uncheck the option \'Use OQP Template\' in the form settings.

    \n\n

    Advanced theming : How can I customize the way the posts are displayed ?

    \n\n

    By default, OQP uses its own template to display the posts written with it.\nThose posts are displayed using the template themes/oqp/single-oqp.php from the plugin directory.\nYou can use your own template by creating a new template in wp-content/themes/TEMPLATE/oqp/single-oqp.php, where TEMPLATE is your current template.

    \n\n

    If you need advanced theming, have a look at the function \"oqp_load_custom_template\" where you will be able to see which files & hooks are used to display the posts.

    \";s:11:\"other_notes\";s:412:\"

    Support

    \n

    Support forums

    \n

    Roadmap

    \n
      \n
    • Better BuddyPress integration
    • \n
    • Better mailing system
    • \n
    • Delete pictures
    • \n
    • Change featured thumbnail
    • \n
    \n

    Bugs

    \n
      \n
    • If the poster has not at least the contributor status; he is no more credited as author when the post is updated.
    • \n
    \";}s:13:\"download_link\";s:68:\"http://downloads.wordpress.org/plugin/one-quick-post.0.5.7-alpha.zip\";s:4:\"tags\";a:6:{s:10:\"buddypress\";s:10:\"buddypress\";s:8:\"frontend\";s:8:\"frontend\";s:5:\"guest\";s:5:\"guest\";s:4:\"post\";s:4:\"Post\";s:10:\"quick-post\";s:10:\"quick post\";s:10:\"quickpress\";s:10:\"quickpress\";}}','no'),(12120,0,'_transient_timeout_feed_mod_cb68174497b56497870e8b93ea839ea6','1304431751','no'),(12121,0,'_transient_feed_mod_cb68174497b56497870e8b93ea839ea6','1304388551','no'),(6154,0,'rpe_display_comments','on','yes'),(5936,0,'cets_embedRSS_itemcount','0','yes'),(1347,0,'dashboard_right_now','do-everything','yes'),(828,0,'post-type-dashboard-page','','yes'),(829,0,'post-type-menu-page','','yes'),(1042,0,'txfx_plt_schema_version','3','yes'),(836,0,'pl_select','on','yes'),(837,0,'pl_nofollow','off','yes'),(838,0,'pl_shortcode','off','yes'),(1349,0,'dashboard_incoming_links','level_10','yes'),(1350,0,'dashboard_plugins','edit_plugins','yes'),(1351,0,'dashboard_quick_press','level_10','yes'),(1352,0,'dashboard_recent_drafts','do-everything','yes'),(1353,0,'dashboard_primary','do-everything','yes'),(1354,0,'dashboard_secondary','do-everything','yes'),(1383,0,'dashboard_notepad','a:5:{s:5:\"notes\";s:31:\"I want to test this system now.\";s:20:\"edit_dashboard_notes\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:20:\"read_dashboard_notes\";a:6:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";i:5;s:6:\"member\";}s:13:\"notepad_title\";s:7:\"Notepad\";s:5:\"autop\";s:3:\"yes\";}','yes'),(1364,0,'technical_support','a:8:{s:13:\"provider_name\";s:13:\"Timberon.Info\";s:14:\"provider_email\";s:23:\"webmaster@timberon.info\";s:13:\"provider_logo\";s:0:\"\";s:12:\"provider_url\";s:29:\"http://www.timberon.info/blog\";s:6:\"topics\";s:178:\"Theme Layout\r\nAdmin Panel\r\nPlugin Issue\r\nCore Functionality\r\nCore Upgrade Request\r\nPlugin Upgrade Request\r\nTheme Modification Request\r\nGeneral Support\r\nOther (please state below)\";s:14:\"subject_format\";s:26:\"New Support Ticket:[title]\";s:14:\"message_format\";s:223:\"Attention! A support ticket has been submitted at[url]. Details follow:\r\n\r\nName: [firstname] [lastname] ([email])\r\nRelated to: [topic]\r\n\r\n[title]\r\n\r\n[message]\r\n\r\n~ Technical Support for WordPress (http://kovshenin.com/1992)\";i:0;b:0;}','yes'),(7563,0,'theme_mods_constructor','a:1:{i:0;b:0;}','yes'),(5840,0,'pretty-sidebar-categories-options','a:4:{s:13:\"default-style\";s:16:\"full-width-image\";s:11:\"small-image\";a:2:{i:0;s:2:\"75\";i:1;s:2:\"75\";}s:10:\"full-image\";a:2:{i:0;s:3:\"200\";i:1;s:3:\"125\";}s:9:\"hard-crop\";s:1:\"0\";}','yes'),(5717,0,'yd_cache_widget_yd_rp_949f12fb4fb1b0e89eea78d11cec4084','a:2:{s:4:\"html\";s:5:\"clear\";s:8:\"revision\";i:0;}','no'),(5720,0,'yd_cache_widget_yd_rp_19a2f3f7a4f8eb598af6c70da88811b6','a:2:{s:4:\"html\";s:5:\"clear\";s:8:\"revision\";i:0;}','no'),(5718,0,'yd_cache_widget_yd_rp_b285f20eeaa8baca827c9da14e3240b6','a:2:{s:4:\"html\";s:5:\"clear\";s:8:\"revision\";i:0;}','no'),(902,0,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(905,0,'widget_dropdown-menu','a:8:{i:2;a:0:{}i:3;a:8:{s:5:\"title\";s:0:\"\";s:4:\"type\";s:5:\"pages\";s:7:\"exclude\";s:0:\"\";s:4:\"home\";s:2:\"on\";s:5:\"login\";s:2:\"on\";s:5:\"admin\";s:2:\"on\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}i:4;a:7:{s:5:\"title\";s:4:\"Menu\";s:10:\"show_title\";s:2:\"on\";s:4:\"type\";s:5:\"pages\";s:7:\"exclude\";s:0:\"\";s:4:\"home\";s:2:\"on\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}i:5;a:8:{s:5:\"title\";s:4:\"Menu\";s:4:\"type\";s:10:\"navmenu_32\";s:7:\"exclude\";s:0:\"\";s:4:\"home\";s:2:\"on\";s:5:\"login\";s:2:\"on\";s:5:\"admin\";s:2:\"on\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"type\";s:10:\"navmenu_32\";s:7:\"exclude\";s:0:\"\";s:5:\"align\";s:4:\"left\";}i:7;a:8:{s:5:\"title\";s:0:\"\";s:4:\"type\";s:5:\"pages\";s:7:\"exclude\";s:0:\"\";s:4:\"home\";s:2:\"on\";s:5:\"login\";s:2:\"on\";s:5:\"admin\";s:2:\"on\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}i:8;a:6:{s:5:\"title\";s:8:\"dropdown\";s:10:\"show_title\";s:2:\"on\";s:4:\"type\";s:10:\"navmenu_35\";s:7:\"exclude\";s:0:\"\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}s:12:\"_multiwidget\";i:1;}','yes'),(906,0,'widget_multi-dropdown-menu','a:4:{i:2;a:0:{}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"home\";s:2:\"on\";s:5:\"pages\";s:2:\"on\";s:10:\"categories\";s:2:\"on\";s:8:\"archives\";s:2:\"on\";s:5:\"login\";s:2:\"on\";s:5:\"admin\";s:2:\"on\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}i:4;a:4:{s:5:\"title\";s:0:\"\";s:5:\"login\";s:2:\"on\";s:8:\"vertical\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}s:12:\"_multiwidget\";i:1;}','yes'),(6757,0,'shailan_dm_show_empty','true','yes'),(6843,0,'mp_version','1.9.6','yes'),(6844,0,'widget_menus_plus','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:0:\"\";s:4:\"menu\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(11248,0,'kgp_post_author_profile','

    This Guest Post is done by %kgp_author_name%

    %kgp_author_profile%

    ','yes'),(6847,0,'widget_dc_jqdrilldown_widget','a:9:{i:3;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:9:\"saveState\";s:4:\"true\";s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:4:\"link\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:0:\"\";s:10:\"includeHdr\";N;s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}i:4;a:15:{s:5:\"title\";s:8:\"Contents\";s:8:\"nav_menu\";i:35;s:9:\"saveState\";N;s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:10:\"breadcrumb\";s:9:\"resetText\";s:17:\"Back to Full Menu\";s:11:\"defaultText\";s:13:\"Select Option\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:6:\"normal\";s:10:\"hoverDelay\";s:3:\"300\";}i:5;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:9:\"saveState\";N;s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:8:\"backlink\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:13:\"Select Option\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}i:6;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:9:\"saveState\";N;s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:8:\"backlink\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:13:\"Select Option\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}i:7;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:9:\"saveState\";N;s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:8:\"backlink\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:13:\"Select Option\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}i:8;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:9:\"saveState\";s:4:\"true\";s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:10:\"breadcrumb\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:8:\"Sections\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}i:9;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:9:\"saveState\";N;s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";s:4:\"true\";s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:8:\"backlink\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:13:\"Select Option\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}i:10;a:15:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:9:\"saveState\";N;s:11:\"disableLink\";s:4:\"true\";s:9:\"showCount\";N;s:11:\"classParent\";s:9:\"dd-parent\";s:11:\"classActive\";s:6:\"active\";s:5:\"event\";s:5:\"click\";s:8:\"linkType\";s:8:\"backlink\";s:9:\"resetText\";s:3:\"All\";s:11:\"defaultText\";s:13:\"Select Option\";s:10:\"includeHdr\";s:4:\"true\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:3:\"300\";}s:12:\"_multiwidget\";i:1;}','yes'),(13998,0,'_site_transient_timeout_wporg_theme_feature_list','1305831067','yes'),(13999,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:18:{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:20:\"front-page-post-form\";i:10;s:19:\"full-width-template\";i:11;s:12:\"microformats\";i:12;s:12:\"post-formats\";i:13;s:20:\"rtl-language-support\";i:14;s:11:\"sticky-post\";i:15;s:13:\"theme-options\";i:16;s:17:\"threaded-comments\";i:17;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'),(6871,0,'feed-me-seymour','a:9:{s:10:\"site_width\";s:3:\"800\";s:14:\"sidebar_width1\";s:3:\"180\";s:14:\"sidebar_width2\";s:3:\"180\";s:16:\"sidebar_location\";s:1:\"5\";s:13:\"logo_location\";s:2:\"fl\";s:8:\"tag_line\";s:1:\"1\";s:10:\"user_login\";s:1:\"1\";s:10:\"rss_button\";s:1:\"1\";s:12:\"number_posts\";s:1:\"9\";}','yes'),(6876,0,'theme_mods_fastfood','a:10:{i:0;b:0;s:12:\"header_image\";s:82:\"http://www.timberon.info/blog/wp-content/themes/fastfood/images/headers/bamboo.jpg\";s:16:\"background_image\";s:0:\"\";s:22:\"background_image_thumb\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";s:16:\"background_color\";s:0:\"\";s:16:\"header_textcolor\";s:6:\"404040\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:32;}}','yes'),(6874,0,'theme_mods_feed-me-seymour','a:1:{i:0;b:0;}','yes'),(6877,0,'widget_ff-popular-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6878,0,'widget_ff-recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6879,0,'widget_ff-recent-commentators','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6882,0,'theme_mods_producer','a:1:{s:18:\"nav_menu_locations\";s:0:\"\";}','yes'),(6885,0,'fastfood_options','a:14:{s:13:\"fastfood_qbar\";i:1;s:18:\"fastfood_qbar_user\";i:1;s:23:\"fastfood_qbar_minilogin\";i:1;s:20:\"fastfood_qbar_reccom\";i:1;s:17:\"fastfood_qbar_cat\";i:1;s:21:\"fastfood_qbar_recpost\";i:1;s:20:\"fastfood_rsidebpages\";i:1;s:20:\"fastfood_rsidebposts\";i:1;s:20:\"fastfood_cust_comrep\";i:1;s:19:\"fastfood_mobile_css\";i:1;s:10:\"hidden_opt\";i:0;s:14:\"fastfood_jsani\";i:0;s:15:\"fastfood_tbcred\";i:0;s:7:\"version\";s:6:\"0.20.2\";}','yes'),(7493,0,'pbt_content_width','352','yes'),(7499,0,'theme_mods_twentyten','a:1:{s:12:\"header_image\";s:0:\"\";}','yes'),(9965,0,'_transient_timeout_feed_f3abd4a8763242466612cc0fa1caceb5','1302313733','no'),(9966,0,'_transient_feed_f3abd4a8763242466612cc0fa1caceb5','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"http://shailan.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"tips & resources on wordpress and web design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2011 07:44: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:\"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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-nd/3.0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://creativecommons.org/images/public/somerights20.gif\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Some Rights Reserved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:7:{i:0;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Top 5 WordPress permalink structure for SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/Gj9YeVnRNps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://shailan.com/top-5-permalink-structure-for-seo/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2011 12:39:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"permalink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"structure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2517\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1538:\"WordPress permalink structure allow us to create Search Engine Friendly page URLs in an easy way. But this structure should fit your SEO needs, otherwise Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://shailan.com/top-5-permalink-structure-for-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://shailan.com/top-5-permalink-structure-for-seo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"WordPress theme developers cheatsheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/SorJC65HmPY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://shailan.com/wordpress-theme-developers-cheatsheet/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2011 15:24:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"checklist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"infographic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"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:26:\"http://shailan.com/?p=2505\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1429:\"

    \"wordpress-cheatsheet\"

    Testking created an amazing infographic for wp theme developers. You will find anything you need while designing a theme on this graphic. Must have. (via Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://shailan.com/wordpress-theme-developers-cheatsheet/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://shailan.com/wordpress-theme-developers-cheatsheet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"How to display a “Back to parent” link on your blog pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/m3gkcPNtfRg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://shailan.com/how-to-display-a-back-to-parent-link-on-your-blog-pages/#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, 01 Apr 2011 19:43:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:8:\"Featured\";s: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:\"Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"Wordpress Tips & tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"functions.php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:10:\"navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:6:\"parent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2484\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1763:\"

    \"back_to_parent_link\"

    For a better seo, and a better user experience, you can easily add a “Back to parent” link on your pages. In this post i Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://shailan.com/how-to-display-a-back-to-parent-link-on-your-blog-pages/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://shailan.com/how-to-display-a-back-to-parent-link-on-your-blog-pages/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"New widget : Include Template Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/8n4a3_aoPkg/\";s: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:63:\"http://shailan.com/new-widget-include-template-widget/#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, 31 Mar 2011 14:38:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"Wordpress Widgets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"include\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:23:\"include-template-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:3:\"php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:6:\"widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2469\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1647:\"

    \"include-template-widget\"

    Just released a new wordpress widget. Include Template Widget is used to include any php template in your sidebar or widget areas. Using this widget, Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://shailan.com/new-widget-include-template-widget/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://shailan.com/new-widget-include-template-widget/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"How to list files in a directory using PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/7a_gG5jDkhk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://shailan.com/how-to-list-files-in-a-directory-using-php/#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, 31 Mar 2011 12:58:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:8:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"array\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"extension\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"file\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"in_array\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:6:\"is_dir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:3:\"php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:7:\"readdir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:8:\"snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2456\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1741:\"

    \"list_files_in_a_directory\"

    Using this simple snippet, you can easily get files in a directory as an array. It even allows file type filters. function stf_get_files( $directory, $filter Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://shailan.com/how-to-list-files-in-a-directory-using-php/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://shailan.com/how-to-list-files-in-a-directory-using-php/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Twitterify update 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/qX7eiBdU_EE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://shailan.com/twitterify-update-1-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 14:46:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"twitterify\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2450\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1403:\"Fixed autolinking of URIs inside code. With the 1.1 update, #twitterify will only auto-link URIs with a space or new line in front. This will Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://shailan.com/twitterify-update-1-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://shailan.com/twitterify-update-1-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"How to display latest tweet on your site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://feedproxy.google.com/~r/shailan/~3/WGgjoqf4qh4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://shailan.com/how-to-display-your-latest-tweet-on-your-site/#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, 29 Mar 2011 11:05: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:23:\"Wordpress Tips & tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"functions.php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"php\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"theme-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"tweet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2434\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1618:\"To display your latest tweet on your site just add the following function in your functions.php file. function stf_get_latest_tweet($username){ $tweet = get_option("stf_lasttweet"); $url = "http://search.twitter.com/search.atom?q=from:" Read More →
    This is a post from shailan.com.\n\n\n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://shailan.com/how-to-display-your-latest-tweet-on-your-site/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://shailan.com/how-to-display-your-latest-tweet-on-your-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:35:\"http://feeds.feedburner.com/shailan\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:7:\"shailan\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-nd/3.0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:13:\"last-modified\";s:29:\"Fri, 08 Apr 2011 13:48:07 GMT\";s:4:\"etag\";s:27:\"fzxp5QAIP2DydIzkxeS/hqN7eYM\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Fri, 08 Apr 2011 13:48:07 GMT\";s:7:\"expires\";s:29:\"Fri, 08 Apr 2011 13:48:07 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(911,0,'shailan_dm_active_theme','http://www.timberon.info/blog/wp-content/plugins/dropdown-menu-widget/themes/simple.css','yes'),(912,0,'shailan_dm_home_tag','Home','yes'),(914,0,'shailan_dm_color_menubg','#c5baba','yes'),(915,0,'shailan_dm_color_lihover','#decece','yes'),(916,0,'shailan_dm_color_link','#FFFFFF','yes'),(917,0,'shailan_dm_color_hoverlink','#FFFFFF','yes'),(918,0,'shailan_dm_overlay','flat','yes'),(919,0,'shailan_dm_type','navmenu_32','yes'),(923,0,'shailan_dm_exclude','','yes'),(924,0,'shailan_dm_align','left','yes'),(926,0,'shailan_dm_font','','yes'),(927,0,'shailan_dm_fontsize','','yes'),(928,0,'shailan_dm_custom_css','','yes'),(954,0,'widget_pages_plus','a:4:{i:2;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";s:7:\"addhome\";s:5:\"never\";}i:4;a:4:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";s:7:\"addhome\";s:3:\"pag\";}s:12:\"_multiwidget\";i:1;}','yes'),(949,0,'widget_superfish_widget','a:3:{i:2;a:0:{}i:3;a:9:{s:4:\"type\";s:5:\"Pages\";s:4:\"home\";s:2:\"on\";s:5:\"login\";s:2:\"on\";s:5:\"admin\";s:2:\"on\";s:7:\"exclude\";s:0:\"\";s:4:\"skin\";s:11:\"opacity.css\";s:5:\"style\";s:0:\"\";s:9:\"min_width\";s:4:\"10em\";s:9:\"max_width\";s:4:\"22em\";}s:12:\"_multiwidget\";i:1;}','yes'),(2593,0,'symposium_version','0.1.29.4','yes'),(1868,0,'diag_status','enabled','yes'),(1812,0,'q_cat_links','TRUE','yes'),(1813,0,'q_use_spam_filter','TRUE','yes'),(5680,0,'widget_bns-featured-category','a:4:{i:2;a:0:{}i:3;a:16:{s:5:\"title\";s:17:\"Featured Category\";s:10:\"cat_choice\";s:17:\"1,2,3,4,5,6,7,8,9\";s:10:\"show_count\";s:1:\"2\";s:14:\"use_thumbnails\";N;s:13:\"content_thumb\";s:3:\"100\";s:13:\"excerpt_thumb\";s:2:\"50\";s:9:\"show_meta\";N;s:13:\"show_comments\";N;s:9:\"show_cats\";s:2:\"on\";s:13:\"show_cat_desc\";N;s:9:\"show_tags\";N;s:11:\"only_titles\";N;s:9:\"show_full\";N;s:14:\"excerpt_length\";s:0:\"\";s:5:\"count\";N;s:11:\"use_current\";N;}i:5;a:15:{s:5:\"title\";s:17:\"Featured Category\";s:10:\"cat_choice\";s:1:\"1\";s:10:\"show_count\";s:1:\"3\";s:14:\"use_thumbnails\";s:2:\"on\";s:13:\"content_thumb\";s:3:\"100\";s:13:\"excerpt_thumb\";s:2:\"50\";s:9:\"show_meta\";N;s:13:\"show_comments\";N;s:9:\"show_cats\";N;s:13:\"show_cat_desc\";N;s:9:\"show_tags\";N;s:11:\"only_titles\";N;s:9:\"show_full\";N;s:14:\"excerpt_length\";s:0:\"\";s:5:\"count\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(6151,0,'rpe_number_posts','2','yes'),(6152,0,'rpe_date_format','F j, Y :','yes'),(6153,0,'rpe_display_date','on','yes'),(5864,0,'widget_advanced_menu','a:11:{i:2;a:0:{}i:5;a:11:{s:5:\"title\";s:9:\"Newspaper\";s:8:\"nav_menu\";i:19;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:6;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:7;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:8;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:9;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:10;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:32;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:11;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:12;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:5:\"depth\";i:0;s:12:\"only_related\";i:1;s:9:\"container\";s:0:\"\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}i:13;a:11:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:35;s:5:\"depth\";i:0;s:12:\"only_related\";i:3;s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:10:\"menu_class\";s:4:\"menu\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(5820,0,'widget_recentpostswithexcerpts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(9967,0,'_transient_timeout_feed_mod_f3abd4a8763242466612cc0fa1caceb5','1302313733','no'),(9968,0,'_transient_feed_mod_f3abd4a8763242466612cc0fa1caceb5','1302270533','no'),(9679,0,'shailan_dm_effects','true','yes'),(9680,0,'shailan_dm_effect','fade','yes'),(9681,0,'shailan_dm_effect_speed','400','yes'),(5780,0,'widget_wpdt-archives-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5781,0,'widget_wpdt-categories-widget','a:3:{i:2;a:0:{}i:3;a:30:{s:5:\"title\";s:10:\"Categories\";s:10:\"sort_order\";s:3:\"ASC\";s:6:\"sortby\";s:4:\"name\";s:7:\"oclinks\";i:1;s:8:\"uselines\";i:1;s:8:\"useicons\";i:0;s:7:\"exclude\";s:0:\"\";s:7:\"include\";s:0:\"\";s:6:\"opento\";s:0:\"\";s:11:\"closelevels\";i:1;s:11:\"folderlinks\";i:1;s:13:\"showselection\";i:1;s:15:\"opentoselection\";i:1;s:8:\"truncate\";i:0;s:5:\"cache\";i:1;s:9:\"listposts\";i:1;s:7:\"showrss\";i:1;s:10:\"hide_empty\";i:1;s:9:\"showcount\";i:1;s:10:\"allowdupes\";i:1;s:11:\"postexclude\";s:0:\"\";s:8:\"cpsortby\";s:9:\"post_date\";s:11:\"cpsortorder\";s:4:\"DESC\";s:8:\"child_of\";i:0;s:6:\"parent\";s:4:\"none\";s:6:\"number\";i:0;s:11:\"limit_posts\";i:0;s:9:\"more_link\";s:25:\"Show more (%excluded%)...\";s:8:\"treetype\";s:3:\"cat\";s:8:\"title_li\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(5729,0,'widget_advanced_category_column_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6160,0,'rpe_after_excerpt','
    ','yes'),(5782,0,'widget_wpdt-pages-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5783,0,'widget_wpdt-links-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5902,0,'_transient_timeout_rss_895a6fef0cc57461ead214388fd67e81','1299599687','no'); INSERT INTO `wp_options` VALUES (5903,0,'_transient_rss_895a6fef0cc57461ead214388fd67e81','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:14:{s:5:\"title\";s:17:\"Link Building 101\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/AS9Z0X_WRE4/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3885\";s:8:\"comments\";s:105:\"http://yoast.com/link-building-101/#utm_source=rss&utm_medium=rss&utm_campaign=link-building-101#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:101:\"http://yoast.com/link-building-101/#utm_source=rss&utm_medium=rss&utm_campaign=link-building-101feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"51\";}s:7:\"pubdate\";s:31:\"Wed, 02 Mar 2011 15:35:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:26:\"SEOLink BuildingPaid Links\";s:11:\"description\";s:729:\"

    Most people understand by now that links have a very real influence on rankings in search engines. How it works and in which ways a link can influence your ranking is often unclear though, resulting in many myths. This link building 101 tries to explain the basics of link building and to refute some of [...]

    Link Building 101 is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:8550:\"

    \"LinkMost people understand by now that links have a very real influence on rankings in search engines. How it works and in which ways a link can influence your ranking is often unclear though, resulting in many myths. This link building 101 tries to explain the basics of link building and to refute some of the myths around it.

    \n

    How does a link help your site?

    \n

    A link to your site \"helps\" in four ways:

    \n
      \n
    • It adds value to the \"receiving page\", allowing it to improve its visibility in the search engines.
    • \n
    • It adds value to the entire receiving domain, allowing each page on that domain to improve its rank ever so slightly.
    • \n
    • The text of the link is an indication to the search engine of the topic of the website and more specifically the receiving page.
    • \n
    • People click on links, resulting in so called \"direct traffic\".
    • \n
    \n

    The value of a link for the receiving page is determined in part by the topic of the page the link is on. A link from a page that has the same topic as the receiving page is of far more value than a link from a page about an entirely different topic.

    \n

    On top of that, a link from within an article is worth way more than a link from a sidebar or a footer. Furthermore the more links there are on a page, the less each individual link is worth.

    \n

    So what makes a good link?

    \n

    Imagine, you\'re working on a link building campaign and you get to choose where to place a link and what page to point it at. You\'ll have to consider the following questions:

    \n
      \n
    • How strong is the site / page that\'s going to link out?
    • \n
    • Which receiving pages on my site make most sense as far as topic is concerned?
    • \n
    • Which page of this set of sensible pages would deliver the best ROI when it\'s ranking?
    • \n
    • Which page is most sensible for the visitor of the linking page, clicking on the link?
    • \n
    \n

    The last question is often the one best to ask of yourself: link building delivers, if done well, better rankings and more direct traffic. You have to keep in mind though that in most cases those visitors coming to you directly from the other site will behave differently from people coming from the search engines. Say you get a link from a site aimed at elderly women, these people will behave drastically different from the diverse public you\'ll get from the search engine when the page starts ranking. In your design of the page, you\'ll have to account for both.

    \n

    How strong a site and/or a page is, can be judged on several criteria, PageRank being one of them, though often not very accurate. MozRank is useful at times, but the most useful and sensible check often is the following: does the page that you want a link from, rank in the top 20, 30 or even 50 for terms related to the page you\'d want it to link to? If the answer to that is yes, a link on that page is usually a good idea.

    \n

    The anchor text

    \n

    If you\'ve decided which page you\'re going to be linking to, the second question arises: which anchor text will you be using? The anchor text in itself influences two things:

    \n
      \n
    • The anchor text indicates to the search engine what the topic might be of the page the link points at and it can therefor help that receiving page rank for that term. If you want to rank for \"WordPress SEO\", you\'d want to have links to that page with anchor texts like \"WordPress SEO\", \"SEO for WordPress\", etc.
    • \n
    • The anchor text also has an effect on how many people will be clicking on the link. While from the above bullet you might have gathered that \"click here\" is a horrible anchor text, as you probably don\'t want to rank for it, it does tend to get clicked well and therefor gets you more visitors.
    • \n
    \n

    Of course, don\'t overdo this. If all links, or a too large percentage of links to your site and / or page have the same anchor text, you\'ll look like a spammer. So if you\'re actively link building, vary your anchor text.

    \n

    As you see, these are not trivial decisions, ones you have to make on a site by site and page by page basis. You don\'t always have the luxury of controlling anchor text and to be honest, that\'s a good thing; way too much sites out there would have a far over optimized \"link profile\" if they had such a level of control. Because you have to make these decisions on a site by sate basis, buying a \"backlink package\", something still far too common these days, is often a wrong decision.

    \n

    Are there any rules about links?

    \n

    There are two kinds of rules that influence SEO and thus link building. First of all, there are the rules of the search engines, with Google having said most about links. Then there\'s the law about advertising, these laws differ per country but especially within the EU they tend to have the same \"ring\".

    \n

    What Google says about links and link building

    \n

    In their article on link schemes Google gives some examples of links that can influence your ranking negatively. This deals with both links to and from your site (f.i.: don\'t link to spam sites). They\'re most clear about paid links though: they\'re a violation of their guidelines and can lead to a ban of your website.

    \n

    This isn\'t to say that such links would have an immediate negative effect. In fact, in the short term they might even boost your rankings, as quite often Google has to take manual action to discount those links, as not in all cases Google see whether a link has been paid for or not. But, especially keeping in mind the recent debacles with JC Penney and Overstock.com, both of whom have been penalized by Google and publicly scolded for their behavior by the press, this tactic is seldom worth while.

    \n

    Google recently published an article on quality links on the Google Webmaster Blog, it\'s worth reading to get their perspective.

    \n

    The law about links

    \n

    I\'ve talked about the Dutch specifics in an article on Marketingfacts recently, which in trun goes back to an article on eConsultancy: if something is an ad, it has to be visibly (for the visitor) marked as such. A paid link could under these new rules be called an ad and would therefor have to be disclosed. I don\'t see a court case just yet, but it\'s a good thing to keep in mind.

    \n

    Want to read more about link building?

    \n

    Outside of this link building 101 a lot is being written about the topic and a large part of it is, excusez le mot, crap. Because of that I\'d like to point you at some sources that I do consider worth while:

    \n
      \n
    • \n Wiep.net
      \n The blog of my fellow countryman Wiep Knol, an amicable guy and great link builder.\n
    • \n
    • \n Eric Ward aka LinkMoses
      \n When I went to my first class in high school in \'94, this guy was already doing link building. His insights are therefor based on a treasure trove of experience.\n
    • \n
    • \n LinkSpiel by Debra Mastaler
      \n She has more of a wider marketing approach to link building and is therefor very usable for each and everyone.\n
    • \n
    \n

    Link Building 101 is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:96:\"http://yoast.com/link-building-101/#utm_source=rss&utm_medium=rss&utm_campaign=link-building-101\";}s:7:\"summary\";s:729:\"

    Most people understand by now that links have a very real influence on rankings in search engines. How it works and in which ways a link can influence your ranking is often unclear though, resulting in many myths. This link building 101 tries to explain the basics of link building and to refute some of [...]

    Link Building 101 is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:8550:\"

    \"LinkMost people understand by now that links have a very real influence on rankings in search engines. How it works and in which ways a link can influence your ranking is often unclear though, resulting in many myths. This link building 101 tries to explain the basics of link building and to refute some of the myths around it.

    \n

    How does a link help your site?

    \n

    A link to your site \"helps\" in four ways:

    \n
      \n
    • It adds value to the \"receiving page\", allowing it to improve its visibility in the search engines.
    • \n
    • It adds value to the entire receiving domain, allowing each page on that domain to improve its rank ever so slightly.
    • \n
    • The text of the link is an indication to the search engine of the topic of the website and more specifically the receiving page.
    • \n
    • People click on links, resulting in so called \"direct traffic\".
    • \n
    \n

    The value of a link for the receiving page is determined in part by the topic of the page the link is on. A link from a page that has the same topic as the receiving page is of far more value than a link from a page about an entirely different topic.

    \n

    On top of that, a link from within an article is worth way more than a link from a sidebar or a footer. Furthermore the more links there are on a page, the less each individual link is worth.

    \n

    So what makes a good link?

    \n

    Imagine, you\'re working on a link building campaign and you get to choose where to place a link and what page to point it at. You\'ll have to consider the following questions:

    \n
      \n
    • How strong is the site / page that\'s going to link out?
    • \n
    • Which receiving pages on my site make most sense as far as topic is concerned?
    • \n
    • Which page of this set of sensible pages would deliver the best ROI when it\'s ranking?
    • \n
    • Which page is most sensible for the visitor of the linking page, clicking on the link?
    • \n
    \n

    The last question is often the one best to ask of yourself: link building delivers, if done well, better rankings and more direct traffic. You have to keep in mind though that in most cases those visitors coming to you directly from the other site will behave differently from people coming from the search engines. Say you get a link from a site aimed at elderly women, these people will behave drastically different from the diverse public you\'ll get from the search engine when the page starts ranking. In your design of the page, you\'ll have to account for both.

    \n

    How strong a site and/or a page is, can be judged on several criteria, PageRank being one of them, though often not very accurate. MozRank is useful at times, but the most useful and sensible check often is the following: does the page that you want a link from, rank in the top 20, 30 or even 50 for terms related to the page you\'d want it to link to? If the answer to that is yes, a link on that page is usually a good idea.

    \n

    The anchor text

    \n

    If you\'ve decided which page you\'re going to be linking to, the second question arises: which anchor text will you be using? The anchor text in itself influences two things:

    \n
      \n
    • The anchor text indicates to the search engine what the topic might be of the page the link points at and it can therefor help that receiving page rank for that term. If you want to rank for \"WordPress SEO\", you\'d want to have links to that page with anchor texts like \"WordPress SEO\", \"SEO for WordPress\", etc.
    • \n
    • The anchor text also has an effect on how many people will be clicking on the link. While from the above bullet you might have gathered that \"click here\" is a horrible anchor text, as you probably don\'t want to rank for it, it does tend to get clicked well and therefor gets you more visitors.
    • \n
    \n

    Of course, don\'t overdo this. If all links, or a too large percentage of links to your site and / or page have the same anchor text, you\'ll look like a spammer. So if you\'re actively link building, vary your anchor text.

    \n

    As you see, these are not trivial decisions, ones you have to make on a site by site and page by page basis. You don\'t always have the luxury of controlling anchor text and to be honest, that\'s a good thing; way too much sites out there would have a far over optimized \"link profile\" if they had such a level of control. Because you have to make these decisions on a site by sate basis, buying a \"backlink package\", something still far too common these days, is often a wrong decision.

    \n

    Are there any rules about links?

    \n

    There are two kinds of rules that influence SEO and thus link building. First of all, there are the rules of the search engines, with Google having said most about links. Then there\'s the law about advertising, these laws differ per country but especially within the EU they tend to have the same \"ring\".

    \n

    What Google says about links and link building

    \n

    In their article on link schemes Google gives some examples of links that can influence your ranking negatively. This deals with both links to and from your site (f.i.: don\'t link to spam sites). They\'re most clear about paid links though: they\'re a violation of their guidelines and can lead to a ban of your website.

    \n

    This isn\'t to say that such links would have an immediate negative effect. In fact, in the short term they might even boost your rankings, as quite often Google has to take manual action to discount those links, as not in all cases Google see whether a link has been paid for or not. But, especially keeping in mind the recent debacles with JC Penney and Overstock.com, both of whom have been penalized by Google and publicly scolded for their behavior by the press, this tactic is seldom worth while.

    \n

    Google recently published an article on quality links on the Google Webmaster Blog, it\'s worth reading to get their perspective.

    \n

    The law about links

    \n

    I\'ve talked about the Dutch specifics in an article on Marketingfacts recently, which in trun goes back to an article on eConsultancy: if something is an ad, it has to be visibly (for the visitor) marked as such. A paid link could under these new rules be called an ad and would therefor have to be disclosed. I don\'t see a court case just yet, but it\'s a good thing to keep in mind.

    \n

    Want to read more about link building?

    \n

    Outside of this link building 101 a lot is being written about the topic and a large part of it is, excusez le mot, crap. Because of that I\'d like to point you at some sources that I do consider worth while:

    \n
      \n
    • \n Wiep.net
      \n The blog of my fellow countryman Wiep Knol, an amicable guy and great link builder.\n
    • \n
    • \n Eric Ward aka LinkMoses
      \n When I went to my first class in high school in \'94, this guy was already doing link building. His insights are therefor based on a treasure trove of experience.\n
    • \n
    • \n LinkSpiel by Debra Mastaler
      \n She has more of a wider marketing approach to link building and is therefor very usable for each and everyone.\n
    • \n
    \n

    Link Building 101 is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:1;a:14:{s:5:\"title\";s:47:\"11 Top WordPress Plugins Every Blog Should Have\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/jChO-krtxVY/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=1133\";s:8:\"comments\";s:113:\"http://yoast.com/top-wordpress-plugins/#utm_source=rss&utm_medium=rss&utm_campaign=top-wordpress-plugins#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:109:\"http://yoast.com/top-wordpress-plugins/#utm_source=rss&utm_medium=rss&utm_campaign=top-wordpress-pluginsfeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:3:\"205\";}s:7:\"pubdate\";s:31:\"Wed, 16 Feb 2011 14:00:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:9:\"WordPress\";s:11:\"description\";s:768:\"

    WordPress in itself is a decent system but it can be made into a rock solid blogging beast. Adding plugins can make WordPress into the Swiss Army Knife of blogging: just pull out whatever functionality you need for your specific blog! Many people have asked me for my list of top WordPress plugins. Of course [...]

    11 Top WordPress Plugins Every Blog Should Have is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:6727:\"

    \"TheWordPress in itself is a decent system but it can be made into a rock solid blogging beast. Adding plugins can make WordPress into the Swiss Army Knife of blogging: just pull out whatever functionality you need for your specific blog!

    \n

    Many people have asked me for my list of top WordPress plugins. Of course I\'ve written quite a few WordPress plugins myself, but I\'d thought I\'d share with you what I use and recommond as the top WordPress plugins for just about any site I build, analyze & optimize.

    \n
      \n
    1. W3 Total Cache
      \nI seriously cannot live without this plugin, as it makes the sites I build perform to my expectations, instead of slowly crawling. And yes, I think every site should be cached to get the maximum performance for each and every user, not just when you start hitting social sites.
    2. \n
    3. Google Analytics for WordPress
      \nWhile it\'s my own plugin I seriously recommend everybody use this for tracking their blogs visitors, it does \"standard tracking\", but it helps as well with analyzing 404 errors, seeing how authors perform, and much much more.
    4. \n
    5. pageMash
      \nMy site uses a lot of pages to get the site structure I want, and sometimes you want to move around some pages. The default WordPress way of doing that is hard (you have to give each page a menu order by hand) but pageMash is excellent for that, with a nice Ajaxy interface in which you can just drag and drop pages. Have a look (click for larger image):
      \n\"Pagemash,
      \nI\'ve been using PageMash for years, in fact it was in my original Top WordPress Plugins post back in October 2008. On some sites though, I\'ve replaced it with CMS Tree Page View, which also has a great interface and was a bit easier to work with on sites with even more pages.
    6. \n
    7. Redirection
      \n
      Adding in redirects in WordPress is, well, impossible. Redirection makes it possible and for that sole reason is with me on most of my sites. After having some issues with it at first with 3.0 it seems to be working flawlessly again, and I couldn\'t imagine running a blog without it yet.
    8. \n
    9. WP-DBManager
      \n
      Not only is this plugin perfect for doing automated backups, it can also do things like database optimization and the admin pages for it allow you to do the occasional query from within WordPress!
    10. \n
    11. VaultPress
      \n
      I used to rely on all sorts of plugins to do my security, now I just rely on VaultPress. It makes backups of your blog, checks your site for weird anomalies and fixes them as you go along happily blogging. If you make money from your site and / or it\'s worth a lot to you, don\'t miss this one.
    12. \n
    13. Clean Notifications
      \nThere are a couple of things in WordPress that have annoyed me from the start and one of them are the emails it sends out for comments, pingbacks etc. Clean Notifications, another one of those top WordPress plugins that has been with me for what seems like ages, cleans those up nicely and turns the emails into nice readable emails without clutter.
    14. \n
    15. Comment e-mail verification
      \nI don\'t like adding hoops for people to jump through when they\'re leaving a comment on my site, but I have recently started requiring people to verify their email address once they leave their first comment. It\'s helped me heaps in controlling spam on my blog, and the comment e-mail verification plugin is the plugin that allows me to do that. Read more on my comment flow here: preventing anonymous comments in WordPress.
    16. \n
    17. MediaRSS
      \nOne of those plugins that you never \"see\" but should always be quietly there, doing it\'s work, is MediaRSS. It adds MediaRSS tags to your RSS feed, making the first image in the post the thumbnail for services that support it and other things. A simple one without any configuration needs: install, and go!
    18. \n
    19. Blackbird Pie
      \nSo many conversations get started on Twitter these days that you often want to refer back to them in your blogposts. Just linking to a tweet is such a bland method of doing that though, when Blackbird Pie makes it really easy to do it so much smoother. Check out this tweet about my WordPress SEO plugin, for instance: 

      \n

      That looks pretty darn cool, don\'t you think?

    20. \n
    21. WordPress SEO plugin
      \n
      Last but not least is my own WordPress SEO plugin. While it\'s still in beta and will do far more when it\'s completely done, it\'s already the best SEO plugin out there, in my own humble opinion of course. I use it literally everywhere.
    22. \n
    \n

    Note: if you think: there are a LOT of comments on this post, that\'s true. The original version of this post was published in 2008, I just decided to update and re-post!

    \n

    11 Top WordPress Plugins Every Blog Should Have is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:104:\"http://yoast.com/top-wordpress-plugins/#utm_source=rss&utm_medium=rss&utm_campaign=top-wordpress-plugins\";}s:7:\"summary\";s:768:\"

    WordPress in itself is a decent system but it can be made into a rock solid blogging beast. Adding plugins can make WordPress into the Swiss Army Knife of blogging: just pull out whatever functionality you need for your specific blog! Many people have asked me for my list of top WordPress plugins. Of course [...]

    11 Top WordPress Plugins Every Blog Should Have is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:6727:\"

    \"TheWordPress in itself is a decent system but it can be made into a rock solid blogging beast. Adding plugins can make WordPress into the Swiss Army Knife of blogging: just pull out whatever functionality you need for your specific blog!

    \n

    Many people have asked me for my list of top WordPress plugins. Of course I\'ve written quite a few WordPress plugins myself, but I\'d thought I\'d share with you what I use and recommond as the top WordPress plugins for just about any site I build, analyze & optimize.

    \n
      \n
    1. W3 Total Cache
      \nI seriously cannot live without this plugin, as it makes the sites I build perform to my expectations, instead of slowly crawling. And yes, I think every site should be cached to get the maximum performance for each and every user, not just when you start hitting social sites.
    2. \n
    3. Google Analytics for WordPress
      \nWhile it\'s my own plugin I seriously recommend everybody use this for tracking their blogs visitors, it does \"standard tracking\", but it helps as well with analyzing 404 errors, seeing how authors perform, and much much more.
    4. \n
    5. pageMash
      \nMy site uses a lot of pages to get the site structure I want, and sometimes you want to move around some pages. The default WordPress way of doing that is hard (you have to give each page a menu order by hand) but pageMash is excellent for that, with a nice Ajaxy interface in which you can just drag and drop pages. Have a look (click for larger image):
      \n\"Pagemash,
      \nI\'ve been using PageMash for years, in fact it was in my original Top WordPress Plugins post back in October 2008. On some sites though, I\'ve replaced it with CMS Tree Page View, which also has a great interface and was a bit easier to work with on sites with even more pages.
    6. \n
    7. Redirection
      \n
      Adding in redirects in WordPress is, well, impossible. Redirection makes it possible and for that sole reason is with me on most of my sites. After having some issues with it at first with 3.0 it seems to be working flawlessly again, and I couldn\'t imagine running a blog without it yet.
    8. \n
    9. WP-DBManager
      \n
      Not only is this plugin perfect for doing automated backups, it can also do things like database optimization and the admin pages for it allow you to do the occasional query from within WordPress!
    10. \n
    11. VaultPress
      \n
      I used to rely on all sorts of plugins to do my security, now I just rely on VaultPress. It makes backups of your blog, checks your site for weird anomalies and fixes them as you go along happily blogging. If you make money from your site and / or it\'s worth a lot to you, don\'t miss this one.
    12. \n
    13. Clean Notifications
      \nThere are a couple of things in WordPress that have annoyed me from the start and one of them are the emails it sends out for comments, pingbacks etc. Clean Notifications, another one of those top WordPress plugins that has been with me for what seems like ages, cleans those up nicely and turns the emails into nice readable emails without clutter.
    14. \n
    15. Comment e-mail verification
      \nI don\'t like adding hoops for people to jump through when they\'re leaving a comment on my site, but I have recently started requiring people to verify their email address once they leave their first comment. It\'s helped me heaps in controlling spam on my blog, and the comment e-mail verification plugin is the plugin that allows me to do that. Read more on my comment flow here: preventing anonymous comments in WordPress.
    16. \n
    17. MediaRSS
      \nOne of those plugins that you never \"see\" but should always be quietly there, doing it\'s work, is MediaRSS. It adds MediaRSS tags to your RSS feed, making the first image in the post the thumbnail for services that support it and other things. A simple one without any configuration needs: install, and go!
    18. \n
    19. Blackbird Pie
      \nSo many conversations get started on Twitter these days that you often want to refer back to them in your blogposts. Just linking to a tweet is such a bland method of doing that though, when Blackbird Pie makes it really easy to do it so much smoother. Check out this tweet about my WordPress SEO plugin, for instance: 

      \n

      That looks pretty darn cool, don\'t you think?

    20. \n
    21. WordPress SEO plugin
      \n
      Last but not least is my own WordPress SEO plugin. While it\'s still in beta and will do far more when it\'s completely done, it\'s already the best SEO plugin out there, in my own humble opinion of course. I use it literally everywhere.
    22. \n
    \n

    Note: if you think: there are a LOT of comments on this post, that\'s true. The original version of this post was published in 2008, I just decided to update and re-post!

    \n

    11 Top WordPress Plugins Every Blog Should Have is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:2;a:14:{s:5:\"title\";s:41:\"Intelligent Site Structure for better SEO\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/O1zkLLaO1xo/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3847\";s:8:\"comments\";s:107:\"http://yoast.com/site-structure-seo/#utm_source=rss&utm_medium=rss&utm_campaign=site-structure-seo#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:103:\"http://yoast.com/site-structure-seo/#utm_source=rss&utm_medium=rss&utm_campaign=site-structure-seofeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"54\";}s:7:\"pubdate\";s:31:\"Wed, 09 Feb 2011 14:00:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:3:\"SEO\";s:11:\"description\";s:756:\"

    Search engines are still one of the most important traffic drivers to sites these days, which is why Search Engine Optimization (SEO) is incredibly important. While SEO is often thought to be just a set of some technical tricks - and as a professional SEO, I confess to spending a lot of time with clients [...]

    Intelligent Site Structure for better SEO is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:12636:\"

    Search engines are still one of the most important traffic drivers to sites these days, which is why Search Engine Optimization (SEO) is incredibly important. While SEO is often thought to be just a set of some technical tricks - and as a professional SEO, I confess to spending a lot of time with clients fixing technical issues - a site\'s structure, is just as important. Your site\'s structure determines whether a search engine understands what the topic of your site is and how easily it will find and index content relevant to your site\'s purpose and intent.

    \n

    By creating a good structure, you can use the content you\'ve written that has attracted links from others, and use your site\'s structure to spread some of that \"linkjuice\" to the other pages on your site. On a commercial site, that means that you can use the quality content you\'ve written to boost the search engine rankings of your sales pages too. Did I get your attention now? Ok, now we\'ve covered what and why, let\'s get on to how.

    \n

    Developing a good site structure

    \n

    When developing a new site, or restructuring an existing one, it helps to draw out your site\'s structure in something like Visio, or even putting it in Excel. What you\'ll want to do is put all the pages and sections in there as a tree, something like that shown in Figure 1 (based on my own old site structure):

    \n
    \"a

    Figure 1: A typical site structure

    \n

    Now as you can see this structure is unbalanced, as the Code section constitutes more than half of the entire site. You should make sure your site structure looks like a reasonably balanced pyramid. I\'d advise you to have something between 2 and 7 main sections, depending on how content heavy your site is, and no section should be more than twice as large as any other section.

    \n

    As well as the code section being way too big, there\'s another couple of points to consider about Figure 1. First, there are three pages that are basically about me: \"About Me\", \"Projects\" and \"Websites\". In addition, upon checking out my site statistics I found that the WordPress pages were responsible for about 30% of my site traffic, yet they were down on the third and fourth level.

    \n

    The benefit of using a tool like Visio or OmniGraffle, as I did, is that it\'s quite easy to rearrange stuff, and it\'s easy to get a good \"feel\" for whether the new structure is going to work. I\'ve often used a desk or a wall and a lot of post-it notes for this purpose too, and that has also worked fine for me.

    \n

    So I started to rearrange the sections and came up with the section structure seen in Figure 2.

    \n
    \"improve

    Figure 2: A more refined section structure.

    \n

    As you can see I decided to move some pages \"up\" the tree, and I removed some pages. When you\'re rethinking your site structure you\'ll often find that some pages are not really beneficial to your users. Deleting them is the best thing you can do if that\'s the case.

    \n

    Another choice I made was to move the blog to the homepage. My homepage was utter nonsense, and basically yet another \"About Me\" page. And though I like myself, that\'s not what I was hoping people came to my site for. My blog is the basis of my site, so I decided to make it the cornerstone of this structure too.

    \n

    Naming your sections

    \n

    Once you\'re satisfied with your site structure, have a look at the names you\'ve come up with for your sections. If you have enough content about a subject for it to be able to have its own section, you can bet people are searching for it as well. That\'s why it\'s very wise to make sure your section names use the keywords people are searching for!

    \n

    For example, if you\'re like me and you\'ve written WordPress plugins and created a section for them, you should not call that section \"WordPress\". What would you search for? \"WordPress plugins\", right? So name it that (which doesn\'t mean you can\'t call it WordPress in your menu structure if that works better, just make sure the page title and breadcrumb links are \"WordPress plugins\"). You can do quite a bit of research on which keywords people search for. Some freely available tools are:

    \n\n

    Pick the right names for your sections and subsections, and you\'re halfway there. Now use the same techniques to pick the titles for your pages, and make sure to keep them short and clean. My sections now have names as shown in Figure 3.

    \n
    \"Site

    Figure 3: Site Structure with Sensible section names.

    \n

    Now we\'ve covered the two most important parts of defining your site structure, we\'ll turn our attention to some other important points to consider.

    \n

    Other Things to keep in mind

    \n

    There are another couple of things to keep in mind when working out the structure of your site.

    \n

    Forums, and other user-controlled content: If one part of your site is producing way more content then another part, and the quality of that highly productive part is poorer, you may not wish to mix the two. For instance, let\'s say your front page is like A List Apart, updating every few weeks with very high quality articles gathering loads of links. Another section of your site is your forums section, which produces loads of new threads every day, of questionable quality.

    \n

    Your forum is probably going to deteriorate the rankings for your front page, because you\'re constantly \"flowing\" ranking strength from your high quality front page into your forums. So the best thing you can do with them is move them to a subdomain of your site.

    \n

    This is less of a problem when you have a blog on your site, which you control. The quality of that will be less questionable, and you may want those blogposts to rank well.

    \n

    Redundant categories and tags: Sooner or later you\'re going to fall into this trap - I know I have - of having multiple categories on your site/blog, and constantly assigning the same two categories to certain posts. Let\'s say you have the \"browsers\" and \"Opera\" categories, and Opera is the only browser you write about. Now when you look at the category overview page for the \"browsers\" category, you will be seeing the exact same content as when you look at the \"Opera\" category page - the two tags are basically redundant.

    \n

    When you\'re using tags, this happens even more. You\'re probably wondering \"what\'s wrong with that?\" Well, let\'s say a few people wanted to link to all those posts, because they liked them so much. You\'ve just lost control over which category they will link to - the first one might pick the \"browsers\" category, and the second person might pick the \"Opera\" category. If this happens multiple times, you\'re \"throwing away\" good links.

    \n

    Let\'s say you have 2 links to your \"browsers\" category page, and 2 links to your \"Opera\" category page. A less popular competitor has 3 links to his single \"browser category\" page, because he doesn\'t have a redundant \"Opera\" category. In a real simple world where every link is equal, your competitor would now rank above you.

    \n

    It\'s very important to make sure you\'re not showing the same content on multiple pages, because that\'s not helping your rankings.

    \n

    Internal link structure

    \n

    If you did it all right with your new site structure, it should look like a pyramid. Now you should consider how you\'re going to connect the sections of this pyramid together. Look at those sections as small pyramids inside your larger pyramid. Each page in the top of that pyramid should link to all its sub pages, and the other way around.

    \n

    Because you\'re linking from pages that are closely related to each other content-wise, you\'re increasing your site\'s possibility to rank. You\'re \"helping\" the search engine out by showing it what\'s related and what isn\'t.

    \n

    Take figure 4 as an example.

    \n
    \"Link

    Figure 4: You also need to consider how the pages link to each other within each section.

    \n

    You should make sure you keep your links between each page relevant to those pages. For example, if you linked from subpage 3 to plugin 2 all the time, the search engine might think that subpage 3 was related to plugin 2, whereas it\'s only related to plugin 4.

    \n

    From your new site structure to URLs

    \n

    Once you\'ve created your new site structure, you can go forth and create the URLs for this structure. Each page\'s URL should describe the content of that page, yet be as short as possible. If you have determined what keywords you want to rank for, you might include the most important ones in your URLs.

    \n

    Things to keep in mind while implementing your new URLs

    \n
      \n
    • If you\'re using multiple words, separate them with hyphens.
    • \n
    • Mixed case URLs are an absolute no-no, as Unix and Linux servers are case sensitive. Having mixed case URLs drastically increases the
      \npossibility of typos - have you ever tried remember a URL that /LoOks/LiKe/ThiS/ ?
    • \n
    • Numbers might be easy for your CMS, but not for your users. Remembering a URL with a number in it is hard, so the chance people will remember
      \nit and link to it is smaller - don\'t use numbers in URLs.
    • \n
    • Make URLs guessable if you can. If people can remember your URLs they can also talk about it with their friends more easily.
    • \n
    • Make sure you redirect all your old pages to their new equivalents using 301 redirects. A 301 redirect is a permanent redirect, and this way
      \nsearch engines will move all the link value from the old URL to the new one.
    • \n
    • Make sure content is available under one URL and one URL only, for example by implementing print stylesheets on your pages. There\'s no valid reason anymore to have a different page for printing purposes because all major browsers support print stylesheets.
    • \n
    \n

    For more info on URLs and the problems they can cause, see my article on duplicate content.

    \n

    Conclusion: work on your site structure

    \n

    A good site structure is a requirement for Search Engine Optimization. It allows both your users and search engines to find content within your site more easily. A good structure is well categorized, and pages within it only link to other pages on the same topic.

    \n

    Using the right URLs for the pages within that site structure increases the chance that people will remember and link to your URL, and heavily increases your ability to rank in the search engines as well.

    \n

    Note: I originally wrote this article in October 2007 for dev.opera.com. When I came to the conclusion I needed an article on the topic, I found this old one. Nothing has changed since it\'s appearance, so other than adding a a few reference links here and there, I\'ve not changed a thing.

    \n

    Intelligent Site Structure for better SEO is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:98:\"http://yoast.com/site-structure-seo/#utm_source=rss&utm_medium=rss&utm_campaign=site-structure-seo\";}s:7:\"summary\";s:756:\"

    Search engines are still one of the most important traffic drivers to sites these days, which is why Search Engine Optimization (SEO) is incredibly important. While SEO is often thought to be just a set of some technical tricks - and as a professional SEO, I confess to spending a lot of time with clients [...]

    Intelligent Site Structure for better SEO is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:12636:\"

    Search engines are still one of the most important traffic drivers to sites these days, which is why Search Engine Optimization (SEO) is incredibly important. While SEO is often thought to be just a set of some technical tricks - and as a professional SEO, I confess to spending a lot of time with clients fixing technical issues - a site\'s structure, is just as important. Your site\'s structure determines whether a search engine understands what the topic of your site is and how easily it will find and index content relevant to your site\'s purpose and intent.

    \n

    By creating a good structure, you can use the content you\'ve written that has attracted links from others, and use your site\'s structure to spread some of that \"linkjuice\" to the other pages on your site. On a commercial site, that means that you can use the quality content you\'ve written to boost the search engine rankings of your sales pages too. Did I get your attention now? Ok, now we\'ve covered what and why, let\'s get on to how.

    \n

    Developing a good site structure

    \n

    When developing a new site, or restructuring an existing one, it helps to draw out your site\'s structure in something like Visio, or even putting it in Excel. What you\'ll want to do is put all the pages and sections in there as a tree, something like that shown in Figure 1 (based on my own old site structure):

    \n
    \"a

    Figure 1: A typical site structure

    \n

    Now as you can see this structure is unbalanced, as the Code section constitutes more than half of the entire site. You should make sure your site structure looks like a reasonably balanced pyramid. I\'d advise you to have something between 2 and 7 main sections, depending on how content heavy your site is, and no section should be more than twice as large as any other section.

    \n

    As well as the code section being way too big, there\'s another couple of points to consider about Figure 1. First, there are three pages that are basically about me: \"About Me\", \"Projects\" and \"Websites\". In addition, upon checking out my site statistics I found that the WordPress pages were responsible for about 30% of my site traffic, yet they were down on the third and fourth level.

    \n

    The benefit of using a tool like Visio or OmniGraffle, as I did, is that it\'s quite easy to rearrange stuff, and it\'s easy to get a good \"feel\" for whether the new structure is going to work. I\'ve often used a desk or a wall and a lot of post-it notes for this purpose too, and that has also worked fine for me.

    \n

    So I started to rearrange the sections and came up with the section structure seen in Figure 2.

    \n
    \"improve

    Figure 2: A more refined section structure.

    \n

    As you can see I decided to move some pages \"up\" the tree, and I removed some pages. When you\'re rethinking your site structure you\'ll often find that some pages are not really beneficial to your users. Deleting them is the best thing you can do if that\'s the case.

    \n

    Another choice I made was to move the blog to the homepage. My homepage was utter nonsense, and basically yet another \"About Me\" page. And though I like myself, that\'s not what I was hoping people came to my site for. My blog is the basis of my site, so I decided to make it the cornerstone of this structure too.

    \n

    Naming your sections

    \n

    Once you\'re satisfied with your site structure, have a look at the names you\'ve come up with for your sections. If you have enough content about a subject for it to be able to have its own section, you can bet people are searching for it as well. That\'s why it\'s very wise to make sure your section names use the keywords people are searching for!

    \n

    For example, if you\'re like me and you\'ve written WordPress plugins and created a section for them, you should not call that section \"WordPress\". What would you search for? \"WordPress plugins\", right? So name it that (which doesn\'t mean you can\'t call it WordPress in your menu structure if that works better, just make sure the page title and breadcrumb links are \"WordPress plugins\"). You can do quite a bit of research on which keywords people search for. Some freely available tools are:

    \n\n

    Pick the right names for your sections and subsections, and you\'re halfway there. Now use the same techniques to pick the titles for your pages, and make sure to keep them short and clean. My sections now have names as shown in Figure 3.

    \n
    \"Site

    Figure 3: Site Structure with Sensible section names.

    \n

    Now we\'ve covered the two most important parts of defining your site structure, we\'ll turn our attention to some other important points to consider.

    \n

    Other Things to keep in mind

    \n

    There are another couple of things to keep in mind when working out the structure of your site.

    \n

    Forums, and other user-controlled content: If one part of your site is producing way more content then another part, and the quality of that highly productive part is poorer, you may not wish to mix the two. For instance, let\'s say your front page is like A List Apart, updating every few weeks with very high quality articles gathering loads of links. Another section of your site is your forums section, which produces loads of new threads every day, of questionable quality.

    \n

    Your forum is probably going to deteriorate the rankings for your front page, because you\'re constantly \"flowing\" ranking strength from your high quality front page into your forums. So the best thing you can do with them is move them to a subdomain of your site.

    \n

    This is less of a problem when you have a blog on your site, which you control. The quality of that will be less questionable, and you may want those blogposts to rank well.

    \n

    Redundant categories and tags: Sooner or later you\'re going to fall into this trap - I know I have - of having multiple categories on your site/blog, and constantly assigning the same two categories to certain posts. Let\'s say you have the \"browsers\" and \"Opera\" categories, and Opera is the only browser you write about. Now when you look at the category overview page for the \"browsers\" category, you will be seeing the exact same content as when you look at the \"Opera\" category page - the two tags are basically redundant.

    \n

    When you\'re using tags, this happens even more. You\'re probably wondering \"what\'s wrong with that?\" Well, let\'s say a few people wanted to link to all those posts, because they liked them so much. You\'ve just lost control over which category they will link to - the first one might pick the \"browsers\" category, and the second person might pick the \"Opera\" category. If this happens multiple times, you\'re \"throwing away\" good links.

    \n

    Let\'s say you have 2 links to your \"browsers\" category page, and 2 links to your \"Opera\" category page. A less popular competitor has 3 links to his single \"browser category\" page, because he doesn\'t have a redundant \"Opera\" category. In a real simple world where every link is equal, your competitor would now rank above you.

    \n

    It\'s very important to make sure you\'re not showing the same content on multiple pages, because that\'s not helping your rankings.

    \n

    Internal link structure

    \n

    If you did it all right with your new site structure, it should look like a pyramid. Now you should consider how you\'re going to connect the sections of this pyramid together. Look at those sections as small pyramids inside your larger pyramid. Each page in the top of that pyramid should link to all its sub pages, and the other way around.

    \n

    Because you\'re linking from pages that are closely related to each other content-wise, you\'re increasing your site\'s possibility to rank. You\'re \"helping\" the search engine out by showing it what\'s related and what isn\'t.

    \n

    Take figure 4 as an example.

    \n
    \"Link

    Figure 4: You also need to consider how the pages link to each other within each section.

    \n

    You should make sure you keep your links between each page relevant to those pages. For example, if you linked from subpage 3 to plugin 2 all the time, the search engine might think that subpage 3 was related to plugin 2, whereas it\'s only related to plugin 4.

    \n

    From your new site structure to URLs

    \n

    Once you\'ve created your new site structure, you can go forth and create the URLs for this structure. Each page\'s URL should describe the content of that page, yet be as short as possible. If you have determined what keywords you want to rank for, you might include the most important ones in your URLs.

    \n

    Things to keep in mind while implementing your new URLs

    \n
      \n
    • If you\'re using multiple words, separate them with hyphens.
    • \n
    • Mixed case URLs are an absolute no-no, as Unix and Linux servers are case sensitive. Having mixed case URLs drastically increases the
      \npossibility of typos - have you ever tried remember a URL that /LoOks/LiKe/ThiS/ ?
    • \n
    • Numbers might be easy for your CMS, but not for your users. Remembering a URL with a number in it is hard, so the chance people will remember
      \nit and link to it is smaller - don\'t use numbers in URLs.
    • \n
    • Make URLs guessable if you can. If people can remember your URLs they can also talk about it with their friends more easily.
    • \n
    • Make sure you redirect all your old pages to their new equivalents using 301 redirects. A 301 redirect is a permanent redirect, and this way
      \nsearch engines will move all the link value from the old URL to the new one.
    • \n
    • Make sure content is available under one URL and one URL only, for example by implementing print stylesheets on your pages. There\'s no valid reason anymore to have a different page for printing purposes because all major browsers support print stylesheets.
    • \n
    \n

    For more info on URLs and the problems they can cause, see my article on duplicate content.

    \n

    Conclusion: work on your site structure

    \n

    A good site structure is a requirement for Search Engine Optimization. It allows both your users and search engines to find content within your site more easily. A good structure is well categorized, and pages within it only link to other pages on the same topic.

    \n

    Using the right URLs for the pages within that site structure increases the chance that people will remember and link to your URL, and heavily increases your ability to rank in the search engines as well.

    \n

    Note: I originally wrote this article in October 2007 for dev.opera.com. When I came to the conclusion I needed an article on the topic, I found this old one. Nothing has changed since it\'s appearance, so other than adding a a few reference links here and there, I\'ve not changed a thing.

    \n

    Intelligent Site Structure for better SEO is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:3;a:14:{s:5:\"title\";s:26:\"HTML Sitemap for WordPress\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/VYbj8voGxvQ/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3839\";s:8:\"comments\";s:115:\"http://yoast.com/html-sitemap-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=html-sitemap-wordpress#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:111:\"http://yoast.com/html-sitemap-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=html-sitemap-wordpressfeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"62\";}s:7:\"pubdate\";s:31:\"Tue, 08 Feb 2011 11:10:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:45:\"SEOWordPressusabilityWordPress SEOXML Sitemap\";s:11:\"description\";s:733:\"

    HTML sitemaps (as opposed to XML sitemaps) are often mentioned as being useful for SEO. They certainly are if you use them wisely (and especially Bing seems to like them at times), but I like them even more for the fact that users like them a lot. There\'s plenty of plugins out there that will [...]

    HTML Sitemap for WordPress is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:5787:\"

    HTML sitemaps (as opposed to XML sitemaps) are often mentioned as being useful for SEO. They certainly are if you use them wisely (and especially Bing seems to like them at times), but I like them even more for the fact that users like them a lot.

    \n

    There\'s plenty of plugins out there that will help you make an HTML sitemap. It\'s not a feature in my WordPress SEO plugin just yet, but it might become one. The issue is though, that in most cases, you\'ll want to do specific things with your sitemaps, include or exclude certain pages / post types, show certain taxonomies, etc. That\'s why I tend to advice people to create a Sitemap Page template in their theme and use that.

    \n

    In fact, I advise you to use a theme partial, so you can reuse your HTML sitemap template on your WordPress 404 error pages too. To do that, follow these steps: first of all, create a partials folder within your theme folder. In that partials folder, create a file called sitemap.php.

    \n

    Paste the following code into that file and adapt as needed for your site:

    \n\n
    <h2 id="authors">Authors</h2>\n<ul>\n<?php \nwp_list_authors( \n  array(\n    \'exclude_admin\' => false,\n  )\n); \n?>\n</ul>\n \n<h2 id="pages">Pages</h2>\n<ul>\n<?php\n// Add pages you\'d like to exclude in the exclude here\nwp_list_pages( \n  array(\n    \'exclude\' => \'\',\n    \'title_li\' => \'\',\n  )\n);\n?>\n</ul>\n \n<h2 id="posts">Posts</h2>\n<ul>\n<?php\n// Add categories you\'d like to exclude in the exclude here\n$cats = get_categories(\'exclude=\');\nforeach ($cats as $cat) {\n  echo "<li><h3>".$cat->cat_name."</h3>";\n  echo "<ul>";\n  query_posts(\'posts_per_page=-1&cat=\'.$cat->cat_ID);\n  while(have_posts()) {\n    the_post();\n    $category = get_the_category();\n    // Only display a post link once, even if it\'s in multiple categories\n    if ($category[0]->cat_ID == $cat->cat_ID) {\n      echo \'<li><a href="\'.get_permalink().\'">\'.get_the_title().\'</a></li>\';\n    }\n  }\n  echo "</ul>";\n  echo "</li>";\n}\n?>\n</ul>
    \n\n

    Now, wherever you need that HTML sitemap \"bit\" in your WordPress theme, use this:

    \n\n
    <?php get_template_part(\'/partials/sitemap\'); ?>
    \n\n

    HTML Sitemap WordPress Page Template

    \n

    You could do this, for instance, for a sitemap page template. To create a sitemap page template using this code, duplicate your page.php file and rename it to page-sitemap.php. Now open it, and below the call to the_content(); that\'s in there, add the get_template_part() bit mentioned above. Now go to the first line of the file, and after the opening <?php (but before get_header()), add this comment:

    \n\n
    /*\nTemplate Name: Sitemap Page\n*/
    \n\n

    That\'ll make WordPress recognize it as an HTML Sitemap template. This will allow you to write some introductory text for your HTML sitemap, after which the full sitemap shows.

    \n

    HTML Sitemap for WordPress is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:106:\"http://yoast.com/html-sitemap-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=html-sitemap-wordpress\";}s:7:\"summary\";s:733:\"

    HTML sitemaps (as opposed to XML sitemaps) are often mentioned as being useful for SEO. They certainly are if you use them wisely (and especially Bing seems to like them at times), but I like them even more for the fact that users like them a lot. There\'s plenty of plugins out there that will [...]

    HTML Sitemap for WordPress is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:5787:\"

    HTML sitemaps (as opposed to XML sitemaps) are often mentioned as being useful for SEO. They certainly are if you use them wisely (and especially Bing seems to like them at times), but I like them even more for the fact that users like them a lot.

    \n

    There\'s plenty of plugins out there that will help you make an HTML sitemap. It\'s not a feature in my WordPress SEO plugin just yet, but it might become one. The issue is though, that in most cases, you\'ll want to do specific things with your sitemaps, include or exclude certain pages / post types, show certain taxonomies, etc. That\'s why I tend to advice people to create a Sitemap Page template in their theme and use that.

    \n

    In fact, I advise you to use a theme partial, so you can reuse your HTML sitemap template on your WordPress 404 error pages too. To do that, follow these steps: first of all, create a partials folder within your theme folder. In that partials folder, create a file called sitemap.php.

    \n

    Paste the following code into that file and adapt as needed for your site:

    \n\n
    <h2 id="authors">Authors</h2>\n<ul>\n<?php \nwp_list_authors( \n  array(\n    \'exclude_admin\' => false,\n  )\n); \n?>\n</ul>\n \n<h2 id="pages">Pages</h2>\n<ul>\n<?php\n// Add pages you\'d like to exclude in the exclude here\nwp_list_pages( \n  array(\n    \'exclude\' => \'\',\n    \'title_li\' => \'\',\n  )\n);\n?>\n</ul>\n \n<h2 id="posts">Posts</h2>\n<ul>\n<?php\n// Add categories you\'d like to exclude in the exclude here\n$cats = get_categories(\'exclude=\');\nforeach ($cats as $cat) {\n  echo "<li><h3>".$cat->cat_name."</h3>";\n  echo "<ul>";\n  query_posts(\'posts_per_page=-1&cat=\'.$cat->cat_ID);\n  while(have_posts()) {\n    the_post();\n    $category = get_the_category();\n    // Only display a post link once, even if it\'s in multiple categories\n    if ($category[0]->cat_ID == $cat->cat_ID) {\n      echo \'<li><a href="\'.get_permalink().\'">\'.get_the_title().\'</a></li>\';\n    }\n  }\n  echo "</ul>";\n  echo "</li>";\n}\n?>\n</ul>
    \n\n

    Now, wherever you need that HTML sitemap \"bit\" in your WordPress theme, use this:

    \n\n
    <?php get_template_part(\'/partials/sitemap\'); ?>
    \n\n

    HTML Sitemap WordPress Page Template

    \n

    You could do this, for instance, for a sitemap page template. To create a sitemap page template using this code, duplicate your page.php file and rename it to page-sitemap.php. Now open it, and below the call to the_content(); that\'s in there, add the get_template_part() bit mentioned above. Now go to the first line of the file, and after the opening <?php (but before get_header()), add this comment:

    \n\n
    /*\nTemplate Name: Sitemap Page\n*/
    \n\n

    That\'ll make WordPress recognize it as an HTML Sitemap template. This will allow you to write some introductory text for your HTML sitemap, after which the full sitemap shows.

    \n

    HTML Sitemap for WordPress is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:4;a:14:{s:5:\"title\";s:39:\"Killer Performance Tips from the Expert\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/fPEb5LgHMF0/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3831\";s:8:\"comments\";s:125:\"http://yoast.com/expert-web-performance-tips/#utm_source=rss&utm_medium=rss&utm_campaign=expert-web-performance-tips#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:121:\"http://yoast.com/expert-web-performance-tips/#utm_source=rss&utm_medium=rss&utm_campaign=expert-web-performance-tipsfeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:7:\"pubdate\";s:31:\"Mon, 07 Feb 2011 19:56:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:58:\"Webdesign & developmentWordPressspeedWordPress Widgets\";s:11:\"description\";s:783:\"

    My business & podcast partner Frederick Townes, who also happens to be the CTO @ Mashable.com, has finally finished a long awaited (by me at least) post covering lots of the performance tips he\'s applied at Mashable (I hope you\'ve seen their awesome redesign) and in other projects to make the sites faster despite having [...]

    Killer Performance Tips from the Expert is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:1532:\"

    My business & podcast partner Frederick Townes, who also happens to be the CTO @ Mashable.com, has finally finished a long awaited (by me at least) post covering lots of the performance tips he\'s applied at Mashable (I hope you\'ve seen their awesome redesign) and in other projects to make the sites faster despite having lots of widgets etc.

    \n

    His tips in particular are useful for optimizing the performance of social media buttons and ads etc, but keep in mind there are lots of aspects of WordPress to optimize, like SEOdatabase performance and more.

    \n

    Killer Performance Tips from the Expert is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:116:\"http://yoast.com/expert-web-performance-tips/#utm_source=rss&utm_medium=rss&utm_campaign=expert-web-performance-tips\";}s:7:\"summary\";s:783:\"

    My business & podcast partner Frederick Townes, who also happens to be the CTO @ Mashable.com, has finally finished a long awaited (by me at least) post covering lots of the performance tips he\'s applied at Mashable (I hope you\'ve seen their awesome redesign) and in other projects to make the sites faster despite having [...]

    Killer Performance Tips from the Expert is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:1532:\"

    My business & podcast partner Frederick Townes, who also happens to be the CTO @ Mashable.com, has finally finished a long awaited (by me at least) post covering lots of the performance tips he\'s applied at Mashable (I hope you\'ve seen their awesome redesign) and in other projects to make the sites faster despite having lots of widgets etc.

    \n

    His tips in particular are useful for optimizing the performance of social media buttons and ads etc, but keep in mind there are lots of aspects of WordPress to optimize, like SEOdatabase performance and more.

    \n

    Killer Performance Tips from the Expert is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:5;a:14:{s:5:\"title\";s:25:\"How To Monetize Your Blog\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/mWsdtmXF5OI/\";s:4:\"guid\";s:30:\"http://wp-community.org/?p=860\";s:8:\"comments\";s:63:\"http://wp-community.org/2011/02/07/monetize-your-blog/#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wp-community.org/2011/02/07/monetize-your-blog/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"27\";}s:7:\"pubdate\";s:31:\"Mon, 07 Feb 2011 19:48:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:16:\"PodcastAffiliate\";s:11:\"description\";s:317:\"So, you want to be a professional blogger? But what exactly do you need to do to make money from this? This week we take a deeper look at how to start generating revenue from your blog. Whether you have … Continue reading \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2615:\"

    So, you want to be a professional blogger? But what exactly do you need to do to make money from this? This week we take a deeper look at how to start generating revenue from your blog. Whether you have a fledgling WordPress blog or are a well seasoned blogger with an entire community built up, there are a number of avenues you can go down. But which is best? And how do you actually make it all happen?

    \n
      \n
    • There are always some growing pains as every new blog strives to get its feet off the ground, not least of which is trying to generate revenue. We start off this week by taking a closer look at the stages of development a site goes through as it matures.
    • \n
    • Joost gives an insight into the journey of his own site, Yoast.com, and gets down to the nitty gritty of what worked for him and what didn’t.
    • \n
    • Joost lifts the lid on Google AdSense, and explains its pros and cons.
    • \n
    • Affiliate marketing; we explain the importance of having both high readership and the trust of those readers. We recommend taking a look at PepperJamNetwork and Commission Junction.
    • \n
    • We explore other avenues within traditional banner advertising, including some surprising and very neat little hints and tips!
    • \n
    • The value of the personal brand: In the long haul, this could be the most beneficial thing you do. We explain the how and the why. Joost tells us how his blog has lead to consultancy work for some top customers.
    • \n
    • Frederick talks through the benefits of monetising old blog content by selling it as an eBook. Producing products that can be ‘built’ once and sold multiple times has huge benefits.
    • \n
    • The importance of scarcity!
    • \n
    • Who you take advertising from is important – if they are ads for less than respectable services or products it could be incredibly detrimental to your personal brand and the reputation of your blog. There is no escaping accountability, and especially not on the web!
    • \n
    • Why you should tread carefully when asking your readers for money.
    • \n
    \n

    The bottom line? Make money, but always keep your readers in mind!

    \n

    Some useful links:

    \n\";}s:10:\"feedburner\";a:2:{s:8:\"origlink\";s:54:\"http://wp-community.org/2011/02/07/monetize-your-blog/\";s:17:\"origenclosurelink\";s:133:\"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www2.webmasterradio.fm/mp3/wordpresspodcast/11/WP020211.mp3\";}s:7:\"summary\";s:317:\"So, you want to be a professional blogger? But what exactly do you need to do to make money from this? This week we take a deeper look at how to start generating revenue from your blog. Whether you have … Continue reading \";s:12:\"atom_content\";s:2615:\"

    So, you want to be a professional blogger? But what exactly do you need to do to make money from this? This week we take a deeper look at how to start generating revenue from your blog. Whether you have a fledgling WordPress blog or are a well seasoned blogger with an entire community built up, there are a number of avenues you can go down. But which is best? And how do you actually make it all happen?

    \n
      \n
    • There are always some growing pains as every new blog strives to get its feet off the ground, not least of which is trying to generate revenue. We start off this week by taking a closer look at the stages of development a site goes through as it matures.
    • \n
    • Joost gives an insight into the journey of his own site, Yoast.com, and gets down to the nitty gritty of what worked for him and what didn’t.
    • \n
    • Joost lifts the lid on Google AdSense, and explains its pros and cons.
    • \n
    • Affiliate marketing; we explain the importance of having both high readership and the trust of those readers. We recommend taking a look at PepperJamNetwork and Commission Junction.
    • \n
    • We explore other avenues within traditional banner advertising, including some surprising and very neat little hints and tips!
    • \n
    • The value of the personal brand: In the long haul, this could be the most beneficial thing you do. We explain the how and the why. Joost tells us how his blog has lead to consultancy work for some top customers.
    • \n
    • Frederick talks through the benefits of monetising old blog content by selling it as an eBook. Producing products that can be ‘built’ once and sold multiple times has huge benefits.
    • \n
    • The importance of scarcity!
    • \n
    • Who you take advertising from is important – if they are ads for less than respectable services or products it could be incredibly detrimental to your personal brand and the reputation of your blog. There is no escaping accountability, and especially not on the web!
    • \n
    • Why you should tread carefully when asking your readers for money.
    • \n
    \n

    The bottom line? Make money, but always keep your readers in mind!

    \n

    Some useful links:

    \n\";}i:6;a:14:{s:5:\"title\";s:38:\"Turn your commenters into subscribers!\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/xsSwiL8IM28/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3806\";s:8:\"comments\";s:133:\"http://yoast.com/comment-email-subscription-form/#utm_source=rss&utm_medium=rss&utm_campaign=comment-email-subscription-form#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:129:\"http://yoast.com/comment-email-subscription-form/#utm_source=rss&utm_medium=rss&utm_campaign=comment-email-subscription-formfeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"64\";}s:7:\"pubdate\";s:31:\"Mon, 31 Jan 2011 20:34:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:30:\"WordPressEmailWordPress Themes\";s:11:\"description\";s:771:\"

    Only a small percentage of your visitors leave a comment. This group of people is probably also interested in subscribing to your newsletter, if you have one. So I created a method to add a \"subscribe to my WordPress newsletter\" checkbox to my comment form a couple of weeks ago. The result? 40 new subscribers [...]

    Turn your commenters into subscribers! is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:8958:\"

    Only a small percentage of your visitors leave a comment. This group of people is probably also interested in subscribing to your newsletter, if you have one. So I created a method to add a \"subscribe to my WordPress newsletter\" checkbox to my comment form a couple of weeks ago. The result? 40 new subscribers in less than 2 weeks. That\'s over 1,000 new subscribers each year if it continues to grow in this fashion.

    \n

    This isn\'t for the faint of heart, if you\'re not a programmer this might be a bit tough to do, but I\'ll outline how it works:

    \n

    Adding a comment meta value

    \n

    Using the reasonably new comment_meta API, we\'re gonna add a piece of data to comments, that stores whether people want to subscribe to the newsletter or not. I did that by adding the following function to my functions.php file:

    \n\n
    function ymc_add_meta_settings($comment_id) {\n  add_comment_meta(\n    $comment_id, \n    \'mailchimp_subscribe\', \n    $_POST[\'mailchimp_subscribe\'], \n    true\n  );\n}\nadd_action (\'comment_post\', \'ymc_add_meta_settings\', 1);
    \n\n

    Add a checkbox to the comment form

    \n

    That wasn\'t too hard yet right? Next we add the checkbox to the comment form, wherever that is located in your theme, it\'s just plain (X)HTML:

    \n\n
    <input type="checkbox" name="mailchimp_subscribe" \n  id="mailchimp_subscribe"/> \n<label for="mailchimp_subscribe">\n  Subscribe to Yoast WordPress Newsletter (weekly email)\n</label>
    \n\n

    Subscribe the commenter

    \n

    That\'s not really rocket science either. The next step is to take this data and work it. What we\'ll do is use the Mailchimp API to automatically subscribe people, and send them a confirmation email (we still need to make sure they double-opt-in).

    \n

    First, let\'s grab the comment:

    \n\n
    function ymc_subscription_add( $cid, $comment ) {\n  $cid = (int) $cid;\n \n  if ( !is_object($comment) )\n    $comment = get_comment($cid);\n \n  if ( $comment->comment_karma == 0 ) {\n    // DO WORK\n  }\n}\nadd_action(\'comment_approved_\',\'ymc_subscription_add\',10,1);\nadd_action(\'comment_post\', \'ymc_subscription_add\', 60,1);
    \n\n

    The code above makes sure we only do anything with comments that have been approved. So if a comment is approved as spam, it gets ignored. It also makes sure the $comment variable is filled with the comment. Now once we\'ve done this, we\'re going to check whether the commenter wanted to be subscribed to the newsletter, so within the DO WORK section above, we add this:

    \n\n
    $subscribe = get_comment_meta($cid, \'mailchimp_subscribe\', true);\nif ( $subscribe == \'on\' ) {\n  // DO WORK\n}
    \n\n

    We\'re checking for \"on\" because that\'s how PHP stores a checked checkbox, and this way we can reuse the $subscribe variable later. Once we\'re sure the commenter wanted to be subscribed, let\'s get all the data we need to add a subscriber to our mailing list. To do that, we\'ll need to know:

    \n\n

    Once you\'ve got these three, we can create the post request:

    \n\n
    $apikey   = \' <your API key> \';\n$listid   = \' <List ID> \';\n$endpoint   = \'http://<your endpoint>.api.mailchimp.com/1.3/?output=php\';\n \n$request   = array(\n  \'apikey\' => $apikey,\n  \'id\' => $listid,\n  \'email_address\' => strtolower( $comment->comment_author_email ),\n  \'double_optin\' => true,\n  \'merge_vars\' => array(\n    \' <merge tag for name> \' => $comment->comment_author,\n    \'OPTIN_IP\' => $comment->comment_author_IP,\n  )\n);\n$result = wp_remote_post(\n  $endpoint.\'&method=listSubscribe\', \n  array( \'body\' => json_encode($request) ) \n);
    \n\n

    Note: setting double_option to false would forego the sending of an opt-in email, thereby immediately subscribing people to the list. Do not do this as it is illegal in most parts of Europe and in the US to do so.

    \n

    As you can see, we\'re using the WP_HTTP wrapper function wp_remote_post to handle the post. At this time I\'m not actually doing anything with the result, because I\'m a sloppy coder. You should of course check the result and based on that do the following action:

    \n\n
    update_comment_meta($cid, \'mailchimp_subscribe\', \n  \'subscribed\', \'on\');
    \n\n

    This will prevent the code from trying to subscribe someone multiple times and overloading the MailChimp API.

    \n

    Conclusion: Subscribe those commenters!

    \n

    People are interacting with your site already, they\'re already giving you their email address, have them check that box, and make them subscribe to your list. I personally think it\'s a great enhancement that would make a lot of people happy. If you\'re not using Mailchimp but another email provider and are capable to do the same stuff with their API: please post about it, drop a comment here and I\'ll add a link!

    \n

    Disclosure: Mailchimp sponsors my newsletter and is a regular advertiser on my sites.

    \n

    Turn your commenters into subscribers! is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:124:\"http://yoast.com/comment-email-subscription-form/#utm_source=rss&utm_medium=rss&utm_campaign=comment-email-subscription-form\";}s:7:\"summary\";s:771:\"

    Only a small percentage of your visitors leave a comment. This group of people is probably also interested in subscribing to your newsletter, if you have one. So I created a method to add a \"subscribe to my WordPress newsletter\" checkbox to my comment form a couple of weeks ago. The result? 40 new subscribers [...]

    Turn your commenters into subscribers! is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:8958:\"

    Only a small percentage of your visitors leave a comment. This group of people is probably also interested in subscribing to your newsletter, if you have one. So I created a method to add a \"subscribe to my WordPress newsletter\" checkbox to my comment form a couple of weeks ago. The result? 40 new subscribers in less than 2 weeks. That\'s over 1,000 new subscribers each year if it continues to grow in this fashion.

    \n

    This isn\'t for the faint of heart, if you\'re not a programmer this might be a bit tough to do, but I\'ll outline how it works:

    \n

    Adding a comment meta value

    \n

    Using the reasonably new comment_meta API, we\'re gonna add a piece of data to comments, that stores whether people want to subscribe to the newsletter or not. I did that by adding the following function to my functions.php file:

    \n\n
    function ymc_add_meta_settings($comment_id) {\n  add_comment_meta(\n    $comment_id, \n    \'mailchimp_subscribe\', \n    $_POST[\'mailchimp_subscribe\'], \n    true\n  );\n}\nadd_action (\'comment_post\', \'ymc_add_meta_settings\', 1);
    \n\n

    Add a checkbox to the comment form

    \n

    That wasn\'t too hard yet right? Next we add the checkbox to the comment form, wherever that is located in your theme, it\'s just plain (X)HTML:

    \n\n
    <input type="checkbox" name="mailchimp_subscribe" \n  id="mailchimp_subscribe"/> \n<label for="mailchimp_subscribe">\n  Subscribe to Yoast WordPress Newsletter (weekly email)\n</label>
    \n\n

    Subscribe the commenter

    \n

    That\'s not really rocket science either. The next step is to take this data and work it. What we\'ll do is use the Mailchimp API to automatically subscribe people, and send them a confirmation email (we still need to make sure they double-opt-in).

    \n

    First, let\'s grab the comment:

    \n\n
    function ymc_subscription_add( $cid, $comment ) {\n  $cid = (int) $cid;\n \n  if ( !is_object($comment) )\n    $comment = get_comment($cid);\n \n  if ( $comment->comment_karma == 0 ) {\n    // DO WORK\n  }\n}\nadd_action(\'comment_approved_\',\'ymc_subscription_add\',10,1);\nadd_action(\'comment_post\', \'ymc_subscription_add\', 60,1);
    \n\n

    The code above makes sure we only do anything with comments that have been approved. So if a comment is approved as spam, it gets ignored. It also makes sure the $comment variable is filled with the comment. Now once we\'ve done this, we\'re going to check whether the commenter wanted to be subscribed to the newsletter, so within the DO WORK section above, we add this:

    \n\n
    $subscribe = get_comment_meta($cid, \'mailchimp_subscribe\', true);\nif ( $subscribe == \'on\' ) {\n  // DO WORK\n}
    \n\n

    We\'re checking for \"on\" because that\'s how PHP stores a checked checkbox, and this way we can reuse the $subscribe variable later. Once we\'re sure the commenter wanted to be subscribed, let\'s get all the data we need to add a subscriber to our mailing list. To do that, we\'ll need to know:

    \n\n

    Once you\'ve got these three, we can create the post request:

    \n\n
    $apikey   = \' <your API key> \';\n$listid   = \' <List ID> \';\n$endpoint   = \'http://<your endpoint>.api.mailchimp.com/1.3/?output=php\';\n \n$request   = array(\n  \'apikey\' => $apikey,\n  \'id\' => $listid,\n  \'email_address\' => strtolower( $comment->comment_author_email ),\n  \'double_optin\' => true,\n  \'merge_vars\' => array(\n    \' <merge tag for name> \' => $comment->comment_author,\n    \'OPTIN_IP\' => $comment->comment_author_IP,\n  )\n);\n$result = wp_remote_post(\n  $endpoint.\'&method=listSubscribe\', \n  array( \'body\' => json_encode($request) ) \n);
    \n\n

    Note: setting double_option to false would forego the sending of an opt-in email, thereby immediately subscribing people to the list. Do not do this as it is illegal in most parts of Europe and in the US to do so.

    \n

    As you can see, we\'re using the WP_HTTP wrapper function wp_remote_post to handle the post. At this time I\'m not actually doing anything with the result, because I\'m a sloppy coder. You should of course check the result and based on that do the following action:

    \n\n
    update_comment_meta($cid, \'mailchimp_subscribe\', \n  \'subscribed\', \'on\');
    \n\n

    This will prevent the code from trying to subscribe someone multiple times and overloading the MailChimp API.

    \n

    Conclusion: Subscribe those commenters!

    \n

    People are interacting with your site already, they\'re already giving you their email address, have them check that box, and make them subscribe to your list. I personally think it\'s a great enhancement that would make a lot of people happy. If you\'re not using Mailchimp but another email provider and are capable to do the same stuff with their API: please post about it, drop a comment here and I\'ll add a link!

    \n

    Disclosure: Mailchimp sponsors my newsletter and is a regular advertiser on my sites.

    \n

    Turn your commenters into subscribers! is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:7;a:14:{s:5:\"title\";s:39:\"How To Grow The Engagement On Your Blog\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/FhW_QwGTRZA/\";s:4:\"guid\";s:30:\"http://wp-community.org/?p=851\";s:8:\"comments\";s:60:\"http://wp-community.org/2011/01/31/blog-engagement/#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:56:\"http://wp-community.org/2011/01/31/blog-engagement/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"20\";}s:7:\"pubdate\";s:31:\"Mon, 31 Jan 2011 10:46:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:16:\"Frederick Townes\";}s:8:\"category\";s:7:\"Podcast\";s:11:\"description\";s:326:\"This week we decided to dedicate the entire show to helping you bootstrap your blog! Just because something is free doesn’t mean people are going to want it, so we delve into some of the top tactics and tools for … Continue reading \";s:7:\"content\";a:1:{s:7:\"encoded\";s:3798:\"

    This week we decided to dedicate the entire show to helping you bootstrap your blog! Just because something is free doesn’t mean people are going to want it, so we delve into some of the top tactics and tools for drawing in those readers, and get to the bottom of what really matters.

    \n

    The big issues:

    \n
      \n
    1. How to boost subscribers to your blog
    2. \n
    3. How to increase the number of comments on your posts
    4. \n
    5. How to turn your blog into a real community
    6. \n
    \n
      \n
    • Who do we recognise as subscribers? There is a huge array of subscribers, from those that use RSS feeds, to newsletter subscribers, commenters, regular site visitors, and not least those who ‘like’ your Facebook fan page or follow your brand profile.
    • \n
    • Two vital ways of pulling return visitors to your site: RSS and email
    • \n
    • In terms of cultivating subscribers and followers to your content, what are the key steps you need to go through?
    • \n
    • We talk about how your blog post could act like as forum for great discussions by making the most of threaded comments.
    • \n
    • Facebook plugins: The pros and cons of using plugins such as Disqus, Intense Debate & Facebook Comments. We analyse the SEO issues they come with and debate their value in terms of providing leverage for your blog.
    • \n
    • So, what are the high profile bloggers doing? We debate the increasingly popular Lightbox popups, and plugins such as Popup Domination. Do they add value?
    • \n
    • To grow your reach and subscribers you should be commenting elsewhere too. We talk through how, where and why you should be doing so.
    • \n
    • Create evergreen content with great comments! We get to the bottom of how to master producing content like this and reap all the benefits.
    • \n
    • If you are not so hot with creating great content, there are some useful tools you can use to pull in the subscribers
    • \n
    • Once you have built momentum and amassed a handful of subscribers, what are the next steps and how can you make money?
    • \n
    • WordPress 3.1 is around the corner, but what should you be looking out for? Check out all the updates on codex.wordpress.org/Version_3.1
    • \n
    \n

    We want to hear your ideas on what topics you would like us to talk about, and which guests you would love to hear from! Leave a comment with your suggestions below.

    \n

    Useful links:

    \n\";}s:10:\"feedburner\";a:2:{s:8:\"origlink\";s:51:\"http://wp-community.org/2011/01/31/blog-engagement/\";s:17:\"origenclosurelink\";s:133:\"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www2.webmasterradio.fm/mp3/wordpresspodcast/11/WP012611.mp3\";}s:7:\"summary\";s:326:\"This week we decided to dedicate the entire show to helping you bootstrap your blog! Just because something is free doesn’t mean people are going to want it, so we delve into some of the top tactics and tools for … Continue reading \";s:12:\"atom_content\";s:3798:\"

    This week we decided to dedicate the entire show to helping you bootstrap your blog! Just because something is free doesn’t mean people are going to want it, so we delve into some of the top tactics and tools for drawing in those readers, and get to the bottom of what really matters.

    \n

    The big issues:

    \n
      \n
    1. How to boost subscribers to your blog
    2. \n
    3. How to increase the number of comments on your posts
    4. \n
    5. How to turn your blog into a real community
    6. \n
    \n
      \n
    • Who do we recognise as subscribers? There is a huge array of subscribers, from those that use RSS feeds, to newsletter subscribers, commenters, regular site visitors, and not least those who ‘like’ your Facebook fan page or follow your brand profile.
    • \n
    • Two vital ways of pulling return visitors to your site: RSS and email
    • \n
    • In terms of cultivating subscribers and followers to your content, what are the key steps you need to go through?
    • \n
    • We talk about how your blog post could act like as forum for great discussions by making the most of threaded comments.
    • \n
    • Facebook plugins: The pros and cons of using plugins such as Disqus, Intense Debate & Facebook Comments. We analyse the SEO issues they come with and debate their value in terms of providing leverage for your blog.
    • \n
    • So, what are the high profile bloggers doing? We debate the increasingly popular Lightbox popups, and plugins such as Popup Domination. Do they add value?
    • \n
    • To grow your reach and subscribers you should be commenting elsewhere too. We talk through how, where and why you should be doing so.
    • \n
    • Create evergreen content with great comments! We get to the bottom of how to master producing content like this and reap all the benefits.
    • \n
    • If you are not so hot with creating great content, there are some useful tools you can use to pull in the subscribers
    • \n
    • Once you have built momentum and amassed a handful of subscribers, what are the next steps and how can you make money?
    • \n
    • WordPress 3.1 is around the corner, but what should you be looking out for? Check out all the updates on codex.wordpress.org/Version_3.1
    • \n
    \n

    We want to hear your ideas on what topics you would like us to talk about, and which guests you would love to hear from! Leave a comment with your suggestions below.

    \n

    Useful links:

    \n\";}i:8;a:14:{s:5:\"title\";s:40:\"Video: Making sure your content is found\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/pfjZdlcaGFs/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3800\";s:8:\"comments\";s:149:\"http://yoast.com/video-making-sure-your-content-is-found/#utm_source=rss&utm_medium=rss&utm_campaign=video-making-sure-your-content-is-found#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:145:\"http://yoast.com/video-making-sure-your-content-is-found/#utm_source=rss&utm_medium=rss&utm_campaign=video-making-sure-your-content-is-foundfeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"15\";}s:7:\"pubdate\";s:31:\"Mon, 31 Jan 2011 10:14:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:44:\"SEOConferencesVideoWordCampWordPress Plugins\";s:11:\"description\";s:766:\"

    So as you might now, I was in Sofia in October 2010 for WordCamp Bulgaria, last week the presentation I gave there was put on WordPress.tv, so now all of you can enjoy it. It covers SEO and how being remarkable is important for proper SEO. The presentation is titled: Making sure your content is [...]

    Video: Making sure your content is found is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:1221:\"

    So as you might now, I was in Sofia in October 2010 for WordCamp Bulgaria, last week the presentation I gave there was put on WordPress.tv, so now all of you can enjoy it. It covers SEO and how being remarkable is important for proper SEO. The presentation is titled: Making sure your content is found! Check it out:

    \n

    Click here to view the embedded video.

    \n

    And you might want to have the slides as well:

    \n\n

    Video: Making sure your content is found is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:140:\"http://yoast.com/video-making-sure-your-content-is-found/#utm_source=rss&utm_medium=rss&utm_campaign=video-making-sure-your-content-is-found\";}s:7:\"summary\";s:766:\"

    So as you might now, I was in Sofia in October 2010 for WordCamp Bulgaria, last week the presentation I gave there was put on WordPress.tv, so now all of you can enjoy it. It covers SEO and how being remarkable is important for proper SEO. The presentation is titled: Making sure your content is [...]

    Video: Making sure your content is found is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:1221:\"

    So as you might now, I was in Sofia in October 2010 for WordCamp Bulgaria, last week the presentation I gave there was put on WordPress.tv, so now all of you can enjoy it. It covers SEO and how being remarkable is important for proper SEO. The presentation is titled: Making sure your content is found! Check it out:

    \n

    Click here to view the embedded video.

    \n

    And you might want to have the slides as well:

    \n\n

    Video: Making sure your content is found is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}i:9;a:14:{s:5:\"title\";s:43:\"SEO Royale: conference + party in Amsterdam\";s:4:\"link\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/eb8eCpZMt0k/\";s:4:\"guid\";s:24:\"http://yoast.com/?p=3787\";s:8:\"comments\";s:91:\"http://yoast.com/seo-royale/#utm_source=rss&utm_medium=rss&utm_campaign=seo-royale#comments\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:87:\"http://yoast.com/seo-royale/#utm_source=rss&utm_medium=rss&utm_campaign=seo-royalefeed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"10\";}s:7:\"pubdate\";s:31:\"Wed, 26 Jan 2011 09:35:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Joost de Valk\";}s:8:\"category\";s:27:\"SEOConferencesseoktoberfest\";s:11:\"description\";s:758:\"

    There\'s nothing like a small conference and party with a bunch of SEO rockstars, with so few people around that you\'ll get the chance to really go in-depth on your topic. I\'ve learned this myself while attending the fabulous SEOktoberfest, by far the most valuable conference I go to each year. It\'s small and has [...]

    SEO Royale: conference + party in Amsterdam is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2819:\"

    \"SEOThere\'s nothing like a small conference and party with a bunch of SEO rockstars, with so few people around that you\'ll get the chance to really go in-depth on your topic. I\'ve learned this myself while attending the fabulous SEOktoberfest, by far the most valuable conference I go to each year. It\'s small and has only a few spots, exactly the kind of intimacy that gets the top dog SEO\'s and online marketers to give out their latest and best tricks.

    \n

    When Roy, Richard & his wife Sharon and myself decided it was time to do something together, and get a good SEO conference going in Holland, we looked at that model and decided that we\'d be sincere in our flattery and copy them. We\'ve got a few assets of our own: the conference will be held in Amsterdam, one of the best party cities in the world, during Koninginnedag, the best party in that city, held in honor of our queen.

    \n

    We\'ve also attracted some top dog speakers. So far, we\'ve got a few names:

    \n
      \n
    • Frank Watson, aka Aussiewebmaster, forum editor at SearchEngineWatch and one of the original PPC experts.
    • \n
    • Marcus Tandler, aka Mediadonis, German super affiliate and all round online marketing hero.
    • \n
    • Bob Rains, what to say about Bob... He worked in high-profile leadership roles for Everest Poker, Betfair, Karmaloop.com, PUMA, and many other top-tier organizations, and is a global super affiliate.
    • \n
    • Dennis Goedegebuure, the Director of SEO at eBay.
    • \n
    • Me and my buddy Roy will speak as well, but we\'ll be joined by a couple more industry luminaries, names to follow soon :)
    • \n
    \n

    Want more info or can\'t wait to sign up? Go to the site, seoroyale.com.

    \n

    SEO Royale: conference + party in Amsterdam is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:82:\"http://yoast.com/seo-royale/#utm_source=rss&utm_medium=rss&utm_campaign=seo-royale\";}s:7:\"summary\";s:758:\"

    There\'s nothing like a small conference and party with a bunch of SEO rockstars, with so few people around that you\'ll get the chance to really go in-depth on your topic. I\'ve learned this myself while attending the fabulous SEOktoberfest, by far the most valuable conference I go to each year. It\'s small and has [...]

    SEO Royale: conference + party in Amsterdam is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";s:12:\"atom_content\";s:2819:\"

    \"SEOThere\'s nothing like a small conference and party with a bunch of SEO rockstars, with so few people around that you\'ll get the chance to really go in-depth on your topic. I\'ve learned this myself while attending the fabulous SEOktoberfest, by far the most valuable conference I go to each year. It\'s small and has only a few spots, exactly the kind of intimacy that gets the top dog SEO\'s and online marketers to give out their latest and best tricks.

    \n

    When Roy, Richard & his wife Sharon and myself decided it was time to do something together, and get a good SEO conference going in Holland, we looked at that model and decided that we\'d be sincere in our flattery and copy them. We\'ve got a few assets of our own: the conference will be held in Amsterdam, one of the best party cities in the world, during Koninginnedag, the best party in that city, held in honor of our queen.

    \n

    We\'ve also attracted some top dog speakers. So far, we\'ve got a few names:

    \n
      \n
    • Frank Watson, aka Aussiewebmaster, forum editor at SearchEngineWatch and one of the original PPC experts.
    • \n
    • Marcus Tandler, aka Mediadonis, German super affiliate and all round online marketing hero.
    • \n
    • Bob Rains, what to say about Bob... He worked in high-profile leadership roles for Everest Poker, Betfair, Karmaloop.com, PUMA, and many other top-tier organizations, and is a global super affiliate.
    • \n
    • Dennis Goedegebuure, the Director of SEO at eBay.
    • \n
    • Me and my buddy Roy will speak as well, but we\'ll be joined by a couple more industry luminaries, names to follow soon :)
    • \n
    \n

    Want more info or can\'t wait to sign up? Go to the site, seoroyale.com.

    \n

    SEO Royale: conference + party in Amsterdam is a post from Joost de Valk's Yoast - Tweaking Websites. \n\nA good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on WordPress hosting!

    \";}}s:7:\"channel\";a:8:{s:5:\"title\";s:29:\"Yoast & The WordPress Podcast\";s:11:\"description\";s:64:\"This is the combined feed of Yoast.com and the WordPress Podcast\";s:4:\"link\";s:22:\"http://yoast.com/feed/\";s:8:\"language\";s:5:\"en-us\";s:9:\"generator\";s:29:\"http://wordpress.org/?v=yoast\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:10:\"feedburner\";a:4:{s:14:\"emailserviceid\";s:11:\"joostdevalk\";s:18:\"feedburnerhostname\";s:28:\"http://feedburner.google.com\";s:9:\"feedflare\";s:158:\"Subscribe with PodnovaSubscribe with NewsGatorSubscribe with NetvibesSubscribe with PageflakesSubscribe with My Yahoo!Subscribe with ODEOSubscribe with Google\";s:15:\"browserfriendly\";s:195:\"This is the combined feed for Yoast.com and the WordPress podcast. Subscribe now to get WordPress & Magento tips & tricks, helping you optimize your site for speed, search engines and conversion!\";}s:7:\"tagline\";s:64:\"This is the combined feed of Yoast.com and the WordPress Podcast\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:6:{s:5:\"title\";s:29:\"Yoast & The WordPress Podcast\";s:3:\"url\";s:73:\"http://cdn.yoast.com/wp-content/themes/yoast-v2/images/yoast-logo-rss.png\";s:4:\"link\";s:22:\"http://yoast.com/feed/\";s:5:\"width\";s:3:\"144\";s:6:\"height\";s:3:\"103\";s:11:\"description\";s:17:\"Tweaking Websites\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"ZESH1O7k2Q5G1NP7adMO/QYmPb0\";s:13:\"last_modified\";s:29:\"Tue, 08 Mar 2011 14:24:53 GMT\";}','no'),(1380,0,'dashboard','a:16:{s:17:\"dashboard_primary\";s:1:\"1\";s:19:\"dashboard_secondary\";s:1:\"1\";s:17:\"dashboard_plugins\";s:1:\"1\";s:24:\"dashboard_incoming_links\";s:1:\"1\";s:14:\"admin_sidebars\";s:1:\"0\";s:14:\"dashboard_code\";s:0:\"\";s:13:\"admin_widgets\";i:0;s:22:\"dashboard_widget_code0\";s:0:\"\";s:13:\"complete_wipe\";i:0;s:7:\"started\";s:1:\"1\";s:7:\"sidebar\";i:0;s:6:\"youare\";s:1:\"1\";s:7:\"youhave\";s:1:\"1\";s:25:\"dashboard_recent_comments\";i:0;s:10:\"wp_widgets\";i:0;s:4:\"wrap\";i:0;}','yes'),(5937,0,'cets_embedRSS_itemauthor','1','yes'),(1390,0,'widget_mcswwidget','a:3:{i:2;a:0:{}i:3;a:6:{s:5:\"title\";s:13:\"Timberon News\";s:13:\"excluded_cats\";s:0:\"\";s:15:\"def_search_type\";s:3:\"and\";s:16:\"default_category\";s:0:\"\";s:17:\"blank_search_type\";s:4:\"none\";s:5:\"order\";s:7:\"default\";}s:12:\"_multiwidget\";i:1;}','yes'),(1393,0,'collapsCatStyle','#sidebar span.collapsing.categories {\r\n border:0;\r\n padding:0; \r\n margin:0; \r\n cursor:pointer;\r\n}\r\n#sidebar li.collapsing.categories.item a.self {font-weight:bold}\r\n#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:\\\'\\\';} \r\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:\\\'\\\';} \r\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}\r\n#sidebar ul.collapsing.categories.list .sym {\r\n font-size:1.2em;\r\n font-family:Monaco, \\\'Andale Mono\\\', \\\'FreeMono\\\', \\\'Courier new\\\', \\\'Courier\\\', monospace;\r\n cursor:pointer;\r\n padding-right:5px;}','yes'),(1394,0,'collapsCatVersion','1.2.2','yes'),(1395,0,'collapsCatOrigStyle','#sidebar span.collapsing.categories {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n}\n#sidebar li.collapsing.categories.item a.self {font-weight:bold}\n#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}\n#sidebar ul.collapsing.categories.list li.collapsing.categories {\n text-indent:-1em;\n padding-left:1em;\n margin:0;\n}\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content: \'\\\\00BB \\\\00A0\' !important;} \n#sidebar ul.collapsing.categories.list .sym {\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n cursor:pointer;\n padding-right:5px;}','yes'),(1396,0,'collapsCatDefaultStyles','a:5:{s:8:\"selected\";s:8:\"noArrows\";s:7:\"default\";s:907:\"#sidebar span.collapsing.categories {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n}\n#sidebar li.collapsing.categories.item a.self {font-weight:bold}\n#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}\n#sidebar ul.collapsing.categories.list li.collapsing.categories {\n text-indent:-1em;\n padding-left:1em;\n margin:0;\n}\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content: \'\\\\00BB \\\\00A0\' !important;} \n#sidebar ul.collapsing.categories.list .sym {\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n cursor:pointer;\n padding-right:5px;}\";s:5:\"block\";s:1152:\"#sidebar li.collapsing.categories.item a {\n display:inline-block;\n text-decoration:none;\n margin:0;\n padding:0;\n }\n#sidebar li.collapsing.categories.item ul li.collapsing.categories.item a {\n display:block;\n}\n#sidebar li.collapsing.categories.item a:hover {\n background:#CCC;\n text-decoration:none;\n }\n#sidebar span.collapsing.categories {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n}\n#sidebar li.collapsing.categories.item a.self {font-weight:bold}\n#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {\n }\n#sidebar ul.collapsing.categories.list .sym {\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n float:left;\n cursor:pointer;\n padding-right:5px;\n}\n\";s:8:\"noArrows\";s:656:\"#sidebar span.collapsing.categories {\n border:0;\n padding:0; \n margin:0; \n cursor:pointer;\n}\n#sidebar li.collapsing.categories.item a.self {font-weight:bold}\n#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:\'\';} \n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}\n#sidebar ul.collapsing.categories.list .sym {\n font-size:1.2em;\n font-family:Monaco, \'Andale Mono\', \'FreeMono\', \'Courier new\', \'Courier\', monospace;\n cursor:pointer;\n padding-right:5px;}\";s:6:\"custom\";s:682:\"#sidebar span.collapsing.categories {\r\n border:0;\r\n padding:0; \r\n margin:0; \r\n cursor:pointer;\r\n}\r\n#sidebar li.collapsing.categories.item a.self {font-weight:bold}\r\n#sidebar ul.collapsing.categories.list ul.collapsing.categories.list:before {content:\\\'\\\';} \r\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item:before {content:\\\'\\\';} \r\n#sidebar ul.collapsing.categories.list li.collapsing.categories.item {list-style-type:none}\r\n#sidebar ul.collapsing.categories.list .sym {\r\n font-size:1.2em;\r\n font-family:Monaco, \\\'Andale Mono\\\', \\\'FreeMono\\\', \\\'Courier new\\\', \\\'Courier\\\', monospace;\r\n cursor:pointer;\r\n padding-right:5px;}\";}','yes'),(1397,0,'collapsCatOptions','a:27:{s:5:\"title\";s:10:\"Categories\";s:13:\"showPostCount\";b:1;s:9:\"inExclude\";s:7:\"exclude\";s:13:\"inExcludeCats\";s:0:\"\";s:9:\"showPosts\";b:1;s:9:\"showPages\";b:0;s:9:\"linkToCat\";b:1;s:9:\"olderThan\";i:0;s:10:\"excludeAll\";s:1:\"0\";s:12:\"catSortOrder\";s:3:\"ASC\";s:7:\"catSort\";s:7:\"catName\";s:13:\"postSortOrder\";s:3:\"ASC\";s:8:\"postSort\";s:9:\"postTitle\";s:6:\"expand\";s:1:\"0\";s:13:\"defaultExpand\";s:0:\"\";s:5:\"debug\";s:1:\"0\";s:15:\"postTitleLength\";i:0;s:7:\"animate\";i:0;s:7:\"catfeed\";s:4:\"none\";s:6:\"catTag\";s:3:\"cat\";s:14:\"postDateAppend\";s:5:\"after\";s:14:\"postDateFormat\";s:3:\"m/d\";s:12:\"showPostDate\";b:0;s:10:\"useCookies\";b:1;s:15:\"postsBeforeCats\";b:0;s:13:\"expandCatPost\";b:1;s:12:\"showTopLevel\";b:1;}','yes'),(1398,0,'collapsCatSidebarId','sidebar','yes'),(1399,0,'widget_collapscat','a:4:{i:2;a:0:{}i:3;a:29:{s:5:\"title\";s:13:\"Timberon News\";s:13:\"showPostCount\";b:1;s:7:\"catSort\";s:7:\"catName\";s:12:\"catSortOrder\";s:3:\"ASC\";s:13:\"defaultExpand\";s:0:\"\";s:6:\"expand\";s:1:\"0\";s:9:\"inExclude\";s:7:\"exclude\";s:13:\"inExcludeCats\";s:0:\"\";s:8:\"postSort\";s:9:\"postTitle\";s:13:\"postSortOrder\";s:3:\"ASC\";s:7:\"animate\";i:1;s:5:\"debug\";b:0;s:9:\"showPosts\";b:0;s:12:\"customExpand\";s:0:\"\";s:14:\"customCollapse\";s:0:\"\";s:6:\"catTag\";s:3:\"cat\";s:9:\"linkToCat\";b:0;s:12:\"showPostDate\";b:0;s:14:\"postDateFormat\";s:3:\"m/d\";s:9:\"olderThan\";s:1:\"0\";s:14:\"postDateAppend\";s:5:\"after\";s:15:\"postTitleLength\";s:1:\"0\";s:10:\"useCookies\";b:1;s:12:\"showTopLevel\";b:1;s:15:\"postsBeforeCats\";b:0;s:7:\"catfeed\";s:4:\"none\";s:7:\"addMisc\";b:0;s:12:\"addMiscTitle\";s:0:\"\";s:13:\"expandCatPost\";b:1;}i:4;a:29:{s:5:\"title\";s:0:\"\";s:13:\"showPostCount\";b:1;s:7:\"catSort\";s:7:\"catName\";s:12:\"catSortOrder\";s:3:\"ASC\";s:13:\"defaultExpand\";s:0:\"\";s:6:\"expand\";s:1:\"0\";s:9:\"inExclude\";s:7:\"exclude\";s:13:\"inExcludeCats\";s:0:\"\";s:8:\"postSort\";s:9:\"postTitle\";s:13:\"postSortOrder\";s:3:\"ASC\";s:7:\"animate\";i:0;s:5:\"debug\";b:0;s:9:\"showPosts\";b:1;s:12:\"customExpand\";s:0:\"\";s:14:\"customCollapse\";s:0:\"\";s:6:\"catTag\";s:3:\"cat\";s:9:\"linkToCat\";b:0;s:12:\"showPostDate\";b:1;s:14:\"postDateFormat\";s:3:\"m/d\";s:9:\"olderThan\";s:1:\"0\";s:14:\"postDateAppend\";s:5:\"after\";s:15:\"postTitleLength\";s:1:\"0\";s:10:\"useCookies\";b:1;s:12:\"showTopLevel\";b:1;s:15:\"postsBeforeCats\";b:0;s:7:\"catfeed\";s:4:\"none\";s:7:\"addMisc\";b:0;s:12:\"addMiscTitle\";s:0:\"\";s:13:\"expandCatPost\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(1400,0,'collapsCatInFooter','','yes'),(11047,0,'_transient_timeout_feed_mod_60a8f77837b30b33579ad818a6b3276d','1303867687','no'),(11048,0,'_transient_feed_mod_60a8f77837b30b33579ad818a6b3276d','1303824487','no'),(1433,0,'widget_ypt','a:3:{s:3:\"lat\";s:12:\"32.620929718\";s:3:\"lon\";s:12:\"32.620929718\";s:4:\"zoom\";s:1:\"5\";}','yes'),(1439,0,'my_weather','a:13:{s:5:\"title\";s:16:\"Timberon Weather\";s:9:\"titleflag\";s:0:\"\";s:15:\"transparentflag\";s:1:\"1\";s:14:\"fahrenheitflag\";s:1:\"1\";s:7:\"country\";s:2:\"US\";s:12:\"country_name\";s:13:\"United States\";s:4:\"city\";s:8:\"Timberon\";s:4:\"size\";s:0:\"\";s:4:\"type\";s:0:\"\";s:8:\"typeflag\";s:11:\"weather1000\";s:10:\"text_color\";s:0:\"\";s:12:\"border_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";}','yes'),(1447,0,'widget_gsearch','a:3:{s:5:\"title\";s:0:\"\";s:4:\"item\";s:13:\"Google Search\";s:3:\"url\";s:0:\"\";}','yes'),(5585,0,'uCan_Post_Options','a:21:{s:15:\"uCan_Post_Level\";s:1:\"0\";s:14:\"uCan_Post_Type\";s:4:\"post\";s:20:\"uCan_Show_Categories\";s:4:\"true\";s:21:\"uCan_Default_Category\";s:1:\"1\";s:23:\"uCan_Exclude_Categories\";s:0:\"\";s:17:\"uCan_Allow_Author\";s:4:\"true\";s:23:\"uCan_Allow_Author_Edits\";s:4:\"true\";s:22:\"uCan_Append_Guest_Name\";s:4:\"true\";s:19:\"uCan_Default_Author\";s:1:\"1\";s:15:\"uCan_Allow_Tags\";N;s:17:\"uCan_Default_Tags\";s:0:\"\";s:17:\"uCan_Show_Excerpt\";N;s:19:\"uCan_Allow_Comments\";s:4:\"true\";s:16:\"uCan_Allow_Pings\";s:4:\"true\";s:16:\"uCan_Email_Admin\";s:4:\"true\";s:15:\"uCan_Email_User\";N;s:19:\"uCan_Moderate_Posts\";N;s:18:\"uCan_Allow_Uploads\";s:4:\"true\";s:17:\"uCan_Show_Captcha\";N;s:16:\"uCan_Use_WYSIWYG\";s:4:\"true\";s:13:\"uCan_Force_JS\";s:4:\"true\";}','yes'),(13752,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1305692804','no'),(11091,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":7:{s:8:\"response\";s:6:\"latest\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-3.1.2.zip\";s:7:\"current\";s:5:\"3.1.2\";s:6:\"locale\";s:5:\"en_US\";s:11:\"php_version\";s:3:\"4.3\";s:13:\"mysql_version\";s:5:\"4.1.2\";}}s:12:\"last_checked\";i:1305820537;s:15:\"version_checked\";s:5:\"3.1.2\";}','yes'),(9610,0,'can_compress_scripts','0','yes'),(9692,0,'widget_my_calendar_mini_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(9693,0,'mc_show_weekends','true','yes'),(9694,0,'mc_uri','','yes'),(10113,0,'scheduler_version','2.1','yes'),(10114,0,'scheduler_php','settings_width{*:*}680px\nsettings_height{*:*}600px\nsettings_eventnumber{*:*}2\nsettings_link{*:*}http://www.timberon.info/blog/?page_id=2793\nsettings_posts{*:*}false\nsettings_repeat{*:*}true\nsettings_firstday{*:*}false\nsettings_multiday{*:*}true\nsettings_singleclick{*:*}false\nsettings_day{*:*}true\nsettings_week{*:*}true\nsettings_month{*:*}true\nsettings_agenda{*:*}false\nsettings_year{*:*}false\nsettings_defaultmode{*:*}month\nsettings_debug{*:*}false\nsettings_collision{*:*}false\nsettings_expand{*:*}true\nsettings_print{*:*}false\nsettings_minical{*:*}false\naccess_guestView{*:*}true\naccess_guestAdd{*:*}false\naccess_guestEdit{*:*}false\naccess_subscriberView{*:*}true\naccess_subscriberAdd{*:*}false\naccess_subscriberEdit{*:*}false\naccess_contributorView{*:*}true\naccess_contributorAdd{*:*}false\naccess_contributorEdit{*:*}false\naccess_authorView{*:*}true\naccess_authorAdd{*:*}false\naccess_authorEdit{*:*}false\naccess_editorView{*:*}true\naccess_editorAdd{*:*}true\naccess_editorEdit{*:*}true\naccess_administratorView{*:*}true\naccess_administratorAdd{*:*}true\naccess_administratorEdit{*:*}true\nprivatemode{*:*}off\ntemplates_defaultdate{*:*}%d %M %Y\ntemplates_monthdate{*:*}%F %Y\ntemplates_weekdate{*:*}%l\ntemplates_daydate{*:*}%d/%m/%Y\ntemplates_hourdate{*:*}%H:%i\ntemplates_monthday{*:*}%d\ntemplates_minmin{*:*}5\ntemplates_hourheight{*:*}40\ntemplates_starthour{*:*}0\ntemplates_endhour{*:*}24\ntemplates_agendatime{*:*}30\ntemplates_eventtext{*:*}return event.text;\ntemplates_eventheader{*:*}return scheduler.templates.hour_scale(start) + \" - \" + scheduler.templates.hour_scale(end);\ntemplates_eventbartext{*:*}return \"\" + event.text + \"\";\ncustomfields{*:*}scheduler.config.lightbox.sections=[{name:\"text\", height:150, map_to:\"text\", type:\"textarea\",focus:true},{name:\"recurring\", height:115, type:\"recurring\", map_to:\"rec_type\", button:\"recurring\"},{name:\"time\", height:72, type:\"time\", map_to:\"auto\"}];\ncustomfieldsList{*:*}text\ncustomfieldsLabels{*:*}Description\ncustomfieldsNames{*:*}scheduler.locale.labels.section_text = \'Description\';\ncustomfieldsCSS{*:*}\ncustomfieldsTemplate{*:*}\n','yes'),(10115,0,'scheduler_xml','a1680px600px2http://www.timberon.info/blog/?page_id=2793falsetruefalsetruefalsetruetruetruefalsefalsemonthfalse2falsetruefalsefalsetruefalsefalsetruefalsefalsetruefalsefalsetruefalsefalsetruetruetruetruetruetrueoff\" + event.text + \"\";]]>','yes'),(9953,0,'tabbed_widgets_originals','a:21:{s:12:\"gdnavmulti-3\";a:7:{s:4:\"name\";s:18:\"GD Pages Navigator\";s:2:\"id\";s:12:\"gdnavmulti-3\";s:8:\"callback\";a:2:{i:0;O:16:\"GDPagesNavigator\":5:{s:10:\"sort_types\";a:6:{i:0;a:2:{s:4:\"name\";s:10:\"Menu Order\";s:5:\"value\";s:10:\"menu_order\";}i:1;a:2:{s:4:\"name\";s:10:\"Page Title\";s:5:\"value\";s:10:\"post_title\";}i:2;a:2:{s:4:\"name\";s:9:\"Page Slug\";s:5:\"value\";s:9:\"post_name\";}i:3;a:2:{s:4:\"name\";s:7:\"Page ID\";s:5:\"value\";s:2:\"ID\";}i:4;a:2:{s:4:\"name\";s:13:\"Creation Date\";s:5:\"value\";s:9:\"post_date\";}i:5;a:2:{s:4:\"name\";s:17:\"Modification Date\";s:5:\"value\";s:13:\"post_modified\";}}s:15:\"default_options\";a:27:{s:5:\"title\";s:5:\"Pages\";s:9:\"autoTitle\";i:1;s:12:\"excludePages\";s:0:\"\";s:11:\"removePages\";s:0:\"\";s:7:\"levelUp\";i:0;s:8:\"upLocTop\";i:0;s:7:\"upIdent\";i:0;s:10:\"levelDepth\";i:0;s:10:\"renderType\";i:1;s:7:\"fhIdent\";i:0;s:9:\"identSize\";i:5;s:8:\"homeLink\";s:4:\"Home\";s:8:\"sortType\";i:0;s:9:\"sortOrder\";s:3:\"ASC\";s:16:\"classLevelUpList\";s:17:\"gdpn-levelup-list\";s:16:\"classLevelUpItem\";s:17:\"gdpn-levelup-item\";s:14:\"classPagesList\";s:15:\"gdpn-pages-list\";s:14:\"classPagesItem\";s:15:\"gdpn-pages-item\";s:14:\"classChildList\";s:15:\"gdpn-child-list\";s:14:\"classChildItem\";s:15:\"gdpn-child-item\";s:8:\"rootPage\";s:15:\"gdpnav-rootPage\";s:10:\"special404\";s:4:\"hide\";s:13:\"specialSearch\";s:4:\"hide\";s:11:\"specialHome\";s:4:\"show\";s:11:\"specialPage\";s:4:\"show\";s:13:\"specialSingle\";s:4:\"show\";s:14:\"specialArchive\";s:4:\"show\";}s:13:\"plugin_folder\";s:68:\"http://www.timberon.info/blog/wp-content/plugins/gd-pages-navigator/\";s:6:\"wp_old\";b:0;s:1:\"o\";a:27:{s:5:\"title\";s:10:\"Navigation\";s:12:\"excludePages\";s:0:\"\";s:11:\"removePages\";s:4:\"2245\";s:8:\"rootPage\";s:0:\"\";s:9:\"autoTitle\";b:1;s:7:\"levelUp\";b:1;s:7:\"upIdent\";b:1;s:7:\"fhIdent\";b:0;s:10:\"renderType\";s:1:\"1\";s:9:\"identSize\";s:1:\"5\";s:8:\"upLocTop\";s:1:\"0\";s:8:\"homeLink\";s:9:\"Main Menu\";s:8:\"sortType\";s:1:\"0\";s:9:\"sortOrder\";s:3:\"ASC\";s:16:\"classLevelUpList\";s:17:\"gdpn-levelup-list\";s:16:\"classLevelUpItem\";s:17:\"gdpn-levelup-item\";s:14:\"classPagesList\";s:15:\"gdpn-pages-list\";s:14:\"classPagesItem\";s:15:\"gdpn-pages-item\";s:14:\"classChildList\";s:15:\"gdpn-child-list\";s:14:\"classChildItem\";s:15:\"gdpn-child-item\";s:11:\"specialHome\";s:4:\"show\";s:10:\"special404\";s:4:\"hide\";s:13:\"specialSearch\";s:4:\"hide\";s:11:\"specialPage\";s:4:\"show\";s:14:\"specialArchive\";s:4:\"show\";s:13:\"specialSingle\";s:4:\"show\";s:10:\"levelDepth\";i:0;}}i:1;s:6:\"widget\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:3;}}s:9:\"classname\";s:23:\"widget_gdpagesnavigator\";s:11:\"description\";s:18:\"GD Pages Navigator\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:18:\"GD Pages Navigator\";s:11:\"given_title\";s:10:\"Navigation\";}}s:6:\"text-6\";a:7:{s:4:\"name\";s:4:\"Text\";s:2:\"id\";s:6:\"text-6\";s:8:\"callback\";a:2:{i:0;O:14:\"WP_Widget_Text\":8:{s:7:\"id_base\";s:4:\"text\";s:4:\"name\";s:4:\"Text\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:11:\"widget_text\";s:11:\"description\";s:22:\"Arbitrary text or HTML\";}s:15:\"control_options\";a:3:{s:7:\"id_base\";s:4:\"text\";s:5:\"width\";i:400;s:6:\"height\";i:350;}s:6:\"number\";i:12;s:2:\"id\";s:7:\"text-12\";s:7:\"updated\";b:0;s:11:\"option_name\";s:11:\"widget_text\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:6;}}s:9:\"classname\";s:11:\"widget_text\";s:11:\"description\";s:22:\"Arbitrary text or HTML\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:4:\"Text\";s:11:\"given_title\";s:0:\"\";}}s:10:\"sswidget-3\";a:6:{s:4:\"name\";s:18:\"Super Search Block\";s:2:\"id\";s:10:\"sswidget-3\";s:8:\"callback\";a:2:{i:0;O:8:\"SSWIDGET\":8:{s:7:\"id_base\";s:8:\"sswidget\";s:4:\"name\";s:18:\"Super Search Block\";s:14:\"widget_options\";a:1:{s:9:\"classname\";s:15:\"widget_sswidget\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:8:\"sswidget\";}s:6:\"number\";i:3;s:2:\"id\";s:10:\"sswidget-3\";s:7:\"updated\";b:0;s:11:\"option_name\";s:15:\"widget_sswidget\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:3;}}s:9:\"classname\";s:15:\"widget_sswidget\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:18:\"Super Search Block\";s:11:\"given_title\";s:0:\"\";}}s:16:\"advanced_menu-12\";a:7:{s:4:\"name\";s:13:\"Advanced Menu\";s:2:\"id\";s:16:\"advanced_menu-12\";s:8:\"callback\";a:2:{i:0;O:20:\"Advanced_Menu_Widget\":8:{s:7:\"id_base\";s:13:\"advanced_menu\";s:4:\"name\";s:13:\"Advanced Menu\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:20:\"widget_advanced_menu\";s:11:\"description\";s:60:\"Use this widget to add one of your custom menus as a widget.\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:13:\"advanced_menu\";}s:6:\"number\";i:12;s:2:\"id\";s:16:\"advanced_menu-12\";s:7:\"updated\";b:0;s:11:\"option_name\";s:20:\"widget_advanced_menu\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:12;}}s:9:\"classname\";s:20:\"widget_advanced_menu\";s:11:\"description\";s:60:\"Use this widget to add one of your custom menus as a widget.\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:13:\"Advanced Menu\";s:11:\"given_title\";s:0:\"\";}}s:10:\"nav_menu-4\";a:7:{s:4:\"name\";s:11:\"Custom Menu\";s:2:\"id\";s:10:\"nav_menu-4\";s:8:\"callback\";a:2:{i:0;O:18:\"WP_Nav_Menu_Widget\":8:{s:7:\"id_base\";s:8:\"nav_menu\";s:4:\"name\";s:11:\"Custom Menu\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:15:\"widget_nav_menu\";s:11:\"description\";s:60:\"Use this widget to add one of your custom menus as a widget.\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:8:\"nav_menu\";}s:6:\"number\";i:4;s:2:\"id\";s:10:\"nav_menu-4\";s:7:\"updated\";b:0;s:11:\"option_name\";s:15:\"widget_nav_menu\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:4;}}s:9:\"classname\";s:15:\"widget_nav_menu\";s:11:\"description\";s:60:\"Use this widget to add one of your custom menus as a widget.\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:11:\"Custom Menu\";s:11:\"given_title\";s:0:\"\";}}s:12:\"pages_plus-4\";a:7:{s:4:\"name\";s:14:\"Page Navigator\";s:2:\"id\";s:12:\"pages_plus-4\";s:8:\"callback\";a:2:{i:0;O:19:\"PageNavigatorWidget\":8:{s:7:\"id_base\";s:10:\"pages_plus\";s:4:\"name\";s:14:\"Page Navigator\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:17:\"widget_pages_plus\";s:11:\"description\";s:38:\"Your blog’s WordPress Pages Menu\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:10:\"pages_plus\";}s:6:\"number\";i:4;s:2:\"id\";s:12:\"pages_plus-4\";s:7:\"updated\";b:0;s:11:\"option_name\";s:17:\"widget_pages_plus\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:4;}}s:9:\"classname\";s:17:\"widget_pages_plus\";s:11:\"description\";s:38:\"Your blog’s WordPress Pages Menu\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:14:\"Page Navigator\";s:11:\"given_title\";s:10:\"Pages Menu\";}}s:20:\"itx_tabbed_sidebar-4\";a:7:{s:4:\"name\";s:14:\"Tabbed Sidebar\";s:2:\"id\";s:20:\"itx_tabbed_sidebar-4\";s:8:\"callback\";a:2:{i:0;O:18:\"itx_tabbed_sidebar\":10:{s:7:\"id_base\";s:18:\"itx_tabbed_sidebar\";s:4:\"name\";s:14:\"Tabbed Sidebar\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:18:\"itx_tabbed_sidebar\";s:11:\"description\";s:84:\"Sidebar containing tabs that displays posts, categories, pages, comments, tags, etc.\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:18:\"itx_tabbed_sidebar\";}s:6:\"number\";i:4;s:2:\"id\";s:20:\"itx_tabbed_sidebar-4\";s:7:\"updated\";b:0;s:11:\"option_name\";s:25:\"widget_itx_tabbed_sidebar\";s:6:\"option\";a:11:{i:0;s:4:\"None\";s:10:\"categories\";s:10:\"Categories\";s:5:\"posts\";s:12:\"Recent Posts\";s:8:\"comments\";s:15:\"Recent Comments\";s:8:\"archives\";s:16:\"Monthly Archives\";s:4:\"meta\";s:4:\"Meta\";s:8:\"calendar\";s:8:\"Calendar\";s:8:\"blogroll\";s:8:\"Blogroll\";s:4:\"tags\";s:9:\"Tag Cloud\";s:5:\"pages\";s:5:\"Pages\";s:4:\"text\";s:11:\"Custom Text\";}s:5:\"title\";a:10:{i:0;s:4:\"None\";s:10:\"categories\";s:10:\"Categories\";s:5:\"posts\";s:5:\"Posts\";s:8:\"comments\";s:8:\"Comments\";s:8:\"archives\";s:8:\"Archives\";s:4:\"meta\";s:4:\"Meta\";s:8:\"calendar\";s:8:\"Calendar\";s:8:\"blogroll\";s:8:\"Blogroll\";s:4:\"tags\";s:4:\"Tags\";s:5:\"pages\";s:5:\"Pages\";}}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:4;}}s:9:\"classname\";s:18:\"itx_tabbed_sidebar\";s:11:\"description\";s:84:\"Sidebar containing tabs that displays posts, categories, pages, comments, tags, etc.\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:14:\"Tabbed Sidebar\";s:11:\"given_title\";s:0:\"\";}}s:12:\"menus_plus-3\";a:7:{s:4:\"name\";s:11:\"Menus Plus+\";s:2:\"id\";s:12:\"menus_plus-3\";s:8:\"callback\";a:2:{i:0;O:15:\"MenusPlusWidget\":8:{s:7:\"id_base\";s:10:\"menus_plus\";s:4:\"name\";s:11:\"Menus Plus+\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:10:\"menus_plus\";s:11:\"description\";s:49:\"Add one of your Menus Plus+ lists in widget form.\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:10:\"menus_plus\";}s:6:\"number\";i:3;s:2:\"id\";s:12:\"menus_plus-3\";s:7:\"updated\";b:0;s:11:\"option_name\";s:17:\"widget_menus_plus\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:3;}}s:9:\"classname\";s:10:\"menus_plus\";s:11:\"description\";s:49:\"Add one of your Menus Plus+ lists in widget form.\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:11:\"Menus Plus+\";s:11:\"given_title\";s:0:\"\";}}s:24:\"rico_ajax_menu_widget_id\";a:6:{s:4:\"name\";s:14:\"Rico Ajax Menu\";s:2:\"id\";s:24:\"rico_ajax_menu_widget_id\";s:8:\"callback\";s:14:\"f1008989193_18\";s:6:\"params\";a:0:{}s:9:\"classname\";s:14:\"f1008989193_18\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:14:\"Rico Ajax Menu\";s:11:\"given_title\";s:0:\"\";}}s:7:\"pages-4\";a:7:{s:4:\"name\";s:5:\"Pages\";s:2:\"id\";s:7:\"pages-4\";s:8:\"callback\";a:2:{i:0;O:15:\"WP_Widget_Pages\":8:{s:7:\"id_base\";s:5:\"pages\";s:4:\"name\";s:5:\"Pages\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:12:\"widget_pages\";s:11:\"description\";s:33:\"Your site’s WordPress Pages\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:5:\"pages\";}s:6:\"number\";i:4;s:2:\"id\";s:7:\"pages-4\";s:7:\"updated\";b:0;s:11:\"option_name\";s:12:\"widget_pages\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:4;}}s:9:\"classname\";s:12:\"widget_pages\";s:11:\"description\";s:33:\"Your site’s WordPress Pages\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:5:\"Pages\";s:11:\"given_title\";s:5:\"Pages\";}}s:9:\"hiercat-4\";a:7:{s:4:\"name\";s:23:\"Hierarchical Categories\";s:2:\"id\";s:9:\"hiercat-4\";s:8:\"callback\";a:2:{i:0;O:13:\"HierCatWidget\":8:{s:7:\"id_base\";s:7:\"hiercat\";s:4:\"name\";s:23:\"Hierarchical Categories\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:15:\"widget_hier_cat\";s:11:\"description\";s:28:\"Hierarchical Category Widget\";}s:15:\"control_options\";a:3:{s:7:\"id_base\";s:7:\"hiercat\";s:5:\"width\";i:300;s:6:\"height\";i:300;}s:6:\"number\";i:4;s:2:\"id\";s:9:\"hiercat-4\";s:7:\"updated\";b:0;s:11:\"option_name\";s:14:\"widget_hiercat\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:4;}}s:9:\"classname\";s:15:\"widget_hier_cat\";s:11:\"description\";s:28:\"Hierarchical Category Widget\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:23:\"Hierarchical Categories\";s:11:\"given_title\";s:8:\"Hierarch\";}}s:10:\"hierpage-4\";a:7:{s:4:\"name\";s:18:\"Hierarchical Pages\";s:2:\"id\";s:10:\"hierpage-4\";s:8:\"callback\";a:2:{i:0;O:14:\"HierPageWidget\":8:{s:7:\"id_base\";s:8:\"hierpage\";s:4:\"name\";s:18:\"Hierarchical Pages\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:16:\"widget_hier_page\";s:11:\"description\";s:34:\"Hierarchical Page Directory Widget\";}s:15:\"control_options\";a:3:{s:7:\"id_base\";s:8:\"hierpage\";s:5:\"width\";i:300;s:6:\"height\";i:300;}s:6:\"number\";i:4;s:2:\"id\";s:10:\"hierpage-4\";s:7:\"updated\";b:0;s:11:\"option_name\";s:15:\"widget_hierpage\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:4;}}s:9:\"classname\";s:16:\"widget_hier_page\";s:11:\"description\";s:34:\"Hierarchical Page Directory Widget\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:18:\"Hierarchical Pages\";s:11:\"given_title\";s:13:\"Hierarch Page\";}}s:12:\"categories-6\";a:7:{s:4:\"name\";s:10:\"Categories\";s:2:\"id\";s:12:\"categories-6\";s:8:\"callback\";a:2:{i:0;O:20:\"WP_Widget_Categories\":8:{s:7:\"id_base\";s:10:\"categories\";s:4:\"name\";s:10:\"Categories\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:17:\"widget_categories\";s:11:\"description\";s:32:\"A list or dropdown of categories\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:10:\"categories\";}s:6:\"number\";i:6;s:2:\"id\";s:12:\"categories-6\";s:7:\"updated\";b:0;s:11:\"option_name\";s:17:\"widget_categories\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:6;}}s:9:\"classname\";s:17:\"widget_categories\";s:11:\"description\";s:32:\"A list or dropdown of categories\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:10:\"Categories\";s:11:\"given_title\";s:10:\"Categories\";}}s:6:\"text-7\";a:7:{s:4:\"name\";s:4:\"Text\";s:2:\"id\";s:6:\"text-7\";s:8:\"callback\";a:2:{i:0;R:97;i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:7;}}s:9:\"classname\";s:11:\"widget_text\";s:11:\"description\";s:22:\"Arbitrary text or HTML\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:4:\"Text\";s:11:\"given_title\";s:0:\"\";}}s:6:\"text-8\";a:7:{s:4:\"name\";s:4:\"Text\";s:2:\"id\";s:6:\"text-8\";s:8:\"callback\";a:2:{i:0;R:97;i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:8;}}s:9:\"classname\";s:11:\"widget_text\";s:11:\"description\";s:22:\"Arbitrary text or HTML\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:4:\"Text\";s:11:\"given_title\";s:0:\"\";}}s:6:\"text-9\";a:7:{s:4:\"name\";s:4:\"Text\";s:2:\"id\";s:6:\"text-9\";s:8:\"callback\";a:2:{i:0;R:97;i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:9;}}s:9:\"classname\";s:11:\"widget_text\";s:11:\"description\";s:22:\"Arbitrary text or HTML\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:4:\"Text\";s:11:\"given_title\";s:0:\"\";}}s:23:\"bns-featured-category-6\";a:7:{s:4:\"name\";s:21:\"BNS Featured Category\";s:2:\"id\";s:23:\"bns-featured-category-6\";s:8:\"callback\";a:2:{i:0;O:28:\"BNS_Featured_Category_Widget\":8:{s:7:\"id_base\";s:21:\"bns-featured-category\";s:4:\"name\";s:21:\"BNS Featured Category\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:21:\"bns-featured-category\";s:11:\"description\";s:75:\"Displays most recent posts from a specific featured category or categories.\";}s:15:\"control_options\";a:3:{s:7:\"id_base\";s:21:\"bns-featured-category\";s:5:\"width\";i:450;s:6:\"height\";i:350;}s:6:\"number\";i:6;s:2:\"id\";s:23:\"bns-featured-category-6\";s:7:\"updated\";b:0;s:11:\"option_name\";s:28:\"widget_bns-featured-category\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:6;}}s:9:\"classname\";s:21:\"bns-featured-category\";s:11:\"description\";s:75:\"Displays most recent posts from a specific featured category or categories.\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:21:\"BNS Featured Category\";s:11:\"given_title\";s:0:\"\";}}s:10:\"minimeta-7\";a:7:{s:4:\"name\";s:15:\"MiniMeta Widget\";s:2:\"id\";s:10:\"minimeta-7\";s:8:\"callback\";a:2:{i:0;O:18:\"WP_Widget_MiniMeta\":8:{s:7:\"id_base\";s:8:\"minimeta\";s:4:\"name\";s:15:\"MiniMeta Widget\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:15:\"widget_minimeta\";s:11:\"description\";s:49:\"Displaying Meta links, Login Form and Admin Links\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:8:\"minimeta\";}s:6:\"number\";i:7;s:2:\"id\";s:10:\"minimeta-7\";s:7:\"updated\";b:0;s:11:\"option_name\";s:15:\"widget_minimeta\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:7;}}s:9:\"classname\";s:15:\"widget_minimeta\";s:11:\"description\";s:49:\"Displaying Meta links, Login Form and Admin Links\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:15:\"MiniMeta Widget\";s:11:\"given_title\";s:0:\"\";}}s:7:\"text-12\";a:7:{s:4:\"name\";s:4:\"Text\";s:2:\"id\";s:7:\"text-12\";s:8:\"callback\";a:2:{i:0;R:97;i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:12;}}s:9:\"classname\";s:11:\"widget_text\";s:11:\"description\";s:22:\"Arbitrary text or HTML\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:4:\"Text\";s:11:\"given_title\";s:0:\"\";}}s:8:\"search-3\";a:7:{s:4:\"name\";s:6:\"Search\";s:2:\"id\";s:8:\"search-3\";s:8:\"callback\";a:2:{i:0;O:16:\"WP_Widget_Search\":8:{s:7:\"id_base\";s:6:\"search\";s:4:\"name\";s:6:\"Search\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:13:\"widget_search\";s:11:\"description\";s:27:\"A search form for your site\";}s:15:\"control_options\";a:1:{s:7:\"id_base\";s:6:\"search\";}s:6:\"number\";i:3;s:2:\"id\";s:8:\"search-3\";s:7:\"updated\";b:0;s:11:\"option_name\";s:13:\"widget_search\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:3;}}s:9:\"classname\";s:13:\"widget_search\";s:11:\"description\";s:27:\"A search form for your site\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:6:\"Search\";s:11:\"given_title\";s:0:\"\";}}s:12:\"gsc-widget-5\";a:7:{s:4:\"name\";s:20:\"Google Custom Search\";s:2:\"id\";s:12:\"gsc-widget-5\";s:8:\"callback\";a:2:{i:0;O:10:\"GSC_Widget\":8:{s:7:\"id_base\";s:10:\"gsc-widget\";s:4:\"name\";s:20:\"Google Custom Search\";s:14:\"widget_options\";a:2:{s:9:\"classname\";s:20:\"google custom search\";s:11:\"description\";s:38:\"Unleash Google Search on Your Website.\";}s:15:\"control_options\";a:3:{s:7:\"id_base\";s:10:\"gsc-widget\";s:5:\"width\";i:300;s:6:\"height\";i:350;}s:6:\"number\";i:5;s:2:\"id\";s:12:\"gsc-widget-5\";s:7:\"updated\";b:0;s:11:\"option_name\";s:17:\"widget_gsc-widget\";}i:1;s:16:\"display_callback\";}s:6:\"params\";a:1:{i:0;a:1:{s:6:\"number\";i:5;}}s:9:\"classname\";s:20:\"google custom search\";s:11:\"description\";s:38:\"Unleash Google Search on Your Website.\";s:6:\"titles\";a:2:{s:14:\"original_title\";s:20:\"Google Custom Search\";s:11:\"given_title\";s:0:\"\";}}}','yes'),(9950,0,'widget_hybrid-tabs','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(9937,0,'sidebarTabs','a:27:{s:11:\"active_font\";s:7:\"#ffffff\";s:9:\"active_bg\";s:7:\"#464646\";s:13:\"inactive_font\";s:7:\"#464646\";s:11:\"inactive_bg\";s:7:\"#969696\";s:9:\"over_font\";s:7:\"#333333\";s:7:\"over_bg\";s:7:\"#e6e7e8\";s:4:\"line\";s:4:\"none\";s:11:\"height_tabs\";s:2:\"26\";s:11:\"width_icons\";s:2:\"39\";s:12:\"height_icons\";s:2:\"32\";s:13:\"width_sidebar\";s:3:\"200\";s:4:\"unit\";s:2:\"px\";s:8:\"bg_panes\";s:7:\"#464646\";s:11:\"color_links\";s:7:\"#c1c1c1\";s:17:\"color_hover_links\";s:7:\"#e18364\";s:10:\"text_color\";s:7:\"#ffffff\";s:6:\"layout\";s:1:\"1\";s:12:\"width_corner\";s:1:\"5\";s:10:\"typeCorner\";s:1:\"0\";s:2:\"fs\";s:2:\"11\";s:2:\"fw\";s:6:\"normal\";s:3:\"bvt\";s:1:\"0\";s:3:\"bht\";s:1:\"0\";s:8:\"margin_c\";s:21:\"margin: 10px 0 10px 0\";s:10:\"args_theme\";s:1:\"1\";s:10:\"align_left\";s:1:\"0\";s:8:\"jqueryui\";s:1:\"0\";}','yes'),(9938,0,'sidebartabs_args','a:4:{s:13:\"before_widget\";s:33:\"
    \";s:12:\"after_widget\";s:6:\"
    \";s:12:\"before_title\";s:37:\"

    \";s:11:\"after_title\";s:5:\"

    \";}','yes'),(9939,0,'widget_sidebartabs','a:3:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:7:\"Sidebar\";s:7:\"exclude\";s:2:\"on\";s:11:\"orderSelect\";s:0:\"\";s:15:\"layout_instance\";s:1:\"2\";s:17:\"layout_horizontal\";s:1:\"4\";s:7:\"effects\";s:5:\"slide\";s:10:\"display_sb\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(9940,0,'sidebartabs_css_icons','\r\nul.sidebarTabs a.sbicon1 {\r\n text-indent: -9999px;\r\n background: url(icons/tabFolder.png) 0 -32px no-repeat;\r\n width:39px;\r\n padding: 0 !important;\r\n} \r\nul.sidebarTabs a.sbicon1:hover, ul.sidebarTabs a#sbicon1.current {\r\n background: url(icons/tabFolder.png) no-repeat !important;\r\n}\r\n\r\nul.sidebarTabs a.sbicon2 {\r\n text-indent: -9999px;\r\n background: url(icons/tabPosts.png) 0 -32px no-repeat;\r\n width:39px;\r\n padding: 0 !important;\r\n} \r\nul.sidebarTabs a.sbicon2:hover, ul.sidebarTabs a#sbicon2.current {\r\n background: url(icons/tabPosts.png) no-repeat !important;\r\n}\r\n\r\nul.sidebarTabs a.sbicon3 {\r\n text-indent: -9999px;\r\n background: url(icons/tabMail.png) 0 -32px no-repeat;\r\n width:39px;\r\n padding: 0 !important;\r\n} \r\nul.sidebarTabs a.sbicon3:hover, ul.sidebarTabs a#sbicon3.current {\r\n background: url(icons/tabMail.png) no-repeat !important;\r\n}\r\n','yes'),(9941,0,'sidebartabs_widget','','yes'),(9969,0,'dropdown_css','','yes'),(9970,0,'custom_css','','yes'),(9636,0,'rps_width','500','yes'),(9637,0,'rps_height','250','yes'),(9638,0,'rps_post_per_slide','2','yes'),(9639,0,'rps_total_posts','6','yes'),(9640,0,'rps_slider_content','2','yes'),(9641,0,'widget_rpswidget','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(9644,0,'rps_post_exclude_ids','','yes'),(9645,0,'rps_post_title_color','','yes'),(9646,0,'rps_slider_speed','','yes'),(9647,0,'rps_pagination_style','1','yes'),(9648,0,'rps_excerpt_words','','yes'),(7471,0,'theme_mods_thematic','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:35;}}','yes'),(7468,0,'theme_mods_nearly-sprung','a:1:{i:0;b:0;}','yes'),(7533,0,'_transient_timeout_feed_mod_ba689deb49370c4081cd11c8a4bac1ba','1300338129','no'),(7534,0,'_transient_feed_mod_ba689deb49370c4081cd11c8a4bac1ba','1300294929','no'),(7103,0,'widget_itx_tabbed_sidebar','a:3:{i:2;a:0:{}i:3;a:3:{s:6:\"tabbed\";a:5:{i:0;s:4:\"text\";i:1;s:4:\"text\";i:2;s:4:\"text\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"texthead\";a:5:{i:0;s:19:\"Skidloader For Hire\";i:1;s:19:\"Skidloader For Hire\";i:2;s:19:\"Skidloader For Hire\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"textcontent\";a:5:{i:0;s:71:\"Skidloader For Hire\nWork this skid instead of shoveling. Call 987-2561\";i:1;s:71:\"Skidloader For Hire\nWork this skid instead of shoveling. Call 987-2561\";i:2;s:143:\"Skidloader For Hire\nWork this skid instead of shoveling. Call 987-2561\nSkidloader For Hire\nWork this skid instead of shoveling. Call 987-2561\";i:3;s:0:\"\";i:4;s:0:\"\";}}s:12:\"_multiwidget\";i:1;}','yes'),(5716,0,'widget_yd_rp','a:4:{s:14:\"plugin_version\";s:5:\"3.0.1\";i:1;a:38:{s:11:\"image_style\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:16:\"home_date_format\";s:6:\"F j, Y\";s:17:\"opage_date_format\";s:6:\"F j, Y\";s:10:\"home_title\";s:15:\"YD Recent Posts\";s:11:\"opage_title\";s:15:\"YD Recent Posts\";s:17:\"home_d_post_thumb\";s:0:\"\";s:17:\"home_d_post_title\";s:1:\"1\";s:15:\"home_d_abstract\";s:1:\"1\";s:11:\"same_opages\";s:1:\"1\";s:18:\"opage_d_post_thumb\";s:1:\"1\";s:18:\"opage_d_post_title\";s:1:\"1\";s:16:\"opage_d_abstract\";s:1:\"1\";s:16:\"opage_bottomlink\";s:56:\"http://www.yann.com/en/wp-plugins/yd-recent-posts-widget\";s:16:\"opage_bottomtext\";s:30:\"[→YD Recent Posts Widget]\";s:15:\"home_bottomlink\";s:56:\"http://www.yann.com/en/wp-plugins/yd-recent-posts-widget\";s:15:\"home_bottomtext\";s:30:\"[→YD Recent Posts Widget]\";s:13:\"default_image\";s:0:\"\";s:8:\"load_css\";s:0:\"\";s:8:\"home_tag\";s:0:\"\";s:14:\"home_showposts\";s:1:\"3\";s:13:\"home_datemeta\";s:0:\"\";s:16:\"home_d_post_date\";s:1:\"1\";s:17:\"home_u_wpabstract\";s:0:\"\";s:20:\"home_title_cutlength\";s:1:\"0\";s:23:\"home_abstract_cutlength\";s:2:\"50\";s:14:\"home_add_query\";s:0:\"\";s:9:\"opage_tag\";s:0:\"\";s:15:\"opage_showposts\";s:0:\"\";s:17:\"opage_d_post_date\";s:0:\"\";s:18:\"opage_u_wpabstract\";s:0:\"\";s:21:\"opage_title_cutlength\";s:0:\"\";s:24:\"opage_abstract_cutlength\";s:0:\"\";s:14:\"opage_datemeta\";s:0:\"\";s:15:\"opage_add_query\";s:0:\"\";s:15:\"title_cutlength\";s:0:\"\";s:18:\"abstract_cutlength\";s:0:\"\";s:12:\"display_date\";s:0:\"\";}i:0;a:16:{s:11:\"image_style\";s:71:\"width:60px;height:60px;padding-right:5px;padding-bottom:5px;float:left;\";s:17:\"default_cutlength\";s:3:\"128\";s:15:\"ellipsis_string\";s:7:\"… »\";s:13:\"default_image\";s:56:\"http://www.yann.com/yd-recent-posts-widget-v301-logo.gif\";s:8:\"load_css\";s:0:\"\";s:9:\"keep_html\";s:1:\"1\";s:10:\"strip_sqbt\";s:0:\"\";s:10:\"strip_clbt\";s:0:\"\";s:10:\"display_ul\";s:1:\"1\";s:11:\"skip_latest\";s:0:\"\";s:13:\"timthumb_path\";s:69:\"/blog/wp-content/plugins/yd-recent-posts-widget/timthumb/timthumb.php\";s:14:\"timthumb_width\";s:2:\"60\";s:15:\"timthumb_height\";s:2:\"60\";s:11:\"use_wpthumb\";s:1:\"1\";s:12:\"use_timthumb\";s:0:\"\";s:16:\"disable_backlink\";s:0:\"\";}i:2;a:38:{s:10:\"home_title\";s:13:\"Timberon News\";s:8:\"home_tag\";s:0:\"\";s:14:\"home_showposts\";s:2:\"10\";s:13:\"home_datemeta\";s:0:\"\";s:15:\"home_bottomtext\";s:36:\"Timberon and the surrounding area...\";s:15:\"home_bottomlink\";s:0:\"\";s:17:\"home_d_post_thumb\";s:0:\"\";s:17:\"home_d_post_title\";s:1:\"1\";s:16:\"home_d_post_date\";s:0:\"\";s:15:\"home_d_abstract\";s:1:\"1\";s:17:\"home_u_wpabstract\";s:1:\"1\";s:20:\"home_title_cutlength\";s:1:\"0\";s:23:\"home_abstract_cutlength\";s:3:\"150\";s:16:\"home_date_format\";s:0:\"\";s:14:\"home_add_query\";s:0:\"\";s:11:\"same_opages\";s:1:\"1\";s:11:\"opage_title\";s:0:\"\";s:9:\"opage_tag\";s:0:\"\";s:15:\"opage_showposts\";s:0:\"\";s:16:\"opage_bottomtext\";s:0:\"\";s:16:\"opage_bottomlink\";s:0:\"\";s:18:\"opage_d_post_thumb\";s:0:\"\";s:18:\"opage_d_post_title\";s:0:\"\";s:17:\"opage_d_post_date\";s:0:\"\";s:16:\"opage_d_abstract\";s:0:\"\";s:18:\"opage_u_wpabstract\";s:0:\"\";s:21:\"opage_title_cutlength\";s:0:\"\";s:24:\"opage_abstract_cutlength\";s:0:\"\";s:17:\"opage_date_format\";s:0:\"\";s:14:\"opage_datemeta\";s:0:\"\";s:15:\"opage_add_query\";s:0:\"\";s:15:\"title_cutlength\";s:0:\"\";s:18:\"abstract_cutlength\";s:0:\"\";s:8:\"load_css\";s:0:\"\";s:11:\"image_style\";s:0:\"\";s:13:\"default_image\";s:0:\"\";s:12:\"display_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";}}','yes'),(10628,0,'_transient_timeout_feed_mod_68c2f18aa0c38501522af4aded779589','1302750104','no'),(10629,0,'_transient_feed_mod_68c2f18aa0c38501522af4aded779589','1302706904','no'),(10633,0,'tadv_toolbars','a:4:{s:9:\"toolbar_1\";a:27:{i:0;s:4:\"bold\";i:1;s:6:\"italic\";i:2;s:13:\"strikethrough\";i:3;s:9:\"underline\";i:4;s:10:\"separator1\";i:5;s:7:\"bullist\";i:6;s:7:\"numlist\";i:7;s:7:\"outdent\";i:8;s:6:\"indent\";i:9;s:10:\"separator2\";i:10;s:11:\"justifyleft\";i:11;s:13:\"justifycenter\";i:12;s:12:\"justifyright\";i:13;s:10:\"separator3\";i:14;s:4:\"link\";i:15;s:6:\"unlink\";i:16;s:10:\"separator4\";i:17;s:5:\"image\";i:18;s:10:\"styleprops\";i:19;s:11:\"separator12\";i:20;s:7:\"wp_more\";i:21;s:6:\"wp_adv\";i:22;s:7:\"wp_page\";i:23;s:10:\"separator5\";i:24;s:12:\"spellchecker\";i:25;s:6:\"search\";i:26;s:10:\"separator6\";}s:9:\"toolbar_2\";a:19:{i:0;s:14:\"fontsizeselect\";i:1;s:12:\"formatselect\";i:2;s:9:\"pastetext\";i:3;s:9:\"pasteword\";i:4;s:12:\"removeformat\";i:5;s:10:\"separator8\";i:6;s:7:\"charmap\";i:7;s:5:\"print\";i:8;s:10:\"separator9\";i:9;s:9:\"forecolor\";i:10;s:9:\"backcolor\";i:11;s:8:\"emotions\";i:12;s:11:\"separator10\";i:13;s:3:\"sup\";i:14;s:3:\"sub\";i:15;s:5:\"media\";i:16;s:11:\"separator11\";i:17;s:4:\"undo\";i:18;s:4:\"redo\";}s:9:\"toolbar_3\";a:10:{i:0;s:13:\"tablecontrols\";i:1;s:10:\"fontselect\";i:2;s:7:\"wp_help\";i:3;s:9:\"visualaid\";i:4;s:11:\"nonbreaking\";i:5;s:4:\"copy\";i:6;s:7:\"attribs\";i:7;s:6:\"anchor\";i:8;s:10:\"fullscreen\";i:9;s:4:\"code\";}s:9:\"toolbar_4\";a:0:{}}','no'),(10634,0,'tadv_plugins','a:11:{i:0;s:5:\"media\";i:1;s:11:\"nonbreaking\";i:2;s:5:\"style\";i:3;s:8:\"emotions\";i:4;s:5:\"table\";i:5;s:5:\"print\";i:6;s:13:\"searchreplace\";i:7;s:10:\"xhtmlxtras\";i:8;s:7:\"advlist\";i:9;s:8:\"advimage\";i:10;s:11:\"contextmenu\";}','no'),(10635,0,'tadv_btns1','a:27:{i:0;s:4:\"bold\";i:1;s:6:\"italic\";i:2;s:13:\"strikethrough\";i:3;s:9:\"underline\";i:4;s:9:\"separator\";i:5;s:7:\"bullist\";i:6;s:7:\"numlist\";i:7;s:7:\"outdent\";i:8;s:6:\"indent\";i:9;s:9:\"separator\";i:10;s:11:\"justifyleft\";i:11;s:13:\"justifycenter\";i:12;s:12:\"justifyright\";i:13;s:9:\"separator\";i:14;s:4:\"link\";i:15;s:6:\"unlink\";i:16;s:9:\"separator\";i:17;s:5:\"image\";i:18;s:10:\"styleprops\";i:19;s:9:\"separator\";i:20;s:7:\"wp_more\";i:21;s:6:\"wp_adv\";i:22;s:7:\"wp_page\";i:23;s:9:\"separator\";i:24;s:12:\"spellchecker\";i:25;s:6:\"search\";i:26;s:9:\"separator\";}','no'),(10636,0,'tadv_btns2','a:19:{i:0;s:14:\"fontsizeselect\";i:1;s:12:\"formatselect\";i:2;s:9:\"pastetext\";i:3;s:9:\"pasteword\";i:4;s:12:\"removeformat\";i:5;s:9:\"separator\";i:6;s:7:\"charmap\";i:7;s:5:\"print\";i:8;s:9:\"separator\";i:9;s:9:\"forecolor\";i:10;s:9:\"backcolor\";i:11;s:8:\"emotions\";i:12;s:9:\"separator\";i:13;s:3:\"sup\";i:14;s:3:\"sub\";i:15;s:5:\"media\";i:16;s:9:\"separator\";i:17;s:4:\"undo\";i:18;s:4:\"redo\";}','no'),(10637,0,'tadv_btns3','a:11:{i:0;s:13:\"tablecontrols\";i:1;s:13:\"delete_table,\";i:2;s:10:\"fontselect\";i:3;s:7:\"wp_help\";i:4;s:9:\"visualaid\";i:5;s:11:\"nonbreaking\";i:6;s:4:\"copy\";i:7;s:7:\"attribs\";i:8;s:6:\"anchor\";i:9;s:10:\"fullscreen\";i:10;s:4:\"code\";}','no'),(10638,0,'tadv_btns4','a:0:{}','no'),(10639,0,'tadv_allbtns','a:65:{i:0;s:6:\"wp_adv\";i:1;s:10:\"blockquote\";i:2;s:4:\"bold\";i:3;s:6:\"italic\";i:4;s:13:\"strikethrough\";i:5;s:9:\"underline\";i:6;s:7:\"bullist\";i:7;s:7:\"numlist\";i:8;s:7:\"outdent\";i:9;s:6:\"indent\";i:10;s:11:\"justifyleft\";i:11;s:13:\"justifycenter\";i:12;s:12:\"justifyright\";i:13;s:11:\"justifyfull\";i:14;s:3:\"cut\";i:15;s:4:\"copy\";i:16;s:5:\"paste\";i:17;s:4:\"link\";i:18;s:6:\"unlink\";i:19;s:5:\"image\";i:20;s:7:\"wp_more\";i:21;s:7:\"wp_page\";i:22;s:6:\"search\";i:23;s:7:\"replace\";i:24;s:10:\"fontselect\";i:25;s:14:\"fontsizeselect\";i:26;s:7:\"wp_help\";i:27;s:10:\"fullscreen\";i:28;s:11:\"styleselect\";i:29;s:12:\"formatselect\";i:30;s:9:\"forecolor\";i:31;s:9:\"backcolor\";i:32;s:9:\"pastetext\";i:33;s:9:\"pasteword\";i:34;s:12:\"removeformat\";i:35;s:7:\"cleanup\";i:36;s:12:\"spellchecker\";i:37;s:7:\"charmap\";i:38;s:5:\"print\";i:39;s:4:\"undo\";i:40;s:4:\"redo\";i:41;s:13:\"tablecontrols\";i:42;s:4:\"cite\";i:43;s:3:\"ins\";i:44;s:3:\"del\";i:45;s:4:\"abbr\";i:46;s:7:\"acronym\";i:47;s:7:\"attribs\";i:48;s:5:\"layer\";i:49;s:5:\"advhr\";i:50;s:4:\"code\";i:51;s:11:\"visualchars\";i:52;s:11:\"nonbreaking\";i:53;s:3:\"sub\";i:54;s:3:\"sup\";i:55;s:9:\"visualaid\";i:56;s:10:\"insertdate\";i:57;s:10:\"inserttime\";i:58;s:6:\"anchor\";i:59;s:10:\"styleprops\";i:60;s:8:\"emotions\";i:61;s:5:\"media\";i:62;s:7:\"iespell\";i:63;s:9:\"separator\";i:64;s:1:\"|\";}','no'),(10644,0,'iphone_cp_ad3_options','a:4:{s:22:\"iphone_cp_ad3_viewport\";s:3:\"320\";s:15:\"redirect_on_off\";s:3:\"off\";s:18:\"iphone_cp_ad3_icon\";s:8:\"home.png\";s:24:\"iphone_cp_ad3_css_on_off\";s:3:\"off\";}','yes'),(12262,0,'_plugin_feedback_name_required','1','yes'),(12268,0,'_plugin_feedback_captcha_required','1','yes'),(12269,0,'_plugin_feedback_send_label','Send','yes'),(12270,0,'_plugin_feedback_mail_from_name','','yes'),(12271,0,'_plugin_feedback_mail_from_email','webmaster@timberon.info','yes'),(12272,0,'_plugin_feedback_mail_to','webmaster@timberon.info','yes'),(12273,0,'_plugin_feedback_success_text','

    Thank you! Your message was send successfully!

    We\'ll contact you as soon as possible.

    - Administration

    ','yes'),(12274,0,'_plugin_feedback_mail_charset','windows-1251','yes'),(12289,0,'rss_b5736ed4d3c5cb346e08c330561bf688','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:30:{i:0;a:12:{s:5:\"title\";s:38:\"Decorated veteran on bin Laden\'s death\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/g11aw21Y9sQ/decorated-vet-on-bin-laden%27s-death\";s:11:\"description\";s:1608:\"

    A Roswell Purple Heart and Medal of Valor recipient said news of Osama bin Laden\'s death is surreal.

    \n \n
    \";s:4:\"guid\";s:7:\"3799662\";s:7:\"pubdate\";s:29:\"Mon, 02 May 2011 23:21:04 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 03 May 2011 13:49:33 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:69:\"http://www.krqe.com/dpp/military/decorated-vet-on-bin-laden%27s-death\";}s:7:\"summary\";s:1608:\"

    A Roswell Purple Heart and Medal of Valor recipient said news of Osama bin Laden\'s death is surreal.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:1;a:11:{s:5:\"title\";s:36:\"NM bases, homeland security on alert\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/iry0SEWNgCM/nm-bases-homeland-security-on-alert\";s:11:\"description\";s:1684:\"

    New Mexico is on heightened alert after the death of Osama bin Laden, but no specific threats have been made to the state, New Mexico\'s homeland security secretary said Monday.

    \n \n
    \";s:4:\"guid\";s:7:\"3799450\";s:7:\"pubdate\";s:29:\"Mon, 02 May 2011 19:57:48 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 02 May 2011 21:10:48 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:26:\"\n \n \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:68:\"http://www.krqe.com/dpp/military/nm-bases-homeland-security-on-alert\";}s:7:\"summary\";s:1684:\"

    New Mexico is on heightened alert after the death of Osama bin Laden, but no specific threats have been made to the state, New Mexico\'s homeland security secretary said Monday.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:2;a:11:{s:5:\"title\";s:39:\"Eddy County sheriff seeking more space \";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/jafiNtZYTB0/eddy-county-sheriff-seeking-more-space-\";s:11:\"description\";s:1596:\"

    The sheriff of Eddy County is hoping to make the case for more space for his department.

    \n \n
    \";s:4:\"guid\";s:7:\"3799303\";s:7:\"pubdate\";s:29:\"Mon, 02 May 2011 17:17:11 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 02 May 2011 17:17:11 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:240:\"

    (photo from Carlsbad Current-Argus)A large boulder, located between Carlsbad and El Paso, provided a large piece of evidence for Carlsbad Police Department detectives surrounding a cold case regarding a Carlsbad woman who went missing in\";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:68:\"http://www.krqe.com/dpp/news/eddy-county-sheriff-seeking-more-space-\";}s:7:\"summary\";s:1596:\"

    The sheriff of Eddy County is hoping to make the case for more space for his department.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:3;a:11:{s:5:\"title\";s:34:\"Crews make progress on Abrams fire\";s:4:\"link\";s:89:\"http://feeds.krqe.com/~r/krqe-southeast/~3/pdwfpRRrEBM/crews-make-progress-on-abrams-fire\";s:11:\"description\";s:1777:\"

    Firefighters are reportedly making significant progress in containing an active wildfire in southern New Mexico. A spokesman for the Bureau of Land Management says favorable weather conditions Sunday helped crews contain about 75 percent of the 12,500-acre Abrams Fire.

    \n \n
    \";s:4:\"guid\";s:7:\"3799236\";s:7:\"pubdate\";s:29:\"Mon, 02 May 2011 16:15:42 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 02 May 2011 16:15:42 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:76:\"http://www.krqe.com/dpp/weather/wildfires/crews-make-progress-on-abrams-fire\";}s:7:\"summary\";s:1777:\"

    Firefighters are reportedly making significant progress in containing an active wildfire in southern New Mexico. A spokesman for the Bureau of Land Management says favorable weather conditions Sunday helped crews contain about 75 percent of the 12,500-acre Abrams Fire.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:4;a:11:{s:5:\"title\";s:39:\"Man acquitted of murder in teen\'s death\";s:4:\"link\";s:93:\"http://feeds.krqe.com/~r/krqe-southeast/~3/Ug7Sf9iLEQU/man-acquitted-of-murder-in-teens-death\";s:11:\"description\";s:1636:\"

    A Roswell man who was facing decades in prison walked out of court a free man after a jury acquitted him of first degree murder.

    \n \n
    \";s:4:\"guid\";s:7:\"3798228\";s:7:\"pubdate\";s:29:\"Sun, 01 May 2011 19:56:50 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sun, 01 May 2011 19:56:50 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:73:\"http://www.krqe.com/dpp/news/crime/man-acquitted-of-murder-in-teens-death\";}s:7:\"summary\";s:1636:\"

    A Roswell man who was facing decades in prison walked out of court a free man after a jury acquitted him of first degree murder.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:5;a:11:{s:5:\"title\";s:33:\"Soldier killed in Iraq remembered\";s:4:\"link\";s:88:\"http://feeds.krqe.com/~r/krqe-southeast/~3/bmjVX7mHPKo/soldier-killed-in-iraq-remembered\";s:11:\"description\";s:1582:\"

    Sad maybe an understatement for the loss the Roswell community is feeling.

    \n \n
    \";s:4:\"guid\";s:7:\"3797995\";s:7:\"pubdate\";s:29:\"Sun, 01 May 2011 00:47:32 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 02 May 2011 21:27:02 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:78:\"\n \n \n \n \n \n \";s:19:\"content_description\";s:89:\"

    Anthony Stiggins, shown here in 2009, was killed in Iraq on April 22, 2011. 

    \";}s:7:\"content\";s:60:\"\n \n \n \n \n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:71:\"http://www.krqe.com/dpp/news/military/soldier-killed-in-iraq-remembered\";}s:7:\"summary\";s:1582:\"

    Sad maybe an understatement for the loss the Roswell community is feeling.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:6;a:11:{s:5:\"title\";s:33:\"Charges filed in NM shooting case\";s:4:\"link\";s:88:\"http://feeds.krqe.com/~r/krqe-southeast/~3/FWS8dJE1fmg/charges-filed-in-nm-shooting-case\";s:11:\"description\";s:1608:\"

    After two months of investigation, charges have been filed in the shooting of a Ruidoso Downs woman.

    \n \n
    \";s:4:\"guid\";s:7:\"3797887\";s:7:\"pubdate\";s:29:\"Sat, 30 Apr 2011 23:19:34 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 30 Apr 2011 23:19:34 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:68:\"http://www.krqe.com/dpp/news/crime/charges-filed-in-nm-shooting-case\";}s:7:\"summary\";s:1608:\"

    After two months of investigation, charges have been filed in the shooting of a Ruidoso Downs woman.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:7;a:11:{s:5:\"title\";s:38:\"Wildfire in Gila grows to 3,700+ acres\";s:4:\"link\";s:95:\"http://feeds.krqe.com/~r/krqe-southeast/~3/_fNDKr-F6f0/wildfire-in-gila-grows-to-3%2C700-acres-\";s:11:\"description\";s:1623:\"

    Crews continue to battle a wildfire in the New Mexico\'s Gila Wilderness that has now charred more than 3,700 acres.

    \n \n
    \";s:4:\"guid\";s:7:\"3797851\";s:7:\"pubdate\";s:29:\"Sat, 30 Apr 2011 19:31:17 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 30 Apr 2011 19:31:17 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:98:\"

    Miller Fire seen from Silver City.  Photo by Susan Garland submitted to KRQE ReportIt!

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:82:\"http://www.krqe.com/dpp/weather/wildfires/wildfire-in-gila-grows-to-3%2C700-acres-\";}s:7:\"summary\";s:1623:\"

    Crews continue to battle a wildfire in the New Mexico\'s Gila Wilderness that has now charred more than 3,700 acres.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:8;a:11:{s:5:\"title\";s:39:\"Texas man sentenced in NM federal court\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/kkCAKHtzbDA/texas-man-sentenced-in-nm-federal-court\";s:11:\"description\";s:1644:\"

    A 19-year-old El Paso, Texas, man has been sentenced to 27 months in federal prison for possession of cocaine with intent to distribute.

    \n \n
    \";s:4:\"guid\";s:7:\"3797790\";s:7:\"pubdate\";s:29:\"Sat, 30 Apr 2011 18:37:26 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 30 Apr 2011 18:37:26 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:74:\"http://www.krqe.com/dpp/news/crime/texas-man-sentenced-in-nm-federal-court\";}s:7:\"summary\";s:1644:\"

    A 19-year-old El Paso, Texas, man has been sentenced to 27 months in federal prison for possession of cocaine with intent to distribute.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:9;a:12:{s:5:\"title\";s:25:\"Carlsbad remembers a hero\";s:4:\"link\";s:80:\"http://feeds.krqe.com/~r/krqe-southeast/~3/RHUL0Q7DWAI/carlsbad-remembers-a-hero\";s:11:\"description\";s:1644:\"

    The city of Carlsbad honored the young mother who pushed a group of trick-or-treaters out of the way of a suspected drunk driver Friday.

    \n \n
    \";s:4:\"guid\";s:7:\"3797818\";s:7:\"pubdate\";s:29:\"Sat, 30 Apr 2011 17:43:29 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 02 May 2011 21:27:28 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"Jim Winchester\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:60:\"http://www.krqe.com/dpp/news/crime/carlsbad-remembers-a-hero\";}s:7:\"summary\";s:1644:\"

    The city of Carlsbad honored the young mother who pushed a group of trick-or-treaters out of the way of a suspected drunk driver Friday.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:10;a:11:{s:5:\"title\";s:27:\"Grass fire threatened homes\";s:4:\"link\";s:81:\"http://feeds.krqe.com/~r/krqe-southeast/~3/Te_z1rnd220/grass-fire-threatens-homes\";s:11:\"description\";s:1574:\"

    The Branch Fire is burning west of Lovington and threatened homes.

    \n \n
    \";s:4:\"guid\";s:7:\"3797572\";s:7:\"pubdate\";s:29:\"Sat, 30 Apr 2011 02:31:47 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 30 Apr 2011 03:29:29 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:76:\"

    Hot Shots work the Last Chance Fire.  U.S. Forest Service photo.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:55:\"http://www.krqe.com/dpp/home/grass-fire-threatens-homes\";}s:7:\"summary\";s:1574:\"

    The Branch Fire is burning west of Lovington and threatened homes.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:11;a:11:{s:5:\"title\";s:35:\"Memorabilia thief wanted in Roswell\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/phgLu18PdDs/memorabilia-thief-wanted-in-roswell\";s:11:\"description\";s:1581:\"

    State police are looking for a thief with a taste for sports memorabilia.

    \n \n
    \";s:4:\"guid\";s:7:\"3797405\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 23:25:55 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 29 Apr 2011 23:25:55 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:70:\"http://www.krqe.com/dpp/news/crime/memorabilia-thief-wanted-in-roswell\";}s:7:\"summary\";s:1581:\"

    State police are looking for a thief with a taste for sports memorabilia.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:12;a:11:{s:5:\"title\";s:29:\"Roswell man pulls gun on cops\";s:4:\"link\";s:84:\"http://feeds.krqe.com/~r/krqe-southeast/~3/CWJEL5jYJFU/roswell-man-pulls-gun-on-cops\";s:11:\"description\";s:1591:\"

    Police investigate a scary incident at a Roswell restaurant and bar Thursday night.

    \n \n
    \";s:4:\"guid\";s:7:\"3797414\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 23:10:56 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 29 Apr 2011 23:10:56 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:64:\"http://www.krqe.com/dpp/news/crime/roswell-man-pulls-gun-on-cops\";}s:7:\"summary\";s:1591:\"

    Police investigate a scary incident at a Roswell restaurant and bar Thursday night.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:13;a:11:{s:5:\"title\";s:39:\"New fire erupts in Gila National Forest\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/OpKDRwYw57Y/new-fire-erupts-in-gila-national-forest\";s:11:\"description\";s:1731:\"

    A human-caused fire in Gila Wilderness grew from 10 acres Friday morning to 100 acres by afternoon as the fight against a 53,000-acre fire in the Lincoln National Forest began winding down, the U.S. Forest Service reported.

    \n \n
    \";s:4:\"guid\";s:7:\"3797349\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 22:22:20 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 29 Apr 2011 22:22:20 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:39:\"\n \n \n \";s:19:\"content_description\";s:263:\"

    Firefighters on the Last Chance Fire.  U.S. Forest Service photo.

    Miller Fire seen from Silver City.  Photo by Susan Garland submitted to KRQE ReportIt!

    Heavy-lift water tanker on the Last Chance Fire.  U.S. Forest Service photo.

    \";}s:7:\"content\";s:30:\"\n \n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:81:\"http://www.krqe.com/dpp/weather/wildfires/new-fire-erupts-in-gila-national-forest\";}s:7:\"summary\";s:1731:\"

    A human-caused fire in Gila Wilderness grew from 10 acres Friday morning to 100 acres by afternoon as the fight against a 53,000-acre fire in the Lincoln National Forest began winding down, the U.S. Forest Service reported.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:14;a:11:{s:5:\"title\";s:36:\"Soldier killed in Iraq returns to NM\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/6FLc41_kUz0/soldier-killed-in-iraq-returns-to-nm\";s:11:\"description\";s:1595:\"

    A 25-year old soldier from New Mexico who was killed in Iraq will arrive home Saturday.

    \n \n
    \";s:4:\"guid\";s:7:\"3797149\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 18:50:33 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 29 Apr 2011 18:50:33 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:74:\"http://www.krqe.com/dpp/news/military/soldier-killed-in-iraq-returns-to-nm\";}s:7:\"summary\";s:1595:\"

    A 25-year old soldier from New Mexico who was killed in Iraq will arrive home Saturday.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:15;a:11:{s:5:\"title\";s:32:\"NM nuclear reactor site debated \";s:4:\"link\";s:88:\"http://feeds.krqe.com/~r/krqe-southeast/~3/7rvKOowAz_Q/nm-nuclear-reactors-site-debated-\";s:11:\"description\";s:1614:\"

    New Mexico is a perfect place to begin using modular nuclear reactors, an assistant energy secretary said.

    \n \n
    \";s:4:\"guid\";s:7:\"3796830\";s:7:\"pubdate\";s:29:\"Fri, 29 Apr 2011 15:12:22 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 29 Apr 2011 15:12:22 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:232:\"

    In this Oct. 27, 2009, photo is a caution sign at Waste Control Specialists near Andrews, Texas. Low-level nuclear waste burried at the 1,340-acre stie will remain radioactive for thousands of years. (AP Photo/Betsy Blaney)

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:62:\"http://www.krqe.com/dpp/news/nm-nuclear-reactors-site-debated-\";}s:7:\"summary\";s:1614:\"

    New Mexico is a perfect place to begin using modular nuclear reactors, an assistant energy secretary said.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:16;a:11:{s:5:\"title\";s:37:\"Pearce calls nuclear energy essential\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/rn-fCu6k5gE/pearce-calls-nuclear-energy-essential\";s:11:\"description\";s:1633:\"

    Republican Rep. Steve Pearce says nuclear energy in America does not have technological problems - it has political problems.

    \n \n
    \";s:4:\"guid\";s:7:\"3796088\";s:7:\"pubdate\";s:29:\"Thu, 28 Apr 2011 20:04:22 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 28 Apr 2011 20:04:22 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:52:\"

    U.S. Rep. Steve Pearce, R-N.M., District Two.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:75:\"http://www.krqe.com/dpp/news/politics/pearce-calls-nuclear-energy-essential\";}s:7:\"summary\";s:1633:\"

    Republican Rep. Steve Pearce says nuclear energy in America does not have technological problems - it has political problems.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:17;a:11:{s:5:\"title\";s:30:\"Two wildfires continue to burn\";s:4:\"link\";s:85:\"http://feeds.krqe.com/~r/krqe-southeast/~3/TzPdZJ7Sq0Q/two-wildfires-continue-to-burn\";s:11:\"description\";s:1594:\"

    New Mexico is still on the fire alert as two significant wildfires remain uncontained.

    \n \n
    \";s:4:\"guid\";s:7:\"3795531\";s:7:\"pubdate\";s:29:\"Thu, 28 Apr 2011 14:52:33 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 28 Apr 2011 14:52:33 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:82:\"

    Hot Shots monitor on the Last Chance Fire.  U.S. Forest Service photo.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:72:\"http://www.krqe.com/dpp/weather/wildfires/two-wildfires-continue-to-burn\";}s:7:\"summary\";s:1594:\"

    New Mexico is still on the fire alert as two significant wildfires remain uncontained.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:18;a:12:{s:5:\"title\";s:36:\"Mother knows best, son evades police\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/s9w94_AphyY/momma-knows-best%2C-son-evades-police\";s:11:\"description\";s:1598:\"

    A Portales mom is livid after her son was temporarily let out of jail without supervision.

    \n \n
    \";s:4:\"guid\";s:7:\"3793529\";s:7:\"pubdate\";s:29:\"Wed, 27 Apr 2011 23:28:57 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 28 Apr 2011 19:50:23 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:72:\"http://www.krqe.com/dpp/news/crime/momma-knows-best%2C-son-evades-police\";}s:7:\"summary\";s:1598:\"

    A Portales mom is livid after her son was temporarily let out of jail without supervision.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:19;a:11:{s:5:\"title\";s:37:\"Updates: Last Chance, San Pedro fires\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/SNUWuo4vnX4/updates-last-chance-san-pedro-fires\";s:11:\"description\";s:1668:\"

    A day after fierce winds ravaged the state firefighters are making progress on wildfires burning west of Carlsbad and in the Rio Grande bosque south of Socorro.

    \n \n
    \";s:4:\"guid\";s:7:\"3793395\";s:7:\"pubdate\";s:29:\"Wed, 27 Apr 2011 21:46:17 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 27 Apr 2011 21:46:17 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:52:\"\n \n \n \n \";s:19:\"content_description\";s:292:\"

    Sunset over the Last Chance Fire.  U.S. Forest Service photo.

    Last Chance Fire.  U.S. Forest Service photo.

    Fire retardant drop over the Last Chance Fire.  U.S. Forest Service photo.

    Hot Shots work the Last Chance Fire.  U.S. Forest Service photo.

    \";}s:7:\"content\";s:40:\"\n \n \n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:77:\"http://www.krqe.com/dpp/weather/wildfires/updates-last-chance-san-pedro-fires\";}s:7:\"summary\";s:1668:\"

    A day after fierce winds ravaged the state firefighters are making progress on wildfires burning west of Carlsbad and in the Rio Grande bosque south of Socorro.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:20;a:11:{s:5:\"title\";s:38:\"Gay-straight club prompts school shift\";s:4:\"link\";s:93:\"http://feeds.krqe.com/~r/krqe-southeast/~3/y8em6FBtkE0/gay-straight-club-prompts-school-shift\";s:11:\"description\";s:1673:\"

    Nonacademic clubs will no longer be allowed to meet during school in Clovis, the Clovis school board decided Tuesday after a gay-straight club asked for recognition.

    \n \n
    \";s:4:\"guid\";s:7:\"3792655\";s:7:\"pubdate\";s:29:\"Wed, 27 Apr 2011 17:03:03 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 27 Apr 2011 17:03:03 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:26:\"\n \n \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:77:\"http://www.krqe.com/dpp/news/education/gay-straight-club-prompts-school-shift\";}s:7:\"summary\";s:1673:\"

    Nonacademic clubs will no longer be allowed to meet during school in Clovis, the Clovis school board decided Tuesday after a gay-straight club asked for recognition.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:21;a:11:{s:5:\"title\";s:37:\"Firefighters quell multiple wildfires\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/N0CILRjt9rs/firefighters-quell-multiple-wildfires\";s:11:\"description\";s:1626:\"

    Firefighters raced the winds Tuesday trying to knock down wildfires in southeast New Mexico and the Rio Grande bosque.

    \n \n
    \";s:4:\"guid\";s:7:\"3792180\";s:7:\"pubdate\";s:29:\"Wed, 27 Apr 2011 14:29:16 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 27 Apr 2011 14:37:57 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:52:\"\n \n \n \n \";s:19:\"content_description\";s:149:\"

    Hot Shots work the Last Chance Fire.  U.S. Forest Service photo.

    Sunset over the Last Chance Fire.  U.S. Forest Service photo.

    \";}s:7:\"content\";s:40:\"\n \n \n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:79:\"http://www.krqe.com/dpp/weather/wildfires/firefighters-quell-multiple-wildfires\";}s:7:\"summary\";s:1626:\"

    Firefighters raced the winds Tuesday trying to knock down wildfires in southeast New Mexico and the Rio Grande bosque.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:22;a:12:{s:5:\"title\";s:36:\"Questioning school gay alliance club\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/LUXmXjf5Cmc/questioning-school-gay-alliance-club\";s:11:\"description\";s:1560:\"

    School board reviewing club policy across the board.

    \n \n
    \";s:4:\"guid\";s:7:\"3790736\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 23:13:54 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 27 Apr 2011 16:29:37 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:81:\"http://www.krqe.com/dpp/news/local/southeast/questioning-school-gay-alliance-club\";}s:7:\"summary\";s:1560:\"

    School board reviewing club policy across the board.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:23;a:11:{s:5:\"title\";s:33:\"New fires erupt in southeast N.M.\";s:4:\"link\";s:86:\"http://feeds.krqe.com/~r/krqe-southeast/~3/YLNnoAtsM7g/new-fires-erupt-in-southeast-nm\";s:11:\"description\";s:1644:\"

    Three fires reported Tuesday afternoon near Jal and Artesia have closed a state highway, burned two structures and are threatening more.

    \n \n
    \";s:4:\"guid\";s:7:\"3790599\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 22:25:31 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 27 Apr 2011 02:31:18 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:26:\"\n \n \";s:19:\"content_description\";s:108:\"

    Jackson Fire

    The Martin 2 Fire near Lovington seen from News 13\'s Skyranger on April 25, 2011.

    \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:73:\"http://www.krqe.com/dpp/weather/wildfires/new-fires-erupt-in-southeast-nm\";}s:7:\"summary\";s:1644:\"

    Three fires reported Tuesday afternoon near Jal and Artesia have closed a state highway, burned two structures and are threatening more.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:24;a:11:{s:5:\"title\";s:39:\"Ranchers meeting to discuss fire damage\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/NLEOMdLQ4q4/ranchers-meeting-to-discuss-fire-damage\";s:11:\"description\";s:1708:\"

    Farmers and ranchers who lost fields and pastures in a 17,000-acre wildfire last week can learn about their possible next steps in a meeting with state and federal representatives Wednesday in Clovis.

    \n \n
    \";s:4:\"guid\";s:7:\"3789763\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 17:27:08 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 26 Apr 2011 17:27:08 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:26:\"\n \n \";s:19:\"content_description\";s:49:\"

    Tire Fire (submitted by Vincent Rodriguez)

    \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:81:\"http://www.krqe.com/dpp/weather/wildfires/ranchers-meeting-to-discuss-fire-damage\";}s:7:\"summary\";s:1708:\"

    Farmers and ranchers who lost fields and pastures in a 17,000-acre wildfire last week can learn about their possible next steps in a meeting with state and federal representatives Wednesday in Clovis.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:25;a:11:{s:5:\"title\";s:33:\"Feds look for new nuke waste site\";s:4:\"link\";s:88:\"http://feeds.krqe.com/~r/krqe-southeast/~3/LxUIayRJ4_I/feds-look-for-new-nuke-waste-site\";s:11:\"description\";s:1608:\"

    Carlsbad will host the first of three hearings to discuss bringing more nuclear waste to New Mexico.

    \n \n
    \";s:4:\"guid\";s:7:\"3789719\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 16:22:23 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 26 Apr 2011 16:22:23 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:74:\"http://www.krqe.com/dpp/news/environment/feds-look-for-new-nuke-waste-site\";}s:7:\"summary\";s:1608:\"

    Carlsbad will host the first of three hearings to discuss bringing more nuclear waste to New Mexico.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:26;a:11:{s:5:\"title\";s:35:\"Firefighters wary of forecast winds\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/jGMBwAo91i8/firefighters-wary-of-forecast-winds\";s:11:\"description\";s:1660:\"

    With winds forecast to reach 70 mph in some parts of the state today, firefighters trying to get a handle on the wildfires around the state are nervous.

    \n \n
    \";s:4:\"guid\";s:7:\"3789490\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 14:20:30 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 26 Apr 2011 19:01:05 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:26:\"\n \n \";s:19:\"content_description\";s:86:\"

    Fire retardant drop over the Last Chance Fire.  U.S. Forest Service photo.

    \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:77:\"http://www.krqe.com/dpp/weather/wildfires/firefighters-wary-of-forecast-winds\";}s:7:\"summary\";s:1660:\"

    With winds forecast to reach 70 mph in some parts of the state today, firefighters trying to get a handle on the wildfires around the state are nervous.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:27;a:11:{s:5:\"title\";s:36:\"New International UFO Museum on hold\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/8Y-ss0hZeFA/new-international-ufo-museum-on-hold\";s:11:\"description\";s:1668:\"

    It\'s the place you would expect to visit in Roswell. It brings in more than 12,000 visitors a month, but big plans to build a new UFO Museum are not taking off.

    \n \n
    \";s:4:\"guid\";s:7:\"3788667\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 01:26:23 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 26 Apr 2011 15:05:37 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:74:\"http://www.krqe.com/dpp/news/business/new-international-ufo-museum-on-hold\";}s:7:\"summary\";s:1668:\"

    It\'s the place you would expect to visit in Roswell. It brings in more than 12,000 visitors a month, but big plans to build a new UFO Museum are not taking off.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:28;a:11:{s:5:\"title\";s:35:\"Roswell UFO museum slow to take off\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/4cy2_T3jCu4/roswell-ufo-museum-slow-to-take-off\";s:11:\"description\";s:1576:\"

    Big plans to build a big new UFO museum in Roswell may never happen.

    \n \n
    \";s:4:\"guid\";s:7:\"3788748\";s:7:\"pubdate\";s:29:\"Tue, 26 Apr 2011 00:04:03 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 26 Apr 2011 00:04:03 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:64:\"http://www.krqe.com/dpp/news/roswell-ufo-museum-slow-to-take-off\";}s:7:\"summary\";s:1576:\"

    Big plans to build a big new UFO museum in Roswell may never happen.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:29;a:12:{s:5:\"title\";s:34:\"Range fire expanding in Lea County\";s:4:\"link\";s:89:\"http://feeds.krqe.com/~r/krqe-southeast/~3/i6JfdsGQDaA/range-fire-expanding-in-lea-county\";s:11:\"description\";s:1648:\"

    A fire of unknown origin grew rapidly Monday as gusty winds pushed the flames 17 miles threatening structures and a refinery near Lovington.

    \n \n
    \";s:4:\"guid\";s:7:\"3788505\";s:7:\"pubdate\";s:29:\"Mon, 25 Apr 2011 21:32:14 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 25 Apr 2011 22:24:22 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:39:\"\n \n \n \";}s:7:\"content\";s:30:\"\n \n \n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Bill Diven\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:76:\"http://www.krqe.com/dpp/weather/wildfires/range-fire-expanding-in-lea-county\";}s:7:\"summary\";s:1648:\"

    A fire of unknown origin grew rapidly Monday as gusty winds pushed the flames 17 miles threatening structures and a refinery near Lovington.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}}s:7:\"channel\";a:9:{s:5:\"title\";s:35:\"KBIM News 10 - Southeast New Mexico\";s:4:\"link\";s:49:\"http://www.krqe.com/subindex/news/local/southeast\";s:11:\"description\";s:64:\"Southeastern New Mexico news from KRQE News 13 and KBIM News 10.\";s:8:\"category\";s:9:\"Southeast\";s:8:\"language\";s:2:\"en\";s:3:\"ttl\";s:3:\"600\";s:12:\"thespringbox\";a:1:{s:4:\"skin\";s:48:\"http://feeds.krqe.com/krqe-southeast?format=skin\";}s:10:\"feedburner\";a:1:{s:9:\"feedflare\";s:206:\"Subscribe with My Yahoo!Subscribe with NewsGatorSubscribe with My AOLSubscribe with BloglinesSubscribe with NetvibesSubscribe with GoogleSubscribe with PageflakesSubscribe with PlusmoSubscribe with Live.com\";}s:7:\"tagline\";s:64:\"Southeastern New Mexico news from KRQE News 13 and KBIM News 10.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:3:{s:4:\"link\";s:20:\"http://www.krqe.com/\";s:3:\"url\";s:41:\"http://news.krqe.com/art/feed/generic.jpg\";s:5:\"title\";s:23:\"KRQE News 13 / KRQE.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"wRPep2KCMHJvDz68L9nR5Ns+M10\";s:13:\"last_modified\";s:29:\"Tue, 03 May 2011 13:57:01 GMT\";}','yes'),(11045,0,'_transient_timeout_feed_60a8f77837b30b33579ad818a6b3276d','1303867686','no'),(11046,0,'_transient_feed_60a8f77837b30b33579ad818a6b3276d','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:7:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Pingable : New Internet Media\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://www.pingable.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:162:\"The focus of Pingable is on Blogging Tips, SEO and Web Design. The purpose is to provide unique content that is relevant to bloggers, and to encourage discussion.\";s: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:\"Fri, 22 Apr 2011 01:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://www.pingable.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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://www.pingable.org/images/sig.gif\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Pingable\";s:7:\"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:44:\"\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:27:\"Amazing new portfolio theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://www.pingable.org/amazing-new-portfolio-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://www.pingable.org/amazing-new-portfolio-theme/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 01:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.pingable.org/?p=2167\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"Folioway is a new, amazing and unique WordPress theme for showcasing your work.  It is also a great option for a business wanting to display their products.  It features a smooth slider, unlimited built-in styles, shortcode support and stunning typography. Slick Gallery Feature The theme comes with a nice gallery component that lets you display [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cyrus\";s: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:3535:\"

    Folioway is a new, amazing and unique WordPress theme for showcasing your work.  It is also a great option for a business wanting to display their products.  It features a smooth slider, unlimited built-in styles, shortcode support and stunning typography.

    \n

    \"\"

    \n

    Slick Gallery Feature

    \n

    The theme comes with a nice gallery component that lets you display your graphic work or products in a stylish way.  Great for artists or other creative folk, it will simplify the need to show lots of images on one page.\"\"

    \n

    Custom Shortcodes

    \n

    Custom shortcodes make styling your blog easy.  No CSS necessary, just frame something in a brief code snippet and voila!  Shortcodes can create styled boxes, dropcaps, buttons, anything.  This helps keep the style of your blog uniform and professional.\"\"

    \n

    Custom Styles

    \n

    The theme comes with built-in background styles as well as an infinite color option using the unlimited palette that exists in, umm, the world.  With a few clicks, you can customize the look of your design without having to actually customize the theme.\"\"

    \n

    Professional Typography

    \n

    WordPress themes often neglect quality typography.  Folioway comes with an impressive set of typography that lends credibility and professionalism to your site.  High quality typography communicates your message effectively.\"\"

    \n

    Folioway is a professional, stunning and impressive theme for almost any use.  It is particularly equipped to be used as a portfolio or design showcase blog.  The designer has paid attention to every detail, producing a high quality product for only $35.  Check it out now.

    \n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://www.pingable.org/amazing-new-portfolio-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"10 WordPress Theme Designers you may not have heard of\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.pingable.org/10-wordpress-theme-designers-you-may-not-have-heard-of/\";s: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:88:\"http://www.pingable.org/10-wordpress-theme-designers-you-may-not-have-heard-of/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Apr 2011 02:22:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"Wordpress 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:31:\"http://www.pingable.org/?p=2150\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"We all know Themeforest, ElegantThemes, Woothemes and the other major theme designers.  But there are hundreds if not thousands of other theme designers out there that are either obscure, new or quietly producing some of the best WordPress themes out there. These theme designers offer high quality designs for a comparable price.  However there is [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cyrus\";s: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:7263:\"

    We all know Themeforest, ElegantThemes, Woothemes and the other major theme designers.  But there are hundreds if not thousands of other theme designers out there that are either obscure, new or quietly producing some of the best WordPress themes out there.

    \n

    These theme designers offer high quality designs for a comparable price.  However there is one huge benefit to using these little-known designers: their themes are largely unique.  For example, some major providers sell thousands of themes each month.  That means if you deploy that theme on your WordPress site, several thousands other sites are using the same design.  On the contrary, choosing one of these designs means your site looks unique to a lot more people.

    \n

    Check out some of these designers.  We think you will be pleasantly surprised, and hopefully you learn of a couple new designers you never knew about.

    \n

    YooTheme

    \n

    \"\"

    \n

    If you’re looking for a jazzy, creative and completely original theme, check out YooTheme.  Pingable’s design is actually a modification of a YooTheme product.  They started by creating Joomla templates, then realized Joomla is dumb, bloated and a sinking ship.  Now they make both, porting all of their previous Joomla templates onto the WordPress theme framework.

    \n

    Design Disease

    \n

    \"\"

    \n

    You may have seen their work over at SmashingMagazine.com, but they don’t tend to churn out a great deal of themes, just the occasional, high quality, funky looking design.  They also do custom work starting at $1,500.

    \n

    Organic Themes

    \n

    \"\"

    \n

    I have to admit, the name caught my eye.  Obviously themes can’t be organic, but I appreciate the sentiment.  I also appreciate their designs.  I’m going to go ahead and make up a word now, simplism.  That’s what comes to mind when I browse Organic Themes’ work.

    \n

    SoloStream

    \n

    \"\"

    \n

    Although their themes aren’t drop-dead gorgeous, they may be the right foundation for your custom work.  Every vision needs a starting point.  Every painter needs a canvas.  And so on.

    \n

    RocketTheme

    \n

    \"\"

    \n

    They also started with Joomla and just recently launched their WordPress membership package.  Unlike most designers, you can’t buy these themes individually, you must join their “club”.  This is a much more common model in the Joomla community.  By joining the club, you get access to all their themes, but can only use them on a specific number of sites depending on which license you purchase.  Similar to Elegant Themes.  RocketTheme has always led the pack with Joomla designs, now they are bringing their expertise to WordPress.

    \n

    Mojo Themes

    \n

    \"\"Mojo Themes is one of the larger providers listed here.  They also produce Magento and Tumblr themes and have a really killer deal going on at press time to celebrate their anniversary: 14 premium items worth $442 for $25.  Similar to the themeforest bundles that occasionally come out.

    \n

    Up Themes

    \n

    \"\"

    \n

    I have seen their work elsewhere, but perhaps there has been a rebranding at some point.  EVO in particular is familiar looking.  Either way, there is some nice work and creativity displayed here.

    \n

    Pagelines

    \n

    \"\"

    \n

    If I hadn’t already invented the word “simplism”, I would invent it again to describe the work of Pagelines.  Their work is both elegant and minimal, which is a lot harder to pull off than one might think.  Kudos Pagelines.  They also feature a drag-n-drop feature which is really nice.  Although I haven’t personally tested it, it promises to be handy.

    \n

    Graphpaper Press

    \n

    \"\"

    \n

    I’ve always been a fan of graph paper.  The actual paper with the little squares on it.  So neat, confined, clear.  It really makes one feel secure.  Oh, and the design shop isn’t bad either.  Their stuff looks really classy.  You can never trust a design shop that uses someone else’s theme on their own site.  GraphpaperPress’ work is truly unique.

    \n

    The WP Ninja

    \n

    \"\"

    \n

    Your run of the mill, standard WordPress themes, with a little kick added in.  There is something for everyone over there, a good mix of functional, blog and professional themes.  Definitely worth checking out.

    \n
    \n \n
    \";s: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:84:\"http://www.pingable.org/10-wordpress-theme-designers-you-may-not-have-heard-of/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"A Thorough Review of Elegant 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://www.pingable.org/a-thorough-review-of-elegant-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.pingable.org/a-thorough-review-of-elegant-themes/#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, 18 Apr 2011 11:08:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Elegant 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:31:\"http://www.pingable.org/?p=2136\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"On Pingable we have been recommending Elegant themes for a few years now. We have been doing this for two reasons. Firstly, because it’s the best WordPress Premium Theme Club on the internet. For a measly fee of $39 you get access to over 60 premium themes. This works out at around 60c a theme. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Simon\";s: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:9390:\"

    On Pingable we have been recommending Elegant themes for a few years now. We have been doing this for two reasons. Firstly, because it’s the best WordPress Premium Theme Club on the internet. For a measly fee of $39 you get access to over 60 premium themes. This works out at around 60c a theme. The second reason, is because the theme club is so good, that so many people sign up to it through our affiliate link and we have made $1000′s by recommending it. However, we have never done and through review of the service. So that’s what I will attempt to do here today.

    \n

    You don’t have to be a member of the club to promote it’s affiliate program, and I throughly recommend it. It converts amazingly well if you have any WordPress theme related traffic. Sign up to be an affiliate here, it’s free.

    \n

    The Members Section

    \n

    For your $39 a year you get access to a huge library of quality themes. The library of themes is constantly growing. At the time of writing this, there are more than 60 premium themes. There’s is a huge selection of premium magazine themes, gallery and portfolio themes, and themes for very specific uses.

    \n

    Themes within the collection get upgrades from time to time, and each theme in the members section has a change log to show how it has developed. All theme downloads also come with the original Photoshop source files.

    \n

    \"\"

    \n

    Support

    \n

    The members section of the site has a very busy support forum. There is a huge community of users on this site. In the forum you will find theme support for each individual theme, plus general support. Nick Roach, the creator of Elegant themes has over 11,000 posts on the forum at the time of writing this in April 2011, so this support forum is not an after thought, or a useless ad-don. The forum is a very good support resource for the community. There is a very well qualified team of moderators on the forum, and they are very helpful.

    \n

    Each theme also comes with it’s own documentation, plus there is a general troubleshooting guide, and if for some reason you can’t figure out your support problem using all of the mentioned resources, you can even contact them directly using a contact form.

    \n

    The Affiliate Program

    \n

    As I mention in my introduction, the Elegant theme affiliate program is very good. Firstly, because it is such great value, the theme club has huge appeal and it converts very well. Secondly, as an affiliate you make a very generous 50% commission on every user you refer to the service for the life of their membership. So if users renew their membership after a year, and you were the original person who signed them up, then you receive another payment each year. If you sign anyone up, who then becomes an active affiliate referring other users, you receive a 5% commission on all of their sales too. So if you get any traffic that is targeted towards WordPress users, such as themes, or plugins, this affiliate program is a great one to promote. Join the affiliate program here.

    \n

    Theme Features

    \n

    Once you have made the call to signup, and downloaded and installed your theme of choice, you are greeted by the Elegant Themes ePanel. This is where you set your preferences and alter individual theme options. Having admin sections for modern wordpress themes is very common, however, the ePanel is a very good one. As you can see from the screenshot below, the design is clear, and options are all easily accessible. This truly makes Elegant themes a great option for less technical types. You don’t have to know you way around a css file, or WordPress’s PHP tags to make your theme look professional, and customized. Most options are simply a case of selecting your preference, or pasting a file path.

    \n

    \"\"

    \n

    The themes come with a huge library of short codes. Shortcodes are just a simple way of inserting functionality. These might be for tasks as simple as inserting a button into a post, adding a social bookmark, or used for complex tasks such as creating a price comparison table. Here is a full list of the short codes available.

    \n

    Many of the themes also come with custom page templates. Page templates make it easier to add function specific pages to your site..i.e. a gallery page, a contact form, a sitemap, or a member login form. These are a very useful asset and will save you time as you don’t have to install extra plugins to achieve the same result. Each of the themes support localization. This makes it very easy for designers to select which language the site is to be used in. All themes are compatible with a huge range of browsers, (Opera, Netscape, Safari, Internet Explorer, Firefox etc) are Valid XHTML + CSS, compatible with the latest version of WordPress, and support widgets.

    \n

    The Themes

    \n

    All of the above might mean nothing to you if you can’t find the theme you are looking for in their library, so this is obviously a very important part of your decision. However, the Elegant Themes library is outstanding. There is a huge range of themes.

    \n

    Specialist themes include:

    \n
      \n
    • A Restaurant theme with a menu system – MyCuisine
    • \n
    • A Coming Soon Pre-launch theme – Anticipate
    • \n
    • An Event Website theme – Event
    • \n
    • A Question an Answer Website theme – Askit
    • \n
    • A Real Estate website theme – ElegantEstate
    • \n
    • An E-Commerce theme – eStore
    • \n
    • A theme for promoting mobile applications – MyApp
    • \n
    • Product Spotlight theme – MyProduct
    • \n
    • A Resume theme – MyResume
    • \n
    • A Business Card theme – BusinessCard
    • \n
    • A Video Blogging theme – EVid
    • \n
    \n

    Plus a huge selection of news, portfolio, magazine and blog style themes to select from.

    \n

    Here’s a small selection of some of my favorites at the moment:

    \n

    \"\"

    \n

    \"\"

    \n

    \"\"

    \n

    \"\"

    \n

    Final Thoughts

    \n

    Nick Roach has created a damn fine service in Elegant themes. Elegant themes provide outstanding value to users, and he has grown the site by offering affiliates a fantastic cut of the commission making it a highly successful affiliate program. If you haven’t already, jump over to Elegant themes, and get a membership. It will be the easiest $39 you will ever spend.

    \n

    \"\"

    \n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.pingable.org/a-thorough-review-of-elegant-themes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:44:\"\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:43:\"15 Elegant Premium WordPress Wedding 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.pingable.org/15-elegant-premium-wordpress-wedding-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.pingable.org/15-elegant-premium-wordpress-wedding-themes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Apr 2011 11:20:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Weddings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.pingable.org/?p=2053\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"When it comes to weddings you probably don’t want to be cutting corners and taking the cheap option. Free WordPress themes are great, but for that special day it might be worth spending a little more to get the perfect theme. After all, if there is a website being made for this wedding, it must be a [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Simon\";s: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:5713:\"

    When it comes to weddings you probably don’t want to be cutting corners and taking the cheap option. Free WordPress themes are great, but for that special day it might be worth spending a little more to get the perfect theme. After all, if there is a website being made for this wedding, it must be a fairly fancy affair? Recently I had to try and find a WordPress theme to recommend to a friend for his wedding, and I decided this would make a good post. Here’s what i came up with, I hope you find these themes useful. Most of them aren’t specifically designed for weddings, but are simply elegant and classy.

    \n

    Boutique v2

    \n

    \"\"

    \n

    Blackminton

    \n

    \"\"

    \n

    Batik

    \n

    \"\"

    \n

    Photobox

    \n

    \"\"

    \n

    Seso

    \n

    \"\"

    \n

    Origami

    \n

    \"\"

    \n

    Origami

    \n

    \"\"

    \n

    Modest

    \n

    \"\"

    \n

    Light of Peace

    \n

    \"\"

    \n

    Hand Crafted

    \n

    \"\"

    \n

    Elegance

    \n

    \"\"

    \n

    Deep Focus

    \n

    \"\"

    \n

    Dandelion

    \n

    \"\"

    \n

    Austen

    \n

    \"\"

    \n

    Anthology

    \n

    \"\"

    \n
    \n \n
    \";s: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://www.pingable.org/15-elegant-premium-wordpress-wedding-themes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\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:44:\"Most Profitable WordPress Affiliate Programs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.pingable.org/most-profitable-wordpress-affiliate-programs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://www.pingable.org/most-profitable-wordpress-affiliate-programs/#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, 01 Apr 2011 21:12:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Blogging 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.pingable.org/?p=1600\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"There are many WordPress affiliate programs you can choose from.  But not all are worth the effort.  Bloggers love writing, that’s why they do it.  However you can also make a few dollars through affiliate programs rather easily.  Many bloggers prefer affiliate programs because of the higher payouts and because you can reduce the number [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cyrus\";s: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:5398:\"

    There are many WordPress affiliate programs you can choose from.  But not all are worth the effort.  Bloggers love writing, that’s why they do it.  However you can also make a few dollars through affiliate programs rather easily.  Many bloggers prefer affiliate programs because of the higher payouts and because you can reduce the number of annoying advertisements shown to your readers.

    \n

    Some WordPress affiliate programs pay out a couple dollars per conversion (a registration, product sale, etc.) and some offer over $100 per conversion.  Without any more delay, here is a collection of strong, profitable affiliate programs we have found useful here on Pingable.

    \n

    WordPress Affiliate Programs

    \n

    \"\"

    \n

    ThemeForest WordPress Affiliate Program

    \n

    ThemeForest, an Envato marketplace is an excellent WordPress affiliate program.  It is simple to use because you simple add a short code onto any URL from the site.  Most themes on ThemeForest are high quality, which makes sales virtually happen on their own.

    \n

    \"\"

    \n

    CodeCanyon WordPress Affiliate Program

    \n

    Another Envato marketplace, although much smaller than Themeforest.  The conversions are fewer, but you can zero-in on quality WordPress plugins which are applicable and useful to your readers.  Watch this WordPress affiliate program closely because as it grows, so will the profits.

    \n

    \"\"

    \n

    Elegant Themes WordPress Affiliate Program

    \n

    ElegantThemes is one of large group of quality premium theme creators.  It may be their stylish design or the high quality coding, but for some reason this WordPress affiliate program converts quite well.  Perhaps it is because the membership only costs $39 for a year, and the user is given a series of excellent themes throughout the year.  (It was only $19 when I first joined).  The affiliate program pays at 50% which is a nice share of the profits.

    \n

    WordPress Affiliate Program Tools

    \n

    \"\"

    \n

    Ninja Affiliate

    \n

    Ninja Affiliate is a powerful plugin for WordPress sites.  It automatically converts specific keywords to affiliate links for you across your site.  You can control how many keywords are turned into links to prevent spiders from identifying you as a spam site.  Although this tool does not necessarily provide a new source of income, it can very well increase conversion by dramatically increasing the number of links users can click.  The plugin costs $39 and seems to be well worth it, although Pingable has not yet adopted the plugin.

    \n

    \"\"

    \n

    Pretty Link

    \n

    Pretty Link is a free plugin that cloaks your links.  A smart user will find your affiliate link and remove it, perhaps using their own.  A link cloaker is not a sneaky tool, it is a tool that maintains the integrity of your links, letting you profit by providing useful information to readers.  We use Pretty Link here on Pingable, and it works out very well.

    \n

    See Also:

    \n

    Magic Affiliate, a plugin that lets you run your own affiliate program on your WordPress site.  This can be very useful if you sell something or charge for memberships to your site.  Offer tiered affiliate programs, signup bonuses, integrates readily with WP E-Commerce and Magic Members plugins.

    \n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.pingable.org/most-profitable-wordpress-affiliate-programs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"PSD to WordPress – A Review of Wpfrompsd.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:67:\"http://www.pingable.org/psd-to-wordpress-a-review-of-wpfrompsd-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.pingable.org/psd-to-wordpress-a-review-of-wpfrompsd-com/#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, 10 Mar 2011 22:41:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.pingable.org/?p=1548\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WPfrompsd.com is a service that will convert your Photoshop site designs into a fully functional WordPress themes. In this article I will review their PSD to WordPress service. What is the service? This service is aimed at designers. The sort of designer that can produce amazing site designs in Photoshop, but maybe isn’t as comfortable [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Simon\";s: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:3642:\"

    WPfrompsd.com is a service that will convert your Photoshop site designs into a fully functional WordPress themes. In this article I will review their PSD to WordPress service.

    \n

    \"WP

    \n

    What is the service?

    \n

    This service is aimed at designers. The sort of designer that can produce amazing site designs in Photoshop, but maybe isn’t as comfortable programming. The idea is that the designer produces an amazing design in Photoshop, WPfrompsd.com takes that design and produces a fully functional WordPress theme, that is fully standards compliant and cross browser compatible.

    \n

    What is the process?

    \n
      \n
    1. You submit your project details and Photoshop file using their request a quote form.
    2. \n
    3. They will contact you if the project is approved and work with you on the details of your project.
    4. \n
    5. The development team creates the theme.
    6. \n
    7. Once the design is complete, you are provided with access to a demo site to ensure the final design is what you asked for.
    8. \n
    9. You pay for the service, and once payment has been received, they will send you the completed theme in a zip file.
    10. \n
    \n

    What we did to test their service?

    \n

    To test out the quality of their work, I put together a simple Photoshop design. The design was a concept I had to make it easy to produce simple Niche WordPress sites. I gave them very specific instructions, such as the need to have a selectable logo, a selectable background for my header, and a selectable niche graphic.

    \n

    What was the result?

    \n

    The theme I received was well coded, clean and exactly what I asked for. The theme has an admin option section so that I can select various graphics for my niche sites. Communication was good, and they asked appropriate questions to ensure they were creating what I was after.

    \n

    We will be sharing the theme they created for us for free in an upcoming post. I want to source a few niche graphic sets to provide with the theme to make it more useful for people. Once I am done it will be yours for free.

    \n

    Final word

    \n

    Their pricing looks very good. If you give them a week to produce the theme they will have it to you for as little as $190. Also, as you get to see the theme in action before for parting with your cash, you know that you are going to get what you ask for. From my observations, this is a very professional service that will be ideal for many Photoshop designers out there.

    \n

    Disclaimer: This is not a paid review, and this post contains no affiliate links. We were given 1 free theme conversion for the purposes of reviewing this service.

    \n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.pingable.org/psd-to-wordpress-a-review-of-wpfrompsd-com/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:\"5\";s: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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Simple, Elegant Free WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://www.pingable.org/simple-elegant-free-wordpress-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.pingable.org/simple-elegant-free-wordpress-themes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Feb 2011 03:09:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.pingable.org/?p=1529\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"Designer Marios Lublinski has put together some truly beautiful, free WordPress themes.  They are simple while elegant, making use of sharp contrast between black and white. They are built specifically for designers to showcase their work.  This works because the colors palettes are simple and basic.  His themes are minimalist in that they don’t draw [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cyrus\";s: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:3705:\"

    Designer Marios Lublinski has put together some truly beautiful, free WordPress themes.  They are simple while elegant, making use of sharp contrast between black and white.

    \n

    They are built specifically for designers to showcase their work.  This works because the colors palettes are simple and basic.  His themes are minimalist in that they don’t draw focus.  Rather, they direct the browser to focus on the content.  This is why his themes are built for artists and designers.  I his words:

    \n

    I design and develop modern and minimal WordPress themes. My focus for this website is to develop many beautiful WordPress themes for graphic designers, illustrators and mainly artist, to display their amazing artwork.

    \n

    Here are some of his free themes

    \n

    Note the attention to typography and minimal font sizes.  I also particularly enjoy the strike through mouseover link styling.  A couple of these themes return to the left-hand menu layout which was a common trait of designs a few years ago.  Personally, I enjoyed the style and would love to see it make a comeback.

    \n

    Contemporary Design

    \n

    \"\"

    \n

    Studio Dessign

    \n

    \"\"

    \n

    Minimal Dessign

    \n

    \"\"

    \n

    Swiss Dessign

    \n

    \"\"Style Dessign

    \n

    \"\"

    \n

    Check out all of Marios’ free themes here.

    \n

    Note: This is not a sponsored post.  I just really like Marios’ work.

    \n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://www.pingable.org/simple-elegant-free-wordpress-themes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:44:\"\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:\"20 Amazing WordPress Cufon 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://www.pingable.org/20-amazing-wordpress-cufon-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://www.pingable.org/20-amazing-wordpress-cufon-themes/#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, 21 Feb 2011 23:58:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Cufon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.pingable.org/?p=1527\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:323:\"Cufon is a powerful tool for web designers, especially when combined with Cufon WordPress Themes.  Cufon is a javascript based tool that converts any font to a file that is readable by any browser.  This allows a designer to present smooth, flowing fonts in a way not often seen.  This removes the threat of seeing [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cyrus\";s: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:9876:\"

    Cufon is a powerful tool for web designers, especially when combined with Cufon WordPress Themes.  Cufon is a javascript based tool that converts any font to a file that is readable by any browser.  This allows a designer to present smooth, flowing fonts in a way not often seen.  This removes the threat of seeing pixelated fonts or choppy lines.  In a nutshell, Cufon aspires to integrate with your website using no plugins while being fully compatible with modern browsers while being easy to install and fast.

    \n

    Cufon is a revision and combination of existing technology, nothing new here.  But it was pulled together to let the typical web designer incorporate stunning fonts into their designs without a significant amount of hand-coding.

    \n

    Integrate this tool with WordPress and you’ve got a powerful and smooth website design.  Here I have outlined a bunch of amazing themes for your enjoyment.  Each one of these Cufon WordPress Themes are really slick and focus on typographical quality.  They all have high quality coding, beautiful graphical craftmanship and smooth interfaces.  By incorporating Cufon, these designers have added an additional competitive edge to their product.

    \n

    When evaluating these themes, consider the elements you are looking for.  Perhaps you need smooth navigation, single-column layout, or a strong blog design.  In any case, it is likely you’ll find something that meets your needs.

    \n

    Cufon WordPress Themes

    \n

    Spektrum Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Business Solutions Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Concise Cufon WordPress Theme

    \n

    \"Cufon

    \n

    iLife Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Revision Cufon WordPress Theme

    \n

    \"Cufon

    \n

    LiberWP Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Wipi Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Moov Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Flex Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Galeria Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Perspective Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Sidelined Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Meezio Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Lucid Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Naturel Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Maximus Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Sidewinder Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Carta Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Revoltz Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Layover Cufon WordPress Theme

    \n

    \"Cufon

    \n

    Additional Cufon WordPress Themes resources that you might find interesting:

    \n\n

    Some of these themes are designed for use by professionals, bloggers or artists.  But they can all be used for general purpose WordPress design.  That’s the best thing about WordPress themes, they can be used in almost any way.

    \n

    Nomatter what your theme preference, it is nice to have a smooth, stunning typography set in your design.  These themes will help you accomplish that.  If you have your own Cufon WordPress Themes please mention it in a comment below!

    \n
    \n \n
    \";s: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:63:\"http://www.pingable.org/20-amazing-wordpress-cufon-themes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:53:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"How to customize WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.pingable.org/how-to-customize-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://www.pingable.org/how-to-customize-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jan 2011 16:14: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:5:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Blogging 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:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"Wordpress 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:31:\"http://www.pingable.org/?p=1490\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:306:\"WordPress comes feature-rich and smooth right out of the box, but have you ever wondered how to customize WordPress?  As in, really making it your own?  Want a blog? Done.  Want a static website? Done.  But are are lots of other ways you can use WordPress to meet your web needs.  Here is a list [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cyrus\";s: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:13409:\"

    WordPress comes feature-rich and smooth right out of the box, but have you ever wondered how to customize WordPress?  As in, really making it your own?  Want a blog? Done.  Want a static website? Done.  But are are lots of other ways you can use WordPress to meet your web needs.  Here is a list of helpful tools and tips for how to customize WordPress.

    \n

    If you’re interested in how to customize WordPress, consider reading our past article on making your blog stand out, as well as this one about WordPress tutorials.

    \n

    How to customize WordPress

    \n

    \"wordpress-theme-from-scratch\"

    \n

    If you’re skilled, you can create a theme from scratch.  This is by far the hardest way, even premium theme creators often use some of their previous themes as frameworks.  To start creating a custom WordPress theme, check out some of these resources.

    \n\n

    Artisteer

    \n

    \"artisteer\"

    \n

    Artisteer is a finicky option.  It will not create a premium quality theme in terms of design.  But it will be valid XHTML and clean CSS.  The good news is you can use Artisteer to create lots of different kinds of themes.  I use it to create a framework for custom themes, then go back and customize them further.  Check out Artisteer here, or read this full review we wrote back .

    \n

    Hybrid custom theme

    \n

    \"themeforest\"

    \n

    Search for a theme with a strong foundation, valid XHTML and clean CSS.  It should have many of the features you want but not all.  You can then take that theme and completely hack it up to meet your needs.  Think about adding new widget positions, changing the column structure or adding a new menu.

    \n

    When choosing a foundation theme, go premium.  You’ll be glad you did.  They’re just better made, cleaner, with a solid code foundation.  Here are three of the best providers:

    \n\n

    How to Customize WordPress’ Look and Feel

    \n

    Custom Default Gravatars

    \n

    \"gravatar

    \n

    The Gravatar is an often underlooked (not a real word) feature of WordPress.  The Gravater was incidentally created by Matt Mullenweg, the creator of WordPress.  WordPress comes with a default Gravatar when commenters do not have one.  This is a nice, simple way to give your website a customized feel.

    \n\n

    \"\"

    \n

    Custom Comment Styling

    \n

    \"comment

    \n

    Comments are the second easy way to add a custom feel to your design.  Nesting comments is a great way to encourage discussion on your blog.  Quality comments and good discussion are great ways to explode traffic.

    \n\n

    Creating an effective “about” page

    \n

    \"about\"

    \n

    Your “about” page is the first step when a reader really likes what they see.  When you make the effort to write superb content, a reader will find it and seek more info about your site.  Next stop… conversion!  If they like what they read on your about page, they will sign up for updates and you’ve nailed it.

    \n\n

    Revamping your footer space

    \n

    \"how

    \n

    Footer spaces are now being used to show lots of information or tools.  It’s no longer just a silly copyright section.  The link below has some great examples of usable footers.  Customizing this section of your site really gives that extra customized feel.

    \n\n

    Customize your WordPress 404 page

    \n

    \"how

    \n

    Hopefully users aren’t encountering your 404 page often because your links are all current.  However, it does happen, sometimes out of your control because outside sites will link to your site incorrectly.  Customizing your 404 page says to your readers: “we went the extra mile to offer you a unique experience.”

    \n\n

    Customizing the login page

    \n

    \"how

    \n

    If your site employs the user function of WordPress, creating a customized login page can be a nice touch.  Somehow branding the login to match your site but also be creative is a great touch.

    \n\n

    Revolutionary thinking (put content before ads)

    \n

    The instinct to make a few bucks for all the time you’ve spent on the content is sometimes overwhelming.  But if you listen to one piece of advice on this page, prioritize content over revenue.  You will reap the benefits.

    \n

    Think of this as a design choice as well as a chronological choice.  When starting a new website, forego the advertising until you feel it is absolutely necessary and you have the traffic to make it worth it.  You choose which is better: little traffic with many ads to make a few dollars or few ads, making lots of money with lots of traffic.

    \n\n

    Custom content archives

    \n

    \"how

    \n

    Users need to be able to access your content.  If they come back to find some older content, the search form may not work.  Also, complete archives will help search engines know about all of your content.  You spend time writing it, should people be able to find it?

    \n\n

    Custom Admin theme

    \n

    \"how

    \n

    The admin theme will only be for your benefit or that of your writers and editors.  However, it can be nice to change things up, and some custom themes can add a whole new experience for the admin.  It can also save you time if you spend a lot of time in the dashboard.

    \n\n

    Additional Resources

    \n

    Check out these other resources and articles on customizing WordPress.

    \n\n

    If you have your own tip for how to customize WordPress please share it below.

    \n
    \n

    Hand coding

    \n

    If you’re skilled, you can create a theme from scratch.  This is by far the hardest way, even premium theme creators often use some of their previous themes as frameworks.  To start creating a custom WordPress theme, check out some of these resources.

    \n\n
    \n
    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://www.pingable.org/how-to-customize-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"12\";s: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:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Zyma – Cheap Webhost Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://www.pingable.org/zyma-com-cheap-webhost-review/\";s: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:63:\"http://www.pingable.org/zyma-com-cheap-webhost-review/#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, 17 Jan 2011 06:35:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.pingable.org/?p=1482\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:299:\"As far as cheap webhosts go, you have a few options to consider on the market that drops to around just under $4US a month. This seems pretty cheap right? Zyma.com, a new player in the market, have just released a hosting offer for £4.95 per year. Yes, you read that right, PER YEAR! Zyma.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Simon\";s: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:7508:\"

    As far as cheap webhosts go, you have a few options to consider on the market that drops to around just under $4US a month. This seems pretty cheap right? Zyma.com, a new player in the market, have just released a hosting offer for £4.95 per year. Yes, you read that right, PER YEAR! Zyma.com is a very new UK based hosting company, and this deal looks like a very good price, that will give the market a bit of a shake-up if successful; so I wanted to check it out, see what the catch was.

    \n

    What they Offer:

    \n
      \n
    • Unlimited Web space
    • \n
    • Unlimited Traffic
    • \n
    • Unlimited Email Accounts
    • \n
    • Unlimited SQL Databases
    • \n
    • 99.9% Uptime Guarantee
    • \n
    • Free Google Vouchers
    • \n
    • Free Transfer & Setup
    • \n
    • Moneyback Guarantee
    • \n
    • Free Tech Support
    • \n
    • cPanel Web Hosting + Fantastico De Luxe for easy WordPress installation.
    • \n
    • Attracta seo tools via cPanel
    • \n
    • Unlimited Addon-domains
    • \n
    \n

    This is a shared hosting account which means your site will be hosted on a server with other websites, and will share resources with them. So if all the other sites on the same box as your use up all the resources, your site would start loading more sluggishly. Shared hosting is common place on the internet, and all the other cheap hosting options comparable to Zyma.com are also on shared hosts.

    \n

    Are there any hidden costs?

    \n

    Not really. There are some add-ons which other shared hosts will give you for free, however, these other hosts cost significantly more. So if you need these add-ons, you pay for them, and you are at no loss.
    \nThese include:

    \n
      \n
    • Daily Backups – £2.99 per month
    • \n
    • Private SSL Certificate £24.99 per year
    • \n
    • Whois Protection – £4.95 per year
    • \n
    • Unlimited Addon-domains
    • \n
    \n

    The daily backup option being something that might be worth considering. You don’t want to lose all your website data. However, if you are using a CMS like WordPress, you can get free plugins which will email you a copy of your DB’s regularly, so if you know what you are doing this isn’t necessary. Other cheaper shared host will give you a free domain, this is not the case with Zyma, and the £4.95 per year only entitles you to host only one domain.

    \n

    How good is the Zyma Host Performance wise?

    \n

    I did some tests to evaluate the speed of Zyma. I used host-tracker.com to check the response time of the site I have hosted on Zyma, I then compared this to three popular hosts, one in the UK, and two in the US.

    \n
      \n
    • Zyma – Average response time was: Global Average: 0.85 sec, UK locations:0 .55 secs. US Locations: 0 .85 secs
    • \n
    • Dreamhost - Global Average: 1.27 sec
    • \n
    • Clear Host – Global Average: 0.98 sec
    • \n
    • 1and1.co.uk – Global Average: 0.32 sec
    • \n
    \n

    These are just spot tests at one point in time. Results will vary depending on peak times in different parts of the world. But they give an indication that Zyma doesn’t stake up too badly when compared to other shared hosts. A ping time around half a second for a shared webhost is pretty damn good.

    \n

    \"\"

    \n

    Zyma guarantees 99.9% uptime. In the few days since having my Zyma account, I have had it monitored every minute using my Pingdom account. What this does is ping the site every minute to ensure it is up, and emails me it is down. So far, it has been up the whole time. This is a fairly short period to test the host thoroughly though. But, so far, so good.

    \n

    \"\"

    \n

    How good is the support?

    \n

    If you have a support question, they have phone contact numbers, email support, but more importantly, live chat via the website. They also have a good range of FAQ’s to answer common support questions. I was purposely pretty lazy when setting up my WordPress site on Zyma, as I wanted a support query to test their service on. The support person was very helpful, answered my question easily, and emailed me all the details I needed to help me with the problem I was having. So, from a one off spot check, the support was very good.

    \n

    Who is Zyma best suited for?

    \n

    Zyma.com is hosted in the UK, which makes them an ideal option for a small UK business. The sort of business that doesn’t have a huge budget for online marketing, but is looking to get a website online for a good value price.
    \nZyma.com is also a great cheap option for online markers, web developers and SEO types like myself. Why? It’s a cheap way to add more IP diversity to your site portfolio. If you understand SEO, you will know that you need lots of links to your sites. But the catch is that you can’t really link to your own sites that effectively if they are hosted in the same account, in the same IP C class range. However, if you were to host one of your sites on Zyma, for the cheap annual cost, you can then effectively link to other sites you own, without it appearing as though you are linking to your own site. Make sense? This was one of the main attractions for me, and why I was keen to get an account with them.

    \n

    Conclusion

    \n

    So from my small review, and some basic tests, I really see no reason what so ever to be nervous about committing to hosting a site with Zyma. They offer a very good service for a ridiculously cheap price. £4.95 per year is about $7.80 US per year. Add to that the cost of a domain… $7 to $10, and you have a very cheap website. The next cheapest option I could find easily was more than $50 US a year. And the standard shared hosting price is around $100- $120 a year. So this really is a great deal and well worth checking out.

    \n

    Disclosure statement

    \n

    A Zyma.com employee approached us to review their service. For this we received a hosting account from them free of charge for which we used to evaluate the service. If you would like me to review your webhost on Pingable, get in touch using the contact form.

    \n
    \n \n
    \";s: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:59:\"http://www.pingable.org/zyma-com-cheap-webhost-review/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:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/Pingableorg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"pingableorg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Pingableorg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://creativecommons.org/licenses/by/2.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:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://pipes.yahoo.com\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:5:\"pipes\";s:7:\"content\";s:9:\"noprocess\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"LW5nTIXFkJpu51gHya4xQFZS+2I\";s:13:\"last-modified\";s:29:\"Tue, 26 Apr 2011 12:57:11 GMT\";s:4:\"date\";s:29:\"Tue, 26 Apr 2011 13:26:13 GMT\";s:7:\"expires\";s:29:\"Tue, 26 Apr 2011 13:26:13 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(10928,0,'akismet_spam_count','4','yes'),(10995,0,'statictoolbar_bgcolor','#849EB2','yes'),(10996,0,'statictoolbar_txtcolor','#484848','yes'),(10997,0,'statictoolbar_rss','on','yes'),(10998,0,'statictoolbar_search','on','yes'),(10999,0,'statictoolbar_opacity','90','yes'),(10816,0,'oqp_form_yclads','a:4:{s:4:\"name\";s:14:\"Classified Ads\";s:4:\"slug\";s:5:\"yclad\";s:9:\"post_type\";s:5:\"yclad\";s:5:\"steps\";a:4:{i:0;a:3:{s:4:\"name\";s:10:\"Ad Details\";s:4:\"slug\";s:10:\"ad-details\";s:6:\"fields\";a:3:{i:0;a:3:{s:5:\"model\";s:5:\"title\";s:8:\"required\";b:1;s:9:\"edit_only\";b:1;}i:1;a:4:{s:5:\"model\";s:8:\"taxonomy\";s:8:\"required\";b:1;s:5:\"value\";a:2:{s:3:\"tax\";s:12:\"yclad_action\";s:4:\"more\";s:10:\"type=radio\";}s:9:\"edit_only\";b:1;}i:2;a:4:{s:5:\"model\";s:8:\"taxonomy\";s:8:\"required\";b:1;s:5:\"value\";a:2:{s:3:\"tax\";s:14:\"yclad_category\";s:4:\"more\";s:10:\"type=radio\";}s:9:\"edit_only\";b:1;}}}i:1;a:3:{s:4:\"name\";s:11:\"Ad Settings\";s:4:\"slug\";s:11:\"ad-settings\";s:6:\"fields\";a:3:{i:1;a:2:{s:5:\"model\";s:11:\"description\";s:8:\"required\";b:1;}i:2;a:2:{s:5:\"model\";s:8:\"taxonomy\";s:5:\"value\";a:1:{s:3:\"tax\";s:9:\"yclad_tag\";}}i:3;a:2:{s:5:\"model\";s:6:\"custom\";s:5:\"value\";s:5:\"price\";}}}i:2;a:3:{s:4:\"name\";s:11:\"Ad Pictures\";s:4:\"slug\";s:11:\"ad-pictures\";s:6:\"fields\";a:1:{i:0;a:2:{s:5:\"model\";s:6:\"upload\";s:5:\"value\";a:2:{s:5:\"count\";s:1:\"5\";s:4:\"type\";s:5:\"image\";}}}}i:3;a:3:{s:4:\"name\";s:11:\"Ad location\";s:4:\"slug\";s:11:\"ad-location\";s:6:\"fields\";a:1:{i:0;a:1:{s:5:\"model\";s:8:\"location\";}}}}}','yes'),(11085,0,'smp-options','a:20:{s:14:\"exclusion_list\";s:0:\"\";s:9:\"popup_url\";s:0:\"\";s:15:\"cookie_duration\";s:2:\"30\";s:17:\"cookie_num_visits\";s:1:\"3\";s:12:\"popup_height\";s:3:\"300\";s:11:\"popup_width\";s:3:\"350\";s:13:\"popup_opacity\";s:3:\"0.5\";s:11:\"popup_delay\";s:4:\"2000\";s:11:\"popup_speed\";s:3:\"700\";s:13:\"popup_content\";s:0:\"\";s:19:\"popup_plain_content\";s:0:\"\";s:15:\"page_content_id\";s:0:\"\";s:9:\"show_mode\";s:1:\"1\";s:9:\"load_mode\";s:1:\"1\";s:8:\"messages\";s:0:\"\";s:7:\"enabled\";i:1;s:9:\"cookie_id\";s:8:\"mycookie\";s:9:\"list_mode\";i:3;s:13:\"overlay_close\";s:4:\"true\";s:13:\"show_backlink\";i:1;}','yes'),(5940,0,'cets_embedRSS_line','3','yes'),(4429,0,'tern_wp_members','a:11:{s:3:\"url\";s:37:\"http://www.timberon.info/blog/members\";s:4:\"noun\";s:7:\"members\";s:10:\"hide_email\";s:1:\"1\";s:4:\"hide\";s:1:\"0\";s:5:\"limit\";s:3:\"200\";s:4:\"sort\";s:9:\"last_name\";s:5:\"order\";s:3:\"asc\";s:4:\"meta\";s:0:\"\";s:9:\"gravatars\";s:1:\"1\";s:6:\"hidden\";a:1:{i:0;i:0;}s:6:\"fields\";a:3:{s:9:\"User Name\";a:2:{s:4:\"name\";s:13:\"user_nicename\";s:6:\"markup\";s:92:\"\";}s:13:\"Email Address\";a:2:{s:4:\"name\";s:10:\"user_email\";s:6:\"markup\";s:82:\"\";}s:3:\"URL\";a:2:{s:4:\"name\";s:8:\"user_url\";s:6:\"markup\";s:73:\"\";}}}','yes'),(2777,0,'widget_aoc_updated_gallery','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2778,0,'akucom_activity_settings','a:6:{s:7:\"timeout\";i:5;s:10:\"list_items\";i:50;s:11:\"avatar_size\";i:32;s:11:\"global_wall\";i:528;s:13:\"wall_template\";s:7:\"default\";s:13:\"user_template\";s:7:\"default\";}','yes'),(2800,0,'useronline_most','a:2:{s:5:\"count\";i:4;s:4:\"date\";i:1299454061;}','yes'),(2801,0,'useronline','a:5:{s:7:\"timeout\";i:300;s:3:\"url\";s:40:\"http://www.timberon.info/blog/useronline\";s:5:\"names\";b:1;s:6:\"naming\";a:8:{s:4:\"user\";s:6:\"1 User\";s:5:\"users\";s:13:\"%COUNT% Users\";s:6:\"member\";s:8:\"1 Member\";s:7:\"members\";s:15:\"%COUNT% Members\";s:5:\"guest\";s:7:\"1 Guest\";s:6:\"guests\";s:14:\"%COUNT% Guests\";s:3:\"bot\";s:5:\"1 Bot\";s:4:\"bots\";s:12:\"%COUNT% Bots\";}s:9:\"templates\";a:3:{s:10:\"useronline\";s:56:\"%USERS% Online\";s:12:\"browsingsite\";a:2:{s:10:\"separators\";a:3:{s:7:\"members\";s:2:\", \";s:6:\"guests\";s:2:\", \";s:4:\"bots\";s:2:\", \";}s:4:\"text\";s:86:\"Users: %MEMBER_NAMES%%GUESTS_SEPERATOR%%GUESTS%%BOTS_SEPERATOR%%BOTS%\";}s:12:\"browsingpage\";a:2:{s:10:\"separators\";a:3:{s:7:\"members\";s:2:\", \";s:6:\"guests\";s:2:\", \";s:4:\"bots\";s:2:\", \";}s:4:\"text\";s:136:\"%USERS% Browsing This Page.
    Users: %MEMBER_NAMES%%GUESTS_SEPERATOR%%GUESTS%%BOTS_SEPERATOR%%BOTS%\";}}}','yes'),(2794,0,'widget_pm4wp-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2797,0,'cyc_options','a:3:{s:15:\"afterheadercode\";s:0:\"\";s:17:\"beforesidebarcode\";s:0:\"\";s:16:\"aftersidebarcode\";s:0:\"\";}','yes'),(2802,0,'widget_useronline','a:3:{i:2;a:0:{}i:4;a:2:{s:5:\"title\";s:10:\"UserOnline\";s:4:\"type\";s:26:\"users_online_browsing_page\";}s:12:\"_multiwidget\";i:1;}','yes'),(2805,0,'pfs_options','a:14:{s:12:\"pfs_linktext\";s:10:\"quick post\";s:10:\"pfs_excats\";s:1:\"0\";s:12:\"pfs_allowtag\";i:1;s:12:\"pfs_allowimg\";i:1;s:15:\"pfs_maxfilesize\";i:0;s:15:\"pfs_post_status\";s:7:\"publish\";s:18:\"pfs_comment_status\";s:4:\"open\";s:11:\"pfs_bgcolor\";s:7:\"#EDF0CF\";s:9:\"pfs_bgimg\";s:13:\"pfs_title.png\";s:14:\"pfs_titlecolor\";s:0:\"\";s:13:\"pfs_textcolor\";s:5:\"black\";s:13:\"pfs_customcss\";s:0:\"\";s:12:\"pfs_allowcat\";i:0;s:10:\"pfs_imgdir\";s:53:\"/home/timberon/blog/wp-content/plugins/post-from-site\";}','yes'),(1543,0,'EG-Attachments-Options','a:24:{s:14:\"shortcode_auto\";i:0;s:20:\"shortcode_auto_where\";s:4:\"post\";s:20:\"shortcode_auto_title\";s:0:\"\";s:24:\"shortcode_auto_title_tag\";s:2:\"h2\";s:19:\"shortcode_auto_size\";s:5:\"large\";s:23:\"shortcode_auto_doc_type\";s:8:\"document\";s:22:\"shortcode_auto_orderby\";s:5:\"title\";s:20:\"shortcode_auto_order\";s:3:\"ASC\";s:20:\"shortcode_auto_label\";s:8:\"filename\";s:21:\"shortcode_auto_fields\";s:7:\"caption\";s:19:\"shortcode_auto_icon\";i:1;s:27:\"shortcode_auto_default_opts\";i:0;s:17:\"custom_format_pre\";s:4:\"
      \";s:13:\"custom_format\";s:52:\"
    • %TITLE%
    • \";s:18:\"custom_format_post\";s:5:\"
    \";s:12:\"force_saveas\";i:0;s:17:\"logged_users_only\";i:0;s:9:\"login_url\";s:0:\"\";s:21:\"uninstall_del_options\";i:0;s:12:\"stats_enable\";i:0;s:12:\"clicks_table\";i:0;s:16:\"stats_ip_exclude\";s:0:\"\";s:8:\"load_css\";i:1;s:11:\"use_metabox\";i:0;}','yes'),(1544,0,'widget_eg_attach','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1869,0,'diag_project','1','yes'),(1816,0,'q_cat_6','FALSE','yes'),(1817,0,'q_wpcomAPIkey','85f7f8b6c563','yes'),(1818,0,'answer_email_subject','','yes'),(1819,0,'answer_email_content','','yes'),(1820,0,'comment_email_subject','','yes'),(1821,0,'comment_email_content','','yes'),(1822,0,'q_email_admin','TRUE','yes'),(6409,0,'infscr_state','enabled','yes'),(1915,0,'bp-disable-profile-sync','0','yes'),(1874,0,'eletro_widgets','a:0:{}','yes'),(1875,0,'eletro_widgets_public','a:0:{}','yes'),(1878,0,'wordpress-admin-bar','a:2:{i:1;a:4:{s:9:\"show_site\";s:1:\"1\";s:10:\"show_admin\";N;s:5:\"theme\";s:14:\"wordpress_grey\";s:4:\"hide\";a:7:{s:9:\"index.php\";a:1:{s:105:\"wordpress-dashboard-editor/home/timberon/blog/wp-content/plugins/wordpress-dashboard-editor/dashboard.php\";b:1;}s:10:\"themes.php\";a:7:{i:0;b:1;s:10:\"themes.php\";b:1;s:11:\"widgets.php\";b:1;s:13:\"nav-menus.php\";b:1;s:13:\"functions.php\";b:1;s:7:\"editcss\";b:1;s:16:\"theme-editor.php\";b:1;}s:11:\"plugins.php\";a:6:{i:0;b:1;s:11:\"plugins.php\";b:1;s:18:\"plugin-install.php\";b:1;s:17:\"plugin-editor.php\";b:1;s:35:\"si-contact-form/si-contact-form.php\";b:1;s:18:\"akismet-key-config\";b:1;}s:9:\"tools.php\";a:7:{i:0;b:1;s:9:\"tools.php\";b:1;s:10:\"import.php\";b:1;s:10:\"export.php\";b:1;s:12:\"capsman-tool\";b:1;s:37:\"dashboard-heaven/dashboard-heaven.php\";b:1;s:19:\"wordpress-admin-bar\";b:1;}s:19:\"options-general.php\";a:18:{i:0;b:1;s:19:\"options-general.php\";b:1;s:19:\"options-writing.php\";b:1;s:19:\"options-reading.php\";b:1;s:22:\"options-discussion.php\";b:1;s:17:\"options-media.php\";b:1;s:19:\"options-privacy.php\";b:1;s:21:\"options-permalink.php\";b:1;s:20:\"google-custom-search\";b:1;s:11:\"gviewer.php\";b:1;s:29:\"link-to-post/link-to-post.php\";b:1;s:48:\"open-in-new-window-plugin/open_in_new_window.php\";b:1;s:23:\"recapture/recapture.php\";b:1;s:8:\"skconfig\";b:1;s:29:\"the-events-calendar.class.php\";b:1;s:14:\"theme-my-login\";b:1;s:22:\"um-plugin-options-view\";b:1;s:19:\"useronline-settings\";b:1;}s:34:\"forum-server/fs-admin/fs-admin.php\";a:5:{s:75:\"admin.php?page=forum-server/fs-admin/fs-admin.php&vasthtml_action=skins\";b:1;s:79:\"admin.php?page=forum-server/fs-admin/fs-admin.php&vasthtml_action=structure\";b:1;s:80:\"admin.php?page=forum-server/fs-admin/fs-admin.php&vasthtml_action=moderators\";b:1;s:80:\"admin.php?page=forum-server/fs-admin/fs-admin.php&vasthtml_action=usergroups\";b:1;s:75:\"admin.php?page=forum-server/fs-admin/fs-admin.php&vasthtml_action=about\";b:1;}s:23:\"nextgen-public-uploader\";a:1:{i:0;b:1;}}}i:12;a:4:{s:9:\"show_site\";s:1:\"1\";s:10:\"show_admin\";s:1:\"1\";s:5:\"theme\";s:14:\"wordpress_grey\";s:4:\"hide\";a:0:{}}}','yes'),(5719,0,'yd_cache_widget_yd_rp_bd178341c6653181fd091cc6773c2905','a:2:{s:4:\"html\";s:5:\"clear\";s:8:\"revision\";i:0;}','no'),(1930,0,'hide-loggedout-adminbar','1','yes'),(1884,0,'Gwp_fpb_option_code','http://www.timberon.info/images/AspenCo.jpg','yes'),(1885,0,'Gwp_fpb_option_style','','yes'),(1886,0,'Gwp_fpb_option_radio','','yes'),(1887,0,'Gwp_fpb_option_check','','yes'),(1888,0,'Gwp_fpb_option_php','','yes'),(1918,0,'widget_bp_core_members_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1919,0,'widget_bp_core_whos_online_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1920,0,'widget_bp_core_recently_active_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1921,0,'widget_bp_groups_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1940,0,'safecss_add','yes','yes'),(1939,0,'safecss_rev','1','yes'),(1938,0,'safecss_revision_migrated','1295655977','yes'),(1927,0,'bp-xprofile-base-group-name','Timberon','yes'),(1928,0,'bp-xprofile-fullname-field-name','Name','yes'),(1936,0,'safecss_preview_rev','3','yes'),(1937,0,'safecss_preview_add','yes','yes'),(1667,0,'suckerfish_compatibilitymode','','yes'),(1671,0,'enableeditingpane','','yes'),(1679,0,'suckerfish_custommenu5','','yes'),(5558,0,'fp_wysiwyg','a:35:{s:6:\"images\";s:8:\"/images/\";s:10:\"FCKToolbar\";s:11:\"Foliovision\";s:7:\"FCKSkin\";s:11:\"foliovision\";s:8:\"FCKWidth\";s:1:\"0\";s:7:\"KFMLink\";b:1;s:11:\"KFMLightbox\";b:1;s:9:\"KFMThumbs\";a:3:{i:0;s:3:\"400\";i:1;s:3:\"200\";i:2;s:3:\"150\";}s:8:\"FPCTexts\";a:2:{i:0;s:16:\"*** (\\\\w\\\\*) ***\";i:1;s:22:\"\\\\[sniplet (\\\\w\\\\*)\\\\]\";}s:11:\"JPEGQuality\";i:80;s:12:\"PNGTransform\";b:1;s:8:\"PNGLimit\";i:5000;s:6:\"DIRset\";b:1;s:16:\"KFMThumbnailSize\";i:128;s:16:\"HideMediaButtons\";b:0;s:13:\"customtoolbar\";s:276:\"[\'Cut\',\'Copy\',\'Paste\',\'foliopress-paste\',\'-\',\'Bold\',\'Italic\',\'-\',\'FontFormat\',\'RemoveFormat\',\'-\',\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\',\'Blockquote\',\'-\',\'Link\',\'Unlink\',\'Anchor\',\'-\',\'foliopress-more\',\'-\',\'kfmBridge\',\'FVWPFlowplayer\',\'-\',\'Source\',\'-\',\'FitWindow\']\";s:14:\"customdropdown\";s:219:\"
    Centered image
    \r\n
    Left aligned image
    \r\n
    Right aligned image
    \r\n

    Normal paragraph

    \r\n

    Header 1

    \r\n

    Header 2

    \r\n

    Header 3

    \r\n

    Header 4

    \";s:26:\"customdropdown-fontformats\";s:38:\"h5_1;h5_2;h5_3;p_4;h1_5;h2_6;h3_7;h4_8\";s:25:\"customdropdown-corestyles\";s:340:\"\'h5_1\' : { Element : \'h5\', Attributes : { \'class\' : \'\' } },\r\n\'h5_2\' : { Element : \'h5\', Attributes : { \'class\' : \'left\' } },\r\n\'h5_3\' : { Element : \'h5\', Attributes : { \'class\' : \'right\' } },\r\n\'p_4\' : { Element : \'p\' },\r\n\'h1_5\' : { Element : \'h1\' },\r\n\'h2_6\' : { Element : \'h2\' },\r\n\'h3_7\' : { Element : \'h3\' },\r\n\'h4_8\' : { Element : \'h4\' }\";s:30:\"customdropdown-fontformatnames\";s:191:\"h5_1 : \'Centered image\',\r\nh5_2 : \'Left aligned image\',\r\nh5_3 : \'Right aligned image\',\r\np_4 : \'Normal paragraph\',\r\nh1_5 : \'Header 1\',\r\nh2_6 : \'Header 2\',\r\nh3_7 : \'Header 3\',\r\nh4_8 : \'Header 4\'\";s:20:\"multipleimageposting\";b:1;s:13:\"wysiwygstyles\";s:41:\"body { width: 600px; margin-left: 10px; }\";s:11:\"autowpautop\";b:1;s:15:\"convertcaptions\";b:1;s:8:\"MaxWidth\";i:960;s:9:\"MaxHeight\";i:960;s:16:\"UseFlashUploader\";b:1;s:19:\"ProcessHTMLEntities\";b:0;s:7:\"FCKLang\";s:4:\"auto\";s:10:\"FCKLangDir\";s:3:\"ltr\";s:7:\"kfmlang\";s:2:\"en\";s:7:\"dirperm\";s:3:\"777\";s:8:\"fileperm\";s:3:\"666\";s:18:\"image_path_changed\";b:0;s:6:\"bodyid\";s:0:\"\";s:9:\"bodyclass\";s:0:\"\";}','yes'),(3075,0,'widget_category_widgets','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3003,0,'meb_isPRODUCTION','0','yes'),(2954,0,'bkpwp_max_backups','10','yes'),(2940,0,'ezpz_ocb_db_version','1,0','yes'),(2943,0,'WP_BEIFEN_VERSION','142','yes'),(2946,0,'_transient_feed_3f77d04a444a4a9ca44b687e096ca28c','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:35:\"\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:29:\"david dash schneider dot name\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://david-schneider.name\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Just another WordPress site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 02 Jan 2011 13:59:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.0.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:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"A day without Skype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/personal/a-day-without-skype/\";s: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://david-schneider.name/personal/a-day-without-skype/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Dec 2010 13:28:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Personal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/?p=4\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"Some of you might have noticed: Skype was down today. Well, not a big issue for most people. But most of my direct communication goes over Skype. Emails are too slow, instant messages rules. But on black days like today you have to go back to the roots and write tons of emails, add attachments, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"d3rd4v1d\";s: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:575:\"

    Some of you might have noticed: Skype was down today. Well, not a big issue for most people. But most of my direct communication goes over Skype. Emails are too slow, instant messages rules. But on black days like today you have to go back to the roots and write tons of emails, add attachments, filter messages, sort folders, etc. This wouldn’t be something really mean, if it wouldn’t happen on a release day for a project. I had to deliver an ecard system for a client today and it was a nightmare. Another indicator for me being addicted to the internet ….

    \n\";s: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://david-schneider.name/personal/a-day-without-skype/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Beginning Exodus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/personal/beginning-exodus/\";s: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:63:\"http://david-schneider.name/personal/beginning-exodus/#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, 16 Dec 2010 13:30:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Personal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/?p=6\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:279:\"Today I left my old Apartment. I wasn’t able to take everything with me, and since I still have to turn in the keys I will return tomorrow. But after this last time I will never return to this village again. Grasping this made me cry a little. It took me 5 years to build [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"d3rd4v1d\";s: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:802:\"

    Today I left my old Apartment. I wasn’t able to take everything with me, and since I still have to turn in the keys I will return tomorrow. But after this last time I will never return to this village again.

    \n

    Grasping this made me cry a little. It took me 5 years to build this life and now it became scrapped like this. I would have loved to pay a little bit more respect to my old life, but the circumstances made it impossible.

    \n

    During the next days I will travel between grandma’s place and my office until I get released from my tasks. Plans for more than 2 weeks are hard to make right now, which is quite comfortable at the moment. I will try to earn some cash, since I still need food and money for fuel. There are a few projects in the pipeline, so I won’t get bored.

    \n\";s: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:59:\"http://david-schneider.name/personal/beginning-exodus/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\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:15:\"Quitting my job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/personal/quitting-my-job/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://david-schneider.name/personal/quitting-my-job/#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 Nov 2010 13:30:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Personal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/?p=8\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:244:\"Today I quit my job at NameDrive. I can’t give a reasonable answer, if you ask why. I can only tell, that this is the right thing to do. So in 1 month I won’t have a home and I won’t have a job. It becomes more and more like an adventure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"d3rd4v1d\";s: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:252:\"

    Today I quit my job at NameDrive. I can’t give a reasonable answer, if you ask why. I can only tell, that this is the right thing to do. So in 1 month I won’t have a home and I won’t have a job. It becomes more and more like an adventure.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://david-schneider.name/personal/quitting-my-job/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Terminating my old home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://david-schneider.name/personal/terminating-my-old-home/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://david-schneider.name/personal/terminating-my-old-home/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 28 Nov 2010 13:31:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Personal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/?p=10\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:292:\"Its just 3 more weeks until I will leave my appartment in Dueren. All contracts were cancelled. The new tenants have checked my stuff and agreed to take it together with the appartment, so my last worry is to move the things I want to keep. It feels good to wrap everything up. The best [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"d3rd4v1d\";s: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:699:\"

    Its just 3 more weeks until I will leave my appartment in Dueren. All contracts were cancelled. The new tenants have checked my stuff and agreed to take it together with the appartment, so my last worry is to move the things I want to keep.

    \n

    It feels good to wrap everything up. The best thing is, I can leave everythingI don’t need here and make a fresh start. I am desperatly looking forward to leave this place. Too many memories I rather keep locked away for a few more months.

    \n

    I still don’t have a clue about my destination, but that doesn’t worry me one bit. There are a few secure options and plenty of adventures waiting for me. This time no one will hold me down.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://david-schneider.name/personal/terminating-my-old-home/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:41:\"\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:11:\"Hello World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://david-schneider.name/personal/hello-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://david-schneider.name/personal/hello-world/#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, 17 Nov 2010 13:59:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Personal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://david-schneider.name/?p=13\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"This is my personal blog. No idea about the content, yet. I guess it’s just a sandbox for my obsession – web 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"d3rd4v1d\";s: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:141:\"

    This is my personal blog. No idea about the content, yet. I guess it’s just a sandbox for my obsession – web development.

    \n\";s: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://david-schneider.name/personal/hello-world/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:33:\"http://david-schneider.name/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:10:{s:4:\"date\";s:29:\"Thu, 27 Jan 2011 17:35:07 GMT\";s:6:\"server\";s:6:\"Apache\";s:12:\"x-powered-by\";s:10:\"PHP/5.2.10\";s:10:\"x-pingback\";s:38:\"http://david-schneider.name/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Sun, 02 Jan 2011 13:59:58 GMT\";s:4:\"etag\";s:34:\"\"1846e4cb0b6e1d2b7f4f3d8a7167b74b\"\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:14:\"content-length\";s:4:\"7929\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2649,0,'widget_forumrecentposts-widget','a:3:{i:2;a:0:{}i:3;a:3:{s:6:\"wtitle\";s:18:\"Recent Forum Posts\";s:9:\"postcount\";s:1:\"3\";s:7:\"preview\";s:2:\"30\";}s:12:\"_multiwidget\";i:1;}','yes'),(2650,0,'widget_symposium_members-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2651,0,'widget_symposium_vote-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13970,0,'_site_transient_timeout_theme_roots','1305822328','yes'),(13971,0,'_site_transient_theme_roots','a:2:{s:10:\"calotropis\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(4422,0,'vasthtml_options','a:15:{s:20:\"forum_posts_per_page\";s:2:\"10\";s:22:\"forum_threads_per_page\";s:2:\"20\";s:26:\"forum_require_registration\";N;s:17:\"forum_date_format\";s:11:\"F j, Y, H:i\";s:18:\"forum_use_gravatar\";N;s:10:\"forum_skin\";s:7:\"bbpress\";s:26:\"forum_allow_post_in_solved\";N;s:8:\"set_sort\";s:4:\"DESC\";s:14:\"forum_use_spam\";N;s:16:\"forum_use_bbcode\";N;s:13:\"forum_captcha\";s:4:\"true\";s:9:\"hot_topic\";s:2:\"15\";s:13:\"veryhot_topic\";s:2:\"25\";s:14:\"forum_seo_urls\";N;s:10:\"forum_lang\";s:5:\"en_US\";}','yes'),(4415,0,'vf-options','a:1:{s:3:\"url\";s:0:\"\";}','yes'),(4559,0,'ckeditor_wordpress','a:5:{s:10:\"appearance\";a:9:{s:4:\"skin\";s:4:\"kama\";s:7:\"uicolor\";s:7:\"default\";s:12:\"uicolor_user\";s:0:\"\";s:13:\"default_state\";s:1:\"t\";s:12:\"post_toolbar\";s:13:\"WordpressFull\";s:18:\"post_editor_height\";i:300;s:14:\"comment_editor\";s:1:\"t\";s:15:\"comment_toolbar\";s:14:\"WordpressBasic\";s:21:\"comment_editor_height\";i:120;}s:6:\"upload\";a:6:{s:7:\"browser\";s:8:\"disabled\";s:4:\"type\";s:6:\"native\";s:14:\"user_file_path\";s:19:\"wp-content/uploads/\";s:17:\"files_allowed_ext\";s:202:\"7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,zip\";s:18:\"images_allowed_ext\";s:20:\"bmp,gif,jpeg,jpg,png\";s:17:\"flash_allowed_ext\";s:7:\"swf,flv\";}s:8:\"ckfinder\";a:11:{s:13:\"file_max_size\";s:2:\"8M\";s:12:\"images_width\";s:4:\"1200\";s:13:\"images_height\";s:4:\"1600\";s:14:\"images_quality\";s:2:\"80\";s:16:\"thumbnails_width\";s:3:\"100\";s:17:\"thumbnails_height\";s:3:\"100\";s:18:\"thumbnails_quality\";s:2:\"80\";s:18:\"thumbnails_enabled\";s:1:\"t\";s:24:\"thumbnails_direct_access\";s:1:\"f\";s:12:\"license_name\";s:0:\"\";s:11:\"license_key\";s:0:\"\";}s:3:\"css\";a:4:{s:4:\"mode\";s:7:\"default\";s:4:\"path\";s:0:\"\";s:6:\"styles\";s:7:\"default\";s:10:\"style_path\";s:0:\"\";}s:8:\"advanced\";a:9:{s:11:\"load_method\";s:11:\"ckeditor.js\";s:12:\"load_timeout\";i:0;s:20:\"native_spell_checker\";s:1:\"t\";s:17:\"scayt_autoStartup\";s:1:\"f\";s:8:\"p_indent\";s:1:\"t\";s:19:\"p_break_before_open\";s:1:\"t\";s:18:\"p_break_after_open\";s:1:\"f\";s:20:\"p_break_before_close\";s:1:\"f\";s:19:\"p_break_after_close\";s:1:\"t\";}}','yes'),(2718,0,'um_options','a:16:{s:21:\"last_register_attempt\";i:1296040216;s:22:\"default_inbox_capacity\";s:2:\"30\";s:10:\"user_quota\";s:2:\"20\";s:9:\"theme_url\";s:77:\"http://www.timberon.info/blog/wp-content/plugins/user-messages/themes/default\";s:24:\"notify_on_public_message\";s:5:\"false\";s:23:\"notification_batch_size\";s:2:\"20\";s:26:\"notification_task_interval\";s:2:\"20\";s:32:\"new_message_notification_subject\";s:35:\"New message received on %BLOG_NAME%\";s:29:\"new_message_notification_body\";s:273:\"Hi %RECIPIENT_NAME%,\r\n\r\nYou have received a new message from %MESSAGE_AUTHOR% on %BLOG_NAME%. You\r\ncurrently have %UNREAD_MESSAGE_COUNT% unread messages. Please log on the\r\nwebsite\r\n(%USER_MESSAGES_URL%) to view it.\r\n\r\nThis is an automatic email, please do not reply to it.\";s:31:\"over_quota_notification_subject\";s:44:\"Problem with your message box on %BLOG_NAME%\";s:28:\"over_quota_notification_body\";s:322:\"Hi %RECIPIENT_NAME%,\r\n\r\nYour message box on %BLOG_NAME% has exceed the maximum number of messages it\r\ncan hold: you have %TOTAL_MESSAGE_COUNT% messages for a limit of %USER_QUOTA%.\r\nPlease log on the website (%USER_MESSAGES_URL%) to delete some of those\r\nmessages.\r\n\r\nThis is an automatic email, please do not reply to it.\";s:31:\"inbox_full_notification_subject\";s:44:\"Problem with your message box on %BLOG_NAME%\";s:28:\"inbox_full_notification_body\";s:288:\"Hi %RECIPIENT_NAME%,\r\n\r\nSomebody has tried to send you a message on %BLOG_NAME% but your message box\r\nis\r\nfull. The message has not been delivered. Please log on the website\r\n(%USER_MESSAGES_URL%) to delete some of those messages.\r\n\r\nThis is an automatic email, please do not reply to it.\";s:14:\"active_version\";s:5:\"1.2.4\";s:17:\"active_db_version\";s:1:\"0\";s:10:\"registered\";s:5:\"1.2.4\";}','yes'),(4842,0,'mt_donate_header','Support Timberon.Info','yes'),(4843,0,'mt_donate_address','mountain@dellcity.com','yes'),(4844,0,'mt_donate_currency','USD','yes'),(4845,0,'mt_donate_plugin_support','No','yes'),(4846,0,'mt_donate_javascript','','yes'),(4847,0,'mt_donate_message2','Help keep us going on the Internet... We do not charge for advertising and need your support to continue providing the best possible service.','yes'),(4848,0,'mt_donate_nameofsite','Timberon.Info','yes'),(4849,0,'mt_donate_cancelledurl','http://www.timberon.info/blog','yes'),(4881,0,'widget_categoryposts','a:5:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:13:\"Timberon News\";s:3:\"cat\";s:1:\"8\";s:3:\"num\";s:1:\"3\";s:10:\"title_link\";s:2:\"on\";s:7:\"excerpt\";s:2:\"on\";s:14:\"excerpt_length\";s:2:\"40\";s:4:\"date\";s:2:\"on\";}i:4;a:8:{s:5:\"title\";s:11:\"Recent News\";s:3:\"cat\";s:2:\"14\";s:3:\"num\";s:1:\"2\";s:10:\"title_link\";s:2:\"on\";s:7:\"excerpt\";s:2:\"on\";s:14:\"excerpt_length\";s:3:\"100\";s:11:\"comment_num\";s:2:\"on\";s:4:\"date\";s:2:\"on\";}i:5;a:7:{s:5:\"title\";s:0:\"\";s:3:\"cat\";s:1:\"8\";s:3:\"num\";s:1:\"0\";s:7:\"sort_by\";s:4:\"date\";s:14:\"excerpt_length\";s:0:\"\";s:7:\"thumb_w\";s:0:\"\";s:7:\"thumb_h\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(2596,0,'symposium_vote_yes','0','yes'),(2597,0,'symposium_vote_no','0','yes'),(2956,0,'bkpwp_install_user','Webmaster','yes'),(2723,0,'ckrating_auto_insert','yes','yes'),(2724,0,'ckrating_inline_style_off','no','yes'),(2725,0,'ckrating_javascript_off','no','yes'),(2726,0,'ckrating_position','below','yes'),(2727,0,'ckrating_words','Like or Dislike:','yes'),(2728,0,'ckrating_words_good','Well-loved. Like or Dislike:','yes'),(2729,0,'ckrating_words_poor','Poorly-rated. Like or Dislike:','yes'),(2730,0,'ckrating_words_debated','Hot debate. What do you think?','yes'),(2731,0,'ckrating_negative','3','yes'),(2732,0,'ckrating_goodRate','4','yes'),(2733,0,'ckrating_debated','8','yes'),(2734,0,'ckrating_styleComment','background-color:#FFFFCC !important','yes'),(2735,0,'ckrating_hide_style','opacity:0.6;filter:alpha(opacity=60) !important','yes'),(2736,0,'ckrating_style_debated','background-color:#FFF0F5 !important','yes'),(2737,0,'ckrating_admin_off','no','yes'),(2738,0,'ckrating_style_comment_box','yes','yes'),(2739,0,'ckrating_value_display','two','yes'),(2740,0,'ckrating_likes_style','font-size:12px; color:#009933','yes'),(2741,0,'ckrating_dislikes_style','font-size:12px; color:#990033','yes'),(2742,0,'ckrating_image_index','1','yes'),(2743,0,'ckrating_image_size','14','yes'),(2744,0,'ckrating_up_alt_text','Thumb up','yes'),(2745,0,'ckrating_down_alt_text','Thumb down','yes'),(2746,0,'ckrating_mouseover','2','yes'),(2747,0,'ckrating_vote_type','both','yes'),(2748,0,'ckrating_karma_type','both','yes'),(2749,0,'ckrating_show_thankyou','15','yes'),(2760,0,'akucom_settings','a:2:{s:7:\"page_id\";i:495;s:7:\"privacy\";i:1;}','yes'),(2761,0,'akucom_version','0.10.4','yes'),(2762,0,'akucom_profiles_settings','a:22:{s:10:\"show_email\";i:0;s:8:\"show_aim\";i:0;s:10:\"show_yahoo\";i:0;s:11:\"show_jabber\";i:0;s:14:\"show_firstname\";i:1;s:13:\"show_lastname\";i:0;s:5:\"roles\";a:5:{s:13:\"administrator\";i:1;s:6:\"editor\";i:1;s:6:\"author\";i:1;s:11:\"contributor\";i:1;s:10:\"subscriber\";i:1;}s:11:\"avatar_size\";i:20;s:8:\"order_by\";s:12:\"display_name\";s:9:\"order_dir\";s:3:\"ASC\";s:8:\"per_page\";i:20;s:11:\"author_link\";i:0;s:13:\"comments_link\";i:0;s:11:\"author_page\";i:1;s:10:\"last_posts\";i:1;s:13:\"last_comments\";i:1;s:9:\"aim_label\";s:0:\"\";s:9:\"yim_label\";s:0:\"\";s:12:\"jabber_label\";s:0:\"\";s:12:\"disable_list\";i:0;s:13:\"list_template\";s:7:\"default\";s:16:\"profile_template\";s:7:\"default\";}','yes'),(2763,0,'akucom_profiles_version','0.10.4','yes'),(2764,0,'akucom_components','a:4:{s:8:\"profiles\";a:11:{s:9:\"Component\";s:8:\"profiles\";s:4:\"File\";s:78:\"/home/timberon/blog/wp-content/plugins/alkivia/components/profile/profiles.php\";s:6:\"Parent\";s:6:\"akucom\";s:4:\"Name\";s:13:\"User Profiles\";s:11:\"Description\";s:30:\"Manages public profiles pages.\";s:7:\"Version\";s:0:\"\";s:6:\"Author\";s:12:\"Jordi Canals\";s:3:\"URL\";s:18:\"http://alkivia.org\";s:4:\"Link\";s:61:\"Jordi Canals\";s:4:\"Core\";i:1;s:6:\"active\";i:1;}s:8:\"activity\";a:11:{s:9:\"Component\";s:8:\"activity\";s:4:\"File\";s:79:\"/home/timberon/blog/wp-content/plugins/alkivia/components/activity/activity.php\";s:6:\"Parent\";s:6:\"akucom\";s:4:\"Name\";s:13:\"Activity Wall\";s:11:\"Description\";s:63:\"Records user activity into a log and provides an activity wall.\";s:7:\"Version\";s:0:\"\";s:6:\"Author\";s:12:\"Jordi Canals\";s:3:\"URL\";s:18:\"http://alkivia.org\";s:4:\"Link\";s:61:\"Jordi Canals\";s:4:\"Core\";i:0;s:6:\"active\";s:1:\"1\";}s:7:\"gallery\";a:11:{s:9:\"Component\";s:7:\"gallery\";s:4:\"File\";s:77:\"/home/timberon/blog/wp-content/plugins/alkivia/components/gallery/gallery.php\";s:6:\"Parent\";s:6:\"akucom\";s:4:\"Name\";s:13:\"Photo Gallery\";s:11:\"Description\";s:56:\"Manages user photo galleries for Alkivia Open Community.\";s:7:\"Version\";s:0:\"\";s:6:\"Author\";s:12:\"Jordi Canals\";s:3:\"URL\";s:18:\"http://alkivia.org\";s:4:\"Link\";s:61:\"Jordi Canals\";s:4:\"Core\";i:0;s:6:\"active\";s:1:\"1\";}s:10:\"login_form\";a:11:{s:9:\"Component\";s:10:\"login_form\";s:4:\"File\";s:73:\"/home/timberon/blog/wp-content/plugins/alkivia/components/login/login.php\";s:6:\"Parent\";s:6:\"akucom\";s:4:\"Name\";s:17:\"Custom Login Form\";s:11:\"Description\";s:59:\"Configures custom styles, links and logo in the login form.\";s:7:\"Version\";s:0:\"\";s:6:\"Author\";s:12:\"Jordi Canals\";s:3:\"URL\";s:18:\"http://alkivia.org\";s:4:\"Link\";s:61:\"Jordi Canals\";s:4:\"Core\";i:0;s:6:\"active\";s:1:\"0\";}}','yes'),(2945,0,'_transient_timeout_feed_3f77d04a444a4a9ca44b687e096ca28c','1296193148','no'),(2769,0,'akucom_activity_version','0.10.4','yes'),(2770,0,'akucom_gallery_settings','a:22:{s:10:\"descending\";i:1;s:12:\"local_avatar\";i:1;s:14:\"check_gravatar\";i:1;s:10:\"max_number\";i:10;s:13:\"concurrent_up\";i:3;s:8:\"max_size\";i:2048;s:10:\"megapixels\";i:2;s:9:\"minpixels\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"large\";i:2;s:7:\"large_w\";i:560;s:7:\"large_h\";i:480;s:5:\"thumb\";i:2;s:7:\"thumb_w\";i:180;s:7:\"thumb_h\";i:180;s:10:\"thumb_crop\";i:1;s:11:\"avatar_size\";i:100;s:7:\"baseurl\";s:62:\"http://www.timberon.info/blog/wp-content/uploads/alkivia/users\";s:13:\"anonymous_url\";s:77:\"http://www.timberon.info/blog/wp-content/plugins/alkivia/images/anonymous.png\";s:9:\"watermark\";i:0;s:10:\"needs_load\";i:0;s:16:\"gallery_template\";s:7:\"default\";s:16:\"author_thumbnail\";s:8:\"disabled\";}','yes'),(2771,0,'akucom_gallery_version','0.10.4','yes'),(2810,0,'qwerty_admin_options','a:14:{s:9:\"headerone\";s:7:\"#f29100\";s:5:\"color\";s:7:\"#516fdb\";s:13:\"bodytextcolor\";s:7:\"#333333\";s:9:\"linkcolor\";s:7:\"#9c5d00\";s:12:\"currenthover\";s:7:\"#9966cc\";s:14:\"headbackground\";s:7:\"#f7f7f7\";s:13:\"subbackground\";s:7:\"#ffffff\";s:9:\"lightwash\";s:7:\"#ffebcc\";s:8:\"darkwash\";s:7:\"#d5d9e8\";s:6:\"stripe\";s:7:\"#f7f7f7\";s:7:\"nomedia\";s:5:\"false\";s:10:\"nocomments\";s:5:\"false\";s:11:\"nodashboard\";s:5:\"false\";s:9:\"noactions\";s:5:\"false\";}','yes'),(5839,0,'widget_sidebar_categories','a:5:{i:2;a:0:{}i:3;a:14:{s:5:\"title\";s:11:\"Recent News\";s:5:\"style\";s:16:\"full-width-image\";s:8:\"taxonomy\";s:8:\"category\";s:8:\"category\";s:1:\"0\";s:13:\"link_category\";s:1:\"0\";s:8:\"link_cat\";s:1:\"1\";s:9:\"num_posts\";s:1:\"5\";s:14:\"thumbnail_size\";s:18:\"sidebar-image-full\";s:9:\"show_date\";s:1:\"1\";s:12:\"show_excerpt\";s:1:\"1\";s:14:\"excerpt_length\";s:2:\"50\";s:22:\"excerpt_more_separator\";s:2:\"»\";s:12:\"excerpt_more\";s:9:\"read more\";s:17:\"link_excerpt_more\";s:1:\"1\";}i:4;a:15:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:4:\"list\";s:8:\"taxonomy\";s:8:\"category\";s:8:\"category\";s:1:\"0\";s:13:\"link_category\";s:1:\"0\";s:16:\"show_description\";s:1:\"1\";s:8:\"link_cat\";s:1:\"1\";s:9:\"num_posts\";s:1:\"5\";s:7:\"orderby\";s:5:\"title\";s:14:\"thumbnail_size\";s:9:\"thumbnail\";s:9:\"show_date\";s:1:\"1\";s:12:\"show_excerpt\";s:1:\"1\";s:14:\"excerpt_length\";s:2:\"20\";s:22:\"excerpt_more_separator\";s:2:\"»\";s:12:\"excerpt_more\";s:9:\"read more\";}i:5;a:15:{s:5:\"title\";s:0:\"\";s:5:\"style\";s:16:\"full-width-image\";s:8:\"taxonomy\";s:8:\"category\";s:8:\"category\";s:2:\"14\";s:13:\"link_category\";s:1:\"0\";s:8:\"link_cat\";s:1:\"1\";s:9:\"num_posts\";s:1:\"5\";s:7:\"orderby\";s:5:\"title\";s:14:\"thumbnail_size\";s:9:\"thumbnail\";s:9:\"show_date\";s:1:\"1\";s:12:\"show_excerpt\";s:1:\"1\";s:14:\"excerpt_length\";s:3:\"100\";s:22:\"excerpt_more_separator\";s:2:\"»\";s:12:\"excerpt_more\";s:9:\"read more\";s:17:\"link_excerpt_more\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(2564,0,'bb-config-location','/home/timberon/blog/bb-config.php','yes'),(2947,0,'_transient_timeout_feed_mod_3f77d04a444a4a9ca44b687e096ca28c','1296193148','no'),(2948,0,'_transient_feed_mod_3f77d04a444a4a9ca44b687e096ca28c','1296149948','no'),(2949,0,'WP_BEIFEN_SCHEDULED_BACKUPS','a:4:{i:0;a:18:{s:11:\"backup_name\";s:13:\"20110127-1748\";s:11:\"backup_type\";s:8:\"Complete\";s:14:\"backup_timeout\";s:2:\"60\";s:15:\"compress_backup\";s:2:\"No\";s:13:\"schedule_type\";s:8:\"Frequent\";s:18:\"schedule_frequence\";s:6:\"Weekly\";s:25:\"schedule_frequence_weekly\";s:6:\"Monday\";s:26:\"schedule_frequence_monthly\";s:5:\"first\";s:24:\"schedule_single_date_day\";s:2:\"27\";s:26:\"schedule_single_date_month\";s:1:\"1\";s:25:\"schedule_single_date_year\";s:4:\"2011\";s:18:\"schedule_time_hour\";s:1:\"8\";s:20:\"schedule_time_minute\";s:2:\"30\";s:18:\"replace_old_backup\";s:2:\"No\";s:23:\"send_email_confirmation\";s:3:\"Yes\";s:26:\"email_confirmation_address\";s:23:\"webmaster@timberon.info\";s:11:\"prev_backup\";i:1296245169;s:11:\"next_backup\";i:1296837000;}i:1;a:18:{s:11:\"backup_name\";s:13:\"20110127-1750\";s:11:\"backup_type\";s:8:\"Complete\";s:14:\"backup_timeout\";s:2:\"60\";s:15:\"compress_backup\";s:2:\"No\";s:13:\"schedule_type\";s:8:\"Frequent\";s:18:\"schedule_frequence\";s:6:\"Weekly\";s:25:\"schedule_frequence_weekly\";s:6:\"Monday\";s:26:\"schedule_frequence_monthly\";s:5:\"first\";s:24:\"schedule_single_date_day\";s:2:\"27\";s:26:\"schedule_single_date_month\";s:1:\"1\";s:25:\"schedule_single_date_year\";s:4:\"2011\";s:18:\"schedule_time_hour\";s:1:\"9\";s:20:\"schedule_time_minute\";s:1:\"0\";s:18:\"replace_old_backup\";s:2:\"No\";s:23:\"send_email_confirmation\";s:3:\"Yes\";s:26:\"email_confirmation_address\";s:23:\"webmaster@timberon.info\";s:11:\"prev_backup\";i:1296245169;s:11:\"next_backup\";i:1296838800;}i:2;a:18:{s:11:\"backup_name\";s:13:\"20110127-1751\";s:11:\"backup_type\";s:8:\"Complete\";s:14:\"backup_timeout\";s:2:\"60\";s:15:\"compress_backup\";s:2:\"No\";s:13:\"schedule_type\";s:8:\"Frequent\";s:18:\"schedule_frequence\";s:6:\"Weekly\";s:25:\"schedule_frequence_weekly\";s:6:\"Monday\";s:26:\"schedule_frequence_monthly\";s:5:\"first\";s:24:\"schedule_single_date_day\";s:2:\"27\";s:26:\"schedule_single_date_month\";s:1:\"1\";s:25:\"schedule_single_date_year\";s:4:\"2011\";s:18:\"schedule_time_hour\";s:1:\"8\";s:20:\"schedule_time_minute\";s:2:\"30\";s:18:\"replace_old_backup\";s:3:\"Yes\";s:23:\"send_email_confirmation\";s:3:\"Yes\";s:26:\"email_confirmation_address\";s:23:\"webmaster@timberon.info\";s:11:\"prev_backup\";N;s:11:\"next_backup\";i:1296203400;}i:3;a:18:{s:11:\"backup_name\";s:13:\"20110127-2202\";s:11:\"backup_type\";s:8:\"Complete\";s:14:\"backup_timeout\";s:2:\"60\";s:15:\"compress_backup\";s:2:\"No\";s:13:\"schedule_type\";s:8:\"Frequent\";s:18:\"schedule_frequence\";s:6:\"Weekly\";s:25:\"schedule_frequence_weekly\";s:6:\"Monday\";s:26:\"schedule_frequence_monthly\";s:5:\"first\";s:24:\"schedule_single_date_day\";s:2:\"27\";s:26:\"schedule_single_date_month\";s:1:\"1\";s:25:\"schedule_single_date_year\";s:4:\"2011\";s:18:\"schedule_time_hour\";s:1:\"8\";s:20:\"schedule_time_minute\";s:1:\"0\";s:18:\"replace_old_backup\";s:3:\"Yes\";s:23:\"send_email_confirmation\";s:3:\"Yes\";s:26:\"email_confirmation_address\";s:23:\"webmaster@timberon.info\";s:11:\"prev_backup\";N;s:11:\"next_backup\";i:1296201600;}}','yes'),(2960,0,'bkpwp_excludelists','a:1:{s:9:\"Webmaster\";a:1:{i:0;a:3:{s:8:\"listname\";s:28:\"temporary and autosave files\";s:8:\"listtype\";s:7:\"default\";s:4:\"list\";a:5:{i:0;b:0;i:1;s:4:\".tmp\";i:2;s:1:\"~\";i:3;s:4:\".bak\";i:4;s:1:\"#\";}}}}','yes'),(3111,0,'mods_Producer','a:1:{s:18:\"nav_menu_locations\";s:0:\"\";}','yes'),(3004,0,'meb_isDEBUG','0','yes'),(3005,0,'meb_compression','6','yes'),(3006,0,'meb_ftp_server','timberon','yes'),(3007,0,'meb_ftp_user_name','timberon','yes'),(3008,0,'meb_ftp_remote_path','','yes'),(3009,0,'meb_ftp_port','21','yes'),(3010,0,'meb_force_phpcode','1','yes'),(3011,0,'meb_zip_pass','0','yes'),(3012,0,'meb_zip_verbose','0','yes'),(3013,0,'meb_tar_compress','0','yes'),(3014,0,'meb_backup_root','/home/timberon','yes'),(3015,0,'meb_php_ram','256','yes'),(3016,0,'meb_email_backup','','yes'),(3017,0,'meb_email_backup_remove','0','yes'),(3018,0,'myeasy_showcredits','1','yes'),(3019,0,'meb_remove_oldds','30','yes'),(3020,0,'meb_wpadmin_path','/blog/wp-admin','yes'),(3021,0,'meb_mysqldump_path','','yes'),(3022,0,'meb_remove_oldds_last_exec','2011-01-27','yes'),(3078,0,'widget_widgets-reloaded-archives','a:3:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:0:\"\";s:5:\"limit\";s:2:\"10\";s:4:\"type\";s:7:\"monthly\";s:6:\"format\";s:4:\"html\";s:6:\"before\";s:8:\"Archive \";s:5:\"after\";s:0:\"\";s:15:\"show_post_count\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),(3079,0,'widget_widgets-reloaded-authors','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3080,0,'widget_widgets-reloaded-bookmarks','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3081,0,'widget_widgets-reloaded-calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3082,0,'widget_widgets-reloaded-categories','a:3:{i:2;a:0:{}i:3;a:20:{s:5:\"title\";s:9:\"Newspaper\";s:8:\"taxonomy\";s:8:\"category\";s:5:\"style\";s:4:\"list\";s:5:\"order\";s:3:\"ASC\";s:7:\"orderby\";s:4:\"name\";s:5:\"depth\";s:1:\"8\";s:6:\"number\";s:0:\"\";s:7:\"include\";a:7:{i:0;s:1:\"8\";i:1;s:2:\"14\";i:2;s:2:\"33\";i:3;s:2:\"34\";i:4;s:2:\"15\";i:5;s:2:\"25\";i:6;s:2:\"13\";}s:12:\"exclude_tree\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:16:\"current_category\";s:0:\"\";s:6:\"search\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:9:\"feed_type\";s:0:\"\";s:10:\"feed_image\";s:0:\"\";s:12:\"hierarchical\";i:1;s:10:\"show_count\";i:1;s:18:\"use_desc_for_title\";i:0;s:16:\"show_last_update\";i:0;s:10:\"hide_empty\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(3083,0,'widget_widgets-reloaded-nav-menu','a:8:{i:2;a:14:{s:5:\"title\";s:10:\"Navigation\";s:4:\"menu\";s:2:\"22\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}i:3;a:14:{s:5:\"title\";s:10:\"Navigation\";s:4:\"menu\";s:2:\"35\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}i:4;a:14:{s:5:\"title\";s:10:\"Navigation\";s:4:\"menu\";s:2:\"35\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}i:5;a:14:{s:5:\"title\";s:10:\"Navigation\";s:4:\"menu\";s:2:\"35\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}i:6;a:14:{s:5:\"title\";s:10:\"Navigation\";s:4:\"menu\";s:2:\"35\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}i:7;a:14:{s:5:\"title\";s:0:\"\";s:4:\"menu\";s:2:\"32\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}i:8;a:14:{s:5:\"title\";s:10:\"Navigation\";s:4:\"menu\";s:2:\"32\";s:9:\"container\";s:3:\"div\";s:12:\"container_id\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:7:\"menu_id\";s:0:\"\";s:10:\"menu_class\";s:8:\"nav-menu\";s:5:\"depth\";s:1:\"0\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:11:\"fallback_cb\";s:12:\"wp_page_menu\";s:6:\"walker\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(3084,0,'widget_widgets-reloaded-pages','a:3:{i:2;a:0:{}i:3;a:15:{s:5:\"title\";s:0:\"\";s:10:\"sort_order\";s:3:\"ASC\";s:11:\"sort_column\";s:10:\"post_title\";s:5:\"depth\";s:1:\"0\";s:6:\"number\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"exclude_tree\";s:0:\"\";s:8:\"meta_key\";s:0:\"\";s:10:\"meta_value\";s:0:\"\";s:11:\"link_before\";s:0:\"\";s:10:\"link_after\";s:0:\"\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:6:\"F j, Y\";s:12:\"hierarchical\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),(3085,0,'widget_widgets-reloaded-search','a:9:{i:2;a:0:{}i:3;a:5:{s:5:\"title\";s:0:\"\";s:12:\"search_label\";s:0:\"\";s:11:\"search_text\";s:0:\"\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:1;}i:4;a:5:{s:5:\"title\";s:0:\"\";s:12:\"search_label\";s:0:\"\";s:11:\"search_text\";s:0:\"\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:1;}i:5;a:5:{s:5:\"title\";s:25:\"What are you looking for?\";s:12:\"search_label\";s:18:\"Search the Website\";s:11:\"search_text\";s:0:\"\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:1;}i:6;a:5:{s:5:\"title\";s:0:\"\";s:12:\"search_label\";s:0:\"\";s:11:\"search_text\";s:0:\"\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:0;}i:7;a:5:{s:5:\"title\";s:0:\"\";s:12:\"search_label\";s:0:\"\";s:11:\"search_text\";s:6:\"Search\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:0;}i:8;a:5:{s:5:\"title\";s:6:\"Search\";s:12:\"search_label\";s:0:\"\";s:11:\"search_text\";s:0:\"\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:0;}i:9;a:5:{s:5:\"title\";s:0:\"\";s:12:\"search_label\";s:0:\"\";s:11:\"search_text\";s:9:\"Search...\";s:13:\"search_submit\";s:0:\"\";s:12:\"theme_search\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(3086,0,'widget_widgets-reloaded-tags','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3094,0,'widget_simple-section-nav','a:3:{i:2;a:0:{}i:3;a:8:{s:5:\"title\";s:0:\"\";s:8:\"show_all\";b:0;s:7:\"exclude\";s:0:\"\";s:16:\"hide_on_excluded\";b:0;s:12:\"show_on_home\";b:1;s:10:\"show_empty\";b:1;s:7:\"sort_by\";s:10:\"menu_order\";s:9:\"a_heading\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(8346,0,'_transient_timeout_feed_mod_4fa38da71e0f5c4f921a79abe092e831','1300879347','no'),(8347,0,'_transient_feed_mod_4fa38da71e0f5c4f921a79abe092e831','1300836147','no'),(5019,0,'db_upgraded','','yes'),(11149,0,'wpcr_options','a:29:{s:9:\"act_email\";s:0:\"\";s:8:\"act_uniq\";s:36:\"724d6236-a234-4294-8379-b42dde8ae0ed\";s:8:\"activate\";i:0;s:10:\"ask_custom\";a:0:{}s:10:\"ask_fields\";a:6:{s:5:\"fname\";i:1;s:6:\"femail\";i:1;s:8:\"fwebsite\";i:0;s:6:\"ftitle\";i:1;s:4:\"fage\";i:0;s:7:\"fgender\";i:0;}s:13:\"business_city\";s:8:\"Timberon\";s:16:\"business_country\";s:3:\"USA\";s:14:\"business_email\";s:23:\"webmaster@timberon.info\";s:13:\"business_name\";s:8:\"Timberon\";s:14:\"business_phone\";s:12:\"575-987-2561\";s:14:\"business_state\";s:2:\"NM\";s:15:\"business_street\";s:8:\"Timberon\";s:12:\"business_url\";s:25:\"http://www.timberon.info/\";s:12:\"business_zip\";s:5:\"88350\";s:9:\"dbversion\";i:223;s:12:\"field_custom\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:13:\"form_location\";i:0;s:15:\"goto_leave_text\";s:33:\"Click here to submit your review.\";s:12:\"hreview_type\";s:7:\"product\";s:10:\"leave_text\";s:18:\"Submit your review\";s:14:\"require_custom\";a:0:{}s:14:\"require_fields\";a:6:{s:5:\"fname\";i:1;s:6:\"femail\";i:1;s:8:\"fwebsite\";i:0;s:6:\"ftitle\";i:1;s:4:\"fage\";i:0;s:7:\"fgender\";i:0;}s:16:\"reviews_per_page\";i:10;s:11:\"show_custom\";a:0:{}s:11:\"show_fields\";a:6:{s:5:\"fname\";i:1;s:6:\"femail\";i:0;s:8:\"fwebsite\";i:0;s:6:\"ftitle\";i:1;s:4:\"fage\";i:0;s:7:\"fgender\";i:0;}s:13:\"show_hcard_on\";i:1;s:18:\"submit_button_text\";s:18:\"Submit your review\";s:10:\"support_us\";i:0;s:9:\"title_tag\";s:2:\"h2\";}','yes'),(13989,0,'_transient_feed_9e0b32913a4d74fcee743b1c1559a516','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"News For LincolnNationalForest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:389:\"http://www.fs.usda.gov:9081/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=091000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=LincolnNationalForest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"News For LincolnNationalForest\";s:7:\"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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"LINCOLN NATIONAL FOREST CLOSES MAY 12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5299155&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"Alamogordo, NM (May 10, 2011) – Due to extreme fire conditions, Lincoln National Forest officials will close the forest to public access starting 8:00 a.m., May 12, 2011.\n\n Recent fire acti...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"OFFICIALS PLAN FOR LINCOLN NATIONAL FOREST CLOSURE DUE TO FIRE DANGER\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 05 May 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5297689&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\" \n\n Alamogordo, NM (May 5, 2011) – As fire danger increases in southeastern New Mexico, Fire Management Officials with the Lincoln National Forest (LNF) are making plans to close the f...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"CLOSURE ORDER PROHIBITS ACCESS TO BURNED AREAS OF WHITE FIRE INCIDENT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 02 May 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5296961&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\" \n\n Alamogordo, NM (April 29, 2011) –Portions of the Smokey Bear Ranger District will be closed to public access from April 27, 2011 to September 30, 2011 or until post-fire threats to...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"FOREST SERVICE TO CUT HAZARDOUS TREES ALONG U.S. HIGHWAY 82\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 02 May 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5296959&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\" \n\n Alamogordo, NM (April 29, 2011) –The felling of hazardous trees along U.S. Highway 82 on the east side of Cloudcroft, NM, will begin on Monday, May 2 through May 12, 2011, to reduc...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"CLOSURE ORDER PROHIBITS ACCESS TO SITTING BULL FALLS DAY-USE AREA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 27 Apr 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5295535&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"Alamogordo, NM (April 27, 2011) –The Sitting Bull Falls day-use picnic area located on Eddy County Road 409 (commonly known as Sitting Bull Falls Road) on the Guadalupe District outside of Ca...\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"FOREST SERVICE HOSTS ADVISORY PANEL MEETING TO REVIEW GRANT PROPOSALS SUBMITTED UNDER THE COLLABORATIVE FOREST RESTORATION PROGRAM APRIL 25-29 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 25 Apr 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5294863&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"Albuquerque, NM - April 21, 2011—The Forest Service Southwestern Region will host a federal advisory panel meeting at the Hyatt Place Albuquerque/Uptown, 6901 Arvada Avenue, NEAlbuquerque, NM...\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"LEARN GARDENING TECHNIQUES AT SMOKEY’S GARDEN ARBOR DAY CELEBRATION\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 18 Apr 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5293143&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"Alamogordo, NM (April 15, 2011) –Smokey’s Garden is expanding this spring with a garden apprenticeship program for students grade 6 and up to learn hands-on gardening activities through...\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WHITE FIRE NEWS RELEASE April 7, 2011 8:00 PM\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 08 Apr 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5291197&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\" \n\n Acres: 10,341  ...\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"LINCOLN NATIONAL FOREST TO IMPLEMENT STAGE II FIRE RESTRICTIONS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 05 Apr 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5290613&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"Alamogordo, NM (April 5, 2011) – Due to increased fire danger on public lands in Southeastern New Mexico, the decision has been made to enact Stage 2 Fire Restrictions on the Lincoln National...\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"White Fire News: 4/5/2011 10:30pm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 05 Apr 2011 00:00:00 CDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5290582&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\" \n\n Acres: 10,089  ...\";s:7:\"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:6:{s:6:\"server\";s:15:\"IBM_HTTP_Server\";s:14:\"content-length\";s:4:\"7808\";s:12:\"content-type\";s:19:\"application/rss+xml\";s:16:\"content-language\";s:5:\"en-US\";s:4:\"date\";s:29:\"Thu, 19 May 2011 14:32:12 GMT\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(5809,0,'widget_bcn_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(9365,0,'cf_comment_toolbar_navigation','1','yes'),(9366,0,'cf_comment_toolbar_anchor_prefix','comment-','yes'),(13982,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1305858340','no'),(8201,0,'_transient_timeout_rss_df22ae8e6ae6298fd288aae8af341557','1300666951','no'),(8202,0,'_transient_rss_df22ae8e6ae6298fd288aae8af341557','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:30:{i:0;a:7:{s:5:\"title\";s:41:\"Carlsbad man facing multiple drug charges\";s:11:\"description\";s:1455:\"A Carlsbad man is facing multiple drug charges after allegedly being found in possession of heroin, marijuana and drug paraphernalia.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/TS-6m88FcWM/s2025847.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sun, 20 Mar 2011 01:49:13 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2025847.shtml?cat=519\";}s:7:\"summary\";s:1455:\"A Carlsbad man is facing multiple drug charges after allegedly being found in possession of heroin, marijuana and drug paraphernalia.\n


    \n

    \n \n
    \";}i:1;a:7:{s:5:\"title\";s:48:\"Governor names regents for NM Military Institute\";s:11:\"description\";s:1419:\"Two men have been nominated to the board of regents for New Mexico Military Institute in Roswell.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/CTv_255Dn2U/s2025315.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 19 Mar 2011 16:13:58 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2025315.shtml?cat=519\";}s:7:\"summary\";s:1419:\"Two men have been nominated to the board of regents for New Mexico Military Institute in Roswell.\n


    \n

    \n \n
    \";}i:2;a:7:{s:5:\"title\";s:51:\"Homeowners have new options to shield from wildfire\";s:11:\"description\";s:1628:\"\"\"\n\n One retired New Mexico firefighter says there are some new, innovative ways to protect your home, along with some old techniques that are often overlooked.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/th8K1gA8hHY/s2025008.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 19 Mar 2011 04:57:24 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2025008.shtml?cat=519\";}s:7:\"summary\";s:1628:\"\"\"\n\n One retired New Mexico firefighter says there are some new, innovative ways to protect your home, along with some old techniques that are often overlooked.\n


    \n

    \n \n
    \";}i:3;a:7:{s:5:\"title\";s:57:\"Disabled robbery victim receiving outpouring of donations\";s:11:\"description\";s:1601:\"\"\"A Roswell Vietnam Veteran who was the victim of a recent robbery is receiving a lot of help from KOB Eyewitness News 4 viewers.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/NMOUNzITjVQ/s2024957.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 19 Mar 2011 03:12:15 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2024957.shtml?cat=519\";}s:7:\"summary\";s:1601:\"\"\"A Roswell Vietnam Veteran who was the victim of a recent robbery is receiving a lot of help from KOB Eyewitness News 4 viewers.\n


    \n

    \n \n
    \";}i:4;a:7:{s:5:\"title\";s:46:\"Volunteers build home for disabled Roswell vet\";s:11:\"description\";s:1589:\"\"\"A disabled Vietnam veteran has a new place to live thanks to countless volunteers who helped build him a brand new home.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/mX5E9_SFugg/s2024863.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 19 Mar 2011 02:03:36 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2024863.shtml?cat=519\";}s:7:\"summary\";s:1589:\"\"\"A disabled Vietnam veteran has a new place to live thanks to countless volunteers who helped build him a brand new home.\n


    \n

    \n \n
    \";}i:5;a:7:{s:5:\"title\";s:46:\"Crews fully contain grass fire west of Artesia\";s:11:\"description\";s:1584:\"\"\"\n\n Firefighters say a grass fire near Artesia is now fully contained after charring slightly more than 4,000 acres.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/tNp3aYU3RdM/s2024743.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 18 Mar 2011 22:57:05 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2024743.shtml?cat=519\";}s:7:\"summary\";s:1584:\"\"\"\n\n Firefighters say a grass fire near Artesia is now fully contained after charring slightly more than 4,000 acres.\n


    \n

    \n \n
    \";}i:6;a:7:{s:5:\"title\";s:47:\"Thousands of Clovis pets licensed under new law\";s:11:\"description\";s:1617:\"\"\"\n\n Clovis animal control personnel say that since a pet licensing ordinance went into effect, nearly 3,000 pets have been logged into the city\'s pet registry.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/-EzecuRTSEo/s2024436.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 18 Mar 2011 19:02:35 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2024436.shtml?cat=519\";}s:7:\"summary\";s:1617:\"\"\"\n\n Clovis animal control personnel say that since a pet licensing ordinance went into effect, nearly 3,000 pets have been logged into the city\'s pet registry.\n


    \n

    \n \n
    \";}i:7;a:7:{s:5:\"title\";s:49:\"Police search for suspects in Roswell crime spree\";s:11:\"description\";s:1610:\"\"\"Roswell police are looking for the suspects who broke into three businesses and a church in less than 50 minutes early Thursday morning.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/n11uCgP-cJ0/s2023249.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 18 Mar 2011 15:17:35 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2023249.shtml?cat=519\";}s:7:\"summary\";s:1610:\"\"\"Roswell police are looking for the suspects who broke into three businesses and a church in less than 50 minutes early Thursday morning.\n


    \n

    \n \n
    \";}i:8;a:7:{s:5:\"title\";s:47:\"Crews still battling grass fire west of Artesia\";s:11:\"description\";s:1586:\"\"\"\n\n Firefighters say a grass fire near Artesia has grown to an estimated 4,800 acres, but now is 30 percent contained.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/jNbkQYrXm2Q/s2023436.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 18 Mar 2011 03:27:58 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2023436.shtml?cat=519\";}s:7:\"summary\";s:1586:\"\"\"\n\n Firefighters say a grass fire near Artesia has grown to an estimated 4,800 acres, but now is 30 percent contained.\n


    \n

    \n \n
    \";}i:9;a:7:{s:5:\"title\";s:44:\"Roswell police seek suspect in camera thefts\";s:11:\"description\";s:1595:\"Roswell police say they know who is responsible for a rash of security camera thefts, but now they have to catch him again.\"\"\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/Ho4FTsPkuWA/s2023430.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 18 Mar 2011 15:26:02 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2023430.shtml?cat=519\";}s:7:\"summary\";s:1595:\"Roswell police say they know who is responsible for a rash of security camera thefts, but now they have to catch him again.\"\"\n


    \n

    \n \n
    \";}i:10;a:7:{s:5:\"title\";s:39:\"New Mexico Junior College hikes tuition\";s:11:\"description\";s:1405:\"New Mexico Junior College is raising its tuition starting with the summer semester.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/DckRARDlA08/s2022340.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 16:42:45 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2022340.shtml?cat=519\";}s:7:\"summary\";s:1405:\"New Mexico Junior College is raising its tuition starting with the summer semester.\n


    \n

    \n \n
    \";}i:11;a:7:{s:5:\"title\";s:44:\"Curry County inmates being held without bond\";s:11:\"description\";s:1585:\"\"\"\n\n More than 40 percent of the inmates at the Curry County jail in Clovis earlier this year were being held without bond.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/rtzH4xjMPU4/s2022158.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 15:19:52 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2022158.shtml?cat=519\";}s:7:\"summary\";s:1585:\"\"\"\n\n More than 40 percent of the inmates at the Curry County jail in Clovis earlier this year were being held without bond.\n


    \n

    \n \n
    \";}i:12;a:7:{s:5:\"title\";s:45:\"Fire near Roswell believed to be human-caused\";s:11:\"description\";s:1608:\"\"\" A grassfire south of Roswell Wednesday afternoon charred up to 500 acres and destroyed a barn before crews were able to contain it by evening.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/YsnorjSXEuI/s2021158.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 01:20:25 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2021158.shtml?cat=519\";}s:7:\"summary\";s:1608:\"\"\" A grassfire south of Roswell Wednesday afternoon charred up to 500 acres and destroyed a barn before crews were able to contain it by evening.\n


    \n

    \n \n
    \";}i:13;a:7:{s:5:\"title\";s:40:\"Curry County approves burn ban ordinance\";s:11:\"description\";s:1380:\"A burn ban has been adopted by Curry County commissioners.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/6VOTl1FguOs/s2020834.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 20:41:48 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2020834.shtml?cat=519\";}s:7:\"summary\";s:1380:\"A burn ban has been adopted by Curry County commissioners.\n


    \n

    \n \n
    \";}i:14;a:7:{s:5:\"title\";s:42:\"Firefighters respond to blaze near Artesia\";s:11:\"description\";s:1678:\"\"\"Crews are maintaining a vigilant watch over a 4,500 acre fire reported near Artesia Wednesday afternoon.
    \n > Share your photos/videos\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/Gqak0MZKwMc/s2020765.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 14:26:47 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2020765.shtml?cat=519\";}s:7:\"summary\";s:1678:\"\"\"Crews are maintaining a vigilant watch over a 4,500 acre fire reported near Artesia Wednesday afternoon.
    \n > Share your photos/videos\n


    \n

    \n \n
    \";}i:15;a:7:{s:5:\"title\";s:36:\"Roswell PD search for Joseph Sanchez\";s:11:\"description\";s:1532:\"\"\"A manhunt is underway in Roswell to track down a suspect wanted for a shooting.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/TwxB7ksgXbM/s2019384.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 00:55:26 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2019384.shtml?cat=519\";}s:7:\"summary\";s:1532:\"\"\"A manhunt is underway in Roswell to track down a suspect wanted for a shooting.\n


    \n

    \n \n
    \";}i:16;a:7:{s:5:\"title\";s:40:\"Clovis offering child ID kits to parents\";s:11:\"description\";s:1541:\"\"\"\n\n Clovis police will offer free child identification kits next month.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/2pRtoOvvEw0/s2018324.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 16:22:34 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2018324.shtml?cat=519\";}s:7:\"summary\";s:1541:\"\"\"\n\n Clovis police will offer free child identification kits next month.\n


    \n

    \n \n
    \";}i:17;a:7:{s:5:\"title\";s:46:\"Senate OKs tax break for Union Pacific project\";s:11:\"description\";s:1418:\"The Senate has approved a proposed tax incentive for a rail yard project in southern New Mexico.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/bjYCO2kUI2E/s2017638.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 04:32:17 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2017638.shtml?cat=519\";}s:7:\"summary\";s:1418:\"The Senate has approved a proposed tax incentive for a rail yard project in southern New Mexico.\n


    \n

    \n \n
    \";}i:18;a:7:{s:5:\"title\";s:31:\"Rollover kills Albuquerque teen\";s:11:\"description\";s:1577:\"\"\"State police blame driver fatigue for a rollover crash north of Roswell that killed a 14-year-old Albuquerque girl.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/wMisvyRPlsI/s2017571.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 22:06:53 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2017571.shtml?cat=519\";}s:7:\"summary\";s:1577:\"\"\"State police blame driver fatigue for a rollover crash north of Roswell that killed a 14-year-old Albuquerque girl.\n


    \n

    \n \n
    \";}i:19;a:7:{s:5:\"title\";s:53:\"Wheelchair-bound Roswell man victim of recent robbery\";s:11:\"description\";s:1574:\"\"\"Roswell police are still looking for the intruder who forced his way into the home of a disabled Vietnam veteran.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/6TGUOrCTXzc/s2017515.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 00:31:37 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2017515.shtml?cat=519\";}s:7:\"summary\";s:1574:\"\"\"Roswell police are still looking for the intruder who forced his way into the home of a disabled Vietnam veteran.\n


    \n

    \n \n
    \";}i:20;a:7:{s:5:\"title\";s:41:\"Roswell school\'s resource officer returns\";s:11:\"description\";s:1606:\"\"\"Roswell police officers have returned to a high school campus after a three year absence. Starting Monday, one officer will be stationed at Goddard High.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/BmYpEnCbfKs/s2017484.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 01:59:17 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2017484.shtml?cat=519\";}s:7:\"summary\";s:1606:\"\"\"Roswell police officers have returned to a high school campus after a three year absence. Starting Monday, one officer will be stationed at Goddard High.\n


    \n

    \n \n
    \";}i:21;a:7:{s:5:\"title\";s:48:\"No water restrictions expected for Carlsbad area\";s:11:\"description\";s:1620:\"\"\"\n\n There\'s been very little rain in southeastern New Mexico since September. Still, there\'s no word whether Carlsbad plans to implement water restrictions.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/cdtWP_4b2M4/s2016835.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Mon, 14 Mar 2011 19:16:53 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2016835.shtml?cat=519\";}s:7:\"summary\";s:1620:\"\"\"\n\n There\'s been very little rain in southeastern New Mexico since September. Still, there\'s no word whether Carlsbad plans to implement water restrictions.\n


    \n

    \n \n
    \";}i:22;a:7:{s:5:\"title\";s:49:\"NM uranium enrichment plant considering expansion\";s:11:\"description\";s:1454:\"A uranium enrichment plant in southeastern New Mexico is eyeing a third expansion that would double the $3 billion plant\'s capacity.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/OtRFO-grt4g/s2016535.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Mon, 14 Mar 2011 16:57:40 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2016535.shtml?cat=519\";}s:7:\"summary\";s:1454:\"A uranium enrichment plant in southeastern New Mexico is eyeing a third expansion that would double the $3 billion plant\'s capacity.\n


    \n

    \n \n
    \";}i:23;a:7:{s:5:\"title\";s:45:\"Legislator married during ceremony in Capitol\";s:11:\"description\";s:1613:\"\"\"Love replaced political feuding in the state House of Representative during a historic ceremony in the state Capitol - a wedding.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/akys9tG2j8U/s2015065.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sun, 13 Mar 2011 01:36:45 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2015065.shtml?cat=519\";}s:7:\"summary\";s:1613:\"\"\"Love replaced political feuding in the state House of Representative during a historic ceremony in the state Capitol - a wedding.\n


    \n

    \n \n
    \";}i:24;a:7:{s:5:\"title\";s:49:\"Carlsbad couple facing prison in tax evasion case\";s:11:\"description\";s:1427:\"Sentencing is set for a Carlsbad doctor and his wife who were convicted last year for income tax evasion.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/cGY_ahC0ZRc/s2015051.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sun, 13 Mar 2011 01:15:05 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2015051.shtml?cat=519\";}s:7:\"summary\";s:1427:\"Sentencing is set for a Carlsbad doctor and his wife who were convicted last year for income tax evasion.\n


    \n

    \n \n
    \";}i:25;a:7:{s:5:\"title\";s:53:\"Abused Roswell woman improves, taken off life support\";s:11:\"description\";s:1467:\"The Chaves County district attorney says the woman who was nearly starved to death by her own children is no longer on life support.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/U89GyICnQLg/s2014335.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 12 Mar 2011 03:51:24 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2014335.shtml?cat=519\";}s:7:\"summary\";s:1467:\"The Chaves County district attorney says the woman who was nearly starved to death by her own children is no longer on life support.\n


    \n

    \n \n
    \";}i:26;a:7:{s:5:\"title\";s:45:\"Some Ruidoso residents see astronomical bills\";s:11:\"description\";s:1642:\"\"\" Homeowners in Ruidoso are getting quite a shock when they open their water bills after burst water pipes caused millions of gallons of water to leak.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/_dOFUamr-RY/s2014334.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 12 Mar 2011 05:07:58 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2014334.shtml?cat=519\";}s:7:\"summary\";s:1642:\"\"\" Homeowners in Ruidoso are getting quite a shock when they open their water bills after burst water pipes caused millions of gallons of water to leak.\n


    \n

    \n \n
    \";}i:27;a:7:{s:5:\"title\";s:41:\"5 men arrested in Clovis grain theft case\";s:11:\"description\";s:1463:\"Curry County sheriff\'s deputies have arrested five men in connection with the theft of $70,000 worth of livestock feed from a Clovis company.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/rPS3PZkxQOg/s2014025.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 11 Mar 2011 22:57:53 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2014025.shtml?cat=519\";}s:7:\"summary\";s:1463:\"Curry County sheriff\'s deputies have arrested five men in connection with the theft of $70,000 worth of livestock feed from a Clovis company.\n


    \n

    \n \n
    \";}i:28;a:7:{s:5:\"title\";s:46:\"Clovis mom busted for letting kids skip school\";s:11:\"description\";s:1599:\"\"\"Clovis authorities say a mother has been arrested on felony charges of allowing her children to miss more than 100 days of school.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/FNpWoPgMajA/s2013913.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Sat, 12 Mar 2011 02:44:32 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2013913.shtml?cat=519\";}s:7:\"summary\";s:1599:\"\"\"Clovis authorities say a mother has been arrested on felony charges of allowing her children to miss more than 100 days of school.\n


    \n

    \n \n
    \";}i:29;a:7:{s:5:\"title\";s:47:\"Roswell OKs alcohol sales at minor league games\";s:11:\"description\";s:1612:\"\"\"\n\n The Roswell City Council has cleared the way for the possibility of alcohol sales at baseball games slated to be held by an independent minor league.\n


    \n

    \n \n
    \";s:4:\"link\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/e4l37y9nZ6o/s2013731.shtml\";s:7:\"creator\";s:11:\"www.KOB.com\";s:7:\"pubdate\";s:29:\"Fri, 11 Mar 2011 20:25:24 GMT\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:57:\"http://www.KOB.com/article/stories/s2013731.shtml?cat=519\";}s:7:\"summary\";s:1612:\"\"\"\n\n The Roswell City Council has cleared the way for the possibility of alcohol sales at baseball games slated to be held by an independent minor league.\n


    \n

    \n \n
    \";}}s:7:\"channel\";a:4:{s:5:\"title\";s:35:\"KOB.com - Southeast New Mexico News\";s:3:\"geo\";a:2:{s:3:\"lat\";s:9:\"33.485178\";s:4:\"long\";s:11:\"-104.550898\";}s:11:\"description\";s:105:\"Roswell, Alamogordo, Artesia, Carlsbad, Portales and Southeast New Mexico news from KOB Eyewitness News 4\";s:7:\"tagline\";s:105:\"Roswell, Alamogordo, Artesia, Carlsbad, Portales and Southeast New Mexico news from KOB Eyewitness News 4\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:3:{s:3:\"url\";s:82:\"http://media.msnbc.msn.com/i/msnbc/Sections/Local%20News/_Config/Logo/KOB_logo.gif\";s:4:\"link\";s:14:\"http://kob.com\";s:5:\"title\";s:7:\"KOB.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"VjyyDrbos4dyX83sstijw69m8LI\";s:13:\"last_modified\";s:29:\"Sun, 20 Mar 2011 23:09:27 GMT\";}','no'),(4955,0,'gd-star-rating','a:224:{s:16:\"database_upgrade\";s:31:\"Wed, 27 Apr 2011 22:49:32 +0000\";s:7:\"version\";s:5:\"1.9.8\";s:8:\"revision\";i:0;s:9:\"code_name\";s:7:\"Prelude\";s:4:\"date\";s:11:\"2011.04.04.\";s:6:\"status\";s:6:\"Stable\";s:10:\"product_id\";s:14:\"gd-star-rating\";s:5:\"build\";i:1114;s:11:\"admin_views\";i:0;s:11:\"bot_message\";s:6:\"normal\";s:27:\"google_rich_snippets_format\";s:11:\"microformat\";s:27:\"google_rich_snippets_active\";i:1;s:31:\"google_rich_snippets_datasource\";s:15:\"standard_rating\";s:27:\"google_rich_snippets_hidden\";i:1;s:29:\"google_rich_snippets_location\";s:6:\"bottom\";s:19:\"no_votes_percentage\";s:3:\"100\";s:19:\"update_report_usage\";i:1;s:10:\"ajax_jsonp\";i:0;s:16:\"wp_query_handler\";i:1;s:14:\"cached_loading\";i:1;s:13:\"prefetch_data\";i:0;s:19:\"external_rating_css\";i:1;s:12:\"external_css\";i:1;s:16:\"css_last_changed\";i:1303945391;s:16:\"css_cache_active\";i:1;s:34:\"cmm_integration_replay_hide_review\";i:0;s:34:\"cmm_integration_prevent_duplicates\";i:1;s:17:\"disable_ie6_check\";i:0;s:16:\"widgets_hidempty\";i:0;s:8:\"encoding\";s:5:\"UTF-8\";s:16:\"news_feed_active\";i:1;s:18:\"gfx_generator_auto\";i:1;s:20:\"gfx_prevent_leeching\";i:0;s:12:\"cache_active\";i:0;s:12:\"cache_forced\";i:1;s:18:\"cache_cleanup_auto\";i:0;s:18:\"cache_cleanup_days\";s:1:\"7\";s:21:\"cache_cleanup_counter\";i:0;s:18:\"cache_cleanup_last\";i:0;s:12:\"debug_active\";i:0;s:12:\"debug_inline\";i:1;s:13:\"debug_wpquery\";i:0;s:16:\"database_cleanup\";s:0:\"\";s:20:\"database_cleanup_msg\";s:0:\"\";s:9:\"mass_lock\";s:0:\"\";s:13:\"thumbs_active\";i:0;s:15:\"include_opacity\";i:0;s:14:\"ie_opacity_fix\";i:1;s:12:\"ip_filtering\";i:1;s:24:\"ip_filtering_restrictive\";i:1;s:15:\"save_user_agent\";i:1;s:12:\"save_cookies\";i:1;s:15:\"widget_articles\";i:1;s:10:\"widget_top\";i:1;s:15:\"widget_comments\";i:1;s:26:\"security_showip_user_level\";s:1:\"9\";s:33:\"security_showdashboard_user_level\";s:1:\"9\";s:19:\"integrate_post_edit\";i:1;s:23:\"integrate_post_edit_mur\";i:1;s:17:\"integrate_tinymce\";i:1;s:19:\"integrate_dashboard\";i:0;s:26:\"integrate_dashboard_latest\";i:0;s:32:\"integrate_dashboard_latest_count\";s:3:\"100\";s:43:\"integrate_dashboard_latest_filter_thumb_std\";i:0;s:43:\"integrate_dashboard_latest_filter_thumb_cmm\";i:0;s:43:\"integrate_dashboard_latest_filter_stars_std\";i:1;s:43:\"integrate_dashboard_latest_filter_stars_cmm\";i:1;s:43:\"integrate_dashboard_latest_filter_stars_mur\";i:0;s:21:\"integrate_rss_powered\";i:0;s:17:\"moderation_active\";i:1;s:13:\"multis_active\";i:1;s:10:\"rss_active\";i:0;s:13:\"review_active\";i:1;s:12:\"timer_active\";i:0;s:36:\"comments_integration_articles_active\";i:1;s:15:\"comments_active\";i:1;s:22:\"comments_review_active\";i:1;s:15:\"thumb_rss_style\";s:10:\"starrating\";s:14:\"thumb_rss_size\";s:2:\"20\";s:9:\"rss_style\";s:6:\"oxygen\";s:8:\"rss_size\";s:2:\"20\";s:15:\"rss_header_text\";s:0:\"\";s:14:\"rss_datasource\";s:8:\"standard\";s:5:\"style\";s:6:\"oxygen\";s:9:\"style_ie6\";s:10:\"oxygen_gif\";s:4:\"size\";s:2:\"24\";s:5:\"stars\";s:1:\"5\";s:4:\"text\";s:6:\"bottom\";s:5:\"align\";s:4:\"none\";s:11:\"header_text\";s:24:\"How people rated this...\";s:15:\"srb_class_block\";s:0:\"\";s:14:\"srb_class_text\";s:0:\"\";s:16:\"srb_class_header\";s:0:\"\";s:15:\"srb_class_stars\";s:0:\"\";s:15:\"cmm_class_block\";s:0:\"\";s:14:\"cmm_class_text\";s:0:\"\";s:16:\"cmm_class_header\";s:0:\"\";s:15:\"cmm_class_stars\";s:0:\"\";s:20:\"default_srb_template\";s:2:\"10\";s:20:\"default_crb_template\";s:2:\"11\";s:20:\"default_ssb_template\";s:1:\"6\";s:20:\"default_mrb_template\";s:2:\"12\";s:20:\"default_tab_template\";s:2:\"38\";s:20:\"default_tcb_template\";s:2:\"39\";s:9:\"mur_style\";s:6:\"oxygen\";s:13:\"mur_style_ie6\";s:10:\"oxygen_gif\";s:8:\"mur_size\";s:2:\"20\";s:10:\"mur_header\";i:0;s:15:\"mur_header_text\";s:0:\"\";s:15:\"mur_class_stars\";s:0:\"\";s:15:\"mur_class_block\";s:0:\"\";s:14:\"mur_class_text\";s:0:\"\";s:16:\"mur_class_header\";s:0:\"\";s:16:\"mur_class_button\";s:0:\"\";s:15:\"mur_button_text\";s:6:\"Submit\";s:17:\"mur_button_active\";i:1;s:14:\"mur_review_set\";i:0;s:9:\"cmm_style\";s:6:\"oxygen\";s:13:\"cmm_style_ie6\";s:10:\"oxygen_gif\";s:8:\"cmm_size\";s:2:\"16\";s:9:\"cmm_stars\";s:1:\"5\";s:8:\"cmm_text\";s:6:\"bottom\";s:9:\"cmm_align\";s:4:\"none\";s:15:\"cmm_header_text\";s:0:\"\";s:16:\"cmm_review_style\";s:6:\"oxygen\";s:20:\"cmm_review_style_ie6\";s:10:\"oxygen_gif\";s:15:\"cmm_review_size\";s:2:\"20\";s:16:\"cmm_review_stars\";s:1:\"5\";s:14:\"cmm_aggr_style\";s:6:\"oxygen\";s:18:\"cmm_aggr_style_ie6\";s:10:\"oxygen_gif\";s:13:\"cmm_aggr_size\";s:2:\"16\";s:12:\"review_style\";s:6:\"oxygen\";s:16:\"review_style_ie6\";s:10:\"oxygen_gif\";s:11:\"review_size\";s:2:\"20\";s:12:\"review_stars\";s:1:\"5\";s:18:\"review_header_text\";s:0:\"\";s:18:\"review_class_block\";s:0:\"\";s:15:\"display_comment\";i:1;s:20:\"display_comment_page\";i:1;s:13:\"display_posts\";i:1;s:13:\"display_pages\";i:1;s:12:\"display_home\";i:1;s:15:\"display_archive\";i:1;s:14:\"display_search\";i:1;s:24:\"override_display_comment\";i:1;s:30:\"override_thumb_display_comment\";i:0;s:21:\"auto_display_position\";s:3:\"top\";s:29:\"auto_display_comment_position\";s:6:\"bottom\";s:11:\"thumb_style\";s:9:\"classical\";s:15:\"thumb_style_ie6\";s:9:\"classical\";s:10:\"thumb_size\";s:2:\"20\";s:17:\"thumb_header_text\";s:0:\"\";s:21:\"thumb_display_comment\";i:1;s:26:\"thumb_display_comment_page\";i:1;s:19:\"thumb_display_posts\";i:1;s:19:\"thumb_display_pages\";i:1;s:18:\"thumb_display_home\";i:1;s:21:\"thumb_display_archive\";i:1;s:20:\"thumb_display_search\";i:1;s:27:\"thumb_auto_display_position\";s:6:\"bottom\";s:35:\"thumb_auto_display_comment_position\";s:6:\"bottom\";s:15:\"thumb_cmm_style\";s:9:\"classical\";s:19:\"thumb_cmm_style_ie6\";s:9:\"classical\";s:14:\"thumb_cmm_size\";s:2:\"20\";s:21:\"thumb_cmm_header_text\";s:0:\"\";s:7:\"cookies\";i:1;s:6:\"logged\";i:1;s:11:\"cmm_cookies\";i:1;s:10:\"cmm_logged\";i:1;s:10:\"admin_rows\";s:2:\"10\";s:14:\"admin_advanced\";i:0;s:15:\"admin_placement\";i:0;s:14:\"admin_defaults\";i:0;s:12:\"admin_import\";i:1;s:12:\"admin_export\";i:1;s:11:\"admin_setup\";i:1;s:9:\"admin_ips\";i:1;s:11:\"author_vote\";i:0;s:15:\"cmm_author_vote\";i:0;s:20:\"allow_mixed_ip_votes\";i:0;s:24:\"cmm_allow_mixed_ip_votes\";i:0;s:24:\"mur_allow_mixed_ip_votes\";i:0;s:25:\"default_moderation_multis\";s:1:\"N\";s:27:\"default_moderation_articles\";s:1:\"V\";s:27:\"default_moderation_comments\";s:1:\"V\";s:24:\"default_voterules_multis\";s:1:\"A\";s:26:\"default_voterules_articles\";s:1:\"A\";s:26:\"default_voterules_comments\";s:1:\"A\";s:32:\"recc_default_moderation_articles\";s:1:\"N\";s:32:\"recc_default_moderation_comments\";s:1:\"N\";s:31:\"recc_default_voterules_articles\";s:1:\"A\";s:31:\"recc_default_voterules_comments\";s:1:\"A\";s:18:\"default_timer_type\";s:1:\"N\";s:29:\"default_timer_countdown_value\";i:30;s:28:\"default_timer_countdown_type\";s:1:\"D\";s:19:\"default_timer_value\";s:3:\"D30\";s:22:\"default_mur_timer_type\";s:1:\"N\";s:33:\"default_mur_timer_countdown_value\";i:30;s:32:\"default_mur_timer_countdown_type\";s:1:\"D\";s:23:\"default_mur_timer_value\";s:3:\"D30\";s:19:\"stats_trend_history\";i:30;s:19:\"stats_trend_current\";i:3;s:10:\"trend_last\";s:1:\"1\";s:10:\"trend_over\";s:2:\"30\";s:16:\"bayesian_minimal\";s:2:\"10\";s:13:\"bayesian_mean\";s:2:\"70\";s:9:\"use_nonce\";i:1;s:20:\"int_comment_std_zero\";i:0;s:20:\"int_comment_mur_zero\";i:0;s:20:\"wait_loader_artthumb\";s:6:\"flower\";s:20:\"wait_loader_cmmthumb\";s:6:\"flower\";s:19:\"wait_loader_article\";s:6:\"circle\";s:19:\"wait_loader_comment\";s:6:\"flower\";s:18:\"wait_loader_multis\";s:6:\"flower\";s:17:\"wait_text_article\";s:14:\"please wait...\";s:17:\"wait_show_article\";i:0;s:18:\"wait_class_article\";s:0:\"\";s:17:\"wait_text_comment\";s:14:\"please wait...\";s:17:\"wait_show_comment\";i:0;s:18:\"wait_class_comment\";s:0:\"\";s:16:\"wait_text_multis\";s:14:\"please wait...\";s:16:\"wait_show_multis\";i:0;s:17:\"wait_class_multis\";s:0:\"\";s:17:\"hide_empty_rating\";i:0;}','yes'),(9032,0,'current_theme','Calotropis','yes'),(7465,0,'theme-nearly-sprung-options','a:3:{s:10:\"headermenu\";s:4:\"hide\";s:10:\"splitpings\";s:3:\"yes\";s:13:\"themecomments\";s:3:\"yes\";}','yes'),(7248,0,'theme_mods_caribou','a:3:{i:0;b:0;s:12:\"header_image\";s:0:\"\";s:16:\"header_textcolor\";s:6:\"000000\";}','yes'),(7249,0,'caribouOptionsVersion1','a:6:{s:13:\"navigationBar\";s:1:\"2\";s:12:\"anchorColour\";s:7:\"#006090\";s:11:\"bulletStyle\";a:1:{i:0;a:2:{s:6:\"colour\";s:7:\"#cccccc\";s:3:\"url\";s:74:\"http://www.timberon.info/blog/wp-content/themes/caribou/images/default.gif\";}}s:19:\"defaultBulletColour\";s:7:\"#cccccc\";s:8:\"logoFile\";s:71:\"http://www.timberon.info/blog/wp-content/themes/caribou/images/logo.png\";s:6:\"scheme\";s:1:\"0\";}','yes'),(7252,0,'theme_mods_ari','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:35;}}','yes'),(13913,0,'_transient_timeout_rss_d872c1bc3fad99993ec61992a130bec2','1305747130','no'),(13914,0,'_transient_rss_d872c1bc3fad99993ec61992a130bec2','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:20:{i:0;a:7:{s:5:\"title\";s:155:\"LincolnSmokey: 18th Annual Kids Fishing Day - June 4, 2011 - Grindstone Lake - Ruidoso, NM - 12 and under fish for FREE! Call (575) 257-4095, for more info\";s:11:\"description\";s:155:\"LincolnSmokey: 18th Annual Kids Fishing Day - June 4, 2011 - Grindstone Lake - Ruidoso, NM - 12 and under fish for FREE! Call (575) 257-4095, for more info\";s:7:\"pubdate\";s:31:\"Tue, 17 May 2011 22:25:03 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70615844379574273\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70615844379574273\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:155:\"LincolnSmokey: 18th Annual Kids Fishing Day - June 4, 2011 - Grindstone Lake - Ruidoso, NM - 12 and under fish for FREE! Call (575) 257-4095, for more info\";}i:1;a:7:{s:5:\"title\";s:149:\"LincolnSmokey: Forest Closure Order - No access to forest lands. Pls review Lincoln National Forest web site - www.fs.usda.gov/lincoln for more info.\";s:11:\"description\";s:149:\"LincolnSmokey: Forest Closure Order - No access to forest lands. Pls review Lincoln National Forest web site - www.fs.usda.gov/lincoln for more info.\";s:7:\"pubdate\";s:31:\"Tue, 17 May 2011 16:21:25 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70524332283146241\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70524332283146241\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:149:\"LincolnSmokey: Forest Closure Order - No access to forest lands. Pls review Lincoln National Forest web site - www.fs.usda.gov/lincoln for more info.\";}i:2;a:7:{s:5:\"title\";s:145:\"LincolnSmokey: Critical fire conditions on Lincoln National Forest. No public access until further notice. Pls call (575) 434-7200 for more info.\";s:11:\"description\";s:145:\"LincolnSmokey: Critical fire conditions on Lincoln National Forest. No public access until further notice. Pls call (575) 434-7200 for more info.\";s:7:\"pubdate\";s:31:\"Tue, 17 May 2011 16:19:31 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70523854824554496\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70523854824554496\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:145:\"LincolnSmokey: Critical fire conditions on Lincoln National Forest. No public access until further notice. Pls call (575) 434-7200 for more info.\";}i:3;a:7:{s:5:\"title\";s:154:\"LincolnSmokey: Lincoln National Forest closed - extreme fire conditions - Public and firefighter safety are first and foremost - No access to forest lands\";s:11:\"description\";s:154:\"LincolnSmokey: Lincoln National Forest closed - extreme fire conditions - Public and firefighter safety are first and foremost - No access to forest lands\";s:7:\"pubdate\";s:31:\"Tue, 17 May 2011 16:17:22 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70523310991081472\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/70523310991081472\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:154:\"LincolnSmokey: Lincoln National Forest closed - extreme fire conditions - Public and firefighter safety are first and foremost - No access to forest lands\";}i:4;a:7:{s:5:\"title\";s:155:\"LincolnSmokey: Forest closed 5/12 No access to Lincoln National Forest System lands Extreme dry conditions - Reduces fire threat during extreme fire danger\";s:11:\"description\";s:155:\"LincolnSmokey: Forest closed 5/12 No access to Lincoln National Forest System lands Extreme dry conditions - Reduces fire threat during extreme fire danger\";s:7:\"pubdate\";s:31:\"Mon, 09 May 2011 16:16:29 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/67623987999543296\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/67623987999543296\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:155:\"LincolnSmokey: Forest closed 5/12 No access to Lincoln National Forest System lands Extreme dry conditions - Reduces fire threat during extreme fire danger\";}i:5;a:7:{s:5:\"title\";s:152:\"LincolnSmokey: 96 days w/no precip. Stage 2 Fire Restrictions in place. Emergency Area Fire Closure Stage 4 effective May 12, 8:00 a.m. - Forest closed.\";s:11:\"description\";s:152:\"LincolnSmokey: 96 days w/no precip. Stage 2 Fire Restrictions in place. Emergency Area Fire Closure Stage 4 effective May 12, 8:00 a.m. - Forest closed.\";s:7:\"pubdate\";s:31:\"Mon, 09 May 2011 16:14:32 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/67623496934621184\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/67623496934621184\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:152:\"LincolnSmokey: 96 days w/no precip. Stage 2 Fire Restrictions in place. Emergency Area Fire Closure Stage 4 effective May 12, 8:00 a.m. - Forest closed.\";}i:6;a:7:{s:5:\"title\";s:155:\"LincolnSmokey: 17th Annual Earth Day - Alamogordo - Alameda Park Zoo. Stop by Forest Service booth. Talk w/Forest specialist. Learn about natural resources\";s:11:\"description\";s:155:\"LincolnSmokey: 17th Annual Earth Day - Alamogordo - Alameda Park Zoo. Stop by Forest Service booth. Talk w/Forest specialist. Learn about natural resources\";s:7:\"pubdate\";s:31:\"Fri, 29 Apr 2011 23:54:18 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/64115322956955648\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/64115322956955648\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:155:\"LincolnSmokey: 17th Annual Earth Day - Alamogordo - Alameda Park Zoo. Stop by Forest Service booth. Talk w/Forest specialist. Learn about natural resources\";}i:7;a:7:{s:5:\"title\";s:155:\"LincolnSmokey: Sitting Bull Falls Recreation area - Guadalupe Ranger District, Carlsbad - Closed 4/25 due to fire activity near area - Call (575) 885-4181.\";s:11:\"description\";s:155:\"LincolnSmokey: Sitting Bull Falls Recreation area - Guadalupe Ranger District, Carlsbad - Closed 4/25 due to fire activity near area - Call (575) 885-4181.\";s:7:\"pubdate\";s:31:\"Tue, 26 Apr 2011 13:27:39 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62870456985853953\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62870456985853953\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:155:\"LincolnSmokey: Sitting Bull Falls Recreation area - Guadalupe Ranger District, Carlsbad - Closed 4/25 due to fire activity near area - Call (575) 885-4181.\";}i:8;a:7:{s:5:\"title\";s:144:\"LincolnSmokey: Last Chance Fire - Guadalupe Ranger District: 23,793 acres - crews aggressively conducting burn out ops. Hwy 137 at 408 - closed.\";s:11:\"description\";s:144:\"LincolnSmokey: Last Chance Fire - Guadalupe Ranger District: 23,793 acres - crews aggressively conducting burn out ops. Hwy 137 at 408 - closed.\";s:7:\"pubdate\";s:31:\"Tue, 26 Apr 2011 13:26:14 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62870099148812288\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62870099148812288\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:144:\"LincolnSmokey: Last Chance Fire - Guadalupe Ranger District: 23,793 acres - crews aggressively conducting burn out ops. Hwy 137 at 408 - closed.\";}i:9;a:7:{s:5:\"title\";s:154:\"LincolnSmokey: Sen Tom Udall to visit Smokey Bear Ranger District and view White Fire Incident - receive briefings from Robert Trujillo, Forest Supervisor\";s:11:\"description\";s:154:\"LincolnSmokey: Sen Tom Udall to visit Smokey Bear Ranger District and view White Fire Incident - receive briefings from Robert Trujillo, Forest Supervisor\";s:7:\"pubdate\";s:31:\"Tue, 26 Apr 2011 13:19:52 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62868496119369728\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62868496119369728\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:154:\"LincolnSmokey: Sen Tom Udall to visit Smokey Bear Ranger District and view White Fire Incident - receive briefings from Robert Trujillo, Forest Supervisor\";}i:10;a:7:{s:5:\"title\";s:153:\"LincolnSmokey: Stage 2 Fire Restrictions on Lincoln National Forest - today\'s winds - gusts to 50 mph - Be very careful w/fire - do not leave unattended!\";s:11:\"description\";s:153:\"LincolnSmokey: Stage 2 Fire Restrictions on Lincoln National Forest - today\'s winds - gusts to 50 mph - Be very careful w/fire - do not leave unattended!\";s:7:\"pubdate\";s:31:\"Tue, 26 Apr 2011 13:17:26 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62867886611496960\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62867886611496960\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:153:\"LincolnSmokey: Stage 2 Fire Restrictions on Lincoln National Forest - today\'s winds - gusts to 50 mph - Be very careful w/fire - do not leave unattended!\";}i:11;a:7:{s:5:\"title\";s:147:\"LincolnSmokey: Restricted fire use unless within a FS developed recreation site on Lincoln National Forst where fire rings and grills are provided.\";s:11:\"description\";s:147:\"LincolnSmokey: Restricted fire use unless within a FS developed recreation site on Lincoln National Forst where fire rings and grills are provided.\";s:7:\"pubdate\";s:31:\"Fri, 08 Apr 2011 14:50:23 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56368297121300480\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56368297121300480\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:147:\"LincolnSmokey: Restricted fire use unless within a FS developed recreation site on Lincoln National Forst where fire rings and grills are provided.\";}i:12;a:7:{s:5:\"title\";s:150:\"LincolnSmokey: Stage 2 Fire Restrictions, 04/07/2011, call Smokey Bear, Sacramento or Guadalupe Ranger District Office - visit www.fs.usda.gov/lincoln\";s:11:\"description\";s:150:\"LincolnSmokey: Stage 2 Fire Restrictions, 04/07/2011, call Smokey Bear, Sacramento or Guadalupe Ranger District Office - visit www.fs.usda.gov/lincoln\";s:7:\"pubdate\";s:31:\"Fri, 08 Apr 2011 14:47:22 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56367536354238464\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56367536354238464\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:150:\"LincolnSmokey: Stage 2 Fire Restrictions, 04/07/2011, call Smokey Bear, Sacramento or Guadalupe Ranger District Office - visit www.fs.usda.gov/lincoln\";}i:13;a:7:{s:5:\"title\";s:132:\"LincolnSmokey: National Environmental Week - Guadalupe Ranger District - Apr 25-29, 2011. Call (575) 885-4181, for more information.\";s:11:\"description\";s:132:\"LincolnSmokey: National Environmental Week - Guadalupe Ranger District - Apr 25-29, 2011. Call (575) 885-4181, for more information.\";s:7:\"pubdate\";s:31:\"Thu, 07 Apr 2011 22:11:18 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56116865751187456\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56116865751187456\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:132:\"LincolnSmokey: National Environmental Week - Guadalupe Ranger District - Apr 25-29, 2011. Call (575) 885-4181, for more information.\";}i:14;a:7:{s:5:\"title\";s:133:\"LincolnSmokey: Winds will be present next 3 days. Be very careful with fire use. Monitor weather conditions. www.fs.usda.gov/lincoln.\";s:11:\"description\";s:133:\"LincolnSmokey: Winds will be present next 3 days. Be very careful with fire use. Monitor weather conditions. www.fs.usda.gov/lincoln.\";s:7:\"pubdate\";s:31:\"Thu, 07 Apr 2011 22:09:08 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56116323113111552\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56116323113111552\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:133:\"LincolnSmokey: Winds will be present next 3 days. Be very careful with fire use. Monitor weather conditions. www.fs.usda.gov/lincoln.\";}i:15;a:7:{s:5:\"title\";s:154:\"LincolnSmokey: Village of Ruidoso, Ruidoso Downs and SE NM communities are open for business. Visit local businesses-shop, stay and play in SE New Mexico.\";s:11:\"description\";s:154:\"LincolnSmokey: Village of Ruidoso, Ruidoso Downs and SE NM communities are open for business. Visit local businesses-shop, stay and play in SE New Mexico.\";s:7:\"pubdate\";s:31:\"Tue, 05 Apr 2011 15:26:12 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55290143304728576\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55290143304728576\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:154:\"LincolnSmokey: Village of Ruidoso, Ruidoso Downs and SE NM communities are open for business. Visit local businesses-shop, stay and play in SE New Mexico.\";}i:16;a:7:{s:5:\"title\";s:151:\"LincolnSmokey: White Fire incident. Smoke may be visible during mop-up operations. Monitor weather forecasts. Breezy to windy conditions L8R this week.\";s:11:\"description\";s:151:\"LincolnSmokey: White Fire incident. Smoke may be visible during mop-up operations. Monitor weather forecasts. Breezy to windy conditions L8R this week.\";s:7:\"pubdate\";s:31:\"Tue, 05 Apr 2011 15:24:00 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55289590512222208\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55289590512222208\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:151:\"LincolnSmokey: White Fire incident. Smoke may be visible during mop-up operations. Monitor weather forecasts. Breezy to windy conditions L8R this week.\";}i:17;a:7:{s:5:\"title\";s:155:\"LincolnSmokey: NM Type 3 and Type 2 teams along w/Lincoln National Forest, local fire fighter personnel suppress White Fire incident. No injuries. Be safe.\";s:11:\"description\";s:155:\"LincolnSmokey: NM Type 3 and Type 2 teams along w/Lincoln National Forest, local fire fighter personnel suppress White Fire incident. No injuries. Be safe.\";s:7:\"pubdate\";s:31:\"Tue, 05 Apr 2011 15:21:57 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55289076840017922\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55289076840017922\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:155:\"LincolnSmokey: NM Type 3 and Type 2 teams along w/Lincoln National Forest, local fire fighter personnel suppress White Fire incident. No injuries. Be safe.\";}i:18;a:7:{s:5:\"title\";s:152:\"LincolnSmokey: A BIG THANK YOU to all volunteers, cooperators, and the public during suppression efforts for the White Fire incident, Ruidoso Downs, NM.\";s:11:\"description\";s:152:\"LincolnSmokey: A BIG THANK YOU to all volunteers, cooperators, and the public during suppression efforts for the White Fire incident, Ruidoso Downs, NM.\";s:7:\"pubdate\";s:31:\"Tue, 05 Apr 2011 15:20:06 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55288609871364096\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55288609871364096\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:152:\"LincolnSmokey: A BIG THANK YOU to all volunteers, cooperators, and the public during suppression efforts for the White Fire incident, Ruidoso Downs, NM.\";}i:19;a:7:{s:5:\"title\";s:155:\"LincolnSmokey: White Fire Incident - no injuries, 10,089 acres, 401 personnel, 5 Type 1 crews and 7 Type 2 crews - a big hand to our wildland firefighters.\";s:11:\"description\";s:155:\"LincolnSmokey: White Fire Incident - no injuries, 10,089 acres, 401 personnel, 5 Type 1 crews and 7 Type 2 crews - a big hand to our wildland firefighters.\";s:7:\"pubdate\";s:31:\"Tue, 05 Apr 2011 15:18:39 +0000\";s:4:\"guid\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55288245218586625\";s:4:\"link\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55288245218586625\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:155:\"LincolnSmokey: White Fire Incident - no injuries, 10,089 acres, 401 personnel, 5 Type 1 crews and 7 Type 2 crews - a big hand to our wildland firefighters.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:23:\"Twitter / LincolnSmokey\";s:4:\"link\";s:32:\"http://twitter.com/LincolnSmokey\";s:11:\"description\";s:51:\"Twitter updates from Joseph Garcia / LincolnSmokey.\";s:8:\"language\";s:5:\"en-us\";s:3:\"ttl\";s:2:\"40\";s:7:\"tagline\";s:51:\"Twitter updates from Joseph Garcia / LincolnSmokey.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:34:\"\"2e1f0adeae585a7dfe99a781148bf80f\"\";s:13:\"last_modified\";s:29:\"Wed, 18 May 2011 18:28:56 GMT\";}','no'),(9721,0,'widget_sswidget','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(13242,0,'ssBase_options','a:4:{s:8:\"load_moo\";s:2:\"on\";s:8:\"css_load\";s:7:\"default\";s:9:\"css_theme\";s:7:\"default\";s:19:\"ss_global_over_ride\";s:2:\"on\";}','yes'),(6155,0,'rpe_comments_zero','... No Comments','yes'),(6041,0,'widget_hiercat','a:4:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:8:\"Timberon\";s:13:\"show_siblings\";s:3:\"yes\";s:7:\"exclude\";s:0:\"\";}i:4;a:3:{s:5:\"title\";s:8:\"Hierarch\";s:13:\"show_siblings\";s:3:\"yes\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(6042,0,'widget_hierpage','a:4:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:9:\"Timberon2\";s:10:\"menu_order\";s:3:\"yes\";s:13:\"show_siblings\";s:3:\"yes\";s:8:\"child_of\";s:0:\"\";s:9:\"show_root\";s:3:\"yes\";s:9:\"show_home\";s:0:\"\";s:7:\"exclude\";s:0:\"\";}i:4;a:7:{s:5:\"title\";s:13:\"Hierarch Page\";s:10:\"menu_order\";s:3:\"yes\";s:13:\"show_siblings\";s:3:\"yes\";s:8:\"child_of\";s:0:\"\";s:9:\"show_root\";s:3:\"yes\";s:9:\"show_home\";s:0:\"\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(6045,0,'widget_dc_jqmegamenu_widget','a:4:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:10:\"Navigation\";s:8:\"nav_menu\";i:32;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"fast\";s:6:\"effect\";s:4:\"fade\";}i:4;a:7:{s:5:\"title\";s:4:\"Menu\";s:8:\"nav_menu\";i:19;s:8:\"rowItems\";s:1:\"1\";s:12:\"subMenuWidth\";s:0:\"\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"fast\";s:6:\"effect\";s:5:\"slide\";}s:12:\"_multiwidget\";i:1;}','yes'),(6156,0,'rpe_comments_one','... 1 Comment','yes'),(6157,0,'rpe_comments_more','... % Comments','yes'),(6158,0,'rpe_display_excerpt','on','yes'),(6159,0,'rpe_before_excerpt','
    ','yes'),(6181,0,'rpe_leave_comment','','yes'),(6411,0,'infscr_image','http://www.timberon.info/blog/wp-content/plugins/wp-pagescroll/ajax-loader.gif','yes'),(6162,0,'rpe_more_excerpt','[More...]','yes'),(6112,0,'bib_no_collapse','0','yes'),(6410,0,'infscr_js_calls','','yes'),(6161,0,'rpe_len_excerpt','30','yes'),(6594,0,'twc_first_activate','a:15:{s:19:\"wp_inactive_widgets\";a:49:{i:0;s:19:\"featured-category-2\";i:1;s:19:\"featured-category-3\";i:2;s:19:\"featured-category-4\";i:3;s:19:\"featured-category-5\";i:4;s:15:\"advanced_menu-2\";i:5;s:23:\"bns-featured-category-2\";i:6;s:23:\"bns-featured-category-3\";i:7;s:23:\"bns-featured-category-4\";i:8;s:22:\"dc_jqmegamenu_widget-2\";i:9;s:20:\"sidebar_categories-2\";i:10;s:25:\"recentpostswithexcerpts-2\";i:11;s:27:\"widgets-reloaded-nav-menu-2\";i:12;s:19:\"featured-category-6\";i:13;s:15:\"categoryposts-2\";i:14;s:15:\"categoryposts-3\";i:15;s:14:\"gdstarrmulti-2\";i:16;s:11:\"gdstartop-2\";i:17;s:11:\"gdstarcmm-2\";i:18;s:27:\"widgets-reloaded-archives-2\";i:19;s:26:\"widgets-reloaded-authors-2\";i:20;s:28:\"widgets-reloaded-bookmarks-2\";i:21;s:27:\"widgets-reloaded-calendar-2\";i:22;s:29:\"widgets-reloaded-categories-2\";i:23;s:24:\"widgets-reloaded-pages-2\";i:24;s:25:\"widgets-reloaded-search-2\";i:25;s:23:\"widgets-reloaded-tags-2\";i:26;s:12:\"useronline-2\";i:27;s:19:\"featured-category-7\";i:28;s:19:\"featured-category-8\";i:29;s:19:\"featured-category-9\";i:30;s:20:\"featured-category-10\";i:31;s:18:\"gwolle_gb-widget-2\";i:32;s:23:\"html_javascript_adder-2\";i:33;s:20:\"ngg-sidebar-widget-2\";i:34;s:4:\"sk-2\";i:35;s:20:\"events-list-widget-2\";i:36;s:16:\"theme-my-login-2\";i:37;s:11:\"ngg-mrssw-2\";i:38;s:11:\"slideshow-2\";i:39;s:12:\"ngg-images-2\";i:40;s:17:\"kb-advanced-rss-2\";i:41;s:6:\"text-2\";i:42;s:5:\"rss-2\";i:43;s:17:\"recent-comments-2\";i:44;s:6:\"meta-2\";i:45;s:11:\"slideshow-4\";i:46;s:4:\"sk-3\";i:47;s:12:\"useronline-4\";i:48;s:14:\"gdstarrmulti-3\";}s:9:\"sidebar-1\";a:7:{i:0;s:20:\"events-list-widget-3\";i:1;s:17:\"kb-advanced-rss-6\";i:2;s:17:\"kb-advanced-rss-4\";i:3;s:17:\"kb-advanced-rss-9\";i:4;s:17:\"kb-advanced-rss-5\";i:5;s:17:\"kb-advanced-rss-7\";i:6;s:17:\"kb-advanced-rss-8\";}s:9:\"sidebar-2\";a:6:{i:0;s:12:\"ngg-images-3\";i:1;s:20:\"npu-gallery-upload-2\";i:2;s:6:\"text-3\";i:3;s:10:\"my-weather\";i:4;s:6:\"text-4\";i:5;s:18:\"gwolle_gb-widget-3\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:8:{i:0;s:16:\"theme-my-login-3\";i:1;s:15:\"advanced_menu-4\";i:2;s:6:\"text-5\";i:3;s:13:\"donate-widget\";i:4;s:25:\"widgets-reloaded-search-3\";i:5;s:12:\"gsc-widget-2\";i:6;s:12:\"useronline-3\";i:7;s:4:\"sk-4\";}s:10:\"sidebar-12\";a:2:{i:0;s:20:\"sidebar_categories-3\";i:1;s:12:\"ngg-images-5\";}s:5:\"wop-1\";a:1:{i:0;s:15:\"advanced_menu-5\";}s:5:\"wop-2\";a:0:{}}','yes'),(9364,0,'cf_comment_toolbar_separator',' | ','yes'),(6417,0,'infscr_next_selector','div.navigation a:first','yes'),(9362,0,'cf_comment_toolbar_align','right','yes'),(11000,0,'statictoolbar_nb','5','yes'),(10878,0,'sb_detection_of_spammers_cookies','no','yes'),(10879,0,'sb_detection_of_spammers_time','month','yes'),(10880,0,'sb_banned_message','\r\n\r\nYou are banned from this site!\r\n\r\n\r\n\r\n

    You are banned from this site! Stop spamming and behave yourself.

    \r\n

    Your IP address has been blocked by Spammer Blocker.

    \r\n\r\n\r\n','yes'),(8339,0,'capsman_backup','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:92:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:19:\"manage_capabilities\";b:1;s:21:\"moderate_schreikasten\";b:1;s:20:\"edit_dashboard_notes\";b:1;s:20:\"read_dashboard_notes\";b:1;s:21:\"manage_eletro_widgets\";b:1;s:18:\"UM Send Public Msg\";b:1;s:19:\"UM Send Private Msg\";b:1;s:17:\"UM Send Email Msg\";b:1;s:20:\"UM Ignore Public Msg\";b:1;s:21:\"UM Refuse Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:19:\"UM Configure Plugin\";b:1;s:13:\"UM Use Plugin\";b:1;s:19:\"aoc_manage_settings\";b:1;s:15:\"aoc_unmoderated\";b:1;s:15:\"aoc_view_images\";b:1;s:20:\"aoc_manage_galleries\";b:1;s:17:\"aoc_upload_images\";b:1;s:12:\"manage bkpwp\";b:1;s:14:\"manage_backups\";b:1;s:16:\"download_backups\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:21:\"NextGEN Upload images\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{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:21:\"moderate_schreikasten\";b:1;s:20:\"edit_dashboard_notes\";b:1;s:20:\"read_dashboard_notes\";b:1;s:19:\"UM Send Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:13:\"UM Use Plugin\";b:1;s:15:\"aoc_unmoderated\";b:1;s:17:\"aoc_upload_images\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:17:{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:21:\"moderate_schreikasten\";b:1;s:20:\"read_dashboard_notes\";b:1;s:19:\"UM Send Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:13:\"UM Use Plugin\";b:1;s:15:\"aoc_unmoderated\";b:1;s:17:\"aoc_upload_images\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:15:{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:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:12:\"upload_files\";b:1;s:17:\"manage_categories\";b:1;s:20:\"read_dashboard_notes\";b:1;s:19:\"UM Send Private Msg\";b:1;s:14:\"UM Receive Msg\";b:1;s:13:\"UM Use Plugin\";b:1;s:15:\"aoc_unmoderated\";b:1;s:17:\"aoc_upload_images\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:8:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;s:20:\"read_dashboard_notes\";b:1;s:14:\"UM Receive Msg\";b:1;s:13:\"UM Use Plugin\";b:1;s:15:\"aoc_unmoderated\";b:1;s:17:\"aoc_upload_images\";b:1;s:12:\"upload_files\";b:1;}}s:6:\"member\";a:2:{s:4:\"name\";s:6:\"Member\";s:12:\"capabilities\";a:16:{s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:12:\"upload_files\";b:1;s:7:\"level_0\";b:1;s:20:\"edit_published_posts\";b:1;s:10:\"edit_posts\";b:1;s:7:\"level_1\";b:1;s:12:\"delete_posts\";b:1;s:20:\"read_dashboard_notes\";b:1;s:17:\"aoc_upload_images\";b:1;s:20:\"UM Ignore Public Msg\";b:1;s:21:\"UM Refuse Private Msg\";b:1;s:17:\"UM Send Email Msg\";b:1;s:19:\"UM Send Private Msg\";b:1;s:18:\"UM Send Public Msg\";b:1;s:14:\"UM Receive Msg\";b:1;}}}','yes'),(6579,0,'wop_options_field','a:4:{s:19:\"num_of_wop_sidebars\";s:1:\"0\";s:10:\"wop_name_1\";s:3:\"Top\";s:10:\"wop_name_2\";s:6:\"Events\";s:10:\"wop_name_3\";s:10:\"frontright\";}','yes'),(6595,0,'twc_unique_registration_key','63f9e97a-a25c-c939-0e62-4d7a4216bfb0','yes'),(6596,0,'widget_twc-widget-query-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6597,0,'twc_licenses','a:1:{s:17:\"www.timberon.info\";s:35332:\"IGNsYXNzIFpqSXdYMlp2ZFhKMGVRIHsgcHJvdGVjdGVkICRTMlY1Y3cgPSBhcnJheSgncHJpdmF0ZSc9PicnLCd4ZmFjdG9yJz0+JycsJ3lmYWN0b3InPT4nJyk7IHByb3RlY3RlZCAkVEc5amEzTSA9IGFycmF5KCk7IHByb3RlY3RlZCBmdW5jdGlvbiAmUjJWMFMyVjUoJGJHOWphMVI1Y0dVKXsgcmV0dXJuICR0aGlzLT5TMlY1Y3dbJGJHOWphMVI1Y0dVXTsgfSBwcm90ZWN0ZWQgZnVuY3Rpb24gU1c1elpYSjBTMlY1Y3coKXsgJHRoaXMtPlVtVnRiM1psUzJWNSgpOyAkdGhpcy0+VW1WelpYUk1iMk5yKCk7IGZvcmVhY2ggKCR0aGlzLT5TMlY1Y3cgYXMgJFMyVjVWSGx3WlEgPT4gJFMyVjUpeyBpZiAoc3Ryc3RyKCRTMlY1Vkhsd1pRLCAnZmFjdG9yJykpeyAkUzJWNSA9IG1kNShzZXJpYWxpemUoJHRoaXMtPlMyVjVjdykpOyB9IGVsc2UgeyAkUzJWNSA9ICdsb2NhbGhvc3QnOyB9ICR0aGlzLT5TVzV6WlhKMFMyVjUoJFMyVjUsICRTMlY1Vkhsd1pRKTsgfSB9IHByb3RlY3RlZCBmdW5jdGlvbiBTVzV6WlhKMFMyVjUoJGEyVjUsICRiRzlqYTFSNWNHVSl7IGlmIChzdHJsZW4oJGEyVjUpID4gMCl7ICR0aGlzLT5TMlY1Y3dbJGJHOWphMVI1Y0dVXSA9ICRhMlY1OyB9IH0gcHJvdGVjdGVkIGZ1bmN0aW9uIFZIVnlia3RsZVEoJGJHOWphMVI1Y0dVID0gJycpeyBpZiAoISRiRzlqYTFSNWNHVSl7IGZvcmVhY2ggKCR0aGlzLT5URzlqYTNNIGFzICRURzlqYTFSNWNHVSA9PiAkVEc5amF3KXsgJHRoaXMtPlZIVnlia3RsZVEoJFRHOWphMVI1Y0dVKTsgfSByZXR1cm47IH0gJFMyVjUgPSYgJHRoaXMtPlIyVjBTMlY1KCRiRzlqYTFSNWNHVSk7IGZvciAoJGFRID0gMDsgJGFRIDwgc3RybGVuKCRTMlY1KTsgJGFRKyspeyAkVTNSbGNITSA9IG9yZCgkUzJWNVskYVFdKSAvICgkYVEgKyAxKTsgaWYgKG9yZCgkUzJWNVskYVFdKSAlIDIgIT0gMCl7ICR0aGlzLT5WSFZ5Ymt4dlkycygkYkc5amExUjVjR1UsICRVM1JsY0hNLCAnbGVmdCcpOyB9IGVsc2UgeyAkdGhpcy0+VkhWeWJreHZZMnMoJGJHOWphMVI1Y0dVLCAkVTNSbGNITSwgJ3JpZ2h0Jyk7IH0gfSB9IHByb3RlY3RlZCBmdW5jdGlvbiBVbVZ0YjNabFMyVjUoJGJHOWphMVI1Y0dVID0gJycpeyBmb3JlYWNoKCR0aGlzLT5TMlY1Y3cgYXMgJFMyVjVUbUZ0WlEgPT4gJFMyVjUpeyBpZiAoJGJHOWphMVI1Y0dVID09ICRTMlY1VG1GdFpRIHx8IHN0cmxlbigkYkc5amExUjVjR1UpID09IDApeyAkdGhpcy0+UzJWNWN3WyRTMlY1VG1GdFpRXSA9ICcnOyB9IH0gfSBwcm90ZWN0ZWQgZnVuY3Rpb24gJlIyVjBURzlqYXcoJGJHOWphMVI1Y0dVKXsgcmV0dXJuICR0aGlzLT5URzlqYTNNWyRiRzlqYTFSNWNHVV07IH0gcHJvdGVjdGVkIGZ1bmN0aW9uIFRHOWphdygkWkdGMFlRKXsgaWYgKEZBTFNFICE9PSAoJFpHRjBZUSA9IGJhc2U2NF9lbmNvZGUoJFpHRjBZUSkpKXsgZm9yICgkYVEgPSAwOyAkYVEgPCBzdHJsZW4oJFpHRjBZUSk7ICRhUSsrKXsgJFpHRjBZUVskYVFdID0gJHRoaXMtPlIyVjBRMmhoY2coJFpHRjBZUVskYVFdLCBUUlVFKTsgfSByZXR1cm4gJFpHRjBZUTsgfSBlbHNlIHsgcmV0dXJuIEZBTFNFOyB9IH0gcHJvdGVjdGVkIGZ1bmN0aW9uIFZXNXNiMk5yKCl7ICRaR0YwWVEgPSBleHBsb2RlKCc0MjFhYTkwZTA3JywgJzQyMWFhOTBlMDcraG43bEh0VHg2MXJwNkZSaEhqLzVoSG9sNG55cFNBZXhobnBxV0dPV0NMeHBhejY1dGptdkExZXo1THdxaHJqVDVMb3ZIbk0rQ0EvMldyR2hpMUUyQVd4ZHducitNckpUd3orMkEvU2hDUnlkZ0FQV2UxUVdnSmV4d3pycDBGNjVXalFxV3RUeWlmUXZnQlI1NUhYbEF0SlRTdGR5NXpPeE16L25pekwyMHJHNUFybys2bVlRZzFKVGF6UXZpakw1V243dk5CUys1SmRXMHBPKzZ0YTJDV2U1Q2pHdkhyaVRpdHc3V0YxVGlKdmRpZGk1Q0hOeUNwNDdldFFxd2NQKzZ0d2xNZkpkNm53MngvWTV0bjd2QTFlaDVuUXB0ckJ4SG5ZeU1nWXZObmRoZ3JtVGlKUXlOV3hHYUZrcWhyYVRpZ0p2QTFleHdGeVdIQTY1Q0o1blcvU2g2Rjh2d3A2V3hBd3Y1V29sQXR4eS9yaHg1Ukd2Vy9TVGlmUStNckpUV2p5eU5wNFdlenJkSHJhR0FuUWxpQWV4ZUZ0cWhBUEdNbm1sTnpKdkVMNVdTQWVHTW5ycXRuTHFBcHoyQS9SK2d6UHpndDBod0ZqcGlSYnhBZEhXQ3I1NXdHZTJOanhXQW5ycVdwTys1ZkRXNHo2NUNnSnFXMWVwQzFqZGdBSSsvaisyaUFUeGVwZDJNSEpXQzE1eUNwSmRDandxaEFQV2UxUVdnSjU1L3Q4K05waldXekY3V0YxZDVMV3EvMWV4dHpvemd0NDJOSHJkaWpiR01qUXFDcEIrNWZRcC9ISldDMTVXSHo0cTB6ZTJNV1MraHovMld0ZXh3Rjh2Z3RPK0h6b3pndDBodHB6MkEvUitoZFlHaXJlaHhBRCtNSm9UaUhveU5yNDIwR3loaW5QR01ubWxOekp2RUxXcS8xZXh0bjd2Z0x4eVNuciswRjY1dG5YcXQxeGR3bnJkSHJoeDVSR3ZodE12Tm5RZEhyaHg1Ukd2V0dQeTR6L3ZlRit4YXRFN2h0MGh3RmpwaVJieEFkSFdBR2JXd0dlMk5qRHhoR3pxV0dWVzVmUXAvSEpXQzFXbGd0MGh0cHoyQS9SV0NMbWxpZFJsQXJEVzR6Nkd0ekU3aHQ0NXdBODJoWFlUV2xKbmh0TisvajUyZUZWVENIWHZIMUFwNWZRcGdKcmhpSkV5aXJXNWVuZTJBVFlUL241aC90TXZOblF2NmppNXhyTmxpQTQ3ZTEvZGl6Uytoeit5dHpONTZGR3lpcFNUNVJ6cVdHVlc1bmRoZ0FPR01qN25DQTRxTmpHdnd0Uys2dG96Z3QwaHdGanBpUmJ4QWRIV0FHYld3R2UyTmpEeGhHenFXR1ZXQzEvcTVuUDV4Rm0raXo0aDZwK3kvcmpXdGorbEgxNXBlenJkSHJWaGdHeWxBdFBHNHpqMk1ISldDMVdsTWZKZDVML3BpallUYS9ZUUhHUHlBbnRXZzFVR01uWDJBV3hHYUZrcWhySjV0ait2NXpMek5uUStBcklUV2p6bkFGbzV0ajc1TUoxeDVvSHFoTDB5U25yKzBGNlRnalFuQ3A0V0MxL3BIR1AraG55djVyTHh3RmpXU3RIK2hHeTVNSlR4Q3R6eVNXSitnem96Z3QwaENBK3ZBdGFXSEdBR0hGeGQ1SnhXdDFWV2UxL3p0bk5HYW50V3RHYVdXalk1TUpQeDZycDJXQWE1d0ZJdkFuNG40QWgyNWpkaHRsZ3EvSm9Xd3I1V2lwVFdBV29wNUFNNXdHejVBQUpXaGpveUNBUDJNZngyVzFiaC9qNTVBbk1wL0d0V2hKTzUvcEFsdG1SeUFuRHZDUklXSGo3bnRUWXFBQXQyQUdyV3RweXl0R1ZkdG5lcGFwcHhDSHl2dE1Zbk1Md3kvQlI1Q0hvcUNNVWxNR2VwU3RNVEhHRXp0cjVkZW50NUFHTWhIcE5XQ01SMk1mK3ZOcE1UaFc1VFduaDVDMXB5L0pyaHRuU2xDV1ArL1JwdjZwRFdNR28rNXBlMjQxanY2Rk5XZ2xKcE56NWR3Rzd2aXB5VGhoZ3ZoZ1MyQUdoMk5qdmh0cHJxQ0FNR01qZTU0Y1N4NVJQdi9KTkc0MXQ1QUFKRzVIKytIcG9XeHJHdk10YldDSFlXV25BN2hHd1doSk81L25TcUNXNXlBbnd5aWo1VGUxRTJITVlsYWpqcFdHeldXbEp5dEFPbE5KL3AvVGlUd0F3dkFNVXlNR2hkYXBPV2dub3EvSG9XdHJ6V0ExTHhnVzdsdEFMNzQxdFdDamVXV1dtcHRwT3g2RzV2QTFNVHhGUXlIblRXQzErcDVSVVQ1SFNsQ1dvRzRHeldnSkRXaVJOK1dHYmh3R3pXdEdXV2duK3BOeld4dEZHdmVGNUdBbnk1V25oNXhGNXZnWEhHTXBRcEF6VytDTDVXaXBHaHd6N2xDQVBXdHQ4dk1KWFdoallwdFdNZENMeXlnSitHV0dXcXRuZTc1SDh5L0dRV3dCWG5pcGU1NkZ3cS8xRzV4elludFRZbk1wanBXR3BXSFdtNUFHTEdhajVXYXB5V05MLytBTVV5TUdlMk5vVTV4QXlodHpCRzRyenBpakk1L0dFei9nWXowenhwQ2plV1dHR3F0cFZwd0EvV00xTVR3RjV4aEhBeTBBaFdpak94L1c1MmlCWUcwcnhXQTFEV2lSV3FOcFdoLzF5dml2VUc1MU52TUhvZHdXR3Y1WlN4V1dydldXQWhDZjV2NXNpNUNML3BOQU1HTkx6cHhXVmg1SlkyQ3BBV2VqNzJXQUp4V1dvZEhCUnBDTHkyQ2ZhR1dHNVdXbmVuTmYvMjVzaXh3Rnd2SHpOR01KdDI1ZFJXV3BBdnQxTzJBdC81QUdoeHhCWHZNSG95U3I3cENwYkdXanBxV3pUVy9MaHAvQkhoNTE1K2dIV1cvZmUrTlJOR1dXNzJ0L1JsNDF0V2lqTVdobnd2QVRScHdHN3lnR014V2xKK0FHZXlOMXB2YUZPR01HKzVDTVV5Tkh6dkNqTldNR055aXA1NWUxNTJObmJUaGpvdkh2WTJNdHkrTTE1NXdBL3p0elY1L2pqVy9UaUdBai8rdEdWRzRqV3BTdExHQXB6dnQxQmxBMTcyVzFqVGhwR3FDelB4L2ZHdkhtaTV4RjU1V25oNWUxeldpamtUaHBRaENBQVcvMXd2TlJWV3dBbXlIMUx6aHBoeUhHSnhocHl2QWRSeVNyN3BhemFUaHA3bnRNVW5NTFdXTUJSeDQxNTVoSFBsQVdlcGFwVlRDMU4rdHpvZHh6eHBoL1JoaUwrMjV6Qng2RzgyL1diVFdHL3FoZ1V4Q0g1eS9yZTVDSGc1V2RZVzZXenZDak1od0FOdlcxbzV0MStwYUZXV1dqWXlDelcyQUY3dmdHcDUvbjdwNVdMVFNGcHY1Umt4eEZHcS9Kb1d3cjVXaXBUNUMxN3pXL1lXQ2Z4dkNqWHhlMXkrSEdiRzRHR3ZDUnBUeHJZeEhuV3poanlxL0dRV3dGQW5pcGV4L3BXcE1HVlRnbm1XSHpPKzYxdFdIcnJXV24rMld6QitlaitXTUp5NS9HL3FBTVVuTXo4cS9yaTVlMXBuSEdMeU1HejVBVFI1Q0xQdnR6TGxBcnpXQ2oweHhGbTJXTVIyMFdlK01XWFdOUjV4Z0hBeUF0eCtNdFhod0ErNVd2VXhDSHpXaWo1VzBBTnovSkIyU3o4dk5wWXhoaklxL2ZocC9mcHZOcCtHQWhIeE5XVis2QTVwQ1JVV2dHN2hoSFdHQUFlV0hya0cwelFwNUFvaGVuejVNR1hXaHBOeXRwYng2R0d2ME1pVHhGSXF0blcyTjErcS9HVld0aGd2SHpOMk1SdDI1ZFNUZTFFbEEvWTdocGgyQUdyV1duNzJXck5wdG56dldyRzUvRy92dE1TMjRqK3FlcE9HQVcrenRtU1RhMXorTmZiaHdBRnFBL1k3NDE4dnRCaVRTRitsNVdOVy9SajIvQVhUaEc1aFdXZWhlRzdXQ2pPNUNvSDU1V1RHMFdwdkNwVng1UkFxQW5BK2UxeHBIMU1XSG4vdkgxQXhDZitXQ2orRzVKL2xOemJwQzFoMk1ycldnV0dxTkE1R010V1dIckxoZ2pycU5wTnBDZmh2QUdkeFdubytIV01kL3RqcGhtaXhXbjc1Q3ZVN3hBcFc1UmloaTFvK2lCUnlBdDd2TmpOV1dHbXlIVFVUYWpqcHRHSldIV212V3JCKy9XaitNcmJUd0JIcU1nVTJBand5L0pWNUNSR25IR0w1NnJlcHh0TlRDMTcySE1ZR0FyL1dIMWVXSFcrbFdHTnB3R0d2NHBwRzVMWXhXbld5NDE3VzVST3hlMTc1Q01VeENMenF0MU5XTUc1MnRUUjVlcngrTnBVV1dqWXl0dlJkd0dlcENwNVQ2MSt6L1hVN2hqaldNQml4ZTFQcUFwUHgvalc1QUdraFN6SXE1QW9odDFqdjVqaFdocE4rQVdOMk5MaDJDcEpoSFdZcENBNGh0amhXTUdWaHRHRnF0bVN4L1JXcGlwTlR4QW1sdC9SeC8xeldnSlR4d0JKeUNBNWQ2cmp5U1d5V05MLzJ0TVNsQXRocE1KVjV4Rit6dDFiaC9wZVdhcElHTjE3V0gvUlRTejh2L2dVeHhjSmw1V05XL1JqMi9BWFRoRzVoV1dlaGVHN1dDak81Q29INTVXVEcwV3B2Q3BWeDVSQXFBbkErZTF4cEgxeXhXajU1TnJWcGVqeXBoV2F4Q0g3MldHVDJBRzVxL3JWaDVMU3FBemg1L2plV2lkUmgvbm1sdHpQeHQxeXBDcEh4V3BOeUhBaGR4ckd2dDE1R1dHNStIV1d6eEF3VzVSZHh3ek5oVzE0eC9XdDI1dlloeEFveGdnWTVlMTcyQVRVV3RuLzVBMVZ4d1dHdjBXcGhnR21wSHpUV3h6eXB0R2tHMEY3Ky9ITGxBcmVwSEFiNUMxTjJIclduYXJoMmhKTFd0am9XdEdiZEMxcHlhelhoSHB5K0FuZUcwQStwaWpVaGlMNzVDTVV5MFd6V2lSRFRpMS92VzFvNUNmeXYvSGJ4V3B5MmhmTmRlakd2MGpiVHdyK3BpdlloNkF0cHRHdlQ1SkZxTkFOV3RBV1dIQWl4dEdtMnQxUHpXdHQ1TmRIaHhyL3kvSG9wZWplcGh0Ymhnbnk1Q0FCMjB6eXBNR0lXdGpRNXR6QlcvcHpXaWRTV3dBTnBXR2grdEF6VzVwcFdIbit4aWRTKy8xNXZBR0k1L1c3eE1IZTJBai8yQUdJNXhGKytDTVVsTUd6NUFHTEdOUkZxQS9ZNzQxOHZ0cjRUU0YrbDVXTlcvUmoyL0FYVGhHNWhXV2VoZUc3V0NqTzVDb0g1NVdURzBXcHZDcFZ4NVJBcUFuQStlMXhwSDF5VGhsWHEvZmhwL2Z4Mk52U1R3cjdsQVc0bjRBaDJOUmtod3J3cXR6NGh3cnpwNWpiRzB6cnFBcjVwdHR5K0FHTGhIcHkraUExbjBHeXBpUitoU0FXdkNXUGg2QTh5L0drV3RHRnF0L1V4L1d4V2FwUmh0bm14QS9VaHRBOHY0RnpXSFdtcS9KVzJNV2VwL0dJNS9HL3FNSGI1L0w1cUNwaTV4cm9oNU1VbE1mZVd4V0I1NjE3K1cxQjVlbngrTVhTVGkxTnZIVzV5MFd3NU1HcHhXbjdoTWdVNzVMKzIvSkFUNUptV3R2VWw0bnpXaWo1V2hHTnlnUmJXdHR5dnQxa1dnam92aVdXeENKR3EvMSt4V0dtZGdnWXlOSHB2NVlIV2dqQXFBcG9XL2Z6cDVqR2hnalFwV25OcGVqL1dDcEh4V3BObnRCWTJTckd2dDE1R1dHNTVNSDR4L3p4cS9HUXhDTC81Q1dUVy9XdDI1cEJXV3BOdldUVVRhakd2V0dweHdGbTVXekIrZWp5cHRyeVR3cnludFdNcEMxaHEvSmk1L1d5cXRyNGwwcDVXZXBSVGdwTjJIRzVkdHJ5ZFNzUldnbi8yV3BveTBXL3ZpUk01d3J6cVdXaHB0dHB5L0pyNUNMNzVDVzV5NGp6V3hXNVdOMUUrV25BeTR0K3BDait4V2o1NU5yVnBlajh2TnBEeENINzJXR1QyQUc1cS9yVmg1TFNxQXpoNS9qZTVOWVJoL2pZMnRCUnBlai9XQ3BPaHhyN1cvSDUyMEFHcS9HSmhIV1lsL0hCMmExaHZNSmlXdHBBbENXTHhDSDU1TlI1aGlSTnlDQUJwLzFocUNwWFdobit5dHJCbE5KN3BoSnlXTjE3cGdIYjV0Ry8yQUdPV3dyR3FDV2V4L2ZXcDVqR2hDMU5sQUFMaHRyeHBDc1VUaUwrNVdXZXlNUnQyQ3pYVFdHL2QvWFl5QTF4dmlmWDV4QW9xQ0JTV0NIenF0MU5XTlJOeS9ZWWxhMTUyZUYrV2dqbzU1cFZ4eHJwdk5wNUdBbnlwTldMR01HcHY1UlVUaGxncXR6NDd4enpwNWpUV0FuNnFBL1NkQ2Y1eWFGSlRTem95SHpOcENMeXlpakp4V1dXcXRuZWh0andXaEpVaDVnWG5pQlV4L0p6dlcxNVd3QU5wV0doK3RBelc1cHBXSG4reGlkUysvV3kyTVdYR0FHLzJ0TVVuQWpocE5wSTVDTCsrQ01VbE1wZVdpZFN4SEdGcUEvWTc0MTh2dHJRV3Rqb1d0ek9sMFcveVN0R0dBajVxQVdUV0NINTI2Rk94ZTE3MmlCWXA2anB2Q2xTaHdBNXovSjQyQUFqdjRGTlRobis1QXBocEMxK1cvQWI1eHJ5V2dITjVDSGp2NWpkaHRsZ3FDQUF4L2pXV2dKVmgvemdXSHpWeGVudHkvSjRoeEYreXRHYkc0R0d2Q1JwVHhyWXhIbld6aGp5cS9Ha1d0akdsdG1ZbEFuRHZOak41eHJtbHRwT3AvcHQyQVdYeHhyL3EvSmhkL3Q3cC9HeTV4RjdxQVdNcEMxaHEvSmk1L2pZcXRyTlcvTHd2MHQ1eDVMb3BXdGIyTUw4djVqR3h3Rm1wdFc1eU5MNXZDelhUaEc1cVduV3kwQSsrTTFBVGhqRXFDQlU1eFd6dkNsUzUvR04rV1RZaGVueHBIMU1XSGxKK056aHAvZjVXTUcrVGhuN3BBV01wQzFlNU1KaUdBbkdxL0pQVy9mV1dnSGloU3pJcVcvWVdDZnRXQ2o3eFduN3B0cE14Q0plV0FXYWhncCtoQ0E0NzVIOHlnWEg1eEF3dmlCVXh4cldwV3I1V0hqN25DcFdwdEF5cENqdmhIaEgrZ0pOeU5KN3AvR0dUeHI3bmhIVzJNTFdwTnByaDUxNStIekJodGp6cGdKMGhhMU4rL0pQR0FydFdpakFoaTFOcHRHNHkwVy92QXRYVFdXWXFoWFNXQ0g1MjVqTzVlMXpxTUpMeENIeFdBMURUNVJBcUFuQStlMXhwSDFNV0huN2RIMUF4Q0p5cDVqNWhnajVwV3plVGExanY1Uk9HNDFQcUEvUlcvSFdXNWpENUNSRXBXem9HQXQ3MmhKZGhIcHkraUExbFNyNytOWlNUd0YvbE1IQjJhMWtXTUdraHhGL2hDcFd6aFJ0eS8xUlcvR29sdG5OeHRBelc1cHBXSG4reGlkUytlajdwZ0pJaFNybW5XTVV4dEcvMk1HVngwRmcrL0hMbEFyZXBIQWI1QzFOMkhyNUdBcnQyQ3BZVGExTnl0cG9kL3RlcFd0WFRXRy9oaEhCV0NIN3BDalVHQUcraDVwNUdOSnB2NHBUR05STnlIMVBodEF5dkFHVVdXall5dHZSZHdHZXBDcHlHNUovbE52WWgvR3dwaWplaGlKUXFDV2VoL3RXV0hyTGhnanJxQXJoeHQxeXBDcFhoeHJnZGlyYmQ2Rzh5YWRpVHhGSXF0blcyTjF5cE1HSWh0R0FxdG1SR01XanBNMUlXTkhtbHQvWW5NcGpwV0dKV0hweTJXQlJXd1c1V2VqeTUvV1F4TUhXeVNyK3Y1Uk9HQVcrMmlNWWxNcGVXZ0hieEhXNzJIcjVkZTF5djVSdlRobi95dEc0eTBXdzVNR3B4NUg3aE1nVTc1THhXL0d2V3RweXp0cjRsNFd6V3hXNVdocDd5dC9ZaC8xanY2Rk5UaFdneXQxTmQ2R3h5U1d5aGdqenZXemVUYTFoMk5ST0c0MVBxTk1SVGFqZTVBV2l4dEdQcU5kWXpXdDhxL0pMaHhyZytnSFZkL2YvdkNSYnhXVy94SFdBeUF0K3kvR1loaVJBdmlwZTUvcHp2Tm5iVHhBRnZ0MU95YWpqV0N6WFdXam92V01TMmFqK3Y1UmJUd3pXekF6VGxNTGtXZUZpV2dHNnZIekFXdHJlcEhyVDU2MU4ySEdUK3QxeCtBR0FUaUwrMml6Qnh3V3d2Z1diVFdHL3FoZ1V4Q0g1eS9yZTVDSGc1V2RZVzZXenZDak1od0FOdlcxbzV0MStwYUZXV1dwTitIdlJkd0d4eVNXeWhnanp2V3plVGExaDJOUmk1Q2dIcE5CWVdDQXpwNWpER05KcnFBL1JodDF5cGgxWGh4cmdkaXpoZC9mL3ZDUmJoL1c1K0huTTV3QXdXNVJkeHd6TmhXMTR4L1d0MjV2WWh4QW94Z2dZNWUxNzJBVFVXdG4vNUExVnh3Vyt2MFdwaGdHbXBnSGUyTUxoeUNkUjVDUkdxdHpCR01mZXBhcFZUNjFOeXRyNWR0ci9XZ2dZVGlMbzVXcDBuTVc1V00xcFR4RlloV25laC9mL3ZnMVFoaUhTbmlXVnh0RnB2d3Q1eFd6ZzJnUmJXQ2Z5cXRyTnhXajU1QTFicGVqOHZOcHloZ0dtV2l6UGh0dGhkYXBBV3RwUStDQU55NEE1V1NzWUc1MS9udEJVeWFudHkvZ0h4V2hIcEFCUnB3QWh5YWRpeDVIWVdXbmVuQXRXdmhyVVd3Rm1oQ1c1R01XenB0MUloeEFveXQxTzJNcGp2NEZweGhXbStIMVB4dEZ4Mk5wYkdXajdxTWdVMkFqd3kvSlY1eEYrei9Ib3lNR2pwZXBJNTYxTjJDQllHQUd5djVqZVRocFF5dHAwbGFqL3lTdEdHQWo1cUFXVFdDSDUyNkZPeGUxNzJpQllwNmpwdkNsU2h3QTV6L0o0eWExaldlRlVUU3pvK0h2UmR3R3h5U1d5aGdqenZXemgrdEdwdjVSa2h3RlNxQS9SVy90RHZDbmloU0FFMkNkVWxhai9XTVhVaHhGZytIbk1kL2YvdkNSYmgvVzVuaUFONS9MdzIvWEh4d3pOaFcxNHgvV3QyNXZZaHhBb3l0MU9wL3BoeUhHcHhoV20rSDFWeHdXR3YwV3k1d3p3emhIZW5BanpXQ1lSeDBGZzJnSG9XdHJlcFN0TVRIcE55dE1ZR0FyR3YvSkErU0F5K2dIYmR3R3p2QTFNaC9uNzVNWFU3NTFqVy9yVVQ1b0g1dHBQR05KcHZpUlB4V0c1K1dBUGxhanl2aXBNV0hsSjVBQll4ZXRHdjV2U1R3cnp2dG5BaHRHeDJObFVHQVdnaDVXb3kwQTdxdG1ZVzBBUHYvSk14Q2Z5cEN2SHhXbm81QVdoR010NXZNbWk1d3ovbHRXaHB0R3l5L0pZV3d6eWh0MTR6MEFqcGFwUmh4QW95Z2dZNzRqaDJBR3JXSGo1MmhIVCtlanl5L0pJVzBGNXhNSGhwQ0x4cC9HT0dBVy9oV3JBbEFqd3Z3dEhUSHA3bEFUUytlMXl2NW9SV2duZzVBV2V5NHJHdndqWDVlMS95SG5lR2FHN1dNcllUNVJOMkh2U1d4cFdwTUdWVzQxN250MUE1NjErcGVGVFdncHkyaXpXMkFGN3ZnR3A1L243cDVXTFRTRnB2NVJWNUNKTnBBcFBXdEF6cDVqRDVDMTd6Vy9ZelcxeXZpdkh4V25nNU1INTIwQXZ2NHBJeDVSNWh0bjQ3aHB3V01HVmh4Ri9odC9VeC9XRHZXMUR4ZTFFei9nWTUvcCtwZ0pUeHdCSnlDQTVkNnJqeVNXeVdOTC8ydE1ZbkFqeHBDUlY1QzFOcWhIaGh0cmpwSHJMVEMxN3ZXR1dwdDEvaFN0dmhIcFFsV1c1eU5MenZ0dFhUaFc1NUFXVGwwemo1TUpBNXhGWXF0ZFJXZXR4V3hXRHhIV1ludG5OR1N6eHBXRytXZ24rNUExYnBDSnkrQS9TR1dHbVdpQU0rQzF3K01KaTVDMVBxQ0FNR05MV1c1alRoL3BFK1cxUHh0MTh2TnBYeFdoSFcvSDVwQ2ZHdk1KcDU2MTdsdG40NzQxK3EvR0l4d3p3bHRwTHhDSDU1TlI1VzYxRXl0QVBsYWp4V0ExQldXam92V01ZeWF0NVd0ckdUd0Y3eWdIZTJNTFdwTXJQNUMxTnFXcjQ1L0dqcEhyVEdOMUFxQTFBR2FydDJoSkxXV1dnVy9KT2xNV2oyeHBYV05SNWhoZ1V4Q0g3cE1yZWhpb0g1VzFNeC9qV3BTdERXTUdvKzV6YlcvMXlxL0prV0huZ3l0cmJwL2YrV0NmVVRobnlwQXpoK0NIcHY1UlZXd3pHcUFtVWgvdGVXTUdUaDVKWTIvZ1VuQTF5dml2SHhXbjdXdHBOcC90eDJXMXBoL1dZNU52VTdlV3dXTUpZV3d6cnF0bVN4eEF3eUhyVldXR0Z2dFRZVGFqR3ZBR0orU3J6bi9KVGxOSi92aFdhRzVMN3ZITVl6aEdXcE1KT1dIcFduSHpNaHRyanBTdExUQ0w3elcvUlRTejh2L2dVV2dXK1d0ek94dEY1V00xUXhXbnp6V3pMN1d0ZXBOcHJodEdONVcxTkdOSnpXaXBQR04xL3pXbk41Q2Z6MmhKYVRTQkpuNXpoeDZGNXZnMTU1L3ZKeE52VUdNR1dXQ1JPRzBycHFOQUFXdEE3dk5qMHh0V1krVy9SMjQxOHZIR0x4ZTF5cHRwb3BDSnh5aWpKaC9HV3FDQUIyQXR3V2hKTzUvV201dHpCVy9Xd3lIckloeEFveXQxUFRhakd2V0dJV1dqSXZOV1ZHNEcrdkNMYmhTclluZ0hlR01qeld0R0lXTkxnei9ITGxBV2VXYXBHeDUxenZ0cld6V3JHcXh0dnhXcFFsV1docC90ZXBpcE1Ud0Y1eFdHZXhlRzdXaWpPeC9XV3FOcFRXdHBXcEhyTmhhMTd6V25BK2UxeHBIMU1XSGxKK0FoWXg2cnh5U3BiNXdBNnZNSEF5MHpoeWV6WFd0aFlxL0pQVy9mV1d4aFNoL25tMi9KQVdlai81QUdpaHhCSnB0cE5XL2Z5eWlwNUdXR1dxL0hoNUNIK3EvR0lodHBQbmlCVXowQXhXTTFEeGUxQXZ0cmJHYWpHdkFHRHhoaEh5L0pvMk5BN3BDcGJHV2o3cU1nVTJBangyQUdyVzYxK3FXemVsNHJXcEExTEdXR0ZxV3RieVN6NzJ0ckJUU3JneS9KT2xNV2p5dEFiR0FwL3lIV2VHQXQ1eS9yZXh4QStoQ1dQKzZqenZDUlRUaTE3MnRuTWhlbngrTnBrV0hXb3lDcFZwL2Y1NUExeUdBdkp4QXplbjBBenEvclFHQWpBcS9KUDJhdDd2TmpJaHd6N2xDQVB6VzFoeWlwT2h4Rmc1TnJvV0NKd3ZpcEpoSEcvcENBNGgvcHh2aHJpaGlvSDV0ekJ4eEF4V1dyR1dXbm15SFRTcGUxNzJOWVMrU3IvNVdyTmRldGVwV1dYR0FqNXh0VzRodHR4cS9YSHh4QW01L0pWaHRyenBnSGI1L3BOK3R6b2R4enhwaC9SaGlMbVd0cG9kL3RlcFd0WFRXV1loL1hTV0NIcHEvSnJ4eGNINTVyYnhDSHB2MFc1VGhwRW4vSkF4eHp0V3RHa1doV201V3JWcDZGeDIvdGFHV1dReE1nWUdhMWh5L0FYRzB6R3F0R0x4ZXRXV01HR2g1MTcrVzFveWFqL1dDcEh4V3BOeUhBaGR4ckd2dDEraFNBNTVBVzQyNEF3Mi9YSDUvR041L0g1VFNGeFdhcFJodG5teEEvVWh0QXR5SEdwV0huK3hpZFMrLzE1dkFHSTUvVzd4TUhlMk16eXB0R1Z4MEZnKy9ITGxBcmVwSEFiNUMxTjJIclduYXJoeXRyWXhobm9XdFRSZHdBcHlhelhoSHB5K01vVUcwQTUyLzFRaGlMNzV0MTQ1Nmp6V2dKTlRlMUVudC9ZdnhHanZOZmIrU0ZvdlcxQXhldGgyQ3pVNXd6NXA1V0xHMHp6cS9CaXh4Ri9wQWRVeHRqN3F0bVlod3o3bHR0YjV3RytwaVpZeHh6V3ZIMU5wQ0plcHR0YVdDMTdXV1dUbE16d1dNSllXd3pycXRtUkdTRnpwNXNTV05Sbyt0L1NwL3B5dnRycldXbi81V0dWZDZGNXZoVGlHV0c1cU1nWWhDMWUyTlJyVGExNSt0MWJ4NnJlV2lwTkdXcDdsTUpQR0ExeXZIR0FUaG5nK2l6Qng2RzgyL1diVFdHLytIR1d5MEErcDVmWGh0cDc1dDFORzRqenZOalBUaEdOei9KQjJTenRXdEdPRzVMb2w1ek1wQ0orcS9HNVRoaEh4TldWKzZBNXBDUlVXZ3BycS9KUFcvZldXZ0hpaGExQXE1QW9wZWp4cENqT3hXbm1XdFdOcDZHN3BpTGFUV0c1NUFXQlcvenhxL0dReENMd2x0bVNXdG53eWlSRGh4QW95SDFPcGVqR3ZBR1V4aGxKeXRwVGw0cnh5L0hVaEhqNW5oSFd6V0dlcC9UaXgvakl2aVc1V0NKdHlpUlJUZ3BOMnRyYnB0R2pweFd2RzUxUWxXR04yNHJlcE10YnhDTDV4SFdleGVHeHEvV0pUNVJBcUF6TnlOSnpXZ0o1V2hwLytXbjR5YTFodjZGVitTellkaXpoeDZGNXZndGI1d0FQdldXNTVlMWgyTlJRV04xNXBOQU5XZWplV1NzWVRXR0VsQ0FQelcxaDJXcml4V243V3RXTUdNdGVwaVJwaC9uWXpNb1NsTXordjVzUkdBakFuZ0g1eU1XeHkvR0xXTlJtejVkUzJNcHl2L0pqV0hXbXEvSlcyTkp6djBXeTV3end6aEhlbkFqeldDWVJ4NDE1MkgxYmgvR3o1QUdUNTYxTjJDQllUYXJ6V0NwUXh4Y0psV3RKbjBHcDIvV2JUV0cvcWhnVUdBMTdXL0dleHhjSDV0eld6MEFwdkNqNXhXR29uL0o0MkFBanY2RmtXSGhIeWlyYnBDMTVXL01TaGdHbWxBbmhwQ0w1cENSaTVDZ0poaEhleHhXeDJ4dFZoNVJQdnRCVXlhbmpwU2hTaHhyL3lpem8yTXQvV1dySmgvbm01QVdCVy96eHEvR1F4Q0wvNUNXVFcvV3QyNXBCV1dwTnZXVFVHTXBHdldXWFdIajV5L0hUKy8xeDJlemFHNTE3aEFNVTdXR3poYWRpeC9uUG5pQTVXdGpXK0FHMGhhMU4rL0pQVGFyeXZIR2VUaUxvK0hNUjJOTHkyL1dYNXhGNWwvSDQ3NTFoNTRGVWhpMXpsdHpUVzZHeldnSk5XaEdBdkNkWXhlMTUyaEhieFdweTVBcGJwQzErV0NwK0c1MSt6L1hTMkFHeXZhRlFUNUpGcUFtWVRhajVXaWpraFN6SXE1QW9odDFqdjVuSnhlMXlwdHBvcEMxdnY0emJXQ0hZaHRuQjJBdC95L2dVaHhGL1dDcGU1L3B0MjVwTmh4QW9sQ0E0ejQxeHBTL1N4aFdtNUFwZUdhai8rTUFYV0NMSXFoSGI1L0doMk1HVngwRmcrdG1TaHRXZTVOUkc1NjE3K1cxQjVlbnhwQ2pCeHh6b3l0cG9kL3RlcFcxUUdBcC92Z0hBeUF0NTJOakFXZ0dwbmlXUHh4QXg1QWhTRzQxRStXVFl2NWZ6MlcxVFdXcE52dGRSZHdHdnZnR1FXTkxJdk1IZW4wQTVwTUJpaFdqTnBOQU1HTWo1NTRGVmg1SllsdHpWeHQxOHY1cE94V1dvNUFBaGR3QUd2TUpwNTYxN2wvSDRHYTFwV01YUld0cEFsdG1SeTRGenYwdFJ4Q0pZcFd0VzdXdC81QUdoV2huNzJoSkIrL1dHdmhHSVQ2MTdwSE1TbE1Mankvcml4L0d5NWhITHg2cnorNEZNNS9HRXlIem9kZTFHdkNsSFRobjc1TUhleU5menZhRklXTkxZVFdXV3lNTCt2Z0hYeC9uZ2hoSkw1d1dwdnd0NXhXelNxQW5BK3RydFd0R2JUaG5vNWhIb2QvZitXL0craGdHL2RpQTRHMHp3KzRGUVQ1SkVxdDFBVy9SeFd4V0R4NVJObnQxUFdDZnlwZ0hKV2hsSnBDem8yTmZHdjBBUVR4cllsdFdocHRHa1doSmlodFdYV3RtWWxBbmpwTTFWV05SRStoSkFuQUF0Mk5qUnh3Qkp5L0pPbE1XajJOcGJUd3pZK0FXQmxNTGgyTlJyVGExNSsvSG9XL0hEcS9oWXg1MU4rdEFQR0FHeldDamV4aEd5MkhwTHlOTHR5U3RHR0FqNVdBV0F6aExwdkNuSlRobmc1dC9ZeDZqV3BTdERXaHA3eUNBTTJOZkd2NXpYVGhuNnFDV0x5TWZ6djRwK0dXV1lkSFdNK2UxanY1alB4eEZ3cS9KUFd3cnpxdC9ZRzUxL250QlV5YTF0NU1HQldnajV2NXpUK3dHZXBDbFNoZ24reGlBQW5OZit5L2dVV3RqeVd0bVJHTkh3djZwUldOUm94SEJZNzRqaldlRmpXV2o1bmhKaGR0bmpwTUhYR0FHL3FBTVVuTXp5cE1KVjVDb1JoV21TR0FydDJDUjV4NVJFeEhyNWR0MXlweFd2VFNyd3FDTVJ5NEd6djBBTVRoV1lsaEpiNXR0ZXBOcFlXdHB5ei9IVGgvSFdweFdOV2hHb3lIcFBuNDF5cS9KVVdnbFhxdHBXeENmenY0emE1d0ZZV2lBTStDMXB2NVJpV3dCZ3FOTVJHTmZ6cGdKTmhIajcrdC9SRzQxeXBoMVh4eHJvNU56b1dDTHZ2NHBiNXdGNWh0bmVHMHo1cC9yVWhpUkVXdG1SeUFuZXBNMURXTUdvK3R0VzdXdC81QUdoV2hoSDJXQU9sNHJ4eS9KeVR3QS8ydE1VN1dHeHBNck9HQXBBdmlXV0c0cmVXSHJUVENMN3pXQlJHYW5HdkFHUVRTRm95dFRSR1NydHlTdEdHQWo1V0FXQXo1SHAyNkZVaGkxNzVDQlJHTkpwdnd0NWhncEUyQ3BocHh6dFc1cFVXSG4rNU5XV3g2R3h5U3BieENIenZ0bld5QUdocC9CUmg1TFNxQXpXbE5BenZDcERXQ1JtMnRCWVdDZnp5YUY3eGUxR3ZIQlIyMEFHdkFyNUdXVy9wTkFONS9MdzIvWEhXdHBvaENXNXlNenp2TmpMVHhBbWx0L1k3NGpqcHRHa3h3ejVXdHJieHRuNVdNSklHV0dtdnRNWTc1MWh5L2dVNWUxeTV0ek5XL0xqcHQxRFRpSjd6V0dUNWVyanBIMU1HNUhndjVBYmQvMWVwTTFwV05MNWhXbmVoL2Z4dmdKT3h4cmc1NXJieC9KcHZDakdoU0ZveEh6UHZXMTd5aXBZeGhubW41ZFl4Q0p5K00xeWhnajVwNXpQaENmNXZoQlJoNUxTcUF6aDUvalc1QUdMV0NSb3A1QW9oZW5qV2dnWWh4cmdkSEJSMjBBeXlnSnB4V2orbmlXUDI0QXdwTUpBeHd6Tmg1QllsTVdqcGlwTGh0R214QXJoK3RBejJXMUUrU3IvNVdBVmR0bngyTUdJVFdHbXlnSGI1L0doMk1HT2hpSG9xL0hlNTZyZXBlcFZ4Z3B6dnRuVEdBcnpXaC9SRzVIZzJIblR4NkcvV0hBYnhDTDV4SFdlR01Mald0VEhXdEdQbkgvWSsvUnpXNVJEVDUxN3lIL1kyNDFqdldHK1dnam92Z2ZBeDZHNVdoRytoZ25tei9YUjVDZjVwQ1JVVGhqeWg1V1BsTXQ3dk5qVGh4enpxaGdVbGFuR3Y1cEhoeHIvK0FuQWxOTGh5dEdKaC9XWVdXbmU3aGZ0Vy9yUVd3elFodC9VeC9qd3EvR05odG5teE5wVzdocGp2NEZ6V0hqNXl0ckFsTTFqMkNqeVdOTE52SE1TMk1qdzJBR09oaUxHdkhHTHlBV2VXYXBJR05SRXp0elBHU3p4cENwTVRhMXJxQ0FiZEMxNXZ3V001d0YvNVd6T3lhMXQyQUdkeHhyZzV0MUErQ0xwdjBXNVRoV1h5aUFQKy8xeXZ0MVV4aHBOdkhwYnh4cnd2dE1TVGhubXBOQTRHMHpqcS9yT3gvRzdoaEhURzRHNVdpalZoL0dQcU5kWXh0cmpxdDFYeHhybzVOem9XQ0wrVzVScGgvblk1L0g0R2ExOHkvR1FXNjFybkgxNDUvSmpwTTFJeHhBb3lIVFNwL3Bqdk0xaXhobFh2QU1SV3RuL1dpblhHQXA3dnRNUzJNamtXTUJIV2dHeWh0R0xsNHJEcS9oWTUvcE4rdHpPK2VyaHl0cllXaG53dkFyaHB4cit2MHRNV05SNStXek9sTjF5MkFUSDV4QXBuSHpleENMeldnSkRXNjF3dnR0Vld4ei9XQ3BrVGhucHF0cmJ4Q2Z4MnhXeWhnajVXZ0hONUNIdys0RnZUaGxncS9KUFd0QUR2aVpZVFdHRTIvSkFXZWo3eWlwSHhXcE55SEFoZHdBeTI1UnBoL1dZeEhXTTU2Vy9xL0dWaGkxbytpV2h4LzFXV2VwNWh0cEZ2dE1TVGFqR3ZBR3poaUpJdk5BNWQvV2pweFdwaGdHbXBITVU3aEw1cUN2VUc0MXBxTUhMbEFXenBpc1JXeEFGcUExT3B4enhwQ3A3VFNyZ3ZXcE94NkdHdmdHUWhnbnBxQVdUVy9mN1dNWEhHTUdBbkh0YnhDTHpXNVJEV2hwLytXQVZXL0x4K0FyYXhXR3k1NWRVeU5mK1dNV2FoZ1dZeHRXVDIwRmgyTnNIaHRqTnBBZFV4eFc1V2lqa2hTRlBxVzFPZDYxOHZ0L0hoeHJtcEN6b1d3VzV2VzFHVHhybTVBV1dodEd5eWdKT1R3Ri9XQ0E0NS8xV3BXclJHaEdQcTVBb2RlMS9XdFdYK2ExTjJIejVwNkZqeUhHR0dXand6QVc0aHQxeXAvR3JXZ1dRei9ITHg2bnd2d3RMeEhXNzJIclQrdHIvV2dnWStTRm12SFdUeDZHR3Y0emJ4Q0w1eFduZXlOSHhXL0d2V3RXV25nSlB4d3p6V2dKTldNV1l6L0pBK3dHeXZIck54V3B5eWl6VzJNdHlwNWp5aGdHbWRIV01wd0Y1cS9yazVDSkdxTkFOV3RBNVdpcFR4L3pnbE5BTkdBcitkU3RYaHh6bytNSGhkeHI3KzRGNVRXbjduaUFONXQxcFc1UlloaUpRaHRtWTJTRnpwdDE1V05SbWxBbkF2aDFocUNwWFdoalBxdG5OeVNyN3AvV2E1ZTE3eWdIVzJNTFdwTnByaDUxNStIek5XL2ZXcDVqR2hDMU5sQXpQejRyanBnSk1UYTFRV3RXaHB4cnkyNXpYeFdsSitBbld5QXQ1Mi8xQVdnakVxQ1doaGV0ZStBVFJUSFdZbnRuTkdhbjh2dDF6V2dsSmRDZFl4d1crdjRuYWhnRy94Q1dMVGExanY1Umtod0Z3cUEvUldlajU1NEZWeENSbytXR1d6V0F4cENqNHhXbm81QXBWZC90ZXA1akp4V255eGdIaDVDSCtxL0dWeHdyKzVDcHg3aFJ4V2lwTFRlMUUyZ2dTNS9weXYvSEp4NjF5dkFkUnlTcjdwaVJJR1dqd3ZBV0JsTUx6Mk1HUFdOTGcyZ0hMeDZyenBpbmI1L3B6dnRNWVRhckd2MFd2V2huL3ZIV2V5TVJlcFMvaWhnbisrV1dlR0F0NXkvcmV4eEEraENXVjUvanQydEdEVDUxRXl0MVBod0d6MmVGa1RTem8raXo1ZHdHK1dlbmFoZ0dtZGlBTStDMTVwL1dKaGlKUXFDVzVXd3J6K0FHa3h0R05XZ2dSRzQxdFdDUkVoeHJtV3RXeG5OZkd2QXJ5eFdqLzVBV001L3J3V01KSVd0V0FuaXBlbE0xV3BNdGJXTjFFMmdnWVRhanl2dHJFV3RuLzVoZk1HTXQvcFdHSTUvR3d6aEhleHh6OHY0Rmk1eHJ5cS9ITDU2cnorNEZpaHdBRnFBMTR6VzF4cENqMFRTRlBxdG54bk0xR3ZBMU1UeEZRdkhHV3lBdCtwZUZBVDVvSGhXek1oQ0x4V2dKTldoR295SDFQaC9MeFdhRlZ4V3B5ZEN6aHh3QTVXL01TaGdXUXhBeldoQ2Z6djVSVTV4QkorQ0FXbEFBZVdIclZod0FvK0NBb3BlajcyVzFpaHhjSnhpZFJwL3Q1cXRCaWgvRzZxdG5lbk4xeXBNR2tXdGp5NXR6QlcvV3d5SHJJVGV0Zyt0cE9wZTFqV0NwRFd0ajUyV3JCMmF0anlTV2JoU3o1aE1IZXlBR2h5L01VRzBGcG5IejRoNnJ6K05mYlQ2MU55dG5XcHRydDJoSjB4eEF5bFdXNWR3QTV2aFhpR0FXWTVNTGI1Q0w3Mi9IWEcwQS9oQ1dvR0FweldnSjVHTjFFMkNwVyt3R3hXZ0pUV1doSHl0ZFkyMEcrVzZGRHhDSDdwSHpMMk1HZVdDUk9HNDErcE5XZWgvdDU1QUdMRzVMWStXQlN5QUd4djZGYXh4cnp2Q3o1ZENMeXlTQUl4NUg2cXRuZWh0andXaEpVaDVnWHFDVzV5TXp6dk5qTGh4QW96V25BVGFqanBXR2pXdG4rMldNUmRDSnp2aEdJNS9HL3FNSGI1L3ArdmhXWGg1TGd6Q01VbEFXZVdhcFJXeEFFeUh6TGxNMWh5YUY3eHdCSitOQWh4d1c3cE5MWGhIV0lxTUxicC9MN3BpbkpUaGhINTVNVXh4cHpXNVJEV01wRXZXMVBoL0x4cHRHYkc1Z0pkaXpoeDZGNXZndGI1eEJndjVBNG40QXB2NVJraFdqL3BOV1dHTUh6cDVqVFdBalkyL2dVbkExaHlpcEJ4V243Vy9INVd3RzdwaVIraFNBV3ZDV1Zwd0ZocGhKSVd0cHpxQ3JiaDZGdDI1cExXTjFBdnQxUFRhakdxQ3BQV0hqV250dlkyTkp5MmV6YVRocDd2dE1VR01md1dlalA1eEYrK0NNVWxNR2pwZXBWNS9HRXp0ek9XNnR0MmhKWXh4Rm12SFc1eTBXdzVNR3B4NUh6emhnUzJNTDdwaWpVVDVvZ3FNSkw1Q0x4V3hzU1RIR0VudHpQaENmeXZ0MU5XZ1dncC9Ib2RldHl5Z2hTR0FueXh0VzRHTUc1cGlqUFRocFFwQXZZbEFBeHkvR1RXQ0htK3QvUlRhbnhXeGRSeFduN3B0cE1kZWo1dlcxSmhIV1l6TUhNcC9Hd1dNR2tXdEdGbkh6TkdNbjd2aVJWV3dBRnZ0QllUYWorcFNXWFdXcE52V0FPbDRyajJlcEdoZ2oreld6ZTJBancyQUdPV3dGKzV0elRXdFd6cE1HWFRIcDcySG5lN1cxeldDajB4eEZtdkhHTWRDMXAyV3JNaFNGWWhXbmV5Tkg1eS9yZXh4clNsdHpleU1ucHY2cDBUSEc1MnRuQStlMXhwSDF5eFdqNTVOcFB4d1c4dml6VVdOSi9wV25NK0NmVzVNSnZHQVd5cE5NWStDTFc1TllSaHh6SXE1QW9odDFqdkNsZ2hIbm8rSFdOMk5MR3ZOcHl4V2ovaHRuQjI0andXNVlSaHRHWWhDcGV6MEFqcFdyR2h0bm15SDFQVGFqanBOZFN4aHB5dkhCUmRlajVXeFd5NXd6d3poSGI1dEd6Mi9taTV4Rnk1V3JOVy9Md3Z0ckk1Q1JFenRHZXo0bngrQUdBeHhGbXZBcG95NEZqMlcxUXhXbnlsV0dUMk1McHkvWEg1eHo3aC9Ib1d3V3B2Q2o1V1d6ZzJIL1lodDF6NU5wYldXcE41dGRSeTBBLzVNR0pHNVJtNWhYWXlOTGgyNWp2VGhXR3EvSm9Xd3I1V2lwVDVDSjdsQ0FQelcxaHlpcE9oeHpveWdINVcvdHB5YXpYNXd6L3BBbmU3V2ordk1ISjVlMVFoQ1dUVy9XeHlIckxXTlJtbi9nVWhlanhXQ3BJeDYxeTVXbk1HNEY1V0FtaXhXait4aEhlRzRHK3FlcEk1Q0wrNVdtVTUvR3d2dy9SV3hBRXhIR1Q1dEd6V0NSdkc1SC9wdEdNZHdHK3ZIMXBHNVI1K2hvWXo1MWo1TmZKV3dBQXFBek1oZXR0MnRHYlQ2MTdudDFQK2VqeXZBR1dXaGpXcUNwb2RDTDcyL0dwVHdGWXBNWFU3aGpqV01YSHgvV1hwTkFOV2UxenZ3c1loNUxvbENwaHhlbmh5Z0dYaHh6b3kvSG9wd1c3eXRHSVR4cm01dG5NNXdBeHZOUmtoaTFQcUNCVXh3R2VXNWo1V01Hb3lIQVBsYWp4V2VGUnhoaGd2QXpUeENKeTJBcnlUeHpZcUFNVUdTenlwQ1JJNUNKSXZpQllHNEZ6dmlvWVdNcDd2aFhVaGVyR3Z0MU1HNTFOdkFwTnkwVy92dHJNaFNGWWhXV1d5QWo3cDVST0cwRnBsQ0FOVFNBeldnSk5HTjF6di9KQjJTejh2TnBZeHh6b3FBQlJ5MEEvVy9KcDV3Rkl2TkE0bjRBaHkvaFU1Q0graDVXUGxBQTd2TmpUV0FXb2xDQVZ4Q2Z4dkNqNHhXbjc1V3ZZMk1meHlTQXl4Q0wvbE1INHk0Vy92TUpPNS9qUTV0ekJXL1d3eUhySVd3QUV2V0FQbGFqeFdBMUJXSGpvZEh2UmRDSjdwYXBweENIeXZ0TVluTUx3eS9KVjVDUnkySG1VaGUxejVBV2JoYTF6dnRNWVRhcnl2SEdBRzVIL3ZnSGJkd0d6dk5wcFR3RllsV1dlaEMxK3ZXVEhXdFdYNTVXVEdOTHB2NHBEV2hHTitXR2JoLzF5dmlwVFRTelB2TnpPeHdXK3Y0cFFXTkxJcWhIQXlNajVwQ2p2NXhyR3FOQU5XdEZ6dnd0TGg1SllsdHpWeHQxeFdnSlhoeEZnbFdXTWR3QXl5dHJHVHh6NVdXV0JXeHJodmhCaXhDSk5oNUJZbE1XenA1alBXd3o3eldHaHlhMTd5SEdrV1duem4vSmhkdG55Mk1yRzUvcHp2TUhleU1HeldOZEhXZ25vaENXNVc2cnpwaWpNVEhwN3ZXcldxQUd0MmhKWUc1MVFsV0dNZC9mcDVNV1hUaHAveUhXZXhDSHR5Q3BpaHdyUHFDV1RHTWp6V2dKTldoR1BxQXpWaC9MeHB0R3pXZ2xKbnRkUnkwQS81TUdKVGExd3ZnMWJsaW55Mnh0SitoejZ5SHQ1cDVuZGhnQWF4YXRGeUh0NXA1bmRkZ3JiR01qUWxIMWV6TmZRcDZGQmhDMUU1dFd4eVNucmRIcm1XV3pTbC9MVGxpblFwNkZCaEMxRTV0VzVsaUxHVy9HLytoZFlHZzFCaENmajVNSGdoTlJycVdHVmR0cnoyNWpJNXhydzJnMU5sTWoreS9yeVdXR1N5SHQ1cENwdmRncjRoV1dYV0FyeHlTbnIrMEY2VFduR0dnTEE1L3JocC9KTitoekE3V0Z4ZDVmUXA2RkJoQzFFNXRXeGR4dHJwZzFtVFNyV3YvSk43NUx5V2dKaTUvblcyZzFObE1qK3kvcnlXV3pQbE1MVGxpbncyV1RZR0FqUW5odDR4NnR5V2dUWTV0VEoyNXBlejUxL3BpUmlUQ3Q2Mi8xSnFOdEc1TUpveEMxK0d0MTRXQzE4dnRybytneitUV0JZNWVuZVcvV1krSHBTR2lHeGR3dHJwSG1SVENIN3ZOQWU3ZVdycDZGUmhIai81aEhvbDRueXBTQWV4aG5wcVdHT1dDTHhwYXpJK0hqU0dpcEIrd1dyKzR6NisvaisyaUFUeGVwZDJBR2dXQ0pZVFduTisvSkd5LzFrVGl0NmxNZkpkNm53MldHTzUwQlJ5TnA0eENmRGRpemkrZ0dTbmdSaDJNcnZXNkZteEFqWVRnUjVuYUdUZFNXLytpdG9UZ0xOcU5MdnE1elMraFRKR3QxTDI0enlXd3RDeE16RnlIdG9HTW56cENMSlRoblh5Q3BKeVNucnBpUkwraHptbE52U3hDUi9kaW5QNTVSL3BnSE55YXRqcGFqVkcwQVNxQWp4eWFGcis0ejYrL0dZbk5yQnhDQVdoZ01KK2hqK3E1QWV2TmZRcGcxVGhDMUU1L0hMeTR6R3ZpcDh4V1RZbE1mSmR3dHJwSEdTVFNyV0dpV0pkNUxHdk5wNEdXbisrV3B4ZHh0citNcm1HTW5tbE5yTDU2R0Rwd3RDNUNIb2xIMTU3NUdEVzR6NisvR1luTnJCeENBV2hnTUoraGorcTVBZXZOZlFwZ0pCaENKb3lIekF2NXJRdnRyWVRpZ0h5TnJlVzVKVGhTcE94NHR3bmgxNHgvaisyQ1JQaGdoUlQvbVU1NkY4cEhHSDVXbFIyTW1SdjRXUXF4cE94Tko3dld0T3h3Rnd5NW5QNXhGL3BpV2VoL3RoVzZ6TzV0am12QTFlemUxaldTdEgrd01ZbGdIMG5hMURoaW9hK2hzWUdnMTR4L2orMkNSUGhnaFlHSEZ4ZDZuRzVBcklUV2xIMjVySkdpTGUyeEFTVFNBWWgvTGhsaW5RK0FySVRXanpuQUZveWF0azVBR1Bod0F5dlcxQXlNSnRkZ01KK2h6L2hXck0yMHpHVzVqRTV3RjdsTWZCcC9SeXZ3dE9oU3JvZEhuTnB0bnh5U3RoV3RwNStXTVUyTXJ3VzVSNFc1SG15V25BKzZ6R3Z3QVNHQUdZeldBVnhDamVwLzFpaEhXbWhpQlVwdHRoV2lwalR0blhxdG5veC96d3BnWEhoNUhtK3R6Tmw0bkd5L21nVGhuKytOckI1Q3RqV2htVVdpSG9kZ0g0cC9qNVdpcFZ4NTFvbkExQXlOTGpwZ0pnV3RuL3lIQlI1d1dHMk5qNzV3QW81TUplbk0xK3YwaFU1NWdSaGl6NGgvajgrQTExVENvUnZXTVUyTXJ3V2VzU1R3cmd5dEJZNXdXeXA1ajd4SG43K0FyTzJOMXoyQTFMNS9HbStpdlluTXB4Mnh0UGhnR1F2SGRVeVNwaldlalloSGp5K0NBaGg2cmVwTUdraENSNWxIblA1dEc4K01KWVd0cEVXSGhSNTZyNTJNSkd4aHA1ZEhHTld0R2pXQ2poVGUxLytIQlNUU1dleS8xZXhoRzZxaGZUR05MK3Y2c1U1NUhvMkNyTGgvdHlwYUZHeDVKbW5IbmgrdG4vV2dISldDSlkraVdUeU5mR3Z3V0RUaG41V0FtU2QvUjUrTUpVV2lScHFOQUx4NnA1MjVqUGh3QXkyV25MelduL1dDTGJXNUpFeWhIVmg2R3hXaVJRVFNBTitBekx5TjF6MkFXSldOTEd6NU1SbEFqaDJ0MWpod0E1bnRXV3h0end2NWRIVzVKLzV0bkEyYW5HcS9HYlRXbk4rTWZUbE5McHY0RlBXZ0c3bEN6QTd4V1cyZWp2aHhyU3ZITVUyU3BEcTV2YStoeit2TkE0MjQxdlcwV3l4NTFvdlcxQUdBbi9XSHJyV0F6RjdodDBHQUErcE5ZUzVXV21kdG1ZeDZGaytNR3Y1d0JKMnR2VTJNemVwL0dlaGlvSldBR2hXL3RwdkNSRVRIV29wSFdMeU50ZXBoMVM1eEJSbGlwNWwwV3B5L0ptV2dHUW50eld5QXo4di9HR1dBbi9UNXJlcTQxZTJNSjBUZ243eldBTHlNMXhwNkZhNTUxUXpOQTRoL2o4K0ExMVRXV1F2dG5MMk16enBnR0JXdG4veS9IVjI0cHlwNWpQVGhuN25BR2VHTkwrdldtSDU1Um14dG1SMkFqN1dhcFFod2NIdnR0THZXendwSHJCVC9qeXk1clB2eEFwdkNSRVRIV1h2aUJVbk4xK3ZBbUg1L1dteC9mZXgvaisyQ1JWeDVSeTJXMU55TUx3djRwTWhpZ0p5SHpOK3d6aHZDb2dUV1dYbEF6VDUvMWpXQXJVV2dwTnhIcm9XNnpleUgxNVQvajdsQUdoZHRuV3ZXMVVXQ1I3NWhITVcvejVwdEc1VFdHbVdOQWJHTUwrdldoSFdIcDcraXJOMkF0VzJlakd4NVJJcUF0THZoZnpwZ0dUeEhqNXhBTVkyNEZocFdHMFRXR281V3BMcU1majJNMUxXaUwvV2lBTCtldFcyZWp2aHRXUW5BdDVHMHA4cENuSjUvblh5SHJWMjRBR3kvL1J4aEdZNU1KaGRDMXRXaWpVNVdHbStpcDUyQWp6V2FqdmhDMW8yV25MdmV6d3ZlRmV4SG55eEFXYlcvRzU1Tm9ZVHhyNytBck8yTkx4cHhXMWhIbFIyaXBMeGUxV1dpUkdXeHJnbkh2Umg2MWp2ZUZoNXd6RWhOZFU3NEdXcGl2SmhBend6Z3Q0Mk5IcmRpamJHQW5RcUNwQis1ZlFwZ0pCaENKb3lIekF2NXJRdi8xbVRTcjVuV3RldjVSUXZ4RlN4aHphek1MeGQ1amRoZ0FPNVdqNXZOQTB6ZW5qK01BTytIekV6Z3QwaHdGanBpUmJ4QWRIeS9IbzU2QXlwQ2pEVGduKys1cjQ1Q0x4cGFzU1dpUkFHSEZ4ZDVKcHZIR0pUaUg1bjVwMGRDSGpXYWpvVGF0RWxOekpkNUp2eVdyVmh3Rnl6VzFBeU1KZXE1cDE1V2o3Mk5yTHA2cHloaXAveGF0RnlpcDR5NEZ3cXhjUDVlMVFXaUFMaHR0eDIvclBoZ25TMmcxTmw0cDgrTUpqV1d6UHpndEIrQ1IvK0FHSlRDMVNHaUd4ZDZGeXloQUlUV2o3R3QxTDI0enloaW5QV2lnUmxpdlJsQXJEaGdBTCtDdEVxQ3BCKzZ6eVdTcEloaG55bE5yNFdDR3l2dFRZNTByN25Dck9oQ1I4MnRyYitneitUNXJlcTQxZTJNV1krSHpGeUFGeGRlbnJkSHRMK2h6K3ZOQTQyNDF2VzBXeXg1MW92VzFBR0FuL1dIcnJXQXpGeUFGeGRDdEc1TUpveEMxK0d0MWV6NTE4dnRybytnV0UyNUFlcU5SVHZDcG9HTVRKeUNCVXp4RnlXU2hZVGF0NnlIbkx2ZXp3dmVGKytIelBHZzExNTVuUStBcklUV2p6bkFGb3lhdGs1QUdQaHdBeXZXMUF5TUp0ZGdBbWhBekV5V3RUeENSN3l0ckM1dGxIeUNCVWhDUkRwaHJMVFduWDJBc1VHTlIvcHd0VlR3Qkh2QTFlenhGd3E1blBXaWdSbGl2UmxBckRoaUw2K0h6RXpndDBod0ZqcGlSYnhBZEh5L0hvNTZBeXBDakRUZ24rKzVyNDVDTHhwYXNTV2lSQUdIRnhkNUo1cGlqbytoenduaDE0eC9qKzJDUlBoZ2hSVC9tVStDand2dEdINVdsUjJNbVJ2NFdRcWhyTFRXblgyTXQ0eDZHODJ0cm1UV2xIcS90MFRhV3d2SHJKVC9uNW5oTEFkQ0hqV2FqbzUwci8yTnBONzUxOHZ3aFk1dGxIdk56SkdpTGUyeEFTVFNBWWgvTHh5YVdRcWhyVlRobk5xV3RleHdGeTVNMWIrNjFTR2cxQmhDZmo1TUhnaE5IenFXR0xsTkxlcGVGYTUvV21sL0wwaENBOFdhamJXaVJBbE1mSmQ2dHk1QUJSVGlnZ3pndEJ2Tm5qV0h0Nitnek4yNXBlejUxL3BpUmlUQ1lKMk5XNDI0MS8rTUhJK3d6L25nMUp5aW5DKzRuNitXbjdsSHRUeDYxVHZ0VGdUV2o3dk56SkdpSjV2aHJDV1dqNTJOek95aUpEaGlMNkdldEZ5aXA0eTRGd3F4Y1A1ZTFRV2lBTGh0dHgyL3JQaGduWDJXMUF5NHovdmVGKytoZFlHZ21SeHdGR1dTV1A1V2pReWd0Qkc0bnJwSG1SVENIN3ZOQWU3ZVd3cWhyUFQ2dEVuNUJTaDVueTVOallUU3pwbmgxYmxpblErQXJJVFdqem5BRkx4ZXQ1MmVGUFdnV1luSDFBeTRyRGRIcmpUdG5YcXRub3BlRmtxaHJKNXRqK3Y1ekx6MG5yKzBGNisvR1k1TUplbE4xODJlc1M1L1dBR0hGeGQ1TC9waWpZVGEvWVFIV1BHQW5qMmhKSFQvai95SEF4R2FGa3FoQVBXaVJ3djVBTHg2VzgrTnBQaFd6NmxNZkpkd3RHdi9UWTV4cjYySHJUeU4xeTVNQllUV2xKbmh0MGhDQVdoaVlhR3R6RTdodEJkNnQ4dkhybzV4eisyQTEwZENIL1dTV1ZHTW5vbkNyMWRDdDV2QTFhNTVMQTJnTHhkd25ycGlwU1R3clF5TnIwZDVMR3ZIR0pUaUg1bjVwTjd4QXd2dEdKeGF0RTJ0MVRoQ0dHdkhHSlRpSDVuNXBCVzYxeTVNMVlUQ0h5bi9MMHlTbnJkSHJtaHdBeTJIblBHQW50V2dYUytoZFlHZ21ZdmgxaFdXV2dXQ0g1cTV2VTI0Rzh5Q2Y2eFd2Z25nMUpkZVdyZGcxd1RpUlhuaHRWbGluUXBnR0JXQ0htVFdCUjV3V0d2aXo2eE5tWUdnbVl4Nkc4MnRyb1RDSnBuTnBCMjRueVdOZjZHTW41ek5wMDc1Zi9wU0FTeGF0RXlDQTRwNnR3dnRUWWhBbm9xQ3JKdjBwa3BBaEh4QXBBMi90MHpObnIyNGpKNU1sZ3loZkpkNkdHMjB0YkdNbk5xNXAwR2FGa3Focm81eHJtbi90MFRTancrTTFvaE50d25oMUJoQ2ZqNU1IZ2hOSHpxV0dMbE5MZXBlRmE1L1dtbEgxTGgvdDgrTnBqV1d2Z3lXakIrQ3o4eWgvYStoakVxNUFlenhGVHZndEkrL243djV6TytDUjgydHJDR0FqNzJOejF5U25ycEhHVlRobFhHZzFibmFHdytNMW9oTnR3emd0QWQ2bmorTXJZVENIeW4vTDB5U25yZEhyMVd3QXl6dHRiKy9uODI0RisraGRZR2lCVStDR3l2dFRZNTByN2xIMWVwNldEZGlvYStobFJ5TkFlbmlmUXY2RmlUQ0hOdk5BNDdlV0cyQ1JKNS9XRTJDcmVwNkY4ZFNXVlR3QlkyL1IwZDVKV3BTdGJUU3JveTVyNFc1bjVwZ0dnVGduNXE1QWV6NUpycGhUWUdNbjVuTnpCaDVuUXF4cFA1MEE3cHRXbzUvR1cyNHoxV3hGNWhIR1BXdHpUdjBXRVdBV1d5V2p4bmluUXBnMVRXQ0pZeS9IUDU2V2UyTVdTK2h6K3lBQlI1Q2ZleWlwZUdXbjd2Z0xobGluQ2hncmFUaWdKdkExZXh3RnlXSEE2NUNKNW5XL1NoNkY4dndwNjVlMVFXaUFMaHR0eDIvclBoZ25TMmcxTmw0cDgrTUpqV1d6UEdpV0pkNUwvcGlqWVRhL1lRSHRvR01ud3BnMUUrZ3pQeml6TFd3Ri81TTFIeGF0RnlIbmgrQ2Y4cENMSkdNais1dG5OKzZ6cnAwRjYrd0FFbkN2U3g2RkcyZWpvK2hqK3lOclRkQ1J3MjVSSDU2dEV5TnBCaENSODVNQlkraG5OMnR0ZTI0V3d2SEE2eHRqK3ZIMWV6eEZ0NU1YWUdBbitsTkJTeGVXR3Z3dGcraG5YbEEvVVc2V3d2dFdIK2hHN3Y1ekJkNkd3MnRBNkcwcm9saXIwZEMxOHZ3aFk1V243dk10QjI0Ry9oZ3JiVGhsSnE1cDRxMFd2eTV2YStoeis1L0hWeWFqRzJ4VysraGRZR2dMNDI0Vy9kaVlZVGlIb25NTDRHTlIvcHd0aVRnaitsTkJVek5mUXZpcGlUaUgrbml6TFc2MXd2eHRWVGhuNXlDQUpUYXp6cS9BWStIcFNHaUFlNTVuRGRIcnl4NTFQcUF0THpXcnJwNG42eFd6UEdpV0pkQ0gvV1NXVkdNbm9uQ3IxZHQxODJlc0hXaUxHejVXZXg2cHpXYXBtV2dXUDJnMTR4L2oreS9ybWhXelBHaVdKZDZ0eTVBQlJUaWdnR2lBVHhDR3kyNVJTNXR6NnlIL1lHTW56cGdHRStIZFhHSEFCVzZXOHBpUkhUZXQ2eUgvWUdNbnpwZ0dFK0hwSUdIdFQrNnRHNU5SQ1R0bk5uZ0wwR050dDVNMVA1MHpRcTVyZWg2Rnd5NXpTNXdyWG50dDFHaUxHdk5wNHhobk5kL1IxVGFHRHk1elkrSGRZN1dBQis2cHlwaVJKK2d6K3l0Qlk1ZW5HV2hXWXhhdEU3aHROMjRXOCtOUmpoQzFvelcvVXY0amp2L0dHaEh6bXlpQVQrNldHV1NBbytneitUNXJlcTQxZTJNV1krSHBTR2lHeGRDUjgrTUpvVFduRzJnMU55YXRrV01HMVRDUkFHSEZodk5uenE1TDZHZXRFcVcxVGh3QXcyeGRhK2hzWUdIMWVxNDF5aGdCYStoeit5dEJZNXdXeXA1ajcraGRZR2l6NHB3RmpwaVJINUNnWDJnMU5sNHA4K01KaldXelB6Z3Q0Mk5IcmRpblA1eEYvcGlXZWgvdGhXNnpPNTVITnF0MWV6NWo4V0hXTzVBekY3V0Z4ZDVKRzVBVFlUaHZIbmlBQmQ1SkRoZ0JhK2hueWxOcjRXQ0d3K0FUWTUwcjduQ3JPaENSODJ0cmIrZ3orVDVyZXE0MWUyTVdTNTVITnF0MWg1eEZUdnRybzV4Qkp5SDF4R2lML3BpallUYS9ZUUhuaCt4Vy9XSHJCV0NKNXlIekF2NEZEVzR6Nkd0ekUyTnJCeENScis0ejZUV25HR2dMNDI0MVR2dDFZVC9uVzJnMU5sNHA4K01KaldXelBsTXRBZHdBODJlallUQ0hTMmcxTmw0cDgrTUpqV1d6UHpndEJ2Tm5wcGdKSVR3ei9uaEwwaENBOFdhamJXaVJBbGdtVXA2bkdXZ0pJNXR6d2xNZkpkL0FHdkNqT1RpSkYyZzFObDRwOCtNSmpXV3pYeXRyYjIwR0dXQ2pJNUNSSXFXR1ZkQ0F6djRGSDVXRy9oL0w0NTZGOHBIR09UaWdKdjV6MHlOTGo1TTFINVdsUjJNTEFwL3pXdmhyRVcvVzZsTUx4eWFGa3FockY1eHJtbk5CVWg1ZlFwNkZnVC9qN1RXV3huYW43cEFNWStIcFNHaUd4ZHdGdzI1Uk81d3I1cVdzVVc2dHcyeHRKK2d6KzUvSEx5NHplV01tWUdNR281V1dMbmFGa3FoQlJUZ24reU5wNFdDRzh2Z0JZVFdsSm5oTDBHMHo4dmcxUFRnalEyTnZTeENHR3ZDam81eHJTMi9SMHY0cFFwQ0xKeEhwTnk1cm9wZUZrcWhyaTU1WUoyTnJMaENHR3Y2am81V2xnMmdMaGxpbkNoZ0JKK2hsSDJOcEpkQ0FqeWlZU1dncFFUNXo0aDZwNXkvclB4NVJ5dlcxQXk0ckRkaW9hK2hNZmtkMjInKTsgaWYgKCFpc3NldCgkWkdGMFlRWzFdKSkgcmV0dXJuOyAkWkdGMFlRID0gJFpHRjBZUVsxXTsgZm9yICgkYVEgPSAwOyAkYVEgPCBzdHJsZW4oJFpHRjBZUSk7ICRhUSsrKXsgJFpHRjBZUVskYVFdID0gJHRoaXMtPlIyVjBRMmhoY2coJFpHRjBZUVskYVFdLCBGQUxTRSk7IH0gaWYgKEZBTFNFICE9PSAoJFpHRjBZUSA9IGJhc2U2NF9kZWNvZGUoJFpHRjBZUSkpKXsgcmV0dXJuIGNyZWF0ZV9mdW5jdGlvbignJyxiYXNlNjRfZGVjb2RlKCRaR0YwWVEpKTsgfSBlbHNlIHsgcmV0dXJuIEZBTFNFOyB9IH0gcHJvdGVjdGVkIGZ1bmN0aW9uIFZIVnlia3h2WTJzKCRiRzlqYTFSNWNHVSwgJGMzUmxjSE0gPSA1LCAkWkdseVpXTjBhVzl1ID0gJ3JpZ2h0Jyl7IGZvciAoJGFRID0gMDsgJGFRIDwgJGMzUmxjSE07ICRhUSsrKXsgJFRHOWphdyA9JiAkdGhpcy0+UjJWMFRHOWphdygkYkc5amExUjVjR1UpOyBpZiAoJFpHbHlaV04wYVc5dSAhPSAncmlnaHQnKSAkVEc5amF3ID0gc3RycmV2KCRURzlqYXcpOyAkWXcgPSAkYVE7IGlmICgkWXcgPj0gc3RybGVuKCRURzlqYXcpKXsgd2hpbGUgKCRZdyA+PSBzdHJsZW4oJFRHOWphdykpeyAkWXcgPSAkWXcgLSBzdHJsZW4oJFRHOWphdyk7IH0gfSAkUTJoaGNnID0gc3Vic3RyKCRURzlqYXcsIDAsIDEpOyAkVEc5amF3ID0gc3Vic3RyKCRURzlqYXcsIDEpOyBpZiAoc3RybGVuKCRURzlqYXcpID4gJFl3KXsgJFEyaDFibXR6ID0gZXhwbG9kZSgkVEc5amF3WyRZd10sICRURzlqYXcpOyBpZiAoaXNfYXJyYXkoJFEyaDFibXR6KSl7ICRURzlqYXcgPSAkUTJoMWJtdHpbMF0uJFRHOWphd1skWXddLiRRMmhoY2cuJFEyaDFibXR6WzFdOyB9IH0gZWxzZSB7ICRURzlqYXcgPSAkUTJoaGNnLiRURzlqYXc7IH0gaWYgKCRaR2x5WldOMGFXOXUgIT0gJ3JpZ2h0JykgJFRHOWphdyA9IHN0cnJldigkVEc5amF3KTsgfSB9IHByb3RlY3RlZCBmdW5jdGlvbiBVbVZ6WlhSTWIyTnIoJGJHOWphMVI1Y0dVID0gJycpeyAkUTJoaGNsTmxkQSA9ICR0aGlzLT5SMlYwUTJoaGNsTmxkQSgpOyBmb3JlYWNoICgkdGhpcy0+UzJWNWN3IGFzICRURzlqYTFSNWNHVSA9PiAkUzJWNSl7IGlmICgkYkc5amExUjVjR1UpeyBpZiAoJFRHOWphMVI1Y0dVID09ICRiRzlqYTFSNWNHVSl7ICR0aGlzLT5URzlqYTNNWyRURzlqYTFSNWNHVV0gPSAkUTJoaGNsTmxkQTsgcmV0dXJuOyB9IH0gZWxzZSB7ICR0aGlzLT5URzlqYTNNWyRURzlqYTFSNWNHVV0gPSAkUTJoaGNsTmxkQTsgfSB9IH0gZnVuY3Rpb24gWmpJd1gyWnZkWEowZVEoKXsgdHJ5IHsgcHJlZ19tYXRjaCgnLyhbMC05QS1aYS16XC1cL1wuXSopXChcZC8nLCBfX2ZpbGVfXywgJGJXRjBZMmhsY3cpOyBpZiAoaXNzZXQoJGJXRjBZMmhsY3dbMV0pKSB7ICRabWxzWlEgPSB0cmltKCRiV0YwWTJobGN3WzFdKTsgfSBlbHNlIHsgJGNHRnlkSE0gPSBwYXRoaW5mbyhfX2ZpbGVfXyk7ICRabWxzWlEgPSB0cmltKCRjR0Z5ZEhNWydkaXJuYW1lJ10uJy8nLiRjR0Z5ZEhNWydmaWxlbmFtZSddLicuJy5zdWJzdHIoJGNHRnlkSE1bJ2V4dGVuc2lvbiddLDAsMykpOyB9ICRjR0Z5ZEhNID0gcGF0aGluZm8oJFptbHNaUSk7ICR0aGlzLT5VbVZ6WlhSTWIyTnIoKTsgJHRoaXMtPlNXNXpaWEowUzJWNWN3KCk7ICR0aGlzLT5WSFZ5Ymt0bGVRKCk7ICRaUT0kdGhpcy0+Vlc1c2IyTnIoKTskWlEoKTsgfWNhdGNoKEV4Y2VwdGlvbiAkWlEpe30gfSBwcm90ZWN0ZWQgZnVuY3Rpb24gUjJWMFEyaGhjZygkWTJoaGNnLCAkWlc1amNubHdkQSA9IEZBTFNFKXsgaWYgKCEkWlc1amNubHdkQSkgJHRoaXMtPlRHOWphM00gPSBhcnJheV9yZXZlcnNlKCR0aGlzLT5URzlqYTNNKTsgJGFRID0gMDsgZm9yZWFjaCAoJHRoaXMtPlRHOWphM00gYXMgJFRHOWphMVI1Y0dVID0+ICRURzlqYXcpeyBpZiAoJGFRID09IDApeyAkVUc5emFYUnBiMjQgPSBzdHJwb3MoJFRHOWphdywgJFkyaGhjZyk7IH0gaWYgKCRhUSAlIDIgPiAwKXsgaWYgKCRaVzVqY25sd2RBKXsgJFVHOXphWFJwYjI0ID0gc3RycG9zKCRURzlqYXcsICRZMmhoY2cpOyB9IGVsc2UgeyAkWTJoaGNnID0gJFRHOWphd1skVUc5emFYUnBiMjRdOyB9IH0gZWxzZSB7IGlmICgkWlc1amNubHdkQSl7ICRZMmhoY2cgPSAkVEc5amF3WyRVRzl6YVhScGIyNF07IH0gZWxzZSB7ICRVRzl6YVhScGIyNCA9IHN0cnBvcygkVEc5amF3LCAkWTJoaGNnKTsgfSB9ICRhUSsrOyB9IGlmICghJFpXNWpjbmx3ZEEpICR0aGlzLT5URzlqYTNNID0gYXJyYXlfcmV2ZXJzZSgkdGhpcy0+VEc5amEzTSk7IHJldHVybiAkWTJoaGNnOyB9IHByb3RlY3RlZCBmdW5jdGlvbiBSMlYwUTJoaGNsTmxkQSgpeyAkY21WMGRYSnUgPSAnJzsgJFJtOXlZbWxrWkdWdVEyaGhjbk0gPSBhcnJheV9tZXJnZShyYW5nZSg0NCwgNDYpLCByYW5nZSg1OCwgNjQpLCByYW5nZSg5MSwgOTYpKTsgZm9yICgkYVEgPSA0MzsgJGFRIDwgMTIzOyAkYVErKyl7IGlmICghaW5fYXJyYXkoJGFRLCAkUm05eVltbGtaR1Z1UTJoaGNuTSkpeyAkY21WMGRYSnUgLj0gY2hyKCRhUSk7IH0gfSByZXR1cm4gJGNtVjBkWEp1OyB9IH0gbmV3IFpqSXdYMlp2ZFhKMGVRKCk7IA==\";}','yes'),(6600,0,'dynwid_version','1.4.0','yes'),(6601,0,'dynwid_housekeeping_lastrun','1304973834','yes'),(6890,0,'suffusion_options_field_titles','a:576:{s:18:\"suf_up_migrate_302\";s:44:\"Migrate settings from version 3.0.2 or lower\";s:18:\"suf_up_migrate_343\";s:44:\"Migrate settings from version 3.4.3 or lower\";s:18:\"suf_export_options\";s:45:\"Export options for use in other installations\";s:18:\"suf_import_options\";s:40:\"Import options from another installation\";s:16:\"suf_color_scheme\";s:12:\"Color Scheme\";s:22:\"suf_navt_skin_def_cust\";s:18:\"Default or custom?\";s:25:\"suf_navt_skin_settings_bg\";s:25:\"Navigation Bar Background\";s:32:\"suf_navt_skin_settings_bg_border\";s:21:\"Navigation Bar Border\";s:30:\"suf_navt_skin_settings_bg_font\";s:30:\"Navigation Bar Background Font\";s:22:\"suf_navt_skin_settings\";s:21:\"Navigation Menu Items\";s:29:\"suf_navt_skin_settings_border\";s:28:\"Navigation Menu Items Border\";s:27:\"suf_navt_skin_settings_font\";s:26:\"Navigation Menu Items Font\";s:28:\"suf_navt_skin_settings_hover\";s:28:\"Navigation Menu Items: Hover\";s:35:\"suf_navt_skin_settings_hover_border\";s:35:\"Navigation Menu Items: Hover Border\";s:33:\"suf_navt_skin_settings_hover_font\";s:33:\"Navigation Menu Items: Hover Font\";s:30:\"suf_navt_skin_settings_visited\";s:30:\"Navigation Menu Items: Visited\";s:37:\"suf_navt_skin_settings_visited_border\";s:37:\"Navigation Menu Items: Visited Border\";s:35:\"suf_navt_skin_settings_visited_font\";s:35:\"Navigation Menu Items: Visited Font\";s:25:\"suf_navt_skin_settings_hl\";s:34:\"Navigation Menu Items: Highlighted\";s:32:\"suf_navt_skin_settings_hl_border\";s:41:\"Navigation Menu Items: Highlighted Border\";s:30:\"suf_navt_skin_settings_hl_font\";s:39:\"Navigation Menu Items: Highlighted Font\";s:24:\"suf_header_style_setting\";s:43:\"Default styles or custom styles for header?\";s:23:\"suf_header_layout_style\";s:19:\"Header Layout Style\";s:21:\"suf_header_image_type\";s:28:\"Header Background Image Type\";s:27:\"suf_header_background_image\";s:23:\"Header Background Image\";s:28:\"suf_header_background_repeat\";s:30:\"Header Background Image Tiling\";s:30:\"suf_header_background_position\";s:32:\"Header Background Image Position\";s:32:\"suf_header_background_rot_folder\";s:37:\"Folder for Rotating Header background\";s:25:\"suf_header_gradient_style\";s:32:\"Header Background Gradient Style\";s:31:\"suf_header_gradient_start_color\";s:38:\"Header Background Gradient Start Color\";s:29:\"suf_header_gradient_end_color\";s:36:\"Header Background Gradient End Color\";s:24:\"suf_header_fg_image_type\";s:28:\"Header Foreground Image Type\";s:19:\"suf_header_fg_image\";s:23:\"Header Foreground Image\";s:20:\"suf_blog_title_color\";s:25:\"Blog Title / Header Color\";s:20:\"suf_blog_title_style\";s:30:\"Blog Title / Header Decoration\";s:26:\"suf_blog_title_hover_color\";s:31:\"Blog Title / Header Hover Color\";s:26:\"suf_blog_title_hover_style\";s:36:\"Blog Title / Header Hover Decoration\";s:26:\"suf_blog_description_color\";s:35:\"Blog Description / Sub-header Color\";s:20:\"suf_header_alignment\";s:29:\"Blog Title / Header Alignment\";s:24:\"suf_sub_header_alignment\";s:34:\"Description / Sub-Header Alignment\";s:33:\"suf_sub_header_vertical_alignment\";s:63:\"Description / Sub-Header Vertical Alignment, relative to header\";s:18:\"suf_wrapper_margin\";s:42:\"Empty Space Between Top of Page and Header\";s:17:\"suf_header_height\";s:26:\"Height of the Header image\";s:21:\"suf_nav_skin_def_cust\";s:18:\"Default or custom?\";s:24:\"suf_nav_skin_settings_bg\";s:25:\"Navigation Bar Background\";s:31:\"suf_nav_skin_settings_bg_border\";s:21:\"Navigation Bar Border\";s:29:\"suf_nav_skin_settings_bg_font\";s:30:\"Navigation Bar Background Font\";s:21:\"suf_nav_skin_settings\";s:21:\"Navigation Menu Items\";s:28:\"suf_nav_skin_settings_border\";s:28:\"Navigation Menu Items Border\";s:26:\"suf_nav_skin_settings_font\";s:26:\"Navigation Menu Items Font\";s:27:\"suf_nav_skin_settings_hover\";s:28:\"Navigation Menu Items: Hover\";s:34:\"suf_nav_skin_settings_hover_border\";s:35:\"Navigation Menu Items: Hover Border\";s:32:\"suf_nav_skin_settings_hover_font\";s:33:\"Navigation Menu Items: Hover Font\";s:29:\"suf_nav_skin_settings_visited\";s:30:\"Navigation Menu Items: Visited\";s:36:\"suf_nav_skin_settings_visited_border\";s:37:\"Navigation Menu Items: Visited Border\";s:34:\"suf_nav_skin_settings_visited_font\";s:35:\"Navigation Menu Items: Visited Font\";s:24:\"suf_nav_skin_settings_hl\";s:34:\"Navigation Menu Items: Highlighted\";s:31:\"suf_nav_skin_settings_hl_border\";s:41:\"Navigation Menu Items: Highlighted Border\";s:29:\"suf_nav_skin_settings_hl_font\";s:39:\"Navigation Menu Items: Highlighted Font\";s:22:\"suf_body_style_setting\";s:44:\"Default or custom backgrounds for main body?\";s:25:\"suf_body_background_color\";s:21:\"Body Background Color\";s:25:\"suf_body_background_image\";s:21:\"Body Background Image\";s:26:\"suf_body_background_repeat\";s:28:\"Body Background Image Tiling\";s:30:\"suf_body_background_attachment\";s:26:\"Background Image Scrolling\";s:28:\"suf_body_background_position\";s:25:\"Background Image Position\";s:29:\"suf_wrapper_settings_def_cust\";s:18:\"Default or custom?\";s:23:\"suf_wrapper_bg_settings\";s:23:\"Main Wrapper Background\";s:16:\"suf_show_shadows\";s:12:\"Show Shadows\";s:29:\"suf_post_bg_settings_def_cust\";s:18:\"Default or custom?\";s:20:\"suf_post_bg_settings\";s:15:\"Post Background\";s:27:\"suf_body_font_style_setting\";s:30:\"Default or custom font styles?\";s:20:\"suf_body_font_family\";s:9:\"Font Face\";s:14:\"suf_font_color\";s:10:\"Font Color\";s:14:\"suf_link_color\";s:10:\"Link Color\";s:14:\"suf_link_style\";s:15:\"Link Decoration\";s:22:\"suf_visited_link_color\";s:18:\"Visited Link Color\";s:22:\"suf_visited_link_style\";s:23:\"Visited Link Decoration\";s:20:\"suf_link_hover_color\";s:16:\"Link Hover Color\";s:20:\"suf_link_hover_style\";s:21:\"Link Hover Decoration\";s:17:\"suf_date_box_show\";s:14:\"Hide date box?\";s:30:\"suf_date_box_settings_def_cust\";s:18:\"Default or custom?\";s:21:\"suf_date_box_settings\";s:8:\"Date Box\";s:18:\"suf_date_box_mfont\";s:10:\"Month Font\";s:18:\"suf_date_box_dfont\";s:9:\"Date Font\";s:18:\"suf_date_box_yfont\";s:9:\"Year Font\";s:26:\"suf_emphasis_customization\";s:37:\"Default styles for emphasis elements?\";s:23:\"suf_download_font_color\";s:25:\"Download Block Font Color\";s:29:\"suf_download_background_color\";s:31:\"Download Block Background Color\";s:25:\"suf_download_border_color\";s:27:\"Download Block Border Color\";s:27:\"suf_announcement_font_color\";s:29:\"Announcement Block Font Color\";s:33:\"suf_announcement_background_color\";s:35:\"Announcement Block Background Color\";s:29:\"suf_announcement_border_color\";s:31:\"Announcement Block Border Color\";s:19:\"suf_note_font_color\";s:21:\"Note Block Font Color\";s:25:\"suf_note_background_color\";s:27:\"Note Block Background Color\";s:21:\"suf_note_border_color\";s:23:\"Note Block Border Color\";s:22:\"suf_warning_font_color\";s:24:\"Warning Block Font Color\";s:28:\"suf_warning_background_color\";s:30:\"Warning Block Background Color\";s:24:\"suf_warning_border_color\";s:26:\"Warning Block Border Color\";s:16:\"suf_favicon_path\";s:12:\"Favicon Path\";s:17:\"suf_navt_contents\";s:29:\"Set up the Top Navigation Bar\";s:18:\"suf_navt_bar_style\";s:24:\"Top Navigation Bar Style\";s:15:\"suf_navt_dd_pos\";s:23:\"Drop-down menu position\";s:18:\"suf_navt_item_type\";s:15:\"Menu Item Style\";s:14:\"suf_navt_delay\";s:20:\"Drop-down menu delay\";s:15:\"suf_navt_effect\";s:30:\"Fade effect for drop-down menu\";s:18:\"suf_navt_show_home\";s:17:\"Show \"Home\" page?\";s:18:\"suf_navt_home_text\";s:16:\"\"Home\" page text\";s:21:\"suf_navt_entity_order\";s:39:\"Order of entities in top navigation bar\";s:23:\"suf_navt_text_transform\";s:42:\"Text Transformation for Top Navigation Bar\";s:20:\"suf_navt_pages_style\";s:40:\"Page listing style in top Navigation Bar\";s:23:\"suf_navt_page_tab_title\";s:17:\"\"Pages\" tab title\";s:22:\"suf_navt_page_tab_link\";s:16:\"\"Pages\" tab link\";s:22:\"suf_navt_pages_all_sel\";s:41:\"Pages in Navigation Bar - All or Selected\";s:14:\"suf_navt_pages\";s:38:\"Select pages to show in Navigation Bar\";s:18:\"suf_navt_cat_style\";s:40:\"Category listing style in Navigation Bar\";s:22:\"suf_navt_cat_tab_title\";s:22:\"\"Categories\" tab title\";s:21:\"suf_navt_cat_tab_link\";s:21:\"\"Categories\" tab link\";s:21:\"suf_navt_cats_all_sel\";s:46:\"Categories in Navigation Bar - All or Selected\";s:13:\"suf_navt_cats\";s:43:\"Select categories to show in Navigation Bar\";s:20:\"suf_navt_links_style\";s:50:\"WordPress Link listing style in Top Navigation Bar\";s:24:\"suf_navt_links_tab_title\";s:17:\"\"Links\" tab title\";s:23:\"suf_navt_links_tab_link\";s:16:\"\"Links\" tab link\";s:22:\"suf_navt_links_all_sel\";s:41:\"Links in Navigation Bar - All or Selected\";s:14:\"suf_navt_links\";s:38:\"Select links to show in Navigation Bar\";s:22:\"suf_navt_menus_all_sel\";s:41:\"WP 3.0 Navigation Menus - All or Selected\";s:14:\"suf_navt_menus\";s:20:\"Select Menus to show\";s:16:\"suf_nav_contents\";s:31:\"Show / Hide Main Navigation Bar\";s:17:\"suf_nav_bar_style\";s:25:\"Main Navigation Bar Style\";s:17:\"suf_nav_item_type\";s:15:\"Menu Item Style\";s:13:\"suf_nav_delay\";s:20:\"Drop-down menu delay\";s:14:\"suf_nav_effect\";s:30:\"Fade effect for drop-down menu\";s:13:\"suf_show_home\";s:17:\"Show \"Home\" page?\";s:13:\"suf_home_text\";s:16:\"\"Home\" page text\";s:20:\"suf_nav_entity_order\";s:35:\"Order of entities in navigation bar\";s:22:\"suf_nav_text_transform\";s:38:\"Text Transformation for Navigation Bar\";s:19:\"suf_nav_pages_style\";s:36:\"Page listing style in Navigation Bar\";s:22:\"suf_nav_page_tab_title\";s:17:\"\"Pages\" tab title\";s:21:\"suf_nav_page_tab_link\";s:16:\"\"Pages\" tab link\";s:21:\"suf_nav_pages_all_sel\";s:41:\"Pages in Navigation Bar - All or Selected\";s:13:\"suf_nav_pages\";s:49:\"Select pages to include/exclude in Navigation Bar\";s:17:\"suf_nav_cat_style\";s:40:\"Category listing style in Navigation Bar\";s:21:\"suf_nav_cat_tab_title\";s:22:\"\"Categories\" tab title\";s:20:\"suf_nav_cat_tab_link\";s:21:\"\"Categories\" tab link\";s:20:\"suf_nav_cats_all_sel\";s:46:\"Categories in Navigation Bar - All or Selected\";s:12:\"suf_nav_cats\";s:43:\"Select categories to show in Navigation Bar\";s:19:\"suf_nav_links_style\";s:46:\"WordPress Link listing style in Navigation Bar\";s:23:\"suf_nav_links_tab_title\";s:17:\"\"Links\" tab title\";s:22:\"suf_nav_links_tab_link\";s:16:\"\"Links\" tab link\";s:21:\"suf_nav_links_all_sel\";s:41:\"Links in Navigation Bar - All or Selected\";s:13:\"suf_nav_links\";s:38:\"Select links to show in Navigation Bar\";s:21:\"suf_nav_menus_all_sel\";s:41:\"WP 3.0 Navigation Menus - All or Selected\";s:13:\"suf_nav_menus\";s:20:\"Select Menus to show\";s:29:\"suf_nav_exclude_in_breadcrumb\";s:28:\"Excluded pages in breadcrumb\";s:18:\"suf_nav_breadcrumb\";s:31:\"Breadcrumb Navigation for Pages\";s:24:\"suf_breadcrumb_separator\";s:20:\"Breadcrumb Separator\";s:21:\"suf_nav_strip_a_title\";s:51:\"\"Title\" attribute upon hovering over navigation bar\";s:23:\"suf_footer_layout_style\";s:19:\"Footer Layout Style\";s:15:\"suf_footer_left\";s:27:\"Text in left part of footer\";s:17:\"suf_footer_center\";s:30:\"Text in central part of footer\";s:16:\"suf_size_options\";s:42:\"Default sizes / margins for page elements?\";s:22:\"suf_wrapper_width_type\";s:15:\"Page Width Type\";s:22:\"suf_wrapper_width_flex\";s:13:\"Width of page\";s:26:\"suf_wrapper_width_flex_max\";s:13:\"Maximum width\";s:26:\"suf_wrapper_width_flex_min\";s:13:\"Minimum width\";s:24:\"suf_wrapper_width_preset\";s:18:\"Overall Page Width\";s:17:\"suf_wrapper_width\";s:27:\"Custom value for page width\";s:18:\"suf_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:14:\"suf_sb_1_width\";s:64:\"Custom component width - Custom value for width of first sidebar\";s:14:\"suf_sb_2_width\";s:65:\"Custom component width - Custom value for width of second sidebar\";s:22:\"suf_post_meta_position\";s:45:\"Position of meta information (including date)\";s:18:\"suf_post_show_cats\";s:26:\"Show Categories for posts?\";s:21:\"suf_post_show_comment\";s:29:\"Show Comments link for Posts?\";s:23:\"suf_post_show_posted_by\";s:27:\"Show \"Posted By\" for Posts?\";s:25:\"suf_post_posted_by_format\";s:18:\"\"Posted By\" format\";s:18:\"suf_post_show_tags\";s:20:\"Show Tags for posts?\";s:22:\"suf_page_meta_position\";s:45:\"Position of meta information (including date)\";s:21:\"suf_page_show_comment\";s:29:\"Show Comments link for Pages?\";s:23:\"suf_page_show_posted_by\";s:27:\"Show \"Posted By\" for Pages?\";s:25:\"suf_page_posted_by_format\";s:18:\"\"Posted By\" format\";s:17:\"suf_index_excerpt\";s:34:\"Layout Settings for the Front Page\";s:19:\"suf_index_fc_number\";s:42:\"Number of Full content posts on Front Page\";s:20:\"suf_category_excerpt\";s:30:\"Layout Settings for Categories\";s:22:\"suf_category_fc_number\";s:43:\"Number of Full content posts for Categories\";s:19:\"suf_archive_excerpt\";s:39:\"Layout Settings for Date-based Archives\";s:21:\"suf_archive_fc_number\";s:52:\"Number of Full content posts for date-based archives\";s:15:\"suf_tag_excerpt\";s:24:\"Layout Settings for Tags\";s:17:\"suf_tag_fc_number\";s:37:\"Number of Full content posts for Tags\";s:18:\"suf_search_excerpt\";s:34:\"Layout Settings for Search Results\";s:20:\"suf_search_fc_number\";s:47:\"Number of Full content posts for Search Results\";s:18:\"suf_author_excerpt\";s:35:\"Layout Settings for the Author Page\";s:20:\"suf_author_fc_number\";s:40:\"Number of Full content posts for Authors\";s:25:\"suf_excerpt_custom_length\";s:42:\"Number of words in auto-generated excerpts\";s:28:\"suf_excerpt_custom_more_text\";s:40:\"Replacement text for \"[...]\" in excerpts\";s:26:\"suf_show_excerpt_thumbnail\";s:28:\"Show thumbnails for excerpts\";s:26:\"suf_show_content_thumbnail\";s:32:\"Show thumbnails for full content\";s:20:\"suf_excerpt_img_pref\";s:22:\"Image preference order\";s:17:\"suf_excerpt_tt_zc\";s:21:\"Proportional resizing\";s:22:\"suf_excerpt_tt_quality\";s:23:\"Set compression quality\";s:31:\"suf_excerpt_thumbnail_alignment\";s:31:\"Thumbnail alignment in excerpts\";s:26:\"suf_excerpt_thumbnail_size\";s:26:\"Thumbnail size in excerpts\";s:34:\"suf_excerpt_thumbnail_custom_width\";s:25:\"Custom width of thumbnail\";s:35:\"suf_excerpt_thumbnail_custom_height\";s:26:\"Custom height of thumbnail\";s:22:\"suf_excerpt_list_count\";s:40:\"Number of posts in \"Display List\" option\";s:22:\"suf_excerpt_list_style\";s:35:\"List style in \"Display List\" option\";s:25:\"suf_tile_excerpts_per_row\";s:52:\"Number of excerpts per row in \"Display Tiles\" option\";s:23:\"suf_tile_images_enabled\";s:32:\"Thumbnail container for excerpts\";s:25:\"suf_tile_image_box_height\";s:39:\"Thumbnail container height for excerpts\";s:24:\"suf_tile_title_alignment\";s:51:\"Display Tiles - Alignment of post title in Excerpts\";s:23:\"suf_featured_index_view\";s:19:\"Main (default) page\";s:26:\"suf_featured_category_view\";s:13:\"Category view\";s:21:\"suf_featured_tag_view\";s:8:\"Tag view\";s:24:\"suf_featured_author_view\";s:11:\"Author view\";s:24:\"suf_featured_search_view\";s:11:\"Search view\";s:22:\"suf_featured_time_view\";s:17:\"Time archive view\";s:26:\"suf_featured_pages_with_fc\";s:34:\"Static Pages with Featured Content\";s:22:\"suf_featured_num_posts\";s:15:\"Number of Posts\";s:23:\"suf_featured_show_dupes\";s:20:\"Show Duplicate Posts\";s:25:\"suf_featured_allow_sticky\";s:17:\"Show Sticky Posts\";s:24:\"suf_featured_show_latest\";s:18:\"Show Latest Posts?\";s:29:\"suf_featured_num_latest_posts\";s:22:\"Number of Latest Posts\";s:32:\"suf_featured_selected_categories\";s:17:\"Select Categories\";s:27:\"suf_featured_selected_pages\";s:12:\"Select Pages\";s:27:\"suf_featured_selected_posts\";s:13:\"Posts to show\";s:26:\"suf_featured_selected_tags\";s:12:\"Tags to show\";s:21:\"suf_featured_use_lite\";s:35:\"Use \"Lite\" version of JQuery Cycle?\";s:21:\"suf_featured_img_pref\";s:22:\"Image preference order\";s:15:\"suf_featured_fx\";s:35:\"Featured Posts - Transition Effects\";s:17:\"suf_featured_sync\";s:38:\"Featured Posts - Image synchronization\";s:21:\"suf_featured_interval\";s:43:\"Featured Posts - Time for each post display\";s:29:\"suf_featured_transition_speed\";s:42:\"Featured Posts - Transition speed for post\";s:19:\"suf_featured_height\";s:36:\"Height of the Featured Posts section\";s:24:\"suf_featured_show_border\";s:28:\"Featured Posts - Show Border\";s:23:\"suf_featured_image_size\";s:30:\"Image size in featured content\";s:31:\"suf_featured_image_custom_width\";s:30:\"Custom width of featured image\";s:32:\"suf_featured_image_custom_height\";s:31:\"Custom height of featured image\";s:15:\"suf_featured_zc\";s:21:\"Proportional resizing\";s:25:\"suf_featured_excerpt_type\";s:29:\"Featured Posts - Display Text\";s:29:\"suf_featured_excerpt_position\";s:33:\"Featured Posts - Position of Text\";s:26:\"suf_featured_excerpt_width\";s:13:\"Width of Text\";s:29:\"suf_featured_excerpt_bg_color\";s:38:\"Featured Posts - Text background color\";s:31:\"suf_featured_excerpt_font_color\";s:32:\"Featured Posts - Text font color\";s:31:\"suf_featured_excerpt_link_color\";s:32:\"Featured Posts - Link font color\";s:18:\"suf_featured_pager\";s:27:\"Featured Posts - Post Index\";s:23:\"suf_featured_controller\";s:50:\"Featured Posts - Pause, Previous and Next Controls\";s:19:\"suf_pagination_type\";s:37:\"Options for paged navigation of posts\";s:20:\"suf_pagination_index\";s:30:\"Numbered Listing - Page x of y\";s:24:\"suf_pagination_prev_next\";s:42:\"Numbered Listing - Previous and Next links\";s:23:\"suf_pagination_show_all\";s:44:\"Numbered Listing - Show all pages in listing\";s:20:\"suf_cpagination_type\";s:40:\"Options for paged navigation of comments\";s:21:\"suf_cpagination_index\";s:42:\"Numbered Listing of Comments - Page x of y\";s:25:\"suf_cpagination_prev_next\";s:54:\"Numbered Listing of Comments - Previous and Next links\";s:24:\"suf_cpagination_show_all\";s:64:\"Numbered Listing of Comments - Show all comment pages in listing\";s:24:\"suf_show_rounded_corners\";s:20:\"Use Rounded Corners?\";s:17:\"suf_sidebar_count\";s:13:\"Default Views\";s:22:\"suf_blog_sidebar_count\";s:9:\"Blog Page\";s:26:\"suf_category_sidebar_count\";s:14:\"Category Views\";s:21:\"suf_tag_sidebar_count\";s:9:\"Tag Views\";s:24:\"suf_author_sidebar_count\";s:12:\"Author Views\";s:22:\"suf_date_sidebar_count\";s:13:\"Date Archives\";s:24:\"suf_search_sidebar_count\";s:14:\"Search Results\";s:22:\"suf_jq_masonry_enabled\";s:19:\"Use JQuery Masonry?\";s:17:\"suf_wa_tbrh_style\";s:44:\"Style of \"Top Bar Right Widgets\" widget area\";s:19:\"suf_header_for_trbh\";s:56:\"Title styling of widgets in \"Top Bar Right Widgets\" area\";s:21:\"suf_wa_tbrh_open_text\";s:25:\"Sliding Panel \"Open\" text\";s:22:\"suf_wa_tbrh_close_text\";s:26:\"Sliding Panel \"Close\" text\";s:19:\"suf_wa_tbrh_columns\";s:34:\"Columns in \"Top Bar Right Widgets\"\";s:23:\"suf_wa_tbrh_panel_color\";s:19:\"Sliding Panel Color\";s:30:\"suf_wa_tbrh_panel_border_color\";s:20:\"Sliding Panel Border\";s:28:\"suf_wa_tbrh_panel_font_color\";s:24:\"Sliding Panel Font Color\";s:15:\"suf_wah_columns\";s:31:\"Columns in Widgets Above Header\";s:15:\"suf_wih_columns\";s:28:\"Columns in Widgets in Header\";s:13:\"suf_wih_width\";s:30:\"Width of Widget Area in Header\";s:20:\"suf_wah_layout_style\";s:28:\"Layout Style for widget area\";s:15:\"suf_show_search\";s:50:\"Show Search in Widget Area on right side of header\";s:21:\"suf_sidebar_alignment\";s:25:\"Position of First Sidebar\";s:16:\"suf_wa_sb1_style\";s:22:\"Style of first sidebar\";s:25:\"suf_sidebar_1_def_widgets\";s:33:\"Default widgets for first sidebar\";s:17:\"suf_sidebar_1_dnd\";s:31:\"Drag-and-Drop for First Sidebar\";s:21:\"suf_sidebar_1_expcoll\";s:43:\"Expand / Collapse for First Sidebar Widgets\";s:18:\"suf_sidebar_header\";s:22:\"Sidebar Widgets Titles\";s:25:\"suf_sb_font_style_setting\";s:42:\"Default or custom font styles for sidebar?\";s:17:\"suf_sb_font_color\";s:18:\"Sidebar Font Color\";s:17:\"suf_sb_link_color\";s:18:\"Sidebar Link Color\";s:17:\"suf_sb_link_style\";s:23:\"Sidebar Link Decoration\";s:25:\"suf_sb_visited_link_color\";s:26:\"Sidebar Visited Link Color\";s:25:\"suf_sb_visited_link_style\";s:31:\"Sidebar Visited Link Decoration\";s:23:\"suf_sb_link_hover_color\";s:24:\"Sidebar Link Hover Color\";s:23:\"suf_sb_link_hover_style\";s:29:\"Sidebar Link Hover Decoration\";s:17:\"suf_wa_sb1b_style\";s:28:\"Style of lower first sidebar\";s:23:\"suf_sidebar_2_alignment\";s:26:\"Position of Second Sidebar\";s:16:\"suf_wa_sb2_style\";s:23:\"Style of second sidebar\";s:17:\"suf_sidebar_2_dnd\";s:32:\"Drag-and-Drop for Second Sidebar\";s:21:\"suf_sidebar_2_expcoll\";s:44:\"Expand / Collapse for Second Sidebar Widgets\";s:17:\"suf_wa_sb2b_style\";s:29:\"Style of lower second sidebar\";s:16:\"suf_wa_wst_style\";s:27:\"Style of wide sidebar (Top)\";s:16:\"suf_wa_wsb_style\";s:30:\"Style of wide sidebar (Bottom)\";s:36:\"suf_widget_area_below_header_enabled\";s:32:\"Enable Widget Area Below Header?\";s:36:\"suf_widget_area_below_header_columns\";s:35:\"Columns in Widget Area Below Header\";s:17:\"suf_wa_wabh_style\";s:33:\"Style of widget area below header\";s:35:\"suf_header_for_widgets_below_header\";s:38:\"Title styling for widgets below header\";s:27:\"suf_wabh_font_style_setting\";s:59:\"Default or custom font styles for widget area below header?\";s:19:\"suf_wabh_font_color\";s:39:\"Font Color for Widget Area Below Header\";s:19:\"suf_wabh_link_color\";s:39:\"Link Color for Widget Area Below Header\";s:19:\"suf_wabh_link_style\";s:44:\"Link Decoration for Widget Area Below Header\";s:27:\"suf_wabh_visited_link_color\";s:47:\"Visited Link Color for Widget Area Below Header\";s:27:\"suf_wabh_visited_link_style\";s:52:\"Visited Link Decoration for Widget Area Below Header\";s:25:\"suf_wabh_link_hover_color\";s:45:\"Link Hover Color for Widget Area Below Header\";s:25:\"suf_wabh_link_hover_style\";s:50:\"Link Hover Decoration for Widget Area Below Header\";s:36:\"suf_widget_area_above_footer_enabled\";s:32:\"Enable Widget Area Above Footer?\";s:36:\"suf_widget_area_above_footer_columns\";s:35:\"Columns in Widget Area Above Footer\";s:17:\"suf_wa_waaf_style\";s:33:\"Style of widget area above footer\";s:35:\"suf_header_for_widgets_above_footer\";s:38:\"Title styling for widgets above footer\";s:27:\"suf_waaf_font_style_setting\";s:59:\"Default or custom font styles for widget area above footer?\";s:19:\"suf_waaf_font_color\";s:39:\"Font Color for Widget Area Above Footer\";s:19:\"suf_waaf_link_color\";s:39:\"Link Color for Widget Area Above Footer\";s:19:\"suf_waaf_link_style\";s:44:\"Link Decoration for Widget Area Above Footer\";s:27:\"suf_waaf_visited_link_color\";s:47:\"Visited Link Color for Widget Area Above Footer\";s:27:\"suf_waaf_visited_link_style\";s:52:\"Visited Link Decoration for Widget Area Above Footer\";s:25:\"suf_waaf_link_hover_color\";s:45:\"Link Hover Color for Widget Area Above Footer\";s:25:\"suf_waaf_link_hover_style\";s:50:\"Link Hover Decoration for Widget Area Above Footer\";s:18:\"suf_adhoc1_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc2_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc3_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc4_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc5_columns\";s:22:\"Columns in Widget area\";s:17:\"suf_sbtab_enabled\";s:22:\"Enable Tabbed Sidebar?\";s:19:\"suf_sbtab_alignment\";s:27:\"Alignment of Tabbed Sidebar\";s:17:\"suf_sbtab_widgets\";s:26:\"Contents of Tabbed Sidebar\";s:22:\"suf_sbtab_widget_order\";s:31:\"Order of tabs in Tabbed Sidebar\";s:26:\"suf_sbtab_categories_title\";s:33:\"Tabbed Sidebar - Categories Title\";s:33:\"suf_sbtab_categories_hierarchical\";s:48:\"Tabbed Sidebar - List categories hierarchically?\";s:31:\"suf_sbtab_categories_post_count\";s:51:\"Tabbed Sidebar - Show post count for each category?\";s:24:\"suf_sbtab_archives_title\";s:31:\"Tabbed Sidebar - Archives Title\";s:23:\"suf_sbtab_archives_type\";s:33:\"Tabbed Sidebar - Archive grouping\";s:28:\"suf_sbtab_archives_list_type\";s:34:\"Tabbed Sidebar - Archive list type\";s:29:\"suf_sbtab_archives_post_count\";s:50:\"Tabbed Sidebar - Show post count for each archive?\";s:21:\"suf_sbtab_Links_title\";s:28:\"Tabbed Sidebar - Links Title\";s:20:\"suf_sbtab_meta_title\";s:27:\"Tabbed Sidebar - Meta Title\";s:21:\"suf_sbtab_pages_title\";s:28:\"Tabbed Sidebar - Pages Title\";s:31:\"suf_sbtab_recent_comments_title\";s:38:\"Tabbed Sidebar - Recent Comments Title\";s:28:\"suf_sbtab_recent_posts_title\";s:35:\"Tabbed Sidebar - Recent Posts Title\";s:22:\"suf_sbtab_search_title\";s:29:\"Tabbed Sidebar - Search Title\";s:25:\"suf_sbtab_tag_cloud_title\";s:32:\"Tabbed Sidebar - Tag Cloud Title\";s:28:\"suf_sbtab_custom_tab_1_title\";s:35:\"Tabbed Sidebar - Custom Tab 1 Title\";s:31:\"suf_sbtab_custom_tab_1_contents\";s:38:\"Tabbed Sidebar - Custom Tab 1 Contents\";s:28:\"suf_sbtab_custom_tab_2_title\";s:35:\"Tabbed Sidebar - Custom Tab 2 Title\";s:31:\"suf_sbtab_custom_tab_2_contents\";s:38:\"Tabbed Sidebar - Custom Tab 2 Contents\";s:28:\"suf_sbtab_custom_tab_3_title\";s:35:\"Tabbed Sidebar - Custom Tab 3 Title\";s:31:\"suf_sbtab_custom_tab_3_contents\";s:38:\"Tabbed Sidebar - Custom Tab 3 Contents\";s:28:\"suf_sbtab_custom_tab_4_title\";s:35:\"Tabbed Sidebar - Custom Tab 4 Title\";s:31:\"suf_sbtab_custom_tab_4_contents\";s:38:\"Tabbed Sidebar - Custom Tab 4 Contents\";s:28:\"suf_sbtab_custom_tab_5_title\";s:35:\"Tabbed Sidebar - Custom Tab 5 Title\";s:31:\"suf_sbtab_custom_tab_5_contents\";s:38:\"Tabbed Sidebar - Custom Tab 5 Contents\";s:28:\"suf_sbtab_custom_tab_6_title\";s:35:\"Tabbed Sidebar - Custom Tab 6 Title\";s:31:\"suf_sbtab_custom_tab_6_contents\";s:38:\"Tabbed Sidebar - Custom Tab 6 Contents\";s:28:\"suf_sbtab_custom_tab_7_title\";s:35:\"Tabbed Sidebar - Custom Tab 7 Title\";s:31:\"suf_sbtab_custom_tab_7_contents\";s:38:\"Tabbed Sidebar - Custom Tab 7 Contents\";s:28:\"suf_sbtab_custom_tab_8_title\";s:35:\"Tabbed Sidebar - Custom Tab 8 Title\";s:31:\"suf_sbtab_custom_tab_8_contents\";s:38:\"Tabbed Sidebar - Custom Tab 8 Contents\";s:28:\"suf_sbtab_custom_tab_9_title\";s:35:\"Tabbed Sidebar - Custom Tab 9 Title\";s:31:\"suf_sbtab_custom_tab_9_contents\";s:38:\"Tabbed Sidebar - Custom Tab 9 Contents\";s:29:\"suf_sbtab_custom_tab_10_title\";s:36:\"Tabbed Sidebar - Custom Tab 10 Title\";s:32:\"suf_sbtab_custom_tab_10_contents\";s:39:\"Tabbed Sidebar - Custom Tab 10 Contents\";s:21:\"suf_ie7_compatibility\";s:28:\"Force IE7 Compatibility View\";s:15:\"suf_seo_enabled\";s:34:\"Enable SEO settings for the theme?\";s:20:\"suf_seo_all_settings\";s:16:\"Select Meta tags\";s:19:\"suf_seo_title_style\";s:11:\"Title style\";s:23:\"suf_seo_title_separator\";s:15:\"Title Separator\";s:21:\"suf_seo_show_subtitle\";s:54:\"Blog description / subtitle in page title on home page\";s:21:\"suf_seo_show_page_num\";s:21:\"Page numbers in title\";s:24:\"suf_seo_meta_description\";s:25:\"Homepage Meta Description\";s:21:\"suf_seo_meta_keywords\";s:22:\"Homepage Meta Keywords\";s:29:\"suf_comments_disabled_all_sel\";s:43:\"Hide \"Comment form closed\" Message on Pages\";s:21:\"suf_comments_disabled\";s:50:\"Select pages to hide \"Comment form closed\" message\";s:35:\"suf_comments_disabled_msg_for_posts\";s:43:\"Hide \"Comment form closed\" Message on Posts\";s:19:\"suf_show_track_ping\";s:30:\"Show Trackbacks and Pingbacks?\";s:34:\"suf_show_hide_reply_link_for_pings\";s:43:\"Allow Replies for Trackbacks and Pingbacks?\";s:24:\"suf_comment_label_styles\";s:26:\"Comment form labels styles\";s:22:\"suf_comment_label_name\";s:18:\"Comment form: Name\";s:26:\"suf_comment_label_name_req\";s:27:\"Comment form: Name Required\";s:23:\"suf_comment_label_email\";s:19:\"Comment form: Email\";s:27:\"suf_comment_label_email_req\";s:28:\"Comment form: Email Required\";s:21:\"suf_comment_label_uri\";s:17:\"Comment form: URI\";s:30:\"suf_comment_label_your_comment\";s:26:\"Comment form: Your Comment\";s:18:\"suf_uprof_networks\";s:33:\"Select Additional Social Networks\";s:27:\"suf_uprof_post_info_enabled\";s:54:\"Show author information for individual posts and pages\";s:26:\"suf_uprof_post_info_header\";s:25:\"Author information header\";s:28:\"suf_uprof_post_info_gravatar\";s:15:\"Author Gravatar\";s:33:\"suf_uprof_post_info_gravatar_size\";s:13:\"Gravatar Size\";s:38:\"suf_uprof_post_info_gravatar_alignment\";s:18:\"Gravatar Alignment\";s:27:\"suf_uprof_post_info_content\";s:26:\"Author information content\";s:21:\"suf_analytics_enabled\";s:17:\"Enable Analytics?\";s:25:\"suf_custom_analytics_code\";s:37:\"Custom Google Analytics Tracking Code\";s:18:\"suf_openid_enabled\";s:22:\"Enable OpenID support?\";s:17:\"suf_openid_server\";s:13:\"OpenID Server\";s:19:\"suf_openid_delegate\";s:15:\"OpenID Delegate\";s:19:\"suf_custom_css_code\";s:13:\"Custom Styles\";s:21:\"suf_custom_css_link_1\";s:32:\"First Additional Stylesheet link\";s:21:\"suf_custom_css_link_2\";s:33:\"Second Additional Stylesheet link\";s:21:\"suf_custom_css_link_3\";s:32:\"Third Additional Stylesheet link\";s:19:\"suf_custom_php_file\";s:24:\"Custom PHP file location\";s:20:\"suf_custom_js_file_1\";s:30:\"First External JavaScript file\";s:20:\"suf_custom_js_file_2\";s:31:\"Second External JavaScript file\";s:20:\"suf_custom_js_file_3\";s:30:\"Third External JavaScript file\";s:20:\"suf_custom_header_js\";s:24:\"Custom Header JavaScript\";s:20:\"suf_custom_footer_js\";s:24:\"Custom Footer JavaScript\";s:30:\"suf_custom_default_rss_enabled\";s:21:\"Disable default feed?\";s:21:\"suf_custom_rss_feed_1\";s:36:\"Address of First Additional RSS Feed\";s:22:\"suf_custom_rss_title_1\";s:34:\"Title of First Additional RSS Feed\";s:21:\"suf_custom_rss_feed_2\";s:37:\"Address of Second Additional RSS Feed\";s:22:\"suf_custom_rss_title_2\";s:35:\"Title of Second Additional RSS Feed\";s:21:\"suf_custom_rss_feed_3\";s:36:\"Address of Third Additional RSS Feed\";s:22:\"suf_custom_rss_title_3\";s:34:\"Title of Third Additional RSS Feed\";s:22:\"suf_custom_atom_feed_1\";s:37:\"Address of First Additional Atom Feed\";s:23:\"suf_custom_atom_title_1\";s:35:\"Title of First Additional Atom Feed\";s:22:\"suf_custom_atom_feed_2\";s:38:\"Address of Second Additional Atom Feed\";s:23:\"suf_custom_atom_title_2\";s:36:\"Title of Second Additional Atom Feed\";s:22:\"suf_custom_atom_feed_3\";s:37:\"Address of Third Additional Atom Feed\";s:23:\"suf_custom_atom_title_3\";s:35:\"Title of Third Additional Atom Feed\";s:16:\"suf_js_in_footer\";s:28:\"Include JavaScript in Footer\";s:15:\"suf_autogen_css\";s:48:\"Auto-generate CSS file for customization options\";s:14:\"suf_minify_css\";s:20:\"Minify generated CSS\";s:17:\"suf_cache_unified\";s:22:\"Cache dynamic options?\";s:21:\"suf_style_inheritance\";s:15:\"Inherit styles?\";s:20:\"suf_mag_entity_order\";s:38:\"Order of entities in magazine template\";s:24:\"suf_mag_featured_enabled\";s:42:\"Enable Featured Posts on magazine template\";s:23:\"suf_mag_content_enabled\";s:48:\"Show main page content for the magazine template\";s:25:\"suf_mag_headlines_enabled\";s:40:\"Show headlines for the magazine template\";s:22:\"suf_mag_headline_title\";s:52:\"Magazine Template - Main Title for headlines section\";s:37:\"suf_mag_headline_main_title_alignment\";s:62:\"Magazine Template - Main title alignment for headlines section\";s:24:\"suf_mag_headlines_height\";s:46:\"Magazine template - Height of headline section\";s:38:\"suf_mag_headline_image_container_width\";s:47:\"Magazine template - Width of headline image box\";s:25:\"suf_mag_headline_img_pref\";s:22:\"Image preference order\";s:27:\"suf_mag_headline_image_size\";s:42:\"Magazine template - Headline image scaling\";s:36:\"suf_mag_headline_image_custom_height\";s:51:\"Magazine template - Custom Height of headline image\";s:35:\"suf_mag_headline_image_custom_width\";s:50:\"Magazine template - Custom Width of headline image\";s:19:\"suf_mag_headline_zc\";s:21:\"Proportional resizing\";s:27:\"suf_mag_headline_categories\";s:51:\"Magazine template - Select categories for headlines\";s:22:\"suf_mag_headline_limit\";s:19:\"Number of headlines\";s:24:\"suf_mag_excerpts_enabled\";s:50:\"Show an excerpts section for the magazine template\";s:22:\"suf_mag_excerpts_title\";s:51:\"Magazine Template - Main Title for excerpts section\";s:37:\"suf_mag_excerpts_main_title_alignment\";s:61:\"Magazine Template - Main title alignment for excerpts section\";s:22:\"suf_mag_total_excerpts\";s:46:\"Magazine Template - Maximum number of excerpts\";s:24:\"suf_mag_excerpts_per_row\";s:54:\"Magazine Template - Maximum Number of excerpts per row\";s:26:\"suf_mag_excerpt_categories\";s:50:\"Magazine template - Select categories for excerpts\";s:31:\"suf_mag_excerpts_images_enabled\";s:52:\"Magazine Template - Thumbnail container for excerpts\";s:33:\"suf_mag_excerpts_image_box_height\";s:59:\"Magazine Template - Thumbnail container height for excerpts\";s:24:\"suf_mag_excerpt_img_pref\";s:22:\"Image preference order\";s:26:\"suf_mag_excerpt_image_size\";s:51:\"Magazine template - Excerpt thumbnail image scaling\";s:35:\"suf_mag_excerpt_image_custom_height\";s:64:\"Magazine template - Custom height of thumbnail image in excerpts\";s:34:\"suf_mag_excerpt_image_custom_width\";s:63:\"Magazine template - Custom width of thumbnail image in excerpts\";s:18:\"suf_mag_excerpt_zc\";s:21:\"Proportional resizing\";s:31:\"suf_mag_excerpt_title_alignment\";s:55:\"Magazine template - Alignment of post title in Excerpts\";s:31:\"suf_mag_excerpt_full_story_text\";s:53:\"Magazine Template - Text for \"Full story\" in excerpts\";s:26:\"suf_mag_categories_enabled\";s:51:\"Show a categories section for the magazine template\";s:23:\"suf_mag_catblocks_title\";s:53:\"Magazine Template - Main Title for categories section\";s:38:\"suf_mag_catblocks_main_title_alignment\";s:63:\"Magazine Template - Main title alignment for categories section\";s:27:\"suf_mag_catblock_categories\";s:50:\"Magazine template - Select category blocks to show\";s:25:\"suf_mag_catblocks_per_row\";s:61:\"Magazine Template - Maximum Number of category blocks per row\";s:33:\"suf_mag_catblocks_title_alignment\";s:68:\"Magazine Template - Category title alignment for each Category Block\";s:32:\"suf_mag_catblocks_images_enabled\";s:46:\"Magazine Template - Images for category blocks\";s:34:\"suf_mag_catblocks_image_box_height\";s:62:\"Magazine Template - Image container height for category blocks\";s:30:\"suf_mag_catblocks_desc_enabled\";s:51:\"Magazine Template - Description for category blocks\";s:31:\"suf_mag_catblocks_posts_enabled\";s:51:\"Magazine Template - Latest posts in category blocks\";s:27:\"suf_mag_catblocks_num_posts\";s:62:\"Magazine Template - Maximum Number of posts in category blocks\";s:30:\"suf_mag_catblocks_see_all_text\";s:63:\"Magazine Template - Text for \"See all posts\" in category blocks\";s:28:\"suf_mag_catblocks_post_style\";s:57:\"Magazine Template - Post display style in category blocks\";s:15:\"suf_pop_excerpt\";s:48:\"Layout Settings for the \"Page of Posts\" template\";s:17:\"suf_pop_fc_number\";s:56:\"Number of Full content posts on \"Page of Posts\" template\";s:20:\"suf_cat_info_enabled\";s:29:\"Enable Category Introduction?\";s:26:\"suf_temp_cats_hierarchical\";s:31:\"List categories hierarchically?\";s:17:\"suf_temp_cats_rss\";s:33:\"Show RSS feeds for each category?\";s:24:\"suf_temp_cats_post_count\";s:34:\"Show post count for each category?\";s:20:\"suf_tag_info_enabled\";s:20:\"Show Tag Description\";s:23:\"suf_author_info_enabled\";s:27:\"Enable Author Introduction?\";s:23:\"suf_search_info_enabled\";s:27:\"Enable Search introduction?\";s:19:\"suf_image_show_exif\";s:18:\"Display EXIF data?\";s:21:\"suf_image_exif_pieces\";s:20:\"EXIF data to display\";s:18:\"suf_audio_att_type\";s:14:\"Audio template\";s:27:\"suf_audio_att_player_height\";s:17:\"Height of content\";s:26:\"suf_audio_att_player_width\";s:16:\"Width of content\";s:24:\"suf_application_att_type\";s:20:\"Application template\";s:32:\"suf_application_att_player_width\";s:16:\"Width of content\";s:17:\"suf_text_att_type\";s:13:\"Text template\";s:25:\"suf_text_att_player_width\";s:16:\"Width of content\";s:18:\"suf_video_att_type\";s:14:\"Video template\";s:27:\"suf_video_att_player_height\";s:17:\"Height of content\";s:26:\"suf_video_att_player_width\";s:16:\"Width of content\";s:20:\"suf_sitemap_contents\";s:19:\"Contents of Sitemap\";s:23:\"suf_sitemap_label_pages\";s:15:\"Label for Pages\";s:28:\"suf_sitemap_label_categories\";s:20:\"Label for Categories\";s:25:\"suf_sitemap_label_authors\";s:17:\"Label for Authors\";s:27:\"suf_sitemap_label_yarchives\";s:25:\"Label for Yearly Archives\";s:27:\"suf_sitemap_label_marchives\";s:26:\"Label for Monthly Archives\";s:27:\"suf_sitemap_label_warchives\";s:25:\"Label for Weekly Archives\";s:27:\"suf_sitemap_label_darchives\";s:24:\"Label for Daily Archives\";s:22:\"suf_sitemap_label_tags\";s:14:\"Label for Tags\";s:23:\"suf_sitemap_label_posts\";s:20:\"Label for Blog Posts\";s:24:\"suf_sitemap_entity_order\";s:28:\"Sequence of Sitemap Contents\";s:19:\"suf_ns_wabh_enabled\";s:32:\"Enable Widget Area Below Header?\";s:19:\"suf_ns_waaf_enabled\";s:32:\"Enable Widget Area Above Footer?\";s:25:\"suf_1l_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_1l_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_1l_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_1l_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_1l_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_1l_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_1l_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_1l_sb_1_width\";s:58:\"Custom component width - Custom value for width of sidebar\";s:25:\"suf_1r_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_1r_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_1r_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_1r_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_1r_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_1r_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_1r_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_1r_sb_1_width\";s:58:\"Custom component width - Custom value for width of sidebar\";s:27:\"suf_1l1r_wrapper_width_type\";s:15:\"Page Width Type\";s:27:\"suf_1l1r_wrapper_width_flex\";s:13:\"Width of page\";s:31:\"suf_1l1r_wrapper_width_flex_min\";s:13:\"Minimum width\";s:29:\"suf_1l1r_wrapper_width_preset\";s:18:\"Overall Page Width\";s:22:\"suf_1l1r_wrapper_width\";s:27:\"Custom value for page width\";s:23:\"suf_1l1r_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:19:\"suf_1l1r_sb_1_width\";s:63:\"Custom component width - Custom value for width of left sidebar\";s:19:\"suf_1l1r_sb_2_width\";s:64:\"Custom component width - Custom value for width of right sidebar\";s:25:\"suf_2l_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_2l_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_2l_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_2l_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_2l_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_2l_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_2l_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_2l_sb_1_width\";s:64:\"Custom component width - Custom value for width of first sidebar\";s:17:\"suf_2l_sb_2_width\";s:65:\"Custom component width - Custom value for width of second sidebar\";s:25:\"suf_2r_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_2r_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_2r_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_2r_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_2r_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_2r_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_2r_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_2r_sb_1_width\";s:64:\"Custom component width - Custom value for width of first sidebar\";s:17:\"suf_2r_sb_2_width\";s:65:\"Custom component width - Custom value for width of second sidebar\";s:20:\"suf_nr_books_per_row\";s:23:\"Number of Books per row\";s:19:\"suf_nr_main_cover_w\";s:25:\"Width of book cover image\";s:19:\"suf_nr_main_cover_h\";s:26:\"Height of book cover image\";s:20:\"suf_nr_no_books_text\";s:40:\"Text if no books are found for a section\";s:16:\"suf_nr_lib_title\";s:21:\"Title of Library Page\";s:20:\"suf_nr_lib_curr_show\";s:31:\"Display Currently Reading Books\";s:21:\"suf_nr_lib_curr_title\";s:41:\"Section title for Currently Reading Books\";s:20:\"suf_nr_lib_curr_text\";s:40:\"Section text for Currently Reading Books\";s:22:\"suf_nr_lib_unread_show\";s:20:\"Display Unread Books\";s:23:\"suf_nr_lib_unread_title\";s:30:\"Section title for Unread Books\";s:22:\"suf_nr_lib_unread_text\";s:29:\"Section text for Unread Books\";s:25:\"suf_nr_lib_completed_show\";s:23:\"Display Completed Books\";s:26:\"suf_nr_lib_completed_title\";s:33:\"Section title for Completed Books\";s:25:\"suf_nr_lib_completed_text\";s:32:\"Section text for Completed Books\";s:16:\"suf_nr_lib_order\";s:17:\"Order of sections\";s:24:\"suf_nr_single_added_show\";s:55:\"Reading statistics: Show when book was added to library\";s:24:\"suf_nr_single_added_text\";s:56:\"Reading statistics: Tagline for when you added this book\";s:26:\"suf_nr_single_started_show\";s:57:\"Reading statistics: Show when you began reading this book\";s:26:\"suf_nr_single_started_text\";s:64:\"Reading statistics: Tagline for when you began reading this book\";s:27:\"suf_nr_single_finished_show\";s:60:\"Reading statistics: Show when you finished reading this book\";s:27:\"suf_nr_single_finished_text\";s:67:\"Reading statistics: Tagline for when you finished reading this book\";s:23:\"suf_nr_single_meta_show\";s:36:\"Show meta information about the book\";s:22:\"suf_nr_wid_search_show\";s:22:\"Display Library Search\";s:20:\"suf_nr_wid_curr_show\";s:31:\"Display Currently Reading Books\";s:21:\"suf_nr_wid_curr_title\";s:41:\"Section title for Currently Reading Books\";s:22:\"suf_nr_wid_unread_show\";s:20:\"Display Unread Books\";s:23:\"suf_nr_wid_unread_title\";s:30:\"Section title for Unread Books\";s:25:\"suf_nr_wid_completed_show\";s:23:\"Display Completed Books\";s:26:\"suf_nr_wid_completed_title\";s:33:\"Section title for Completed Books\";s:16:\"suf_nr_wid_order\";s:17:\"Order of sections\";s:13:\"suf_404_title\";s:21:\"Title of the 404 Page\";s:15:\"suf_404_content\";s:23:\"Content of the 404 Page\";s:13:\"theme-version\";s:5:\"3.7.8\";}','yes'),(11957,0,'_site_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1305820542;}','yes'),(6893,0,'theme_mods_suffusion','a:1:{i:0;b:0;}','yes'),(6894,0,'widget_suf-follow-twitter','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6895,0,'widget_suf-cat-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6896,0,'widget_suf-featured-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6897,0,'widget_suf-google-translator','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6898,0,'widget_suf-subscription','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6899,0,'suffusion_generated_css','/* March 16, 2011 5:52 pm */\r\nbody {\r\n background-color: #FFFFFF;\r\n}\r\n#wrapper { margin: 20px auto; }\r\n.page-template-1l-sidebar-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php #container { padding-left: 275px; padding-right: 0px; }\r\n.page-template-1l-sidebar-php #main-col { width: 725px; }\r\n* html .page-template-1l-sidebar-php #main-col { w\\idth: 695px }\r\n.page-template-1l-sidebar-php #nav-top .col-control, .page-template-1l-sidebar-php #top-bar-right-spanel .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php #header-container .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php #nav .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php #page-footer .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php .post-footer .category, .page-template-1l-sidebar-php .postdata .category {\r\n max-width: 450px;\r\n}\r\n.page-template-1l-sidebar-php .tags {\r\n max-width: 450px;\r\n}\r\n* html .page-template-1l-sidebar-php .post-footer .category, * html .page-template-1l-sidebar-php .postdata .category, * html .page-template-1l-sidebar-php .tags {\r\n w\\idth: expression(this.width > Math.floor((document.getElementById(\'main-col\').offsetWidth)/2) ? \'60%\' : true);\r\n}\r\n.page-template-1l-sidebar-php #sidebar, .page-template-1l-sidebar-php #sidebar-b, .page-template-1l-sidebar-php #sidebar-shell-1 {\r\n width: 260px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar.flattened, .page-template-1l-sidebar-php #sidebar-b.flattened {\r\n width: 258px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-shell-1 {\r\n margin-left: -100%;\r\n margin-right: 15px;\r\n left: auto;\r\n right: 275px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-2, .page-template-1l-sidebar-php #sidebar-2-b, .page-template-1l-sidebar-php #sidebar-shell-2, .page-template-1l-sidebar-php #sidebar-2.flattened, .page-template-1l-sidebar-php #sidebar-2-b.flattened {\r\n width: 0;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-shell-2 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-container { width: 275px; }\r\n.page-template-1l-sidebar-php .sidebar-container-left { right: 275px; }\r\n.page-template-1l-sidebar-php .sidebar-container-right { margin-right: -275px; }\r\n.page-template-1l-sidebar-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-1l-sidebar-php #wsidebar-top, .page-template-1l-sidebar-php #wsidebar-bottom { width: 273px; }\r\n.page-template-1l-sidebar-php #sidebar-wrap {\r\n width: 290px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-1l-sidebar-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n* html .page-template-1l-sidebar-php .sidebar-wrap-left, * html .page-template-1l-sidebar-php #sidebar-container.sidebar-container-left {\r\n margin-left: expression((document.getElementById(\'main-col\') == null ? (document.getElementById(\'single-col\').offsetWidth - 15 + 130) : (document.getElementById(\'main-col\').offsetWidth - 15 + 130))*(-1)+\'px\');\r\n}\r\n.page-template-1l-sidebar-php .sidebar-wrap-right {\r\n margin-right: -290px;\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar, * html .page-template-1l-sidebar-php #sidebar-b, * html .page-template-1l-sidebar-php #sidebar-shell-1 {\r\n w\\idth: 252px;\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-container {\r\n w\\idth: 265px;\r\n}\r\n.page-template-1l-sidebar-php .tab-box {\r\n width: 260px;\r\n}\r\n.page-template-1r-sidebar-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php #container { padding-left: 0px; padding-right: 275px; }\r\n.page-template-1r-sidebar-php #main-col { width: 725px; }\r\n* html .page-template-1r-sidebar-php #main-col { w\\idth: 695px }\r\n.page-template-1r-sidebar-php #nav-top .col-control, .page-template-1r-sidebar-php #top-bar-right-spanel .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php #header-container .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php #nav .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php #page-footer .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php .post-footer .category, .page-template-1r-sidebar-php .postdata .category {\r\n max-width: 450px;\r\n}\r\n.page-template-1r-sidebar-php .tags {\r\n max-width: 450px;\r\n}\r\n* html .page-template-1r-sidebar-php .post-footer .category, * html .page-template-1r-sidebar-php .postdata .category, * html .page-template-1r-sidebar-php .tags {\r\n w\\idth: expression(this.width > Math.floor((document.getElementById(\'main-col\').offsetWidth)/2) ? \'60%\' : true);\r\n}\r\n.page-template-1r-sidebar-php #sidebar, .page-template-1r-sidebar-php #sidebar-b, .page-template-1r-sidebar-php #sidebar-shell-1 {\r\n width: 260px;\r\n}\r\n.page-template-1r-sidebar-php #sidebar.flattened, .page-template-1r-sidebar-php #sidebar-b.flattened {\r\n width: 258px;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-shell-1 {\r\n margin-left: 15px;\r\n margin-right: -275px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-2, .page-template-1r-sidebar-php #sidebar-2-b, .page-template-1r-sidebar-php #sidebar-shell-2, .page-template-1r-sidebar-php #sidebar-2.flattened, .page-template-1r-sidebar-php #sidebar-2-b.flattened {\r\n width: 0;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-shell-2 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-container { width: 275px; }\r\n.page-template-1r-sidebar-php .sidebar-container-left { right: 275px; }\r\n.page-template-1r-sidebar-php .sidebar-container-right { margin-right: -275px; }\r\n.page-template-1r-sidebar-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-1r-sidebar-php #wsidebar-top, .page-template-1r-sidebar-php #wsidebar-bottom { width: 273px; }\r\n.page-template-1r-sidebar-php #sidebar-wrap {\r\n width: 290px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-1r-sidebar-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n* html .page-template-1r-sidebar-php .sidebar-wrap-left, * html .page-template-1r-sidebar-php #sidebar-container.sidebar-container-left {\r\n margin-left: expression((document.getElementById(\'main-col\') == null ? (document.getElementById(\'single-col\').offsetWidth - 15 + 130) : (document.getElementById(\'main-col\').offsetWidth - 15 + 130))*(-1)+\'px\');\r\n}\r\n.page-template-1r-sidebar-php .sidebar-wrap-right {\r\n margin-right: -290px;\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar, * html .page-template-1r-sidebar-php #sidebar-b, * html .page-template-1r-sidebar-php #sidebar-shell-1 {\r\n w\\idth: 252px;\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-container {\r\n w\\idth: 265px;\r\n}\r\n.page-template-1r-sidebar-php .tab-box {\r\n width: 260px;\r\n}\r\n.page-template-1l1r-sidebar-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php #container { padding-left: 185px; padding-right: 185px; }\r\n.page-template-1l1r-sidebar-php #main-col { width: 630px; }\r\n* html .page-template-1l1r-sidebar-php #main-col { w\\idth: 600px }\r\n.page-template-1l1r-sidebar-php #nav-top .col-control, .page-template-1l1r-sidebar-php #top-bar-right-spanel .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php #header-container .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php #nav .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php #page-footer .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php .post-footer .category, .page-template-1l1r-sidebar-php .postdata .category {\r\n max-width: 355px;\r\n}\r\n.page-template-1l1r-sidebar-php .tags {\r\n max-width: 355px;\r\n}\r\n* html .page-template-1l1r-sidebar-php .post-footer .category, * html .page-template-1l1r-sidebar-php .postdata .category, * html .page-template-1l1r-sidebar-php .tags {\r\n w\\idth: expression(this.width > Math.floor((document.getElementById(\'main-col\').offsetWidth)/2) ? \'60%\' : true);\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar, .page-template-1l1r-sidebar-php #sidebar-b, .page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n width: 170px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar.flattened, .page-template-1l1r-sidebar-php #sidebar-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n margin-left: 15px;\r\n margin-right: -185px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-2, .page-template-1l1r-sidebar-php #sidebar-2-b, .page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n width: 170px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-2.flattened, .page-template-1l1r-sidebar-php #sidebar-2-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n margin-left: -100%;\r\n margin-right: 0px;\r\n left: auto;\r\n right: 185px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-container { width: 185px; }\r\n.page-template-1l1r-sidebar-php .sidebar-container-left { right: 185px; }\r\n.page-template-1l1r-sidebar-php .sidebar-container-right { margin-right: -185px; }\r\n.page-template-1l1r-sidebar-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-1l1r-sidebar-php #wsidebar-top, .page-template-1l1r-sidebar-php #wsidebar-bottom { width: 353px; }\r\n.page-template-1l1r-sidebar-php #sidebar-wrap {\r\n width: 370px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-1l1r-sidebar-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n* html .page-template-1l1r-sidebar-php .sidebar-wrap-left, * html .page-template-1l1r-sidebar-php #sidebar-container.sidebar-container-left {\r\n margin-left: expression((document.getElementById(\'main-col\') == null ? (document.getElementById(\'single-col\').offsetWidth - 15 + 170) : (document.getElementById(\'main-col\').offsetWidth - 15 + 170))*(-1)+\'px\');\r\n}\r\n.page-template-1l1r-sidebar-php .sidebar-wrap-right {\r\n margin-right: -370px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar, * html .page-template-1l1r-sidebar-php #sidebar-b, * html .page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-2, * html .page-template-1l1r-sidebar-php #sidebar-2-b, * html .page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n lef\\t: 200px;\r\n r\\ight: 185px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-container {\r\n w\\idth: 175px;\r\n}\r\n.page-template-1l1r-sidebar-php .tab-box {\r\n width: 170px;\r\n}\r\n.page-template-2l-sidebars-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php #container { padding-left: 370px; padding-right: 0px; }\r\n.page-template-2l-sidebars-php #main-col { width: 630px; }\r\n* html .page-template-2l-sidebars-php #main-col { w\\idth: 600px }\r\n.page-template-2l-sidebars-php #nav-top .col-control, .page-template-2l-sidebars-php #top-bar-right-spanel .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php #header-container .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php #nav .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php #page-footer .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php .post-footer .category, .page-template-2l-sidebars-php .postdata .category {\r\n max-width: 355px;\r\n}\r\n.page-template-2l-sidebars-php .tags {\r\n max-width: 355px;\r\n}\r\n* html .page-template-2l-sidebars-php .post-footer .category, * html .page-template-2l-sidebars-php .postdata .category, * html .page-template-2l-sidebars-php .tags {\r\n w\\idth: expression(this.width > Math.floor((document.getElementById(\'main-col\').offsetWidth)/2) ? \'60%\' : true);\r\n}\r\n.page-template-2l-sidebars-php #sidebar, .page-template-2l-sidebars-php #sidebar-b, .page-template-2l-sidebars-php #sidebar-shell-1 {\r\n width: 170px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar.flattened, .page-template-2l-sidebars-php #sidebar-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-shell-1 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-2, .page-template-2l-sidebars-php #sidebar-2-b, .page-template-2l-sidebars-php #sidebar-shell-2 {\r\n width: 170px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-2.flattened, .page-template-2l-sidebars-php #sidebar-2-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-shell-2 {\r\n margin-left: 15px;\r\n margin-right: -185px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-container { width: 370px; }\r\n.page-template-2l-sidebars-php .sidebar-container-left { right: 370px; }\r\n.page-template-2l-sidebars-php .sidebar-container-right { margin-right: -370px; }\r\n.page-template-2l-sidebars-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-2l-sidebars-php #wsidebar-top, .page-template-2l-sidebars-php #wsidebar-bottom { width: 353px; }\r\n.page-template-2l-sidebars-php #sidebar-wrap {\r\n width: 370px;\r\n left: auto;\r\n right: 370px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: 200px;\r\n}\r\n.page-template-2l-sidebars-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n* html .page-template-2l-sidebars-php .sidebar-wrap-left, * html .page-template-2l-sidebars-php #sidebar-container.sidebar-container-left {\r\n margin-left: expression((document.getElementById(\'main-col\') == null ? (document.getElementById(\'single-col\').offsetWidth - 15 + 170) : (document.getElementById(\'main-col\').offsetWidth - 15 + 170))*(-1)+\'px\');\r\n}\r\n.page-template-2l-sidebars-php .sidebar-wrap-right {\r\n margin-right: -370px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar, * html .page-template-2l-sidebars-php #sidebar-b, * html .page-template-2l-sidebars-php #sidebar-shell-1 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-2, * html .page-template-2l-sidebars-php #sidebar-2-b, * html .page-template-2l-sidebars-php #sidebar-shell-2 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-container {\r\n w\\idth: 360px;\r\n}\r\n.page-template-2l-sidebars-php .tab-box {\r\n width: 353px;\r\n}\r\n.page-template-2r-sidebars-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php #container { padding-left: 0px; padding-right: 370px; }\r\n.page-template-2r-sidebars-php #main-col { width: 630px; }\r\n* html .page-template-2r-sidebars-php #main-col { w\\idth: 600px }\r\n.page-template-2r-sidebars-php #nav-top .col-control, .page-template-2r-sidebars-php #top-bar-right-spanel .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php #header-container .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php #nav .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php #page-footer .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php .post-footer .category, .page-template-2r-sidebars-php .postdata .category {\r\n max-width: 355px;\r\n}\r\n.page-template-2r-sidebars-php .tags {\r\n max-width: 355px;\r\n}\r\n* html .page-template-2r-sidebars-php .post-footer .category, * html .page-template-2r-sidebars-php .postdata .category, * html .page-template-2r-sidebars-php .tags {\r\n w\\idth: expression(this.width > Math.floor((document.getElementById(\'main-col\').offsetWidth)/2) ? \'60%\' : true);\r\n}\r\n.page-template-2r-sidebars-php #sidebar, .page-template-2r-sidebars-php #sidebar-b, .page-template-2r-sidebars-php #sidebar-shell-1 {\r\n width: 170px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar.flattened, .page-template-2r-sidebars-php #sidebar-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-shell-1 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-2, .page-template-2r-sidebars-php #sidebar-2-b, .page-template-2r-sidebars-php #sidebar-shell-2 {\r\n width: 170px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-2.flattened, .page-template-2r-sidebars-php #sidebar-2-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-shell-2 {\r\n margin-left: -185px;\r\n margin-right: 15px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-container { width: 370px; }\r\n.page-template-2r-sidebars-php .sidebar-container-left { right: 370px; }\r\n.page-template-2r-sidebars-php .sidebar-container-right { margin-right: -370px; }\r\n.page-template-2r-sidebars-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-2r-sidebars-php #wsidebar-top, .page-template-2r-sidebars-php #wsidebar-bottom { width: 353px; }\r\n.page-template-2r-sidebars-php #sidebar-wrap {\r\n width: 370px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-2r-sidebars-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n* html .page-template-2r-sidebars-php .sidebar-wrap-left, * html .page-template-2r-sidebars-php #sidebar-container.sidebar-container-left {\r\n margin-left: expression((document.getElementById(\'main-col\') == null ? (document.getElementById(\'single-col\').offsetWidth - 15 + 170) : (document.getElementById(\'main-col\').offsetWidth - 15 + 170))*(-1)+\'px\');\r\n}\r\n.page-template-2r-sidebars-php .sidebar-wrap-right {\r\n margin-right: -370px;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar, * html .page-template-2r-sidebars-php #sidebar-b, * html .page-template-2r-sidebars-php #sidebar-shell-1 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-2, * html .page-template-2r-sidebars-php #sidebar-2-b, * html .page-template-2r-sidebars-php #sidebar-shell-2 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-container {\r\n w\\idth: 360px;\r\n}\r\n.page-template-2r-sidebars-php .tab-box {\r\n width: 353px;\r\n}\r\n #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n #container { padding-left: 0px; padding-right: 275px; }\r\n #main-col { width: 725px; }\r\n* html #main-col { w\\idth: 695px }\r\n #nav-top .col-control, #top-bar-right-spanel .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n #header-container .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n #nav .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n #page-footer .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n .post-footer .category, .postdata .category {\r\n max-width: 450px;\r\n}\r\n .tags {\r\n max-width: 450px;\r\n}\r\n* html .post-footer .category, * html .postdata .category, * html .tags {\r\n w\\idth: expression(this.width > Math.floor((document.getElementById(\'main-col\').offsetWidth)/2) ? \'60%\' : true);\r\n}\r\n #sidebar, #sidebar-b, #sidebar-shell-1 {\r\n width: 260px;\r\n}\r\n #sidebar.flattened, #sidebar-b.flattened {\r\n width: 258px;\r\n}\r\n #sidebar-shell-1 {\r\n margin-left: 15px;\r\n margin-right: -275px;\r\n left: auto;\r\n right: auto;\r\n}\r\n #sidebar-2, #sidebar-2-b, #sidebar-shell-2, #sidebar-2.flattened, #sidebar-2-b.flattened {\r\n width: 0;\r\n}\r\n #sidebar-shell-2 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n #sidebar-container { width: 275px; }\r\n .sidebar-container-left { right: 275px; }\r\n .sidebar-container-right { margin-right: -275px; }\r\n .sidebar-container-left #sidebar-wrap { right: auto; }\r\n #wsidebar-top, #wsidebar-bottom { width: 273px; }\r\n #sidebar-wrap {\r\n width: 290px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n* html .sidebar-wrap-left, * html #sidebar-container.sidebar-container-left {\r\n margin-left: expression((document.getElementById(\'main-col\') == null ? (document.getElementById(\'single-col\').offsetWidth - 15 + 130) : (document.getElementById(\'main-col\').offsetWidth - 15 + 130))*(-1)+\'px\');\r\n}\r\n .sidebar-wrap-right {\r\n margin-right: -290px;\r\n}\r\n* html #sidebar, * html #sidebar-b, * html #sidebar-shell-1 {\r\n w\\idth: 252px;\r\n}\r\n* html #sidebar-shell-1 {\r\n}\r\n* html #sidebar-shell-2 {\r\n}\r\n* html #sidebar-container {\r\n w\\idth: 265px;\r\n}\r\n .tab-box {\r\n width: 260px;\r\n}\r\n.page-template-no-sidebars-php #container { padding-left: 0; padding-right: 0; }\r\n.page-template-no-sidebars-php .entry img { max-width: 99%; }\r\n.page-template-no-sidebars-php .wp-caption { max-width: 99%; }\r\n.page-template-no-sidebars-php .entry .wp-caption img { max-width: 100%; }\r\n* html .page-template-no-sidebars-php .entry img { w\\idth: expression(this.width > (parseInt(document.getElementById(\'wrapper\').offsetWidth) - 60) ? \'96%\' : true); }\r\n* html .page-template-no-sidebars-php .wp-caption { w\\idth: expression(this.offsetWidth > (parseInt(document.getElementById(\'wrapper\').offsetWidth) - 60) ? \'96%\' : true); }\r\n* html .page-template-no-sidebars-php .entry .wp-caption img { w\\idth: expression(this.width > (parseInt(document.getElementById(\'wrapper\').offsetWidth) - 60) ? \'100%\' : true); }\r\n.page-template-no-sidebars-php #main-col { width: 100%; }\r\n.suf-mag-headlines {\r\n padding-left: 225px;\r\n}\r\n.suf-mag-headline-photo-box { width: 225px; right: 225px; }\r\n.suf-mag-headline-block { width: 100%; }\r\n* html .suf-mag-headline-block { w\\idth: 100%; }\r\n.suf-mag-headlines { height: 250px }\r\ncol.suf-mag-excerpt { width: 33%; }\r\n.suf-mag-excerpt-image {\r\n width: 221px;\r\n height: 100px;\r\n}\r\n* html .suf-mag-excerpt-image { w\\idth: 218px; }\r\ncol.suf-mag-category { width: 33%; }\r\n.suf-mag-category-image {\r\n width: 221px;\r\n height: 100px;\r\n}\r\n* html .suf-mag-category-image { w\\idth: 218px; }\r\nh2.suf-mag-category-title { text-align: left; }\r\n.suf-mag-categories th { text-align: left; }\r\n.suf-mag-excerpts th { text-align: left; }\r\nh2.suf-mag-excerpt-title { text-align: left; }\r\nh2.suf-mag-headlines-title { text-align: left; }\r\n .post .date { display: none; }\r\n .title-container { padding-left: 0; padding-right: 0; }\r\n .post .title { padding-left: 0; }\r\n\r\n.post-footer .category, .postdata .category{ float: left; }\r\n.post .post-footer .comments, .post .postdata .comments { float: right; }\r\ndiv.page .post-footer .comments, div.page .postdata .comments { float: right; }\r\n.tags { float: right; text-align: right; }\r\n.post span.author { float: left; padding-right: 10px; }\r\ndiv.page span.author { float: left; padding-right: 10px; }\r\n\r\n/*div.blogtitle a { color: #000000; text-decoration: none; }*/\r\n.blogtitle a { color: #000000; text-decoration: none; }\r\n.blogtitle a:hover { color: #528F6C; text-decoration: none; }\r\n.description { color: #000000; }\r\n.blogtitle { float: left; text-align: left; }\r\n.description { float: right; text-align: right; }\r\n#header { height: 55px; }\r\n#slider, #sliderContent { height: 250px; }\r\n#featured-posts .left, #featured-posts .right { height: 250px; }\r\n.sliderImage { height: 250px; }\r\n#featured-posts .left { width: 250px !important; }\r\n#featured-posts .right { width: 250px !important; }\r\n.sliderImage div { background-color: #222222; color: #FFFFFF; }\r\n.sliderImage div a { color: #FFFFFF; }\r\n#featured-posts { border-width: 1px; border-style: solid; }\r\n#ad-hoc-1 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-1 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-2 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-2 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-3 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-3 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-4 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-4 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-5 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-5 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n* html table.suf-tiles { w\\idth: 700px }\r\ncol.suf-tile { width: 33%; }\r\n.suf-tile-image {\r\n width: 221px;\r\n height: 100px;\r\n}\r\n* html .suf-tile-image { w\\idth: 218px; }\r\nh2.suf-tile-title { text-align: left; }\r\n#nav-top, #top-bar-right-spanel { width: auto; }\r\n#nav-top {\r\n border-radius: 0;\r\n -moz-border-radius: 0;\r\n -webkit-border-radius: 0;\r\n -khtml-border-radius: 0;\r\n}\r\n#nav ul { text-transform: capitalize; }\r\n#nav-top ul { text-transform: capitalize; float: left; }\r\n#widgets-above-header { width: auto; }\r\n#widgets-above-header .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #widgets-above-header .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#page-footer { width: auto; }\r\n#header-container { width: auto; }\r\n#nav { width: auto; }\r\ndiv.booklisting img, div.bookentry img { width: 108px; height: 160px; }\r\ndiv.bookentry .stats { width: 142px; }\r\ndiv.bookentry .review { width: 537px; }\r\n* html div.bookentry .review { w\\idth: 517px; }\r\ncol.nr-shelf-slot { width: 25%; }\r\ndiv.post .entry-container { padding-left: 150px; }\r\ndiv.post .entry { width: 100%; float: left; }\r\ndiv.page .entry-container { padding-left: 150px; }\r\ndiv.page .entry { width: 100%; float: left; }\r\n.attachment object.audio { width: 300px; height: 30px; }\r\n.attachment object.application { width: 300px; }\r\n.attachment object.text { width: 300px; }\r\n.attachment object.video { width: 300px; height: 225px; }\r\n.author-info img.avatar { float: left; padding: 5px; }\r\n.sidebar-container-left #sidebar-shell-1 { float: left; margin-left: 0; margin-right: 15px; right: auto; }\r\n.sidebar-container-left #sidebar-shell-2 { float: left; margin-left: 0; margin-right: 15px; right: auto;}\r\n.sidebar-container-right #sidebar-shell-1 { float: right; margin-right: 0; margin-left: 15px; right: auto; left: auto; }\r\n.sidebar-container-right #sidebar-shell-2 { float: right; margin-right: 0; margin-left: 15px; right: auto; left: auto;}\r\n.sidebar-wrap-right #sidebar-shell-1 { float: right; margin-left: 0; margin-right: 0;}\r\n.sidebar-wrap-right #sidebar-shell-2 { float: right; margin-right: 15px; margin-left: 0;}\r\n.sidebar-wrap-left #sidebar-shell-1 { float: left; margin-left: 0; margin-right: 0;}\r\n.sidebar-wrap-left #sidebar-shell-2 { float: left; margin-left: 15px; margin-right: 0;}\r\n.sidebar-container-left #sidebar-wrap { margin-left: 0; margin-right: 0; left: auto; right: auto; }\r\n.sidebar-container-right #sidebar-wrap { margin-left: 0; margin-right: 0; left: auto; right: auto; }\r\n#sidebar-container .tab-box { margin-left: 0; margin-right: 0; }\r\n#sidebar-container.sidebar-container-left { margin-left: -100%; }\r\n.sidebar-container-left .tab-box { float: left; }\r\n.sidebar-container-right .tab-box { float: right; }\r\n* html #sidebar-container #sidebar-shell-1, * html #sidebar-container #sidebar-shell-2 { lef\\t: auto; r\\ight: auto; }\r\n* html .sidebar-container-left #sidebar-wrap, * html .sidebar-container-right #sidebar-wrap { lef\\t: auto; r\\ight: auto; }','yes'),(7486,0,'_transient_timeout_feed_mod_4687f0956eaf65afab421dc902fc20ca','1300334539','no'),(7487,0,'_transient_feed_mod_4687f0956eaf65afab421dc902fc20ca','1300291339','no'),(7484,0,'_transient_timeout_feed_4687f0956eaf65afab421dc902fc20ca','1300334539','no'),(7485,0,'_transient_feed_4687f0956eaf65afab421dc902fc20ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\" \";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:18:\" \";s:7:\"attribs\";a: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:31:\"Aquoid Themes » Theme 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://www.aquoid.com/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:21:\"The Home of Suffusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Mar 2011 02:42: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.org/?v=3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-8/#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, 28 Feb 2011 23:59:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://www.aquoid.com/news/?p=1007\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"I have had bugs in software before, but by any standards version 3.7.7 was awful. Just awful. As the saying goes, The road to hell is paved with good intentions. In Beta 2 I tried to put in a tweak related to Suhosin, so I split the options into multiple forms and thought I got [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:10067:\"

    I have had bugs in software before, but by any standards version 3.7.7 was awful. Just awful. As the saying goes, The road to hell is paved with good intentions. In Beta 2 I tried to put in a tweak related to Suhosin, so I split the options into multiple forms and thought I got it working. The Beta came and went by without alarms, so I submitted the code for approval, and then it proverbially hit the fan. Truth be told I was expecting issues with the TimThumb replacement, and there were a few. But I seriously blew it with regards to the option management, costing people hours of work. Not all people faced issues, mind you – particularly several people who simply upgraded their sites and left it at that. People who are subscribed to my feed knew how to downgrade the release, so that alleviated some concerns. People who had little image jiggery-pokery on their sites (like me) faced literally no issues, because they didn’t have to tweak anything.

    But for all the rest, all I can offer you is an apology, and what I hope is a clean version – 3.7.8. If you have bought me a coffee and then realized it was not worth it due to this release, please send me an email through the support forum with a transaction id – I will issue an unconditional refund.

    Here is what I have covered in 3.7.8:

    1. Thumbnail issues
      1. If images were not in the template path but in the local directory they were not being picked up and a warning message was being displayed. Thanks a lot to Bob Schecter for an impressive array of websites with a wide range of configurations, which he let me use so that I could track this down.
      2. If the image source was a secure HTTP location (HTTPS, like PicasaWeb), the image was not getting resized. This should be fine now. Thanks to Jürgen for the tip.
    2. Color issues
      1. The first issue was with the color picker. Thanks to various quirks in the use of Farbtastic, I rolled back to something that has been a part of Suffusion since release 2.0 – JSColor. If you now pick a color and save, the change will go through without you having to go through an elaborate charade.
      2. Colors were inconsistently getting prefixed with a “#”. I have made sure that this is no longer the case. Thanks to Kattsby for the tip regarding this.
    3. Option issues
      1. The biggest issue in the previous release was that the buttons to save/reset options had gone rogue and a lot of people have pointed this out. I have made sure of the following:
        1. Clicking “Save” in one screen will not blank out options in another screen.
        2. Clicking “Reset” will not empty the entire theme’s options.
        3. Exporting / Importing will now work.
      2. Another rather intermittent issue was the interference caused by a cookie used by the options panel while attempting to save things. I am only aware of 2 people facing this issue, mind you, and one of them (Mason) has confirmed that this has now been fixed.
      3. A minor issue was that if your options were saved, they needed to be saved twice for the auto-linked CSS to be updated.
      4. Quote characters around font names were being escaped, preventing the font from being loaded.
      5. Some people complained about a slowdown on IE. To counter this, I got rid of the JQuery Uniform script that I was using to make the admin panel look good. I will reconsider this once the changes introduced in this version stabilize.
    4. Miscellaneous issues
      1. There was a bug that was breaking the layout of the Widget Area Above Footer.
      2. There were some issues with the navigation menu’s appearance in the standard skins, particularly with respect to visited items and hover-over items.

    Things that are not issues

    When something goes wrong, the natural inclination is to assign to it all faults, real and perceived. Something similar happened with the last releases, and because the core faults with Suffusion were so severe, a lot of issues from other places were ascribed to the theme. Not that I blame any of you for it. The following are NOT issues with Suffusion:

    1. If your admin panel stops loading after printing the top bar, the culprit is, in all likelihood a plugin. There is a lot of literature around this on the web, but it bears repeating, particularly because Suffusion’s options panel is more complex and detailed than most other themes’ panels, and having an incorrect script interfering can really mess things up.

      A lot of people upgraded to WP 3.1 and Suffusion 3.7.7 at the same time. Now, WP 3.1 uses a new version of JQuery libraries. Some plugins and themes don’t include JQuery the right way. The somewhat correct way to include JS in WordPress is by using the wp_enqueue_script function. The truly correct way to include JS is to use wp_enqueue_script with the right hooks. Here is what I mean:

      1. The absolutely wrong way:

        \nfunction print_my_script() {\n	echo "<link media=\'all\' href=\'http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js\' type=\'text/css\' rel=\'stylesheet\' />";\n}\nprint_my_script();\n

        The problem is that the above will load JQuery potentially twice. Plus you might be loading JQuery after something needs it, thereby resulting in errors. The only situation when this might be required is if you need conditional JavaScript (like something for IE), which is not the case in the above.

      2. The sometimes correct way:
        \nadd_action(\'init\', \'my_enqueue_scripts\');\nfunction my_enqueue_scripts() {\n    wp_deregister_script( \'jquery\' ); // Will remove WP\'s standard JQuery\n    wp_register_script( \'jquery\', \'http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js\'); // Will register Google CDN\'s JQuery, version 1.5\n    wp_enqueue_script( \'jquery\' );// Will queue it up for printing.\n}\n

        The trouble with the above is that the script is going to get enqueued for all pages, admin or otherwise.

      3. The almost correct way:
        \nadd_action(\'admin_menu\', \'my_plugin_menu\');\nfunction my_plugin_menu() {\n	add_options_page(\'My Plugin Options\', \'My Plugin\', \'manage_options\', \'my-unique-identifier\', \'my_plugin_options\');\n	add_action("admin_print_scripts", \'my_admin_script_loader\');\n}\n\nfunction my_admin_script_loader() {\n    wp_deregister_script( \'jquery\' ); // Will remove WP\'s standard JQuery\n    wp_register_script( \'jquery\', \'http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js\'); // Will register Google CDN\'s JQuery, version 1.5\n    wp_enqueue_script( \'jquery\' );// Will queue it up for printing.\n}\n

        The only problem with the above is that it will queue up the CDN JQuery for all admin pages. What if another plugin is relying on a different version of JQuery? A lot of developers get this one wrong.

      4. The truly correct way:
        \nadd_action(\'admin_menu\', \'my_plugin_menu\');\nfunction my_plugin_menu() {\n	$options_manager = add_options_page(\'My Plugin Options\', \'My Plugin\', \'manage_options\', \'my-unique-identifier\', \'my_plugin_options\');\n	add_action("admin_print_scripts-$options_manager", \'my_admin_script_loader\');\n}\n\nfunction my_admin_script_loader() {\n    wp_deregister_script( \'jquery\' ); // Will remove WP\'s standard JQuery\n    wp_register_script( \'jquery\', \'http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js\'); // Will register Google CDN\'s JQuery, version 1.5\n    wp_enqueue_script( \'jquery\' );// Will queue it up for printing.\n}\n

        If you notice, the only difference with #c is the way the admin_print_scripts hook is used. By appending the options page to it, we are saying that the JQuery script should be used only for this particular plugin’s admin screens.

      What has been happening is that a few plugins have followed route b or c above, causing a proliferation of bad JavaScript across the admin pages. With the WP upgrade these plugins now have conflicting JS. This unfortunately causes the correctly coded themes/plugins to break because they rely on the native version of JQuery, which the bad plugin has overwritten on all pages. If you are facing this, you should try deactivating your plugins, then reactivate them one by one to see which one is wrong. If you isolate the broken one, feel free to point the above instructions to the author.

    2. Header height and margin between top of content and top of page: If you had set your options to show a certain header height and margin, please note that the option has moved from Blog Features → Sizes and Margins to Theme Skinning → Header. What has happened as a part of this move is that the control switch has changed. So under Theme Skinning → Header you have to set the options to use “Custom Styles” for the setting to continue to be effective.

    Thanks for all of you who had patience with me during the last one week. Thanks are also in order to all of you who provided detailed reports of the issues that you faced. I wish some of you had participated in the beta testing. Apologies if you don’t see your name above – it is just that there were so many people reporting the issues that I couldn’t fit everyone in here.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-8/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"64\";s: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:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.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:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-7/#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, 22 Feb 2011 17:33: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:14:\"Theme 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:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-7/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:402:\"Version 3.7.7 was released earlier today. This release mostly has bug fixes for 3.7.5. The following are the changes: I have included a workaround for a rather weird critical bug affecting some installations. The symptoms of the bug are that the header in the options page loads up, then nothing happens. I tracked it down [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Sayontan\";s: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:1388:\"

    Version 3.7.7 was released earlier today. This release mostly has bug fixes for 3.7.5. The following are the changes:

    1. I have included a workaround for a rather weird critical bug affecting some installations. The symptoms of the bug are that the header in the options page loads up, then nothing happens. I tracked it down to a bug due to those installations failing to load the jquery.cookie.js file. What makes this bug weird is that the file is there, yet accessing it returns a 404 error. What makes the bug (and the fix) weirder is that if I yank that file and put its contents in another place, the bug resolves itself.
    2. There was a bug that wasn’t updating the options CSS if you had set it to be auto-generated. This has been addressed.
    3. Resized images were not being generated in the default settings. If, however, you saved options on, say, the Featured Content page, the images would show up fine. I have fixed this issue.
    4. I have added basic post-format support without any special treatment, so as to be ready for WP 3.1. Further handling of post formats will be done in subsequent releases.
    5. Another fix is for folks on PHP 4.x. There was a call to a feature (instanceof) that came up in PHP 5, so people on PHP 4 were getting a critical error.

    Hope this takes care of the issues with 3.7.5.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-7/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"26\";s: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:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/#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, 21 Feb 2011 17:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:393:\"Version 3.7.5 was approved earlier today. I know that the beta releases were for 3.7.4, however 3.7.4 didn’t pass the approvals required by the Review Team, so I had to release 3.7.5. This is quite a big release with lots of changes. However, unlike other big releases this has more to do with code housekeeping [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:16628:\"

    Version 3.7.5 was approved earlier today. I know that the beta releases were for 3.7.4, however 3.7.4 didn’t pass the approvals required by the Review Team, so I had to release 3.7.5. This is quite a big release with lots of changes. However, unlike other big releases this has more to do with code housekeeping rather than brand new functionality. Before you read further, here is a warning:

    This release changes the whole look of the code behind the scenes. It has been beta-tested, but bugs always come up. In case this release critically breaks some functionality, please downgrade to the previous version and log a bug on the support forum. You can download the old version, then replace the contents of your wp-content/themes/suffusion folder with the unzipped suffusion folder that you get from the downloaded file.

    Without much ado, here is the change list:

    1. Code Housekeeping
      1. Switch to native WordPress APIs I have removed a lot of custom or third party code from a lot of areas and started using native WordPress areas. Here are the changes:
        1. Settings API One of the 2 biggest changes this release is a nice looking backend. For this I moved to the Settings API that WordPress provides. This was a huge and high impact change, because I had to decommission a tried and tested options engine in favour of something that has not been implemented by anyone on such a large scale. All uses of the Settings API on the web are for simple cases where you require only one options page. Anything more complex makes developers pick up a custom approach, or an approach that only superficially uses the Settings API. I can thump my chest here as the first theme with such a complex back-end to utilize the Settings API in all its glory. The only place where the API is not used is in the Custom Types section, which only partly uses the API. I will port it over in a subsequent release – for now it is not critical.

        2. No TimThumb This is the second big change, and potentially more high impact than the first. TimThumb, though popular has some security holes, particularly with its old versions. Recently the WP review team started cracking down on themes relying solely on TimThumb. I introduced TimThumb into the mix more than a year back, but I had also introduced support for the native post thumbnail functionality of WP almost as soon as it was introduced. This helped me avoid the axe. With this release Suffusion bids adieu to TimThumb. I have put together a resizing algorithm based on a method suggested by a contributor on WordPress Trac. I had to modify it a good bit to make it work the way I wanted and so that it did not break how your existing images looked.

        3. No “file open” operations Again, the WP review team has been cracking its whip to get file open operations removed. As a result I have had to think out of the box to make code behave to my liking. I have had to replace inbuilt CURL calls with the WP HTTP API, and where this really posed a challenge was regarding storing of the generated CSS and storing the resized file for the image resizing.

      2. Use of more modern functions A few functions have been deprecated by the WP development team. I have replaced all such functions with their new variants:
        1. get_bloginfo(\'wpurl\')site_url()
        2. get_bloginfo(\'template_url\')get_template_directory_uri()
        3. get_bloginfo(\'url\'), bloginfo(\'url\')get_template_directory_uri() 

      3. Removal of backwards compatibility As stated in a previous post, WordPress 3.0 has been out for more than 8 months now and version 3.1 is almost upon us. So if you haven’t upgraded your WP installation now is the time to do it. This latest release of Suffusion will not work on anything older than 2.9. I have removed function/class existence checks for all these versions:

        1. 3.0.x – get_template_part, comment_form, wp_nav_menu, wp_login_form, get_nav_menu_locations, wp_get_nav_menus, register_post_type, register_taxonomy, post_type_exists and register_nav_menu
        2. 2.9.x – add_theme_support, get_the_post_thumbnail
        3. 2.8.x – class WP_Widget
      4. Function names are now more consistent. All functions within Suffusion are either prefixed with suffusion or suf.
    2. Feature Changes
      1. Reorganized the Options Menu (again) Trust me – I did not want to do this. Suffusion started out with one link under the Appearance section of the admin page. I then pulled it out to give Suffusion its own menu when I introduced Custom Post Type support. I initially had horizontal tabs at the top and vertical tabs within each page, but I switched it out when the page got sluggish. This change consumed a lot of my development time in what was already an intensive exercise. But I believe I got it right this time:
        1. New Menu Position (aka Older Menu Position)
        2. New Tab Design
        3. Moved items There has been some upheaval in the options sections. Notably:
          1. Introduction – This is the same as the Introduction section of the old options
          2. Theme Skinning – Earlier you had a tab called Theme Skinning under Visual Effects. Theme Skinning is now a section of its own and deals almost explicitly with setting up the colors of various components (aka “skinning”). All former individual sub-sections under the old Theme Skinning are now tabs under the new Theme Skinning. For example you have Body Background, Main Wrapper etc. The main purpose of this split was to avoid Suhosin-related issues. You can click on the “Notes” button near the section title as shown above for more information.
          3. Visual Effects Other Graphical Elements – This has mostly the remainder of the items of the former Visual Effects section. In addition it has picked up items from the former Blog Features that dealt with graphical aspects, like Featured Content, Post and Page Bylines, layout options etc. You can click on the “Notes” button near the section title as shown above for more information.
          4. Sidebars and Widgets Sidebar Configuration – This is the same as the former Sidebars and Widgets section, except for the fact that the Static Tabbed Sidebar has been moved from the former Blog Features page to here.
          5. Blog Features Back-end Settings – This is a heavily stripped down version of the former Blog Features. Most of the older options have moved to Other Graphical Elements. You can click on the “Notes” button near the section title as shown above for more information.
          6. Templates – This is the same as the old versions.
          7. Custom Types – This is the same as the old versions.
      2. No Translations Translations are no longer a part of the core theme. They have all been moved to the translations page. Additionally, at no impact to you the translation text domain has changed from “suf_theme” to “suffusion”.
      3. Changes to Default Settings Some changes were required to the default settings to make it pass the review process, and some others were needed for ease of use.
        1. JQuery Masonry is switched off by default instead of being switched on.
        2. By default both navigation menus are switched off. This was one change I did not want to make, however I did so to avoid a lengthy back and forth exchange.
      4. Made the blog title use h1/h2 tags instead of div tags.
      5. I have renamed the classes category-info and tag-info to info-category and info-tag respectively. This is to avoid weird styling issues if you have a category or a tag named info. Please make note of this if you have used Custom Styles for these elements.
      6. Goodbye Marvin! For those familiar with lore, Marvin the Paranoid Android used to reassure you not to panic. Unfortunately, since the photo of Marvin was not GPL’ed, I had to remove him from the introductory screen (though I had provided the appropriate credits to Buena Vista).
    3. New Features
      1. Sidebar Control There is a new capability to control the number of sidebars on different views like the blog, category, tag, date archive and search. For example you can now have 2 sidebars across your site, but only one sidebar on the blog page. Check the settings under Sidebar Configuration → Sidebar Layout. All in all the ability to manage sidebars for specific pages/views has improved from previous versions, and in the next release or two you should have something very flexible. I might write up an article on how to effectively tweak sidebars shortly – let’s see.
      2. You can now upload an image directly from the options pages instead of entering a URL. Of course, entering a URL works too.
      3. New Notifiers Added the following notifiers:
        1. New versions – Tells you when a new version is available and points you to the release notes. The reason for this is that some people complained about frequent updates (though old-timers will note that I have significantly slowed down) – this is for them to check out what the latest version has, so that they can make an informed decision about upgrading.
        2. Translations – If you are using WP in a language other than Americanized English, you are pointed to the right locations to pick up the correct translations.
        3. BuddyPress – If you are using BP, this provides you information about making Suffusion work with it.
      4. Added options to control the “Posted By” format. See Other Graphical Elements → Post and Page Bylines for more information.
      5. Added better WPML integration. There are texts that you set in the back-end, like the labels for your comment forms etc. I have added WPML support for them, so that you can translate those strings in the back-end.
      6. Added zoom-crop capability (aka proportional resizing) for images in featured content, magazine headlines and magazine excerpts. See the respective sections for setup options.
      7. There is dual JQuery UI support, for version 1.7.3 (WP 3.0.x) and 1.8.7 (WP 3.1.x).
      8. You can now control the number of headlines you want to display in the headlines section of the Magazine template.
      9. There are a couple of new filters: suffusion_author_information and suffusion_category_information. They can be used by you to tweak the information that appears at the top of the Author page and the Category pages.
      10. There is a new option to force compatibility mode in IE8. You will find the option in Back-end Settings → SEO / Meta Settings.
      11. There are a couple of options more dealing with the generated CSS. You can choose to cache the generated CSS, include it directly in the HTML, include it via a link etc.
    4. Bug Fixes
      1. There was a bug earlier that was causing the title set through Suffusion’s SEO to clash with the title set by different SEO plugins. This should now be fine.
      2. In the Magazine template if you were displaying headlines, the first headline was not being selected by default. This has now been fixed.
      3. The $post variable was getting overwritten if the Ad Hoc Widgets were used to display things like featured posts or category blocks.
      4. I have fixed a bug where if you looked at a page in BP you would see an incorrect HTML title.
      5. I have included what is hopefully a patch for a WP problem (not a Suffusion problem) affecting a very small percentage of users. With the bug kicking in, users were unable to reliably see the child pages for a given page in the breadcrumb because WP fails to provide the ancestry relationships properly.
      6. I have also included a patch for a NEXTGen Gallery bug. I have often expressed my dislike for this plugin thanks to a variety of reasons. In this case including the fix at my end seems to be a much easier thing to do than wait for the NGG guys to put it in. The fix deals with viewing NGG, when used with themes employing max-width and min-width on IE8 without compatibility mode.
    5. Removed Options I have decided that I will periodically do a review of redundant options in the theme and cull them. Options that have much better plugin-based alternatives and options that have significant maintenance overhead will be removed.
      1. Compression options for JS, CSS and the site as a whole have been removed. Sorry, but those serve very limited functionality and are incapable of generating compressed content for files from external plugins. If you are looking to do any of these, you can try using W3 Total Cache or some similar plugin. The only compression-specific option introduced is to minify the generated CSS into 1 line, so that you don’t add hundreds of lines into your source code – just one long line will be present.
      2. Removed the option to load JQuery via CDN. This was becoming extremely ungainly. If you want to use CDN versions, please use a plugin.

    I do understand that this is a pretty big release. So if you have upgraded and something has broken badly, please do not hesitate to downgrade (and report the problem on the Support Forum). This isn’t meant to alarm you, for most code-related issues can be fixed and I have taken a lot of care to keep the code good. This is just to assuage your concerns that if something goes wrong, it makes best sense to follow the advice on the introductory page of the options: Don’t Panic.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.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:59:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-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:68:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Dec 2010 15:47:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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://www.aquoid.com/news/?p=966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"Version 3.7.3 is another security patch that was released yesterday. The following are the changes: Apparently there was a problem with my checked in code in 3.7.2, so the site optimization check for CSS files didn’t go through correctly. This has now been corrected. I fixed a problem where the edit link for pages was [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:427:\"

    Version 3.7.3 is another security patch that was released yesterday. The following are the changes:

    1. Apparently there was a problem with my checked in code in 3.7.2, so the site optimization check for CSS files didn’t go through correctly. This has now been corrected.
    2. I fixed a problem where the edit link for pages was not clickable.

    You are strongly encouraged to do this upgrade.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"31\";s: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:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.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:59:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-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:68:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Dec 2010 14:51:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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://www.aquoid.com/news/?p=962\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:415:\"For once this is an important security patch, hence I made this release by disrupting my regular theme development. Here are the changes: Added some security checks to ensure that the site optimization activities would take only CSS files for compression/zipping. Fixed a bug with the byline pullout in IE7, where the pullout was lying [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:756:\"

    For once this is an important security patch, hence I made this release by disrupting my regular theme development. Here are the changes:

    1. Added some security checks to ensure that the site optimization activities would take only CSS files for compression/zipping.
    2. Fixed a bug with the byline pullout in IE7, where the pullout was lying over the content.
    3. Fixed a bug with the SEO settings where if the theme’s SEO was disabled, it was not printing any title.
    4. Changed a Twitter icon file name to have only lower case characters, so that it works with all operating systems

    I encourage you to download this patch. For now the translations are in the theme. I will remove them from the next version.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-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:2:\"11\";s: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:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Nov 2010 17:14:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-1/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:430:\"Suffusion Version 3.7.1 was released earlier today. These are the key changes in this version: New Features There were a handful of new features in this release Pullout-style Bylines I added a new way to display page and post byline information (the byline information comprises of “Posted By”, “Category”, “Tag” etc). You can now display [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:10506:\"

    Suffusion Version 3.7.1 was released earlier today. These are the key changes in this version:

    1. New Features There were a handful of new features in this release
      1. Pullout-style Bylines I added a new way to display page and post byline information (the byline information comprises of “Posted By”, “Category”, “Tag” etc). You can now display the information as a “pullout” instead of in the corners. Here is a snapshot of how this looks: For the Minima skin the pullouts are enabled by default. If you don’t like it, or if you like it enough to enable it for other skins, go to Blog Features → Post and Page Bylines → Position of Meta Information (including date) and pick how you want to show it. Note that with this you can now display the publishing date of the post for the Minima skin, which was earlier not possible without a hack.
      2. New Attachment Template Suffusion earlier used to default to a generic attachment page. In this release there is a special attachment template that displays an apt icon for the type of attachment you have. I have made this functionality extremely flexible. For example if your attachment is an audio file, you can set the attachment page to display an embedded player to play the file. If your attachment is an image file you can choose to show EXIF data for the image. In addition, you can define your own handling functions for different mime types. There are functions existing for the basic mime types: suffusion_image_attachment (for image attachments), suffusion_audio_attachment (for audio attachments), suffusion_video_attachment (for video attachments), suffusion_text_attachment (for text attachments) and suffusion_application_attachment (for application attachments). You could define other functions in your child theme like suffusion_vnd_ms_powerpoint_attachment (for Microsoft PowerPoint attachments). You can control the settings from Templates → Attachment.
      3. JQuery Masonry JQuery Masonry is a very interesting add-on that I had been wanting to add for a while now. This release I finally was able to get it in. This add-on automatically adjusts layout for floated elements. So you will not see fewer empty spaces in the horizontal widget areas (Widget Area Below Header etc), when the widgets are of different heights.
      4. New Filter Hooks A lot of new filter hooks were added for better child theme support:
        1. suffusion_can_display_top_navigation
        2. suffusion_can_display_main_navigation
        3. suffusion_can_display_sliding_panel
        4. suffusion_can_display_left_sidebars
        5. suffusion_can_display_right_sidebars
        6. suffusion_can_display_widgets_above_header
        7. suffusion_can_display_widget_area_below_header
        8. suffusion_can_display_widget_area_above_footer
        9. suffusion_can_display_open_header
        10. suffusion_can_display_closed_header
        11. suffusion_can_display_breadcrumb_navigation
        12. suffusion_can_display_hierarchical_navigation

        If you are using a child theme, you can hook in your custom functions through these and prevent a particular widget area from being displayed.

    2. Changed Functionality This is mostly technical mumbo-jumbo, so you can skip this section if you are not interested.
      1. Selective removal of backward compatibility I have removed the following as per my previous announcement:
        1. function_exists checks for functions such as register_sidebar and dynamic_sidebar. These functions have existed since version 2.2 of WP and hence a function_exists check for these was overkill.
        2. Some other checks using function_exists have been removed, where very old WP functions were being checked for existence.
        3. A call to automatic_feed_links has been removed. This was a weird requirement, since the replacement for this function has only been available since WP 3.0, so for backward compatibility up to 2.9, I had to fall back on an older approach!
      2. Replacement with new functions The following functions from older versions of WP have been replaced with better/new variants, as per Theme Review recommendations:
        1. get_option("home")home_url()
        2. bloginfo("template_directory")get_template_directory_uri()
        3. bloginfo("stylesheet_directory")get_stylesheet_directory_uri()
        4. get_bloginfo("rss2_url")get_feed_link("rss2")
      3. CSS Optimization I have dome a good bit of CSS optimization by using a generic class for sidebars. I will be doing further optimizations to reduce CSS size in the next few releases.
    3. Bug Fixes
      1. The biggest bug fix for this release was for one that was causing the Double Right Sidebar layout to position the sidebars outside the content.
      2. Thanks to a tip from one user on the support forum, I managed to fix an unexpected bug with the Google Translator widget not working. That has now been fixed and it works as expected.
      3. There was a bug due to which disabling Suffusion’s SEO settings was not working for document titles. This has been fixed.
      4. There are a couple of rendering rendering issues on WebKit-based browsers (Safari and Chrome) that have been fixed. The first was a gap of 2 pixels between the bottom of the navigation bar items and the lower border of the navigation bars. The second was where setting the CSS max-width and min-width parameters with a fixed width layout was causing issues.
      5. Under some settings the navigation bar was not stretching across the width of the wrapper. This too has been fixed.
      6. The HTML attribute “height” has been removed from image HTML tags. This makes sure that the aspect ratio is preserved if you have a large image and it is being scaled down to fit into the dimensions of your content so that it doesn’t overflow.
      7. Another minor bug fix was where the home page wasn’t getting highlighted if it was a text link.
      8. Under certain rare cases there was a debug message showing up saying “Call-time pass-by-reference has been deprecated”. One such case was when the WP-United plugin was being used. I put in some code so that this wouldn’t happen, so hopefully this bug is now fixed.

    Now for some upcoming changes. Note that these changes are quite high impact, however they haven’t been made yet.

    1. Removal of TimThumb Support TimThumb is the most widely used open-source PHP-based image resizing script available. But for various reasons the script doesn’t find favour with the WP theme approvers. Their requirement is that if your theme is not backwards compatible you MUST use WP’s native “post_thumbnail” feature. That would have been fine in the normal course of things, except that this is a fairly half-baked feature in WP at present. It has several shortcomings:
      1. It doesn’t apply to custom fields. So you cannot use it to have one thumbnail for an excerpt, a different thumbnail for the same post in the featured post section and yet another picture in the main content.
      2. It is not dynamic. In other words, images of a particular size are generated when a post is saved, but if you were to demand an image of a different size, you would have to first register that size, then fetch the generated image. This is a double-edged shortcoming, though. It prevents users from specifying any size they want and filling up the WP installation’s folder with all the generated images.
      3. Not being dynamic presents another challenge. Existing posts in your blog will not work without being modified specifically to work with the post_thumbnail functionality. That is a real pain.

      Nonetheless, this is something that has to be fixed, because the theme reviewers are planning to completely outlaw TimThumb in a few weeks. I am working on some alternatives, so hopefully I will have something by the next release.

    2. Moving Translations out of the Core Theme Suffusion has translations in 23 different languages at the time of writing this post. Though this means the theme has an excellent user base, it also means that the zipped theme file I upload to the repository is around 400KB larger than it could have been. So I am going to keep the translation files separate from the main theme. That would require you to download the translation that you need explicitly from this site. Luckily the translations don’t change very often, so this is mostly an infrequent annoyance. Version 3.7.1 had some translation-related changes, so I am expecting translators to post their updates. Once they do so, I will distribute them here so that you can make the update as appropriate.

    That’s it for this release. Keep watching this space for the two main items I wrote about above.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"43\";s: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:11:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2010 17:02:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:14:\"Theme Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Menus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Suffusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:415:\"Before I begin about this release, I would first like to apologize to all people whose layouts broke due to the last release. As it turns out I had not tested certain configurations involving the static Tabbed Sidebar, which resulted in all people using this feature having their sites become train-wrecks. Disabling the Tabbed Sidebar [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Sayontan\";s: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:4838:\"

    Before I begin about this release, I would first like to apologize to all people whose layouts broke due to the last release. As it turns out I had not tested certain configurations involving the static Tabbed Sidebar, which resulted in all people using this feature having their sites become train-wrecks. Disabling the Tabbed Sidebar would have fixed the issue for all affected people, but there was no way you as a user could have known that.

    Anyway, this release is a bug-fix release and there are no new features. Here are the fixes:

    1. Layout bugs
      1. The biggest issue – wonky layouts upon activation of the Tabbed Sidebar – has been fixed. There is one exception – if you are using IE6 (yes, that fossil) and you have the Tabbed Sidebar on and your Tabbed Sidebar is on the left side and you have at least one sidebar on the left site, then your left sidebar will render incorrectly on IE6 (only on IE6). I spent some time trying to figure this out, but gave up because I had to get this release out early and this particular combination has an extremely low probability of occurring. Otherwise I have hopefully resolved all issues on all browsers regarding this mishap.
      2. The Widget Area Below Header was not spanning the full width of the wrapper and was showing a blank space on the side.
      3. The Widget Area Above Footer was overlapping the right sidebar if the sidebar was longer than the content.
      4. The No Sidebars template was showing up with empty space on the side.
      5. In the “Tiles” layout excerpt images were becoming very tiny because the widths were computing incorrectly.
    2. If you had defined more than one WP 3.0 Menu, each menu item was getting repeated multiple times in the navigation bar. This has been fixed too.
    3. There was a bug that was preventing the post footer from appearing in the archive view (front page, category, date archive, tag etc). So if you had Tags or “Posted By” at the bottom of a post, that wasn’t being displayed. This now works.
    4. There was a very old bug where the excerpt title in the “Tiles” layout where the header of excerpts wasn’t reading the alignment setting correctly. Instead it was borrowing the alignment of Magazine excerpts.

    One point I would like to highlight – often when you upgrade your theme it apparently breaks your layout, while in truth there is nothing wrong with it. In such cases try out a few very simple things. First and foremost, clean out your browser’s cache and reload your page. Second, if you have a caching plugin make sure that you rebuild its cache, otherwise it will serve content that is not current.

    I also thought I should highlight what some known issues are. There are 2, actually, both of which are JavaScript-related:

    1. At some point in the last 3 releases the Google Translator widget stopped working. I have no idea why, since I haven’t changed anything there. If you were looking for this feature to work I encourage you to look for some free plugin to help you there.
    2. At some point in the last few months the Fade / delay effect on the navigation menu stopped working. Again, I have no idea why. Since this is a very low impact issue I didn’t spend an excruciating amount of time trying to resolve this.

    Another aspect I wanted to highlight was regarding my comment in my previous post, about “Rolled up menus”. A few users had difficulty understanding the concept, so I thought I will explain it here. To create a new dummy node:

    1. Go to Appearance → Menus and open up your menu.
    2. Create a new menu item using a Custom Link.
      1. For the URL specify #. Make sure you delete the “http://” that sits there by default
      2. For the Label put in whatever you want to name your root node.
      3. Add to Menu
    3. Once added, move this item to the top of the list.
    4. Now, indent every other item under this top item. This way each other node is a child of your newly created root. Remember to indent – this is important.
    5. That’s it. Since you have set the URL to be “#” Suffusion knows that it shouldn’t open any page for it. All other items are listed as children of this new node.

    That’s it for this release. I am hoping this will smooth over the rough edges of 3.6.8. I will keep subsequent releases smaller in scope, though, quite frankly I don’t foresee anything being so large in scope.

    Over the next few weeks I will focus on building a proper plugin for Suffusion and BP compatibility, assuming that the support queue for 3.6.9 isn’t huge.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"30\";s: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:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/#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, 08 Nov 2010 06: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:393:\"After what seems like ages, here is a new version of Suffusion. As already mentioned, this has been a very very code-intensive release because of the nature of the changes. These are the main changes in this release: New Features The following were added in this release: Fluid Width – By far the biggest change [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:6454:\"

    After what seems like ages, here is a new version of Suffusion. As already mentioned, this has been a very very code-intensive release because of the nature of the changes.

    These are the main changes in this release:

    1. New Features The following were added in this release:
      1. Fluid Width – By far the biggest change in Suffusion since the inclusion of options in the very second release. This change required me to overhaul the HTML structure of the theme and always put the content before the sidebars, then do massive amounts of testing. While I put in every bit of effort required to get this working as per expectations, if you find something that is not working as you expect, please let me know. I will be very happy to fix it.
      2. Improved Menus – In any other release this would have been the prima donna. But as it stands, this has been relegated to second position. Now you have even better control of your navigation menus, in terms of the number of options you can pick from:
        1. Include all, ignoring next option
        2. Include selections from the next option
        3. Exclude all, ignoring next option (New)
        4. Exclude selections from the next option (New)

        The new options can be better understood in context of some major code reengineering. Earlier I had a very comprehensive menu-building code, that worked very intuitively. This behavior was different from WP’s default behavior. However the old code created an insane number of queries, particularly if your menu was big. In this release I have removed all my self-created code and resorted to using WP’s inbuilt functions – wp_list_pages, wp_list_categories, wp_list_bookmarks and wp_nav_menu. his significantly reduces the number of queries and the load on your server. As a tip, if you want to completely remove pages/categories/links from your menu, use the “Exclude all, ignoring next option” setting instead of “Include selections from the next option”. This is much more optimal in terms of code.

      3. You can now get rid of the HTML title that shows up when you hover over your navigation menu. Visit Blog Features → Main Navigation Bar Setup → “Title” attribute upon hovering over navigation bar.
      4. There was no styling available for the HTML elements legend and fieldset. CSS declarations have been added for them.
    2. Removed Features The following features have been removed:
      1. I have removed the “rolled-up” setting for WP 3.0 menus as it is redundant. If you want to create a rolled-up menu you can automatically create a base node in the menu and add the rest of your menu under it.
      2. I have also removed the option to not use body_class WP function to generate classes for your body. This removal was essential because the body_class function is essential to the style setup for the theme.
    3. Bug Fixes The following bugs were fixed:
      1. A fix has been included for a severe bug that was causing page templates to max out at a width of 600px. The bug was caused by incorrectly applying filters to the sidebars and templates.
      2. The following navigation menu-related bugs have been fixed:
        1. Selected navigation bar items (Pages, Categories and WP 3.0 menus) were not getting highlighted in the Minima skin.
        2. Selected navigation bar items for WP 3.0 menus were not getting highlighted across any skin.
        3. The values set for highlighting in Visual Effects → Theme Skinning were not being accurately reflected.
      3. The following BuddyPress-related bugs have been fixed:
        1. In various BP screens, if something was selected from a drop-down list (like filters, or sort criteria), nothing was happening. The correct AJAX calls for this have been included.
        2. The Create Profile and Edit Profile pages in BP were not rendering properly. This has been fixed.
        3. Messages in the inbox etc. were not being styled properly. This has been addressed.
      4. There was a bug in the List Layout style, which was offsetting the posts by 1 if all posts were not being displayed. In other words, the top post was not being displayed, and if there were  N+1 posts in all and each page was to display N posts, the second page was showing an error. This has been rectified.
      5. Links in featured content were not getting the right color. Again, this has been fixed.
      6. There was an error in the charset syntax in header.php, style.php and rounded-corners.php. This wasn’t impacting anything as such, but it has been rectified nonetheless.
      7. In the options pages if you put in 0 as a value for some dimensions it wasn’t being read correctly. I have changed the code to handle this.
    4. Changes
      1. The comments section has been revamped to look better and to facilitate better styling. There is now a custom callback function invoked from there.
      2. As per the theme review guidelines I had to change the credit link at the bottom. It now just links to the Suffusion home page and not my home page.
      3. Somewhat whimsically I have changed the default font from Arial to Trebuchet. You can however switch back to Trebuchet if you want, from the Visual Effects → Body Font Customization options.
      4. You now will not see any version tag appended to JS files included by the theme.
      5. The Spanish and French translations have been updated. Thanks to David for his modifications of the French translation!

    I will soon update the Suffusion BP Pack so that you can make use of the new changes to the core theme. I will keep you posted.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"37\";s: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:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/09/suffusion-version-3-6-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/09/suffusion-version-3-6-6/#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, 10 Sep 2010 22:50:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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://www.aquoid.com/news/?p=800\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:407:\"Version 3.6.6 of Suffusion was approved today. Here are the major changes in this version: New Features Finally a very frequently demanded feature has made its way into the theme. Visit Visual Effects → Theme Skinning. Guess what? You can now skin the Navigation Bars! The navigation bars are way too complex to handle purely [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:4565:\"

    Version 3.6.6 of Suffusion was approved today. Here are the major changes in this version:

    1. New Features
      1. Finally a very frequently demanded feature has made its way into the theme. Visit Visual Effects → Theme Skinning. Guess what? You can now skin the Navigation Bars! The navigation bars are way too complex to handle purely by CSS, hence there is a small chance I might have missed something. If so, please report it on the Support Forum.
      2. A few new filters have been added. See point #3 in the previous post: there are new filters for suffusion_filter_template_prefixes and suffusion_filter_template_sidebars. In addition there is a new filter for suffusion_set_title. This will help you control the title on specific pages of your site. For example look at my personal site. The page title is “Eloi and Morlocks” for most pages, yet the home page says “Sayontan Sinha’s home page”.
      3. There is a new template for building an HTML sitemap of your site. There are a lot of configuration options available, which you can check out from Templates → Sitemap.
      4. You can now change the order of entities on your Magazine template. Take a look at Templates → Magazine to see how. I will introduce an ability to order things within excerpts etc in a later release.
      5. You can also position the footer better now – either inside the wrapper or outside. See Visual Effects → Footer Customization for options.
      6. The “Author Information” section (Blog Features → User Profiles) was either visible for both, pages and posts, or invisible for both. I have added the capability to show it for either pages or for posts.
      7. I have also added extra security checks in the back-end by putting in check_admin_referer and check_ajax_referer calls to validate nonce values on options pages. This doesn’t impact users directly, but it adds an extra security layer.
      8. There is a new translation for Traditional Chinese (zh_TW). Thanks to Sh2153!
    2. Bug Fixes
      1. There was a problem with the auto-generated CSS file not being accessible in Multi-site installations or when zipping was switched off. I have fixed this.
      2. There was a problem with the “transparency” feature in Visual Effects → Theme Skinning. Earlier setting a transparency value would make all the included elements translucent. This was because I was using the CSS opacity attribute. I have switched the code to use RGBA instead of opacity and it at least works as expected for compliant browsers (Firefox, Chrome, Opera, Safari). I did try to fix it for IE using filters, but I couldn’t get it to work. I might introduce a hack for IE later. In any case, the functionality was broken in IE earlier as well, so you are not losing out on anything.
    3. Changes
      1. Users will probably love this. The buttons on the options page are not at the bottom any more! And they are not at the top either! After a good bit of thinking I figured out a really smart way to position the buttons in a place that was always accessible, and didn’t require me to change much code. I present to you the new-look buttons:

        You can drag the button window to any other place on your screen, and it always floats in position. So even if you scroll up or down you will see the buttons. I do plan to shorten the lengthy options pages in a release soon. It has been on my agenda for a while now.

      2. Given the number of widget areas and their customization options, I pulled up the Sidebars and Widget Areas option and the Widget Styles option and created a new main menu option called Sidebars and Widgets.
      3. The German translations have been updated for version 3.6.5.

    Hope you enjoy this 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/09/suffusion-version-3-6-6/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:9:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/#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, 30 Aug 2010 22:02:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:404:\"It has been brought to my attention that an old problem with corrupted download files from the WP site has cropped up again. If you are seeing a message saying that the “Theme is broken” or if you get a “white screen of death” upon activating the theme, follow the instructions here. Version 3.6.5 of [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:5785:\"It has been brought to my attention that an old problem with corrupted download files from the WP site has cropped up again. If you are seeing a message saying that the “Theme is broken” or if you get a “white screen of death” upon activating the theme, follow the instructions here.

    Version 3.6.5 of Suffusion went live today. Actually first 3.6.4 went live, then some users pointed out a rather serious flaw, then I immediately patched it. The theme approvers, who have really improved their approval process a few notches up approved it rather quickly too. The following are a part of this release:

    1. New Features: One of the key focus areas of this release was server load reduction. The overall list of additions is as follows:
      1. There is an option to not include the generated CSS code in your page header. Instead the CSS gets written to a file and that file is linked in the page. This is good news for SEO. The bad news is that it needs some tweaks and some trial and error to get to work properly, like changing of the .htaccess file, or making use of Suffusion’s internal compression techniques etc. You can try enabling the option from Blog Features → Site Optimization → Auto-generate CSS file for customization options.
      2. In addition now all the options can be cached in the database. Earlier I was storing only the saved options in the database and leaving aside the default options. The downside of the older approach was that as my options page got massive, the memory footprint of the front-end pages started increasing. This will reduce memory footprint by at least 2MB – a significant reduction. You can control the settings here: Blog Features → Site Optimization → Cache dynamic options.
      3. Judging by the massive outrage on the support forum due to a change in the featured content behavior, I have added an option to let you include duplicate content from the featured content section on your main page as well. Control the settings from Blog Features → Featured Content.
      4. I have added options to include posts by post id or by tag in the featured content. Control the settings from Blog Features → Featured Content.
      5. I have also enhanced the Search results page to show the search term at the top. Additionally now there is a search form included on the search results page, along with an ability to highlight the matches.
      6. A user on the WP forum pointed out that if your posts were in multiple pages (in an archive view), subsequent pages didn’t show the page number in the title. I have addressed this. The page number is now appended to the title if you are on the second page or higher. Additionally the blog sub-title is a part of the page title on the home page or on the front page.
      7. I have added “nonce” checks to the admin pages to ensure better security.
      8. There is a new Turkish translation, thanks to Metin Selçuk.
    2. Bug Fixes:
      1. If you were using Suffusion’s inbuilt compression techniques, the page would fail XHTML validation. I thought that I had fixed it last time, however that was not the case. It is now truly fixed, I hope!
      2. In case of archive views with no posts (e.g. nothing found in the search results page) there was no content displayed. This has been fixed.
      3. While working at a furious pace to support some of the review criteria at WP I had broken backwards compatibility for menus. If you were on a WP version older than 2.9 you would have seen a fatal error. I have rectified this. Of all the bugs I have had to fix, I am sorry about this one most, because I am normally very good with backwards compatibility.
      4. There was another backwards-compatibility issue, but this time with PHP. There was a call to memory_get_usage, which is not available in really old versions of PHP (< 4.3.2) and is available with partial support in other versions of PHP. I have fixed this too.
      5. I have fixed a bug that was preventing child theme CSS from loading correctly. Note that if you have Suffusion’s GZIP compression disabled, child themes need to have all stylesheets explicitly invoked. In other words, not only the base style.css, but all the skin-specific CSS files have to be added.
      6. There was a bug introduced in the comments section, where a CSS element was being declared twice. I have fixed this issue.
    3. Changes:
      1. Again, there are minor stylesheet tweaks to the Minima skin
      2. As a part of some code housekeeping I have enqueued the stylesheets for the admin pages.
      3. I have also replaced the call to get_bloginfo(\'name\') in the header with get_bloginfo(\'name\', \'display\') so that plugins that apply filters to the blog title work in tandem with the theme.
      4. I have restyled the blockquote element so that it looks a bit better.
      5. There are updates to the German (Du and Sie), Norwegian, Swedish, Dutch, Danish, Polish and French translations. Thanks, translators!

    On a side note, I have closed the “Feature Requests” section of the support forum. As the theme grows in complexity and popularity, the support forum has been swirling out of control and I had to draw the line somewhere. Since the Feature Requests section saw a lot of traffic and a lot of requests for features that I simply am not in a position to provide, I have closed off that section of the forum.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"20\";s: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:56:\"http://www.aquoid.com/news/category/theme-releases/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:12:{s:4:\"date\";s:29:\"Wed, 16 Mar 2011 15:55:21 GMT\";s:6:\"server\";s:6:\"Apache\";s:13:\"last-modified\";s:29:\"Wed, 16 Mar 2011 15:44:30 GMT\";s:4:\"etag\";s:21:\"\"11e01-49e9b6ba5f380\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:14:\"content-length\";s:5:\"73217\";s:13:\"cache-control\";s:12:\"max-age=2948\";s:7:\"expires\";s:29:\"Wed, 16 Mar 2011 16:44:30 GMT\";s:4:\"vary\";s:22:\"Accept-Encoding,Cookie\";s:10:\"x-pingback\";s:37:\"http://www.aquoid.com/news/xmlrpc.php\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:24:\"text/html; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(6904,0,'suffusion_options','a:143:{s:16:\"suf_color_scheme\";s:6:\"minima\";s:16:\"suf_size_options\";s:5:\"theme\";s:22:\"suf_wrapper_width_type\";s:5:\"fluid\";s:22:\"suf_wrapper_width_flex\";s:2:\"75\";s:26:\"suf_wrapper_width_flex_max\";s:4:\"1200\";s:26:\"suf_wrapper_width_flex_min\";s:3:\"600\";s:24:\"suf_wrapper_width_preset\";s:4:\"1000\";s:17:\"suf_wrapper_width\";s:4:\"1000\";s:18:\"suf_main_col_width\";s:3:\"725\";s:14:\"suf_sb_1_width\";s:3:\"260\";s:14:\"suf_sb_2_width\";s:3:\"260\";s:20:\"suf_mag_entity_order\";s:29:\"headlines,excerpts,categories\";s:24:\"suf_mag_featured_enabled\";s:7:\"enabled\";s:23:\"suf_mag_content_enabled\";s:4:\"hide\";s:25:\"suf_mag_headlines_enabled\";s:4:\"show\";s:22:\"suf_mag_headline_title\";s:9:\"Headlines\";s:37:\"suf_mag_headline_main_title_alignment\";s:4:\"left\";s:24:\"suf_mag_headlines_height\";s:3:\"250\";s:38:\"suf_mag_headline_image_container_width\";s:3:\"225\";s:25:\"suf_mag_headline_img_pref\";s:55:\"native,custom-thumb,attachment,embedded,custom-featured\";s:27:\"suf_mag_headline_image_size\";s:7:\"excerpt\";s:36:\"suf_mag_headline_image_custom_height\";s:3:\"200\";s:35:\"suf_mag_headline_image_custom_width\";s:3:\"200\";s:19:\"suf_mag_headline_zc\";s:7:\"default\";s:27:\"suf_mag_headline_categories\";s:0:\"\";s:22:\"suf_mag_headline_limit\";s:2:\"10\";s:24:\"suf_mag_excerpts_enabled\";s:4:\"show\";s:22:\"suf_mag_excerpts_title\";s:17:\"Other Big Stories\";s:37:\"suf_mag_excerpts_main_title_alignment\";s:4:\"left\";s:22:\"suf_mag_total_excerpts\";s:2:\"10\";s:24:\"suf_mag_excerpts_per_row\";s:1:\"3\";s:26:\"suf_mag_excerpt_categories\";s:0:\"\";s:31:\"suf_mag_excerpts_images_enabled\";s:4:\"show\";s:33:\"suf_mag_excerpts_image_box_height\";s:3:\"100\";s:24:\"suf_mag_excerpt_img_pref\";s:55:\"native,custom-thumb,attachment,embedded,custom-featured\";s:26:\"suf_mag_excerpt_image_size\";s:7:\"excerpt\";s:35:\"suf_mag_excerpt_image_custom_height\";s:3:\"200\";s:34:\"suf_mag_excerpt_image_custom_width\";s:3:\"200\";s:18:\"suf_mag_excerpt_zc\";s:7:\"default\";s:31:\"suf_mag_excerpt_title_alignment\";s:4:\"left\";s:31:\"suf_mag_excerpt_full_story_text\";s:10:\"Full Story\";s:26:\"suf_mag_categories_enabled\";s:4:\"show\";s:23:\"suf_mag_catblocks_title\";s:13:\"Other Stories\";s:38:\"suf_mag_catblocks_main_title_alignment\";s:4:\"left\";s:27:\"suf_mag_catblock_categories\";s:0:\"\";s:25:\"suf_mag_catblocks_per_row\";s:1:\"3\";s:33:\"suf_mag_catblocks_title_alignment\";s:4:\"left\";s:32:\"suf_mag_catblocks_images_enabled\";s:4:\"hide\";s:34:\"suf_mag_catblocks_image_box_height\";s:3:\"100\";s:30:\"suf_mag_catblocks_desc_enabled\";s:4:\"hide\";s:31:\"suf_mag_catblocks_posts_enabled\";s:4:\"show\";s:27:\"suf_mag_catblocks_num_posts\";s:1:\"5\";s:30:\"suf_mag_catblocks_see_all_text\";s:13:\"See all posts\";s:28:\"suf_mag_catblocks_post_style\";s:8:\"magazine\";s:16:\"last-set-section\";s:15:\"theme-selection\";s:17:\"suf_navt_contents\";s:5:\"pages\";s:18:\"suf_navt_bar_style\";s:5:\"theme\";s:15:\"suf_navt_dd_pos\";s:4:\"left\";s:18:\"suf_navt_item_type\";s:10:\"continuous\";s:14:\"suf_navt_delay\";s:3:\"500\";s:15:\"suf_navt_effect\";s:4:\"fade\";s:18:\"suf_navt_show_home\";s:4:\"none\";s:18:\"suf_navt_home_text\";s:4:\"Home\";s:21:\"suf_navt_entity_order\";s:46:\"pages,categories,links,menu-19,menu-22,menu-32\";s:23:\"suf_navt_text_transform\";s:10:\"capitalize\";s:20:\"suf_navt_pages_style\";s:9:\"rolled-up\";s:23:\"suf_navt_page_tab_title\";s:5:\"Pages\";s:22:\"suf_navt_page_tab_link\";s:0:\"\";s:22:\"suf_navt_pages_all_sel\";s:8:\"selected\";s:14:\"suf_navt_pages\";s:0:\"\";s:18:\"suf_navt_cat_style\";s:9:\"rolled-up\";s:22:\"suf_navt_cat_tab_title\";s:10:\"Categories\";s:21:\"suf_navt_cat_tab_link\";s:0:\"\";s:21:\"suf_navt_cats_all_sel\";s:11:\"exclude-all\";s:13:\"suf_navt_cats\";s:0:\"\";s:20:\"suf_navt_links_style\";s:9:\"rolled-up\";s:24:\"suf_navt_links_tab_title\";s:5:\"Links\";s:23:\"suf_navt_links_tab_link\";s:0:\"\";s:22:\"suf_navt_links_all_sel\";s:8:\"selected\";s:14:\"suf_navt_links\";s:0:\"\";s:22:\"suf_navt_menus_all_sel\";s:8:\"selected\";s:14:\"suf_navt_menus\";s:2:\"22\";s:16:\"suf_nav_contents\";s:5:\"pages\";s:17:\"suf_nav_bar_style\";s:5:\"theme\";s:17:\"suf_nav_item_type\";s:10:\"continuous\";s:13:\"suf_nav_delay\";s:3:\"500\";s:14:\"suf_nav_effect\";s:4:\"fade\";s:13:\"suf_show_home\";s:4:\"icon\";s:13:\"suf_home_text\";s:4:\"Home\";s:20:\"suf_nav_entity_order\";s:46:\"pages,categories,links,menu-19,menu-22,menu-32\";s:22:\"suf_nav_text_transform\";s:10:\"capitalize\";s:19:\"suf_nav_pages_style\";s:9:\"flattened\";s:22:\"suf_nav_page_tab_title\";s:5:\"Pages\";s:21:\"suf_nav_page_tab_link\";s:0:\"\";s:21:\"suf_nav_pages_all_sel\";s:11:\"exclude-all\";s:13:\"suf_nav_pages\";s:0:\"\";s:17:\"suf_nav_cat_style\";s:9:\"rolled-up\";s:21:\"suf_nav_cat_tab_title\";s:10:\"Categories\";s:20:\"suf_nav_cat_tab_link\";s:0:\"\";s:20:\"suf_nav_cats_all_sel\";s:11:\"exclude-all\";s:12:\"suf_nav_cats\";s:0:\"\";s:19:\"suf_nav_links_style\";s:9:\"rolled-up\";s:23:\"suf_nav_links_tab_title\";s:5:\"Links\";s:22:\"suf_nav_links_tab_link\";s:0:\"\";s:21:\"suf_nav_links_all_sel\";s:8:\"selected\";s:13:\"suf_nav_links\";s:0:\"\";s:21:\"suf_nav_menus_all_sel\";s:8:\"selected\";s:13:\"suf_nav_menus\";s:2:\"32\";s:29:\"suf_nav_exclude_in_breadcrumb\";s:4:\"hide\";s:18:\"suf_nav_breadcrumb\";s:10:\"breadcrumb\";s:24:\"suf_breadcrumb_separator\";s:2:\"»\";s:21:\"suf_nav_strip_a_title\";s:4:\"hide\";s:24:\"suf_header_style_setting\";s:6:\"custom\";s:23:\"suf_header_layout_style\";s:16:\"out-cfull-halign\";s:21:\"suf_header_image_type\";s:4:\"none\";s:27:\"suf_header_background_image\";s:0:\"\";s:28:\"suf_header_background_repeat\";s:6:\"repeat\";s:30:\"suf_header_background_position\";s:8:\"top left\";s:32:\"suf_header_background_rot_folder\";s:0:\"\";s:25:\"suf_header_gradient_style\";s:8:\"top-down\";s:31:\"suf_header_gradient_start_color\";s:6:\"FFFFFF\";s:29:\"suf_header_gradient_end_color\";s:6:\"000000\";s:24:\"suf_header_fg_image_type\";s:5:\"image\";s:19:\"suf_header_fg_image\";s:70:\"http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo2.jpg\";s:20:\"suf_blog_title_color\";s:6:\"000000\";s:20:\"suf_blog_title_style\";s:4:\"none\";s:26:\"suf_blog_title_hover_color\";s:6:\"528F6C\";s:26:\"suf_blog_title_hover_style\";s:4:\"none\";s:26:\"suf_blog_description_color\";s:6:\"000000\";s:20:\"suf_header_alignment\";s:4:\"left\";s:24:\"suf_sub_header_alignment\";s:5:\"right\";s:33:\"suf_sub_header_vertical_alignment\";s:9:\"same-line\";s:18:\"suf_wrapper_margin\";s:2:\"20\";s:17:\"suf_header_height\";s:2:\"55\";s:22:\"suf_body_style_setting\";s:6:\"custom\";s:25:\"suf_body_background_color\";s:6:\"FFFFFF\";s:25:\"suf_body_background_image\";s:0:\"\";s:26:\"suf_body_background_repeat\";s:6:\"repeat\";s:30:\"suf_body_background_attachment\";s:6:\"scroll\";s:28:\"suf_body_background_position\";s:8:\"top left\";s:29:\"suf_wrapper_settings_def_cust\";s:5:\"theme\";s:23:\"suf_wrapper_bg_settings\";s:147:\"color=EDF3E6;colortype=custom;image=http://www.timberon.info/blog/wp-content/uploads/2011/03/natfl1182.jpg;position=top left;repeat=repeat;trans=0;\";s:16:\"suf_show_shadows\";s:4:\"hide\";}','yes'),(6968,0,'modern_style_banners_125','','yes'),(6944,0,'theme_mods_lightword','a:9:{i:0;b:0;s:16:\"background_image\";s:0:\"\";s:22:\"background_image_thumb\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";s:16:\"background_color\";s:6:\"e7dfdf\";s:12:\"header_image\";s:0:\"\";s:18:\"nav_menu_locations\";a:1:{s:18:\"lightword_top_menu\";i:19;}}','yes'),(6963,0,'modern_style_','','yes'),(6964,0,'modern_style_sidebar_over_header','true','yes'),(6965,0,'modern_style_logo','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo3.jpg','yes'),(6966,0,'modern_style_favicon','','yes'),(6967,0,'modern_style_topbanner','','yes'),(6969,0,'modern_style_twitter','#','yes'),(6970,0,'modern_style_twittertext','Follow me on Twitter!','yes'),(6971,0,'modern_style_socialnetworks','','yes'),(6972,0,'modern_style_head','','yes'),(6973,0,'modern_style_footer','','yes'),(6974,0,'modern_style_options','yes','yes'),(13197,0,'meebo_network_id','timberon_ko34na','yes'),(6977,0,'theme_mods_wasteland','a:1:{i:0;b:0;}','yes'),(7102,0,'theme_mods_calotropis','a:9:{i:0;b:0;s:12:\"header_image\";s:0:\"\";s:16:\"background_color\";s:6:\"575757\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:0;}s:16:\"background_image\";s:0:\"\";s:22:\"background_image_thumb\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";}','yes'),(6980,0,'theme_mods_modern-style','a:1:{i:0;b:0;}','yes'),(7099,0,'calotropis_default_style','baby-blue','yes'),(7098,0,'theme_mods_magatheme','a:1:{i:0;b:0;}','yes'),(7151,0,'antisnews_css_style_options','a:78:{i:0;a:6:{s:10:\"optionname\";s:22:\"Page Body CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:1;a:6:{s:10:\"optionname\";s:22:\"Page Background Color.\";s:17:\"optiondescription\";s:149:\"

    The background color for your website pages. Hex value only. Example #000000. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:31:\"antisnews_color_background_body\";s:15:\"selectoptiondef\";s:7:\"#000000\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:2;a:6:{s:10:\"optionname\";s:21:\"Page Background Image\";s:17:\"optiondescription\";s:114:\"

    Full location of background image if using an image as background for your website pages. Include http://.

    \";s:8:\"optionid\";s:37:\"antisnews_style_background_image_body\";s:15:\"selectoptiondef\";s:79:\"http://www.timberon.info/blog/wp-content/themes/antisnews/images/background.jpg\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:3;a:6:{s:10:\"optionname\";s:30:\"Background Image Repeat Status\";s:17:\"optiondescription\";s:78:\"

    If using image as background for your pages select image repeat status.

    \";s:8:\"optionid\";s:44:\"antisnews_style_background_image_body_repeat\";s:15:\"selectoptiondef\";s:9:\"No Repeat\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:9:\"No Repeat\";i:1;s:13:\"Repeat X-axis\";i:2;s:13:\"Repeat Y-axis\";i:3;s:10:\"Repeat All\";}}i:4;a:6:{s:10:\"optionname\";s:33:\"Background Image top/bottom align\";s:17:\"optiondescription\";s:93:\"

    If using image as background for your pages select the top/bottom alignment if needed.

    \";s:8:\"optionid\";s:47:\"antisnews_style_background_image_topbottom_body\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"top\";i:1;s:6:\"bottom\";}}i:5;a:6:{s:10:\"optionname\";s:40:\"Background Image left/right/center align\";s:17:\"optiondescription\";s:100:\"

    If using image as background for your pages select the left/right/center alignment if needed.

    \";s:8:\"optionid\";s:53:\"antisnews_style_background_image_leftrightcenter_body\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:5:\"right\";i:2;s:6:\"center\";}}i:6;a:6:{s:10:\"optionname\";s:21:\"Background Attachment\";s:17:\"optiondescription\";s:102:\"

    If using image as background for your pages select the background attachment setting if needed.

    \";s:8:\"optionid\";s:42:\"antisnews_style_background_attachment_body\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:10:\"Choose One\";i:1;s:6:\"scroll\";i:2;s:5:\"fixed\";}}i:7;a:6:{s:10:\"optionname\";s:16:\"Main font color.\";s:17:\"optiondescription\";s:185:\"

    The font color for your website pages. Must be visible on page background color. Hex value only. Example #000000. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:30:\"antisnews_color_fontcolor_body\";s:15:\"selectoptiondef\";s:7:\"#444444\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:8;a:6:{s:10:\"optionname\";s:15:\"Main font size.\";s:17:\"optiondescription\";s:117:\"

    The font size for your website pages. Include numerical value and font type. Example 10px, 10pt, 1.1em, 75%.

    \";s:8:\"optionid\";s:29:\"antisnews_style_fontsize_body\";s:15:\"selectoptiondef\";s:3:\"75%\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:9;a:6:{s:10:\"optionname\";s:17:\"First Font Style.\";s:17:\"optiondescription\";s:66:\"

    The font you want to use as your main font. Example: Arial

    \";s:8:\"optionid\";s:32:\"antisnews_style_fontfamily1_body\";s:15:\"selectoptiondef\";s:7:\"Verdana\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:10;a:6:{s:10:\"optionname\";s:18:\"Second Font Style.\";s:17:\"optiondescription\";s:117:\"

    The font you want to use as your first backup in case user does not have main font installed. Example: Tahoma

    \";s:8:\"optionid\";s:32:\"antisnews_style_fontfamily2_body\";s:15:\"selectoptiondef\";s:5:\"Arial\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:11;a:6:{s:10:\"optionname\";s:17:\"Third Font Style.\";s:17:\"optiondescription\";s:135:\"

    The font you want to use as your second backup in case user does not have main or first backup font installed. Example: Verdana

    \";s:8:\"optionid\";s:32:\"antisnews_style_fontfamily3_body\";s:15:\"selectoptiondef\";s:6:\"Tahoma\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:12;a:6:{s:10:\"optionname\";s:18:\"Fourth Font Style.\";s:17:\"optiondescription\";s:142:\"

    The font you want to use as your third backup in case user does not have main, first or second backup font installed. Example: Georgia

    \";s:8:\"optionid\";s:32:\"antisnews_style_fontfamily4_body\";s:15:\"selectoptiondef\";s:7:\"Georgia\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:13;a:6:{s:10:\"optionname\";s:15:\"Main link color\";s:17:\"optiondescription\";s:133:\"

    The font you want to use for all standard links that do not have their own class definitions. Hex value only. Example #0000ff.

    \";s:8:\"optionid\";s:26:\"antisnews_color_alink_body\";s:15:\"selectoptiondef\";s:7:\"#5897A5\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:14;a:6:{s:10:\"optionname\";s:22:\"Main link hover color.\";s:17:\"optiondescription\";s:116:\"

    The font you want to use for all standard links when mouse hovers over link. Hex value only. Example #0000ff.

    \";s:8:\"optionid\";s:31:\"antisnews_color_alinkhover_body\";s:15:\"selectoptiondef\";s:7:\"#820D06\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:15;a:6:{s:10:\"optionname\";s:24:\"Main link visited color.\";s:17:\"optiondescription\";s:119:\"

    The font you want to use for all standard links that have already been visited. Hex value only. Example #0000ff.

    \";s:8:\"optionid\";s:33:\"antisnews_color_alinkvisited_body\";s:15:\"selectoptiondef\";s:7:\"#5897A5\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:16;a:6:{s:10:\"optionname\";s:21:\"Link text decoration.\";s:17:\"optiondescription\";s:87:\"

    Select underline to use underlined links or none to remove underline from links

    \";s:8:\"optionid\";s:36:\"antisnews_style_alinkdecoration_body\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"none\";i:1;s:9:\"underline\";}}i:17;a:6:{s:10:\"optionname\";s:35:\"Site title/Tagline Row CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:18;a:6:{s:10:\"optionname\";s:38:\"Background Color for title/tagline row\";s:17:\"optiondescription\";s:151:\"

    This is the section containing logo and tagline. Hex value only. Example #000000.For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:37:\"antisnews_color_background_logoslogan\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:19;a:6:{s:10:\"optionname\";s:38:\"Background Image for title/tagline row\";s:17:\"optiondescription\";s:85:\"

    If using a background image for the title/tagline row enter full url to image.

    \";s:8:\"optionid\";s:43:\"antisnews_style_background_image_logoslogan\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:20;a:6:{s:10:\"optionname\";s:30:\"Background Image Repeat Status\";s:17:\"optiondescription\";s:86:\"

    If using background image for the title/tagline row select image repeat status.

    \";s:8:\"optionid\";s:50:\"antisnews_style_background_image_repeat_logoslogan\";s:15:\"selectoptiondef\";s:10:\"Repeat All\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:9:\"No Repeat\";i:1;s:13:\"Repeat X-axis\";i:2;s:13:\"Repeat Y-axis\";i:3;s:10:\"Repeat All\";}}i:21;a:6:{s:10:\"optionname\";s:34:\"Background Image Height/Row height\";s:17:\"optiondescription\";s:92:\"

    Height for background image if using image for the title/tagline row. Example 150,200

    \";s:8:\"optionid\";s:50:\"antisnews_style_background_image_height_logoslogan\";s:15:\"selectoptiondef\";s:2:\"80\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:22;a:6:{s:10:\"optionname\";s:14:\"Title H1 color\";s:17:\"optiondescription\";s:85:\"

    Font color to use for the site title H1 text. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:39:\"antisnews_color_colorh1title_logoslogan\";s:15:\"selectoptiondef\";s:7:\"#ffffff\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:23;a:6:{s:10:\"optionname\";s:20:\"Title H1 hover color\";s:17:\"optiondescription\";s:124:\"

    Font color to use for the site title H1 text when mouse hovers over H1 header title. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:44:\"antisnews_color_hovercolorh1title_logoslogan\";s:15:\"selectoptiondef\";s:7:\"#4DBAB1\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:24;a:6:{s:10:\"optionname\";s:33:\"Top padding for title/tagline row\";s:17:\"optiondescription\";s:89:\"

    If you need more space above the site title enter padding value. Example 10,15,20.

    \";s:8:\"optionid\";s:44:\"antisnews_style_top_padding_title_logoslogan\";s:15:\"selectoptiondef\";s:2:\"20\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:25;a:6:{s:10:\"optionname\";s:36:\"Title H1 header text transform style\";s:17:\"optiondescription\";s:42:\"

    Select uppercase, lowercase or none

    \";s:8:\"optionid\";s:49:\"antisnews_style_text_transform_titleh1_logoslogan\";s:15:\"selectoptiondef\";s:9:\"uppercase\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:4:\"none\";i:1;s:9:\"uppercase\";i:2;s:9:\"lowercase\";i:3;s:10:\"capitalize\";}}i:26;a:6:{s:10:\"optionname\";s:25:\"Title H1 header font size\";s:17:\"optiondescription\";s:117:\"

    The font size for your website title. Include numerical value and font type. Example 20px, 20pt, 1.9em, 150%.

    \";s:8:\"optionid\";s:43:\"antisnews_style_fontsize_titleh1_logoslogan\";s:15:\"selectoptiondef\";s:5:\"3.1em\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:27;a:6:{s:10:\"optionname\";s:35:\"Turn on/off logo title text shadow.\";s:17:\"optiondescription\";s:105:\"

    If you want/do not want to use a shadow behind the site title turn on/off depending on preference.

    \";s:8:\"optionid\";s:49:\"antisnews_style_logo_title_text_shadow_logoslogan\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:16:\"Select On or Off\";i:1;s:2:\"on\";i:2;s:3:\"off\";}}i:28;a:6:{s:10:\"optionname\";s:28:\"Site title text shadow color\";s:17:\"optiondescription\";s:97:\"

    If using a shadow behind site title set the shadow color. Hex value only. Example #000000.

    \";s:8:\"optionid\";s:49:\"antisnews_color_logo_title_text_shadow_logoslogan\";s:15:\"selectoptiondef\";s:7:\"#dddddd\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:29;a:6:{s:10:\"optionname\";s:21:\"Site title top margin\";s:17:\"optiondescription\";s:216:\"

    Top margin defaults to 20 pixels. If you want to move the top blog name and tagline row closer to the top of the page enter your preferred top margin. Enter the word [none] to remove the top margin altogether.

    \";s:8:\"optionid\";s:37:\"antisnews_style_top_margin_logoslogan\";s:15:\"selectoptiondef\";s:2:\"20\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:30;a:6:{s:10:\"optionname\";s:20:\"Tagline CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:31;a:6:{s:10:\"optionname\";s:18:\"Tagline font color\";s:17:\"optiondescription\";s:75:\"

    Font color to use for site tagline. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:34:\"antisnews_color_text_color_tagline\";s:15:\"selectoptiondef\";s:7:\"#ffffff\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:32;a:6:{s:10:\"optionname\";s:27:\"Tagline text transformation\";s:17:\"optiondescription\";s:42:\"

    Select uppercase, lowercase or none

    \";s:8:\"optionid\";s:38:\"antisnews_style_text_transform_tagline\";s:15:\"selectoptiondef\";s:10:\"capitalize\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:4:\"none\";i:1;s:9:\"uppercase\";i:2;s:9:\"lowercase\";i:3;s:10:\"capitalize\";}}i:33;a:6:{s:10:\"optionname\";s:18:\"Tagline font style\";s:17:\"optiondescription\";s:38:\"

    Select italic,normal or oblique

    \";s:8:\"optionid\";s:34:\"antisnews_style_text_style_tagline\";s:15:\"selectoptiondef\";s:6:\"normal\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:6:\"normal\";i:1;s:6:\"italic\";i:2;s:7:\"oblique\";}}i:34;a:6:{s:10:\"optionname\";s:19:\"Tagline font weight\";s:17:\"optiondescription\";s:70:\"

    The font weight for nav menu links. Examples bold,normal,500%.

    \";s:8:\"optionid\";s:35:\"antisnews_style_font_weight_tagline\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:35;a:6:{s:10:\"optionname\";s:19:\"Tagline top padding\";s:17:\"optiondescription\";s:86:\"

    If you need more space above the tagline enter padding value. Example 10,15,20.

    \";s:8:\"optionid\";s:35:\"antisnews_style_top_padding_tagline\";s:15:\"selectoptiondef\";s:2:\"35\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:36;a:6:{s:10:\"optionname\";s:20:\"Tagline left padding\";s:17:\"optiondescription\";s:100:\"

    If you need more space on the left edge of the tagline enter padding value. Example 10,15,20.

    \";s:8:\"optionid\";s:36:\"antisnews_style_left_padding_tagline\";s:15:\"selectoptiondef\";s:2:\"10\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:37;a:6:{s:10:\"optionname\";s:17:\"Tagline font size\";s:17:\"optiondescription\";s:100:\"

    The tagline font size. Include numerical value and font type. Example 10px, 10pt, 1.1em, 75%.

    \";s:8:\"optionid\";s:32:\"antisnews_style_fontsize_tagline\";s:15:\"selectoptiondef\";s:4:\"14px\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:38;a:6:{s:10:\"optionname\";s:39:\"Horizontal Navigation Menu CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:39;a:6:{s:10:\"optionname\";s:35:\"Background Color for navigation bar\";s:17:\"optiondescription\";s:114:\"

    The background color for the naviation bar. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:32:\"antisnews_color_background_hmenu\";s:15:\"selectoptiondef\";s:7:\"#f2f2f2\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:40;a:6:{s:10:\"optionname\";s:35:\"Background Image for navigation bar\";s:17:\"optiondescription\";s:79:\"

    If using a background image behind navigation bar put full url to image.

    \";s:8:\"optionid\";s:38:\"antisnews_style_background_image_hmenu\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:41;a:6:{s:10:\"optionname\";s:30:\"Background Image Repeat Status\";s:17:\"optiondescription\";s:82:\"

    If using background image behind navigation bar select image repeat status.

    \";s:8:\"optionid\";s:45:\"antisnews_style_background_image_repeat_hmenu\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:9:\"No Repeat\";i:1;s:13:\"Repeat X-axis\";i:2;s:13:\"Repeat Y-axis\";i:3;s:10:\"Repeat All\";}}i:42;a:6:{s:10:\"optionname\";s:31:\"Color For horizontal menu links\";s:17:\"optiondescription\";s:84:\"

    Font color to use for horizontal menu links. Hex value only. Example #000000.

    \";s:8:\"optionid\";s:28:\"antisnews_color_colorlihmenu\";s:15:\"selectoptiondef\";s:7:\"#444444\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:43;a:6:{s:10:\"optionname\";s:28:\"Nav menu in-focus background\";s:17:\"optiondescription\";s:93:\"

    The background color for the in-focus menu list item. Hex value only. Example #000000.

    \";s:8:\"optionid\";s:38:\"antisnews_color_licurrentpageitemhmenu\";s:15:\"selectoptiondef\";s:7:\"#8c8c8c\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:44;a:6:{s:10:\"optionname\";s:28:\"Nav menu in-focus link color\";s:17:\"optiondescription\";s:87:\"

    The link color for the in-focus menu list item. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:39:\"antisnews_color_licurrentpageitemahmenu\";s:15:\"selectoptiondef\";s:7:\"#ffffff\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:45;a:6:{s:10:\"optionname\";s:44:\"Drop-down nav menu in-focus background color\";s:17:\"optiondescription\";s:103:\"

    The background color for the in-focus drop-down menu list item. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:40:\"antisnews_color_licurrentpageitemlihmenu\";s:15:\"selectoptiondef\";s:7:\"#f2f2f2\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:46;a:6:{s:10:\"optionname\";s:38:\"Drop-down nav menu in-focus link color\";s:17:\"optiondescription\";s:97:\"

    The link color for the in-focus drop down menu list item. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:41:\"antisnews_color_licurrentpageitemliahmenu\";s:15:\"selectoptiondef\";s:7:\"#444444\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:47;a:6:{s:10:\"optionname\";s:31:\"Drop-down nav menu border color\";s:17:\"optiondescription\";s:72:\"

    The drop-down menu border color. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:40:\"antisnews_color_hmenudropdownbordercolor\";s:15:\"selectoptiondef\";s:7:\"#dddddd\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:48;a:6:{s:10:\"optionname\";s:25:\"Navigation text transform\";s:17:\"optiondescription\";s:42:\"

    Select uppercase, lowercase or none

    \";s:8:\"optionid\";s:36:\"antisnews_style_text_transform_hmenu\";s:15:\"selectoptiondef\";s:9:\"uppercase\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:4:\"none\";i:1;s:9:\"uppercase\";i:2;s:9:\"lowercase\";i:3;s:10:\"capitalize\";}}i:49;a:6:{s:10:\"optionname\";s:26:\"Navigation links font size\";s:17:\"optiondescription\";s:121:\"

    The font size for the navigation link text. Include numerical value and font type. Example 10px, 10pt, .9em, 75%.

    \";s:8:\"optionid\";s:30:\"antisnews_style_fontsize_hmenu\";s:15:\"selectoptiondef\";s:4:\"10px\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:50;a:6:{s:10:\"optionname\";s:28:\"Navigation links font weight\";s:17:\"optiondescription\";s:70:\"

    The font weight for nav menu links. Examples bold,normal,500%.

    \";s:8:\"optionid\";s:32:\"antisnews_style_fontweight_hmenu\";s:15:\"selectoptiondef\";s:6:\"normal\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:51;a:6:{s:10:\"optionname\";s:28:\"Navigation bar bottom border\";s:17:\"optiondescription\";s:84:\"

    Select off or on to hide or display a bottom border under the navigation menu

    \";s:8:\"optionid\";s:35:\"antisnews_style_bottom_border_hmenu\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:16:\"Select On or Off\";i:1;s:2:\"on\";i:2;s:3:\"off\";}}i:52;a:6:{s:10:\"optionname\";s:34:\"Navigation bar bottom border style\";s:17:\"optiondescription\";s:58:\"

    Select a style for the navigation bar bottom border

    \";s:8:\"optionid\";s:41:\"antisnews_style_bottom_border_style_hmenu\";s:15:\"selectoptiondef\";s:6:\"double\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:8:{i:0;s:5:\"solid\";i:1;s:6:\"dotted\";i:2;s:6:\"dashed\";i:3;s:6:\"double\";i:4;s:6:\"groove\";i:5;s:5:\"ridge\";i:6;s:5:\"inset\";i:7;s:6:\"outset\";}}i:53;a:6:{s:10:\"optionname\";s:34:\"Navigation bar bottom border width\";s:17:\"optiondescription\";s:58:\"

    Select a width for the navigation bar bottom border

    \";s:8:\"optionid\";s:41:\"antisnews_style_bottom_border_width_hmenu\";s:15:\"selectoptiondef\";s:1:\"4\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:5:{i:0;s:1:\"5\";i:1;s:1:\"4\";i:2;s:1:\"3\";i:3;s:1:\"2\";i:4;s:1:\"1\";}}i:54;a:6:{s:10:\"optionname\";s:34:\"Navigation bar bottom border color\";s:17:\"optiondescription\";s:58:\"

    Select a color for the navigation bar bottom border

    \";s:8:\"optionid\";s:41:\"antisnews_style_bottom_border_color_hmenu\";s:15:\"selectoptiondef\";s:7:\"#dddddd\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:55;a:6:{s:10:\"optionname\";s:20:\"Navigtion row height\";s:17:\"optiondescription\";s:65:\"

    Adjust the height setting for the navigation row as needed

    \";s:8:\"optionid\";s:28:\"antisnews_style_height_hmenu\";s:15:\"selectoptiondef\";s:2:\"35\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:56;a:6:{s:10:\"optionname\";s:28:\"Date Search Row CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:57;a:6:{s:10:\"optionname\";s:32:\"Date/Search row background color\";s:17:\"optiondescription\";s:153:\"

    This is the section with the date and search box. Hex value only. Example #000000. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:37:\"antisnews_color_background_datesearch\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:58;a:6:{s:10:\"optionname\";s:32:\"Date/Search row background image\";s:17:\"optiondescription\";s:115:\"

    Full location of background image if using an image as background for the Date/Search row. Include http://.

    \";s:8:\"optionid\";s:43:\"antisnews_style_background_image_datesearch\";s:15:\"selectoptiondef\";s:79:\"http://www.timberon.info/blog/wp-content/themes/antisnews/images/datesearch.png\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:59;a:6:{s:10:\"optionname\";s:46:\"Date/Search row background Image Repeat Status\";s:17:\"optiondescription\";s:83:\"

    If using image as background for Date/Search row select image repeat status.

    \";s:8:\"optionid\";s:50:\"antisnews_style_background_image_repeat_datesearch\";s:15:\"selectoptiondef\";s:9:\"No Repeat\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:9:\"No Repeat\";i:1;s:13:\"Repeat X-axis\";i:2;s:13:\"Repeat Y-axis\";i:3;s:10:\"Repeat All\";}}i:60;a:6:{s:10:\"optionname\";s:34:\"Row height/Background Image Height\";s:17:\"optiondescription\";s:121:\"

    Height for Date/Search row or Date/Search background image if using image for the Date/Search row. Example 150,200

    \";s:8:\"optionid\";s:50:\"antisnews_style_background_image_height_datesearch\";s:15:\"selectoptiondef\";s:2:\"40\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:61;a:6:{s:10:\"optionname\";s:15:\"Date font color\";s:17:\"optiondescription\";s:92:\"

    The color for the date shown in the Date/Search row. Hex value only. Example #ffffff.

    \";s:8:\"optionid\";s:36:\"antisnews_color_fontcolor_datesearch\";s:15:\"selectoptiondef\";s:7:\"#ffffff\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:62;a:6:{s:10:\"optionname\";s:14:\"Date font size\";s:17:\"optiondescription\";s:95:\"

    The font size for the date shown in the Date/Search row. Example 12px, 12pt, .5em, 80%.

    \";s:8:\"optionid\";s:35:\"antisnews_style_fontsize_datesearch\";s:15:\"selectoptiondef\";s:4:\"13px\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:63;a:6:{s:10:\"optionname\";s:16:\"Date font weight\";s:17:\"optiondescription\";s:92:\"

    The font weight for the date shown in the Date/Search row. Example normal,bold,200%.

    \";s:8:\"optionid\";s:37:\"antisnews_style_fontweight_datesearch\";s:15:\"selectoptiondef\";s:4:\"bold\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:64;a:6:{s:10:\"optionname\";s:19:\"Date text transform\";s:17:\"optiondescription\";s:38:\"

    Select uppercase, lowercase etc

    \";s:8:\"optionid\";s:40:\"antisnews_style_fonttransform_datesearch\";s:15:\"selectoptiondef\";s:9:\"uppercase\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:4:\"none\";i:1;s:9:\"uppercase\";i:2;s:9:\"lowercase\";i:3;s:10:\"capitalize\";}}i:65;a:6:{s:10:\"optionname\";s:26:\"Date/Search row top margin\";s:17:\"optiondescription\";s:100:\"

    If you need to adjust the top margin for the search box enter the new value. Example 10,15,20

    \";s:8:\"optionid\";s:48:\"antisnews_style_top_margin_searchform_datesearch\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:66;a:6:{s:10:\"optionname\";s:31:\"Leaderboard Ad Row CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:67;a:6:{s:10:\"optionname\";s:36:\"Background Color for leaderboard row\";s:17:\"optiondescription\";s:172:\"

    The background color for the row containing leaderboard ad content. Hex value only. Example #000000. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:38:\"antisnews_color_background_leaderboard\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:68;a:6:{s:10:\"optionname\";s:30:\"Font color for leaderboard row\";s:17:\"optiondescription\";s:81:\"

    The font color for leaderboard row text. Hex value only. Example #000000.

    \";s:8:\"optionid\";s:37:\"antisnews_color_fontcolor_leaderboard\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:69;a:6:{s:10:\"optionname\";s:30:\"Link color for leaderboard row\";s:17:\"optiondescription\";s:82:\"

    The link color for leaderboard row links. Hex value only. Example #000000.

    \";s:8:\"optionid\";s:37:\"antisnews_color_linkcolor_leaderboard\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:70;a:6:{s:10:\"optionname\";s:19:\"Footer CSS Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:71;a:6:{s:10:\"optionname\";s:27:\"Background Color for footer\";s:17:\"optiondescription\";s:146:\"

    The background color for the page footer. Hex value only. Example #000000. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:33:\"antisnews_color_background_footer\";s:15:\"selectoptiondef\";s:4:\"none\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:72;a:6:{s:10:\"optionname\";s:19:\"Font Color for text\";s:17:\"optiondescription\";s:145:\"

    The font color for the page footer text. Hex value only. Example #000000. For no background color enter the word [none] without brackets.

    \";s:8:\"optionid\";s:32:\"antisnews_color_fontcolor_footer\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:73;a:6:{s:10:\"optionname\";s:25:\"Font size for footer text\";s:17:\"optiondescription\";s:117:\"

    The font size for the page footer text. Include numerical value and font type. Example 10px, 10pt, .9em, 75%.

    \";s:8:\"optionid\";s:31:\"antisnews_style_fontsize_footer\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:74;a:6:{s:10:\"optionname\";s:27:\"Font weight for footer text\";s:17:\"optiondescription\";s:76:\"

    The font weight for the page footer text. Examples bold,normal,500%.

    \";s:8:\"optionid\";s:33:\"antisnews_style_fontweight_footer\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:75;a:6:{s:10:\"optionname\";s:27:\"Footer row background image\";s:17:\"optiondescription\";s:110:\"

    Full location of background image if using an image as background for the footer row. Include http://.

    \";s:8:\"optionid\";s:39:\"antisnews_style_background_image_footer\";s:15:\"selectoptiondef\";s:75:\"http://www.timberon.info/blog/wp-content/themes/antisnews/images/footer.png\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:76;a:6:{s:10:\"optionname\";s:41:\"Footer row background Image Repeat Status\";s:17:\"optiondescription\";s:78:\"

    If using image as background for footer row select image repeat status.

    \";s:8:\"optionid\";s:46:\"antisnews_style_background_image_repeat_footer\";s:15:\"selectoptiondef\";s:9:\"No Repeat\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:4:{i:0;s:9:\"No Repeat\";i:1;s:13:\"Repeat X-axis\";i:2;s:13:\"Repeat Y-axis\";i:3;s:10:\"Repeat All\";}}i:77;a:6:{s:10:\"optionname\";s:34:\"Row height/Background Image Height\";s:17:\"optiondescription\";s:99:\"

    Height for footer row or background image if using image for the footer row. Example 150,200

    \";s:8:\"optionid\";s:46:\"antisnews_style_background_image_height_footer\";s:15:\"selectoptiondef\";s:2:\"40\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}}','yes'),(7531,0,'_transient_timeout_feed_ba689deb49370c4081cd11c8a4bac1ba','1300338129','no'),(7532,0,'_transient_feed_ba689deb49370c4081cd11c8a4bac1ba','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress › Support » Tag: lightword - Recent Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://wordpress.org/tags/lightword\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"WordPress › Support » Tag: lightword - Recent Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:\"Wed, 16 Mar 2011 16:43:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"MiKEyo on \"Wibiya Toolbar not working on LightWord 2.0.0.6 Theme\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.org/support/topic/wibiya-toolbar-not-working-on-lightword-2006-theme#post-2002654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Mar 2011 12:30:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2002654@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:518:\"

    I\'m having issues here. I have used this toolbar before but never on WP.

    \n

    I am using the theme \'LightWord 2.0.0.6\'. It has a special spot for Wibiya Toolbar integration. It has a spot to add my Wibiya toolbar ID address, but when I enter it and save, it disappears. In the actual theme, code my ID is in there, so I don\'t think that is the problem.

    \n

    I was wondering if I could just enter the generic toolbar code in the /footer section of my blog like I would do in Blogger. Is that cheating? lol\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"MiKEyo\";s: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:38:\"123milliseconds on \"Title not showing\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/support/topic/title-not-showing#post-1995256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Mar 2011 11:49:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1995256@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:606:\"

    http://codex.wordpress.org/Designing_Headers

    \n

    http://wordpress.org/support/topic/want-to-change-image-in-header

    \n

    http://wordpress.org/support/topic/changing-header-image-4

    \n

    http://www.wordpressmax.com/wordpress/wordpress-header-image\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"123milliseconds\";s: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:32:\"arctushar on \"Title not showing\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/support/topic/title-not-showing#post-1994776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Mar 2011 02:59:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1994776@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:289:\"

    Hello
    \nActually I m using this theme for my site which is in bengali language. So the blog title is not showing. As blog title is in image formate. How can I change this and make the title in text format. Please tell me which file and where should I change
    \nThank you all\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"arctushar\";s: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:43:\"sch_bses on \"Lightword: Spacing in sidebar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/support/topic/lightword-spacing-in-sidebar#post-1989659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Mar 2011 00:03:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1989659@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:473:\"

    Great! Thank you! From your example I deleted the background-color and played around with the margin-numbers and this is how I finally changed your mentioned lines:

    \n
    .content-sidebar-2 h3{ font-size:11px; background-color:#EEE;padding:8px 10px;border-top:1px solid #DCDCDB;border-bottom:1px solid #DCDCDB;margin-top:0;margin-bottom:3px;}\n.content-sidebar-2 ul{list-style:none;margin-bottom:10px;}\n.content-sidebar-2 ul ul {margin-bottom:0px;}
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"sch_bses\";s: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:44:\"alchymyth on \"Lightword: Spacing in sidebar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/support/topic/lightword-spacing-in-sidebar#post-1989566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Mar 2011 23:25: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:37:\"1989566@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:767:\"

    this is caused by the top margin:

    \n

    h3{font-size:1.8em;margin: 15px 0 15px;}
    \nin style.css of the theme.

    \n

    possible fix:
    \nedit new_sidebar.css:

    \n

    find this:
    \n

    .content-sidebar-2 h3{ font-size:11px; background-color:#EEE;padding:8px 10px;border-top:1px solid #DCDCDB;border-bottom:1px solid #DCDCDB;}\n.content-sidebar-2 ul{list-style:none;}
    \n

    for instance, change to this:
    \n

    .content-sidebar-2 h3{ font-size:11px; background-color:#EEE;padding:8px 10px;border-top:1px solid #DCDCDB;border-bottom:1px solid #DCDCDB;margin-top:0}\n.content-sidebar-2 ul{list-style:none;margin-bottom:15px;}\n.content-sidebar-2 ul ul {margin-bottom:0px;}
    \n

    numbers might need adjusting.\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"alchymyth\";s: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:43:\"sch_bses on \"Lightword: Spacing in sidebar\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/support/topic/lightword-spacing-in-sidebar#post-1989444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Mar 2011 22:26:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1989444@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"

    I\'m having the problem that in the left sidebar of my lightword-themed blog above and under headlines there is a lot of space between these lines. My blog is http://schaebses.de. See e.g. the space above and under the headline “Themen” in the first sidebar.

    \n

    I deactivated all installed plugins, but also then I am still having the same problem. Actually, I thought it affects only my installation. I just realised that also on http://www.lightword-design.com/ it looks now the same way. Anyone some ideas where to search/what to do in order to get rid of that space?

    \n

    Thanks!\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"sch_bses\";s: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:74:\"graleh on \"Cannot change text in the leave comment area Bug? Please help.\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.org/support/topic/cannot-change-text-in-the-leave-comment-area-bug-please-help#post-1949365\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Feb 2011 23:12:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1949365@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"

    Is this solution only for lightword or does it work in other themes as well?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"graleh\";s: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:54:\"chrisanthropic on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1931706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2011 14:21:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1931706@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:315:\"

    I\'m still on version 2.0.0.6 of the theme and the files selarsen posted above didn\'t do the trick...I\'m guessing a manual update to .7 is necessary?

    \n

    *edit*
    \nNevermind, I forgot I had the theme set to use the \"wide\" setup. Changing it back to \"original\" worked with the new files.

    \n

    Thanks!\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"chrisanthropic\";s: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:32:\"boyevul on \"How to show extract\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/support/topic/how-to-show-extract#post-1931512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2011 12:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1931512@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"

    the_excerpt?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"boyevul\";s: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:33:\"xMarioHx on \"How to show extract\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/support/topic/how-to-show-extract#post-1931505\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2011 12:01:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1931505@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"

    is possible show only extract in home page?

    \n

    Sorry my english and thxs for help.\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"xMarioHx\";s: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:48:\"selarsen on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1931066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 09 Feb 2011 03:47: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:37:\"1931066@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:567:\"

    @brownbair
    \nThanks for you help. I have already created the menu exatctly as you describe. No change...

    \n

    @voyagerfan5761
    \nThanks for replying to this thread!!

    \n

    @ ALL

    \n

    I just downloaded a fix provided by andrei luca on twitter:

    \n

    ***@se1988 please download this fix http://www.box.net/shared/m4c03g2lj3 (overwrite needed)***

    \n

    That did the trick!!
    \nA big thank you to everyone taking their time looking into this:D

    \n

    -Sven Erik
    \nselarsen.com\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"selarsen\";s: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:49:\"brownbair on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1930398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 20:34: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:37:\"1930398@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:529:\"

    @selarsen

    \n

    When you created your menu bar, you gave it a title, correct? You should have done that on the menu page. Well, if you go to the menu page, you\'ll find a box on the left that\'s titled \"Theme Locations\". There\'s a drop-down menu in this box. Click it and select the name of the menu you created. That should solve your problem.

    \n

    Let me know if it doesn\'t and I\'ll see if there\'s anything else I can do. =)

    \n

    Best of luck,

    \n

    -AB
    \nhttp://brownbair.com\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"brownbair\";s: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:54:\"voyagerfan5761 on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1930299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 19:40:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1930299@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:257:\"

    @brownbair:

    \n

    If you do figure it out, I\'d love to hear about it. Your fix could make it into a LightWord update. Please do hit me up if you have any information that might be helpful.

    \n

    Thanks!\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"voyagerfan5761\";s: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:49:\"brownbair on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1930267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 19:24: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:37:\"1930267@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"

    @ selarsen

    \n

    I totally had this problem as well, but for the life of me I can\'t think of what I did to fix it. If I have time today, I\'ll go through my files and see if anything sticks out as a possible solution.

    \n

    Sorry I can\'t be of more help at the moment.

    \n

    Best of luck!

    \n

    -AB
    \nhttp://brownbair.com\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"brownbair\";s: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:54:\"voyagerfan5761 on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1930235\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 19:11:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1930235@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1160:\"

    selarsen, I\'d like to try fixing this issue. If you could please make an export of your database and post it somewhere, then send me a link to that backup file in a message through http://technobabbl.es/contact/, I\'ll get that data into my test site and hack on it when I get some free time.

    \n

    Note that the version of 2.0.0.7 you have isn\'t final, so depending on how you updated LightWord this time you might have to change your method and do this instead. (WP has some good safeguards, but sometimes they just get in the way.)

    \n

    Please do remind me of both issues discussed here (the sidebar and the menu failure), since it might be a few weeks before I get to this project. Also, it couldn\'t hurt to have screenshots of a page that works and a page that\'s broken, for my reference while I\'m trying to fix it.

    \n

    Thanks for your help. I\'m sure this one will be fixed in the end. :)\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"voyagerfan5761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"genesis-zero on \"How to get Facebook on the sidebar?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.org/support/topic/how-to-get-facebook-on-the-sidebar#post-1929455\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 12:27:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1929455@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"

    Use the help at facebook and you get to the function to generate the code. After that, create a text widget in WP and paste the generated code.\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"genesis-zero\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"selarsen on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1929408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 11:48: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:37:\"1929408@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:726:\"

    okay, so i updated to 2.0.0.7 from github https://github.com/andreiluca/LightWord after talking to andrei luca on twitter.

    \n

    i had to add the code from brownbair (see post above) to remove the sidebar in single page template. that did work.

    \n

    the menu buttons are still not working properly, and after the update the \"home\" button does appear and cannot be removed. **this only applies to single page template, pages using default template works as they should**

    \n

    I really need help with this one. I have tried w3-options both on and off, reinstalling both wordpress and lightword, nothing works. am i the only one with this problem?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"selarsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"selarsen on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1921449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Feb 2011 13:05: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1921449@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"

    any suggestions anyone??\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"selarsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Filmblaskan on \"How to get Facebook on the sidebar?\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.org/support/topic/how-to-get-facebook-on-the-sidebar#post-1920026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2011 17:50: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:37:\"1920026@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:282:\"

    Hello! I don\'t know how to get things appear on the sidebar?
    \nI want to get Facebook like this site: http://itutorialez.com/ on the sidebar. I know how to get the code, but don\'t how to make it appear on the sidebar?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Filmblaskan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Filmblaskan on \"Lightword: sidebar below\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/support/topic/lightword-sidebar-below#post-1920000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2011 17:41:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1920000@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"

    How to get \"Facebook like\" that is on you\'r site on sidebar???: http://itutorialez.com/

    \n

    How to intergrate it?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Filmblaskan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"selarsen on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1919482\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2011 13:29: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:37:\"1919482@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:623:\"

    @brownbair: thanks for your help, that removed the sidebar as i wanted to! only one issue: the single page template messes up my menu buttons at the top...

    \n

    link:
    \nhttp://selarsen.com/

    \n

    in my \"tjenester\" page, or any other page where i use normal template with sidebar, the buttons works as supposed. link:
    \nhttp://selarsen.com/tjenester/

    \n

    this is happening with the new w3-menu option both on and off, it makes no difference for the main page using the single page template...\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"selarsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"brownbair on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1919454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2011 13:11: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:37:\"1919454@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:616:\"

    @selarsen

    \n

    All I did to fix the problem was paste the following:

    \n

    <link rel=\'stylesheet\' id=\'lightword_stylesheet_single-page-template-css\' href=\'http://YOURPAGE.com/wp-content/themes/lightword/single-page-template.css?ver=2.0.0.6\' type=\'text/css\' media=\'all\' />

    \n

    after this:

    \n

    <?php wp_head(); ?>

    \n

    in the single-page-template.php file. That cleared it all up, I\'m pretty sure. But let me know if you have any more trouble and I\'ll look to see if I did anything else to fix the problem. =)

    \n

    -AB
    \nhttp://brownbair.com\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"brownbair\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"selarsen on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1919403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2011 12:19:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1919403@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"

    @Tosyk: and also your \"single-page-template.css\" file?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"selarsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"selarsen on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1919388\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Feb 2011 12:05:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1919388@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"

    @Tosyk: can you please share your \"single-page-template.php\" file with us?\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"selarsen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"lopster10 on \"Lightword Second Tier Dropdowns\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/support/topic/lightword-second-tier-dropdowns#post-1906795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2011 10:36: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:37:\"1906795@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:270:\"

    Still having problems with this - does anyone know any sites using the LightWord theme which has multi tier drop down menus (3 levels or more)?

    \n

    Just wanted to take a look at the source code to see if it will help with this problem.

    \n

    Thanks
    \nLop\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"lopster10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Tosyk on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1905182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jan 2011 15:29:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1905182@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"

    brownbair
    \nsorry, but it\'s error in lightwood code (php i think), no one help me here, so i ask my admin to resolving this, and he made it\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Tosyk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"brownbair on \"Lightword Theme \"No Sidebar\" issue\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/support/topic/lightword-theme-no-sidebar-issue#post-1905078\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jan 2011 14:45:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1905078@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:644:\"

    @Tosyk

    \n

    I see by your link that you were able to resolve this issue. Could you please let me know how because I have the same problem. I have one page (http://brownbair.com/wp/) that I would like to have no sidebar, and the rest are fine as they are. However, when I choose the \"No Sidebar\" option from the drop-down menu of the page editor, it does indeed get rid of the sidebar content, it just doesn\'t seem to be calling the new stylesheet that defines a single page layout.

    \n

    Please let me know if anyone can help me with this issue.

    \n

    Thanks so much!

    \n

    -AB\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"brownbair\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"lopster10 on \"Lightword Second Tier Dropdowns\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/support/topic/lightword-second-tier-dropdowns#post-1904687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jan 2011 08:35:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1904687@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:226:\"

    I\'ve had a look through and there doesn\'t seem to be any option which would affect this - pretty much everything is set to default.

    \n

    Any other ideas how I can resolve this ?

    \n

    Thanks for your help,
    \nLop\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"lopster10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"govpatel on \"Lightword Second Tier Dropdowns\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/support/topic/lightword-second-tier-dropdowns#post-1902867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jan 2011 14:19: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:37:\"1902867@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"

    Do you have any theme options in Appearance as looks like there is some code that is adding style in sub menu

    \n

    [Code moderated as per the Forum Rules. Please use the pastebin]\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"govpatel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"lopster10 on \"Lightword Second Tier Dropdowns\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/support/topic/lightword-second-tier-dropdowns#post-1902627\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jan 2011 11:08:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"1902627@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:504:\"

    Hi govpatel,

    \n

    Thx for the reply. Sry my site was originally in maintenance mode etc but have now put it online for you to see.

    \n

    The address is: http://www.borsof.com.

    \n

    Once on the site if you navigate to to Reviews > Books > then you will see \'Book Genre 1\' and \'Book genre 2\' and how they do not display correctly. This is the issue I was trying to describe above.

    \n

    Any help appreciated,

    \n

    Rgds,
    \nLop\n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"lopster10\";s: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:47:\"http://wordpress.org/support/rss/tags/lightword\";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:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 16 Mar 2011 16:55:11 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-03-15 12:30:48\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(7013,0,'lw_layout_settings','Original','yes'),(7014,0,'lw_cufon_settings','Disabled','yes'),(7105,0,'calotropis_front','a:16:{s:4:\"type\";s:11:\"traditional\";s:12:\"archive_type\";s:11:\"traditional\";s:6:\"column\";s:1:\"1\";s:11:\"featuredlim\";s:2:\"50\";s:10:\"excerptlim\";s:2:\"50\";s:12:\"excerpt_more\";s:15:\"...See the Rest\";s:4:\"meta\";a:1:{s:4:\"left\";s:1:\"0\";}s:9:\"post_meta\";a:2:{s:6:\"author\";s:1:\"0\";s:11:\"author_info\";s:1:\"0\";}s:9:\"featuredx\";s:3:\"450\";s:9:\"featuredy\";s:3:\"300\";s:6:\"thumbx\";s:3:\"150\";s:6:\"thumby\";s:3:\"100\";s:5:\"catch\";s:1:\"1\";s:3:\"not\";s:1:\"0\";s:7:\"fnotimg\";s:0:\"\";s:6:\"notimg\";s:0:\"\";}','yes'),(7016,0,'lw_top_header_image','Enabled','yes'),(7019,0,'lw_post_author','Single page','yes'),(7038,0,'lw_top_header_image_width','260','yes'),(7023,0,'lw_exclude_pages','','yes'),(7037,0,'lw_top_header_image_height','56','yes'),(7029,0,'lw_google_search_code','','yes'),(7030,0,'lw_sidebox_settings','Enabled','yes'),(7031,0,'lw_sidebar_settings','One sidebar','yes'),(7032,0,'lw_custom_css','','yes'),(7033,0,'lw_adsense_spot','','yes'),(7034,0,'lw_header_content','','yes'),(7035,0,'lw_footer_content','','yes'),(7106,0,'calotropis_header','a:16:{s:5:\"image\";s:0:\"\";s:9:\"bg_height\";s:3:\"200\";s:9:\"head_type\";s:1:\"1\";s:4:\"logo\";s:70:\"http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo6.jpg\";s:6:\"repeat\";s:9:\"no-repeat\";s:7:\"h_align\";s:4:\"left\";s:7:\"v_align\";s:3:\"top\";s:5:\"scope\";s:1:\"1\";s:10:\"text_align\";s:4:\"left\";s:6:\"height\";s:3:\"0pt\";s:9:\"font_size\";s:5:\"2.5em\";s:14:\"span_font_size\";s:5:\"1.8em\";s:7:\"bgcolor\";s:0:\"\";s:5:\"color\";s:4:\"blue\";s:11:\"hover_color\";s:7:\"#ddeeee\";s:10:\"span_color\";s:4:\"blue\";}','yes'),(7108,0,'calotropis_menu','a:9:{s:7:\"wp_menu\";s:1:\"1\";s:4:\"home\";s:8:\"Timberon\";s:4:\"show\";s:1:\"0\";s:5:\"depth\";s:1:\"0\";s:10:\"cat_sortby\";s:4:\"name\";s:9:\"cat_order\";s:3:\"ASC\";s:8:\"page_inc\";a:26:{i:0;s:2:\"86\";i:1;s:3:\"873\";i:2;s:2:\"77\";i:3;s:3:\"498\";i:4;s:3:\"916\";i:5;s:3:\"552\";i:6;s:2:\"95\";i:7;s:2:\"18\";i:8;s:3:\"591\";i:9;s:3:\"603\";i:10;s:3:\"422\";i:11;s:3:\"433\";i:12;s:3:\"436\";i:13;s:3:\"431\";i:14;s:4:\"1999\";i:15;s:4:\"2002\";i:16;s:4:\"2062\";i:17;s:4:\"2006\";i:18;s:4:\"2064\";i:19;s:4:\"2058\";i:20;s:4:\"2068\";i:21;s:4:\"2066\";i:22;s:4:\"2060\";i:23;s:4:\"2070\";i:24;s:2:\"56\";i:25;s:4:\"1178\";}s:11:\"page_sortby\";s:10:\"post_title\";s:10:\"page_order\";s:3:\"ASC\";}','yes'),(7109,0,'calotropis_links','a:6:{s:3:\"rss\";s:40:\"http://www.timberon.info/blog/?feed=rss2\";s:8:\"hide_rss\";s:1:\"1\";s:4:\"crss\";s:49:\"http://www.timberon.info/blog/?feed=comments-rss2\";s:7:\"twitter\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:5:\"plurk\";s:0:\"\";}','yes'),(7110,0,'calotropis_single','a:4:{s:9:\"post_meta\";a:5:{s:12:\"commentcount\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:6:\"author\";s:6:\"author\";s:10:\"categories\";s:1:\"1\";s:11:\"author_info\";s:1:\"0\";}s:9:\"page_meta\";a:2:{s:6:\"author\";s:1:\"0\";s:11:\"author_info\";s:1:\"0\";}s:8:\"hide_rss\";s:1:\"1\";s:14:\"hide_trackback\";s:1:\"1\";}','yes'),(7111,0,'calotropis_css','a:1:{s:6:\"insert\";s:206:\"#main a:hover{text-decoration:none}\r\n#contentwrap,.singlepost{background-color:#ffffff}\r\n#main .singlepost .entry a {color:blue;}\r\n.sidebar a{color:#033;} \r\n#footwrap {background:#575757!important;}\r\n\r\n\r\n\r\n\";}','yes'),(7112,0,'calotropis_misc','a:2:{s:7:\"favicon\";s:77:\"http://www.timberon.info/blog/wp-content/themes/calotropis/images/favicon.ico\";s:7:\"nohover\";s:1:\"1\";}','yes'),(7196,0,'hide_categories','21,8,30,20,6,14,34,33,23,26,31,24,12,15,25,1,13','yes'),(7152,0,'antisnews_theme_options','a:87:{i:0;a:6:{s:10:\"optionname\";s:18:\"Page Meta Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:1;a:6:{s:10:\"optionname\";s:21:\"Default meta keywords\";s:17:\"optiondescription\";s:103:\"

    The theme tries to assist with minor SEO. You can enter default meta keywords for your site here

    \";s:8:\"optionid\";s:22:\"antisnews_metakeywords\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:2;a:6:{s:10:\"optionname\";s:24:\"Default meta description\";s:17:\"optiondescription\";s:106:\"

    The theme tries to assist with minor SEO. You can enter default meta description for your site here

    \";s:8:\"optionid\";s:25:\"antisnews_metadescription\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:3;a:6:{s:10:\"optionname\";s:21:\"Deactivate Theme Meta\";s:17:\"optiondescription\";s:111:\"

    If you are using an SEO plugin you might need to deactivate the theme meta tags for your plugin to work.

    \";s:8:\"optionid\";s:29:\"antisnews_deactivatethememeta\";s:15:\"selectoptiondef\";s:17:\"Select an option:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:10:\"deactivate\";i:1;s:8:\"activate\";}}i:4;a:6:{s:10:\"optionname\";s:25:\"Google Analytics Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:5;a:6:{s:10:\"optionname\";s:44:\"Site Tracking Code Example: Google Analytics\";s:17:\"optiondescription\";s:61:\"

    Using Goolge Analytics? You can enter your code above.

    \";s:8:\"optionid\";s:26:\"antisnews_sitetrackingcode\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:6;a:6:{s:10:\"optionname\";s:30:\"Blog Name and Tagline Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:7;a:6:{s:10:\"optionname\";s:9:\"Site Logo\";s:17:\"optiondescription\";s:100:\"

    You can replace the text title with a logo by entering the logo URL here Note:include http://

    \";s:8:\"optionid\";s:18:\"antisnews_sitelogo\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:8;a:6:{s:10:\"optionname\";s:17:\"Show/Hide Tagline\";s:17:\"optiondescription\";s:57:\"

    Select hide if you prefer to hide the site tagline

    \";s:8:\"optionid\";s:32:\"antisnews_style_showhide_tagline\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:9;a:6:{s:10:\"optionname\";s:16:\"Tagline position\";s:17:\"optiondescription\";s:47:\"

    Move tagline to the left right or center

    \";s:8:\"optionid\";s:32:\"antisnews_style_position_tagline\";s:15:\"selectoptiondef\";s:4:\"left\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:4:\"left\";i:1;s:5:\"right\";i:2;s:6:\"center\";}}i:10;a:6:{s:10:\"optionname\";s:12:\"Ads Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:11;a:6:{s:10:\"optionname\";s:27:\"Show/Hide leaderboard Space\";s:17:\"optiondescription\";s:115:\"

    Select hide to hide or show to display the leaderboard content space under the date/search bar

    \";s:8:\"optionid\";s:24:\"antisnews_showhideleader\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:12;a:6:{s:10:\"optionname\";s:25:\"Leaderboard Space Content\";s:17:\"optiondescription\";s:66:\"

    Content for the leaderboard space under the date/search bar

    \";s:8:\"optionid\";s:20:\"antisnews_leadercode\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:13;a:6:{s:10:\"optionname\";s:33:\"Leaderboard content text position\";s:17:\"optiondescription\";s:84:\"

    Select left to align leaderboard content to left or center to align to center

    \";s:8:\"optionid\";s:39:\"antisnews_showhideleadercontentposition\";s:15:\"selectoptiondef\";s:14:\"Select Option:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"left\";i:1;s:6:\"center\";}}i:14;a:6:{s:10:\"optionname\";s:29:\"Ad code for single page posts\";s:17:\"optiondescription\";s:113:\"

    If using positions left or right best to use 200 by 200 ads. For other positions best to use 468 by 60 ads

    \";s:8:\"optionid\";s:31:\"antisnews_singlepageadsensecode\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:8:\"textarea\";s:7:\"options\";s:0:\"\";}i:15;a:6:{s:10:\"optionname\";s:33:\"Position for single page post ads\";s:17:\"optiondescription\";s:72:\"

    Left will float left, right will float right - 6 position options

    \";s:8:\"optionid\";s:35:\"antisnews_singlepageadsenseposition\";s:15:\"selectoptiondef\";s:14:\"Select Option:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:4:\"left\";i:1;s:5:\"right\";i:2;s:16:\"above post title\";i:3;s:16:\"below post title\";i:4;s:34:\"between post content and post tags\";i:5;s:19:\"above post comments\";}}i:16;a:6:{s:10:\"optionname\";s:30:\"Miscellaneous Sidebar Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:17;a:6:{s:10:\"optionname\";s:20:\"Sidebar One Position\";s:17:\"optiondescription\";s:86:\"

    Select 1 to move Sidebar One to left or 2 for right. Does not apply on homepage

    \";s:8:\"optionid\";s:20:\"antisnews_sidebarpos\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}}i:18;a:6:{s:10:\"optionname\";s:12:\"Share Widget\";s:17:\"optiondescription\";s:76:\"

    Select hide to conceal the share icons widget box in the post sidebar

    \";s:8:\"optionid\";s:24:\"antisnews_hideshareicons\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:19;a:6:{s:10:\"optionname\";s:18:\"More From Category\";s:17:\"optiondescription\";s:90:\"

    Select hide to conceal the \'more from this category\' widget box in the post sidebar

    \";s:8:\"optionid\";s:30:\"antisnews_hidemorefromcategory\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:20;a:6:{s:10:\"optionname\";s:24:\"More From Category Title\";s:17:\"optiondescription\";s:44:\"

    Change header text from Sticky Posts.

    \";s:8:\"optionid\";s:30:\"antisnews_morefromthiscattitle\";s:15:\"selectoptiondef\";s:18:\"More from category\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:21;a:6:{s:10:\"optionname\";s:34:\"More from category number of posts\";s:17:\"optiondescription\";s:33:\"

    How many excerpts to show?

    \";s:8:\"optionid\";s:32:\"antisnews_morefromthiscathowmany\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:22;a:6:{s:10:\"optionname\";s:36:\"More from category show excerpt text\";s:17:\"optiondescription\";s:87:\"

    Only title is shown by default. If you want to include excerpt text select show.

    \";s:8:\"optionid\";s:36:\"antisnews_morefromthiscatshowexcerpt\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"hide\";i:1;s:4:\"show\";}}i:23;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:38:\"antisnews_morefromthiscatexcerptlength\";s:15:\"selectoptiondef\";s:3:\"120\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:24;a:6:{s:10:\"optionname\";s:36:\"More from category excerpt thumbnail\";s:17:\"optiondescription\";s:104:\"

    If you prefer no thumbnail with the More from category excerpt select hide to conceal thumbnails.

    \";s:8:\"optionid\";s:34:\"antisnews_morefromthiscatshowthumb\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:25;a:6:{s:10:\"optionname\";s:16:\"Thumbnail height\";s:17:\"optiondescription\";s:45:\"

    Increase or decrease thumbnail height.

    \";s:8:\"optionid\";s:36:\"antisnews_morefromthiscatthumbheight\";s:15:\"selectoptiondef\";s:2:\"75\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:26;a:6:{s:10:\"optionname\";s:15:\"Thumbnail width\";s:17:\"optiondescription\";s:44:\"

    Increase or decrease thumbnail width.

    \";s:8:\"optionid\";s:35:\"antisnews_morefromthiscatthumbwidth\";s:15:\"selectoptiondef\";s:2:\"75\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:27;a:6:{s:10:\"optionname\";s:20:\"Sticky Post Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:28;a:6:{s:10:\"optionname\";s:18:\"Sticky Posts Title\";s:17:\"optiondescription\";s:44:\"

    Change header text from Sticky Posts.

    \";s:8:\"optionid\";s:21:\"antisnews_stickytitle\";s:15:\"selectoptiondef\";s:12:\"Sticky Posts\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:29;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:29:\"antisnews_stickyexcerptlength\";s:15:\"selectoptiondef\";s:3:\"120\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:30;a:6:{s:10:\"optionname\";s:35:\"Horizontal Navigation Menu Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:31;a:6:{s:10:\"optionname\";s:23:\"Show/Hide Add Post Link\";s:17:\"optiondescription\";s:187:\"

    Selecting show will display an Add Post link in your homepage menu that you can click to have quick access for adding new posts. Only you will be able to see the link

    \";s:8:\"optionid\";s:25:\"antisnews_hideaddpostlink\";s:15:\"selectoptiondef\";s:4:\"hide\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:32;a:6:{s:10:\"optionname\";s:24:\"Menu pages or categories\";s:17:\"optiondescription\";s:109:\"The horizontal navigation menu shows your pages by default. If you prefer categories switch to categories

    \";s:8:\"optionid\";s:27:\"antisnews_pagesorcategories\";s:15:\"selectoptiondef\";s:5:\"pages\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:5:\"pages\";i:1;s:10:\"categories\";}}i:33;a:6:{s:10:\"optionname\";s:28:\"Pages/Categories exclude IDs\";s:17:\"optiondescription\";s:217:\"

    If there are pages or categories you want to exclude from the horizontal menu (depending on which of the two you are using) enter the IDs of the pages or categories that should be excluded. Separate with comma.

    \";s:8:\"optionid\";s:29:\"antisnews_pagecatidstoexclude\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:34;a:6:{s:10:\"optionname\";s:35:\"Featured Category 1 Slider Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:35;a:6:{s:10:\"optionname\";s:33:\"Featured Category 1 for slideshow\";s:17:\"optiondescription\";s:60:\"

    Select your main featured category for the slideshow.

    \";s:8:\"optionid\";s:21:\"antisnews_featuredcat\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:36;a:6:{s:10:\"optionname\";s:32:\"Number of Featured Posts to show\";s:17:\"optiondescription\";s:82:\"

    You can set the number of featured posts to show in the featured slideshow.

    \";s:8:\"optionid\";s:26:\"antisnews_numpostsfeatured\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:1:\"5\";i:1;s:1:\"6\";i:2;s:1:\"7\";i:3;s:1:\"8\";i:4;s:1:\"9\";i:5;s:2:\"10\";}}i:37;a:6:{s:10:\"optionname\";s:20:\"Deactivate Slideshow\";s:17:\"optiondescription\";s:111:\"

    This will turn off the slider and default to a single static image from the slideshow featured category.

    \";s:8:\"optionid\";s:29:\"antisnews_deactivateslideshow\";s:15:\"selectoptiondef\";s:8:\"activate\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:10:\"deactivate\";i:1;s:8:\"activate\";}}i:38;a:6:{s:10:\"optionname\";s:27:\"Featured Category 2 Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:39;a:6:{s:10:\"optionname\";s:19:\"Featured Category 2\";s:17:\"optiondescription\";s:44:\"

    Select your second featured category.

    \";s:8:\"optionid\";s:22:\"antisnews_featuredcat2\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:40;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:35:\"antisnews_featuredcat2excerptlength\";s:15:\"selectoptiondef\";s:3:\"120\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:41;a:6:{s:10:\"optionname\";s:27:\"Featured Category 3 Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:42;a:6:{s:10:\"optionname\";s:19:\"Featured Category 3\";s:17:\"optiondescription\";s:43:\"

    Select your third featured category.

    \";s:8:\"optionid\";s:22:\"antisnews_featuredcat3\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:43;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:35:\"antisnews_featuredcat3excerptlength\";s:15:\"selectoptiondef\";s:3:\"175\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:44;a:6:{s:10:\"optionname\";s:27:\"Featured Category 4 Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:45;a:6:{s:10:\"optionname\";s:19:\"Featured Category 4\";s:17:\"optiondescription\";s:44:\"

    Select your fourth featured category.

    \";s:8:\"optionid\";s:22:\"antisnews_featuredcat4\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:46;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:35:\"antisnews_featuredcat4excerptlength\";s:15:\"selectoptiondef\";s:2:\"90\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:47;a:6:{s:10:\"optionname\";s:27:\"Featured Category 5 Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:48;a:6:{s:10:\"optionname\";s:19:\"Featured Category 5\";s:17:\"optiondescription\";s:43:\"

    Select your fifth featured category.

    \";s:8:\"optionid\";s:22:\"antisnews_featuredcat5\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:49;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:35:\"antisnews_featuredcat5excerptlength\";s:15:\"selectoptiondef\";s:3:\"175\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:50;a:6:{s:10:\"optionname\";s:27:\"Featured Category 6 Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:51;a:6:{s:10:\"optionname\";s:19:\"Featured Category 6\";s:17:\"optiondescription\";s:43:\"

    Select your fifth featured category.

    \";s:8:\"optionid\";s:22:\"antisnews_featuredcat6\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:52;a:6:{s:10:\"optionname\";s:14:\"Excerpt Length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:35:\"antisnews_featuredcat6excerptlength\";s:15:\"selectoptiondef\";s:2:\"90\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:53;a:6:{s:10:\"optionname\";s:27:\"Featured Category 7 Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:54;a:6:{s:10:\"optionname\";s:19:\"Featured Category 7\";s:17:\"optiondescription\";s:43:\"

    Select your sixth featured category.

    \";s:8:\"optionid\";s:22:\"antisnews_featuredcat7\";s:15:\"selectoptiondef\";s:16:\"Select Category:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:18:{i:0;s:18:\"Select a category:\";i:1;s:8:\"Building\";i:2;s:9:\"Community\";i:3;s:11:\"County News\";i:4;s:23:\"DYI... Helping Yourself\";i:5;s:6:\"Events\";i:6;s:11:\"Forest News\";i:7;s:10:\"Front Page\";i:8;s:7:\"History\";i:9;s:8:\"Meetings\";i:10;s:13:\"Mountain News\";i:11;s:13:\"National News\";i:12;s:7:\"Notices\";i:13;s:6:\"Photos\";i:14;s:10:\"State News\";i:15;s:13:\"Timberon News\";i:16;s:13:\"Uncategorized\";i:17;s:13:\"Wildlife News\";}}i:55;a:6:{s:10:\"optionname\";s:19:\"Excerpt Length Left\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:36:\"antisnews_featuredcat7excerptlength1\";s:15:\"selectoptiondef\";s:3:\"275\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:56;a:6:{s:10:\"optionname\";s:20:\"Excerpt Length Right\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:36:\"antisnews_featuredcat7excerptlength2\";s:15:\"selectoptiondef\";s:3:\"123\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:57;a:6:{s:10:\"optionname\";s:27:\"Standard Thumbnail Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:58;a:6:{s:10:\"optionname\";s:35:\"State of default no image thumbnail\";s:17:\"optiondescription\";s:101:\"

    If you prefer not to use a no image thumbnail for posts that have no image change state to off

    \";s:8:\"optionid\";s:31:\"antisnews_noimagethumbnailstate\";s:15:\"selectoptiondef\";s:2:\"on\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:2:\"on\";i:1;s:3:\"off\";}}i:59;a:6:{s:10:\"optionname\";s:19:\"Pre-clean thumb URL\";s:17:\"optiondescription\";s:235:\"

    Some installations have problems with the TimThumb cropping script. If your thumbnails don\'t show select on to pre clean the thumbnail url before it gets passed to the TimThumb to be cropped. This sometimes resolves the problem.

    \";s:8:\"optionid\";s:26:\"antisnews_precleanthumburl\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}}i:60;a:6:{s:10:\"optionname\";s:34:\"Remote Image Allowed Site Override\";s:17:\"optiondescription\";s:961:\"

    You bear the responsibiity for the security risks involved in attempting to resize images from any remote website not included in the allowed sites list. Currently remote image resizing is restricted to [flickr.com,picasa.com,blogger.com,wordpress.com,img.youtube.com,ecx.images-amazon.com]. If you set this option to on the script will attempt to grab and resize images from the locations where they are being hosted even if it is not a location in the allowed sites list. However this presents a security risk and is not recommended. By setting this option to on you acknowledge that you have been advised that the better and safer practice is to host the images on your own site or only use images from one of sites in the allowed sites list so as to use the script as intended and not to activate web-wide remote image cropping and that if you choose to activate web-wide remote image cropping you bear full responsibility for your choice to do so.

    \";s:8:\"optionid\";s:39:\"antisnews_overrideremotehostrestriction\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"off\";i:1;s:2:\"on\";}}i:61;a:6:{s:10:\"optionname\";s:29:\"Archive/Search excerpt length\";s:17:\"optiondescription\";s:58:\"

    Excerpt length for search results and archive pages

    \";s:8:\"optionid\";s:36:\"antisnews_archivesearchexcerptlength\";s:15:\"selectoptiondef\";s:3:\"275\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:62;a:6:{s:10:\"optionname\";s:15:\"Image Zoom Crop\";s:17:\"optiondescription\";s:73:\"

    Select 1 to zoom in on image and crop part or 0 to crop full image

    \";s:8:\"optionid\";s:35:\"antisnews_featuredcatimageszoomcrop\";s:15:\"selectoptiondef\";s:1:\"1\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}}i:63;a:6:{s:10:\"optionname\";s:13:\"Image Quality\";s:17:\"optiondescription\";s:53:\"

    Modify value as needed to adjust image quality

    \";s:8:\"optionid\";s:34:\"antisnews_featuredcatimagesquality\";s:15:\"selectoptiondef\";s:2:\"95\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:64;a:6:{s:10:\"optionname\";s:21:\"Comment Form Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:65;a:6:{s:10:\"optionname\";s:26:\"Comment form on Post Pages\";s:17:\"optiondescription\";s:72:\"

    Do you want posts of the type Page to have a comment form?

    \";s:8:\"optionid\";s:24:\"antisnews_commentsonpage\";s:15:\"selectoptiondef\";s:17:\"Select yes or no:\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:3:\"yes\";i:1;s:2:\"no\";}}i:66;a:6:{s:10:\"optionname\";s:48:\"Custom Latest Posts and Recent Comments Settings\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:67;a:6:{s:10:\"optionname\";s:25:\"Hide Custom Latest Topics\";s:17:\"optiondescription\";s:106:\"

    The package comes with a custom latest topics in Sidebar Two. Select hide if you prefer to hide it.

    \";s:8:\"optionid\";s:32:\"antisnews_hidecustomlatesttopics\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:68;a:6:{s:10:\"optionname\";s:27:\"Hide Custom Latest Comments\";s:17:\"optiondescription\";s:108:\"

    The package comes with a custom latest comments in Sidebar Two. Select hide if you prefer to hide it.

    \";s:8:\"optionid\";s:34:\"antisnews_hidecustomlatestcomments\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:69;a:6:{s:10:\"optionname\";s:30:\"Position for sidebar 2 widgets\";s:17:\"optiondescription\";s:208:\"

    If not hiding the custom recent topics and custom recent comments you can decide if to show your dragged widgets on top of the packaged sidebar elements or below them. Choose 1 for top or 2 for bottom.

    \";s:8:\"optionid\";s:28:\"antisnews_sidebar2widgetspos\";s:15:\"selectoptiondef\";s:1:\"2\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}}i:70;a:6:{s:10:\"optionname\";s:40:\"Number of items for Custom Latest Topics\";s:17:\"optiondescription\";s:82:\"

    If using the customized Latest Topics in sidebar select how many to display

    \";s:8:\"optionid\";s:25:\"antisnews_numlatesttopics\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:10:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";}}i:71;a:6:{s:10:\"optionname\";s:43:\"Number of items for Custom Recent Comments \";s:17:\"optiondescription\";s:84:\"

    If using the customized Recent Comments in sidebar select how many to display

    \";s:8:\"optionid\";s:27:\"antisnews_numrecentcomments\";s:15:\"selectoptiondef\";s:1:\"5\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:10:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";i:9;s:2:\"10\";}}i:72;a:6:{s:10:\"optionname\";s:19:\"Latest Topics Title\";s:17:\"optiondescription\";s:45:\"

    Change header text from Latest Topics.

    \";s:8:\"optionid\";s:27:\"antisnews_latesttopicstitle\";s:15:\"selectoptiondef\";s:13:\"Latest Topics\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:73;a:6:{s:10:\"optionname\";s:31:\"Latest Topics hide excerpt text\";s:17:\"optiondescription\";s:122:\"

    If you prefer to only have the title in the latest topics excerpts you can select hide to conceal the excerpt text.

    \";s:8:\"optionid\";s:33:\"antisnews_latesttopicsshowexcerpt\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:74;a:6:{s:10:\"optionname\";s:21:\"Recent Comments Title\";s:17:\"optiondescription\";s:47:\"

    Change header text from Recent Comments.

    \";s:8:\"optionid\";s:29:\"antisnews_recentcommentstitle\";s:15:\"selectoptiondef\";s:15:\"Recent Comments\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:75;a:6:{s:10:\"optionname\";s:28:\"Recent Comments title phrase\";s:17:\"optiondescription\";s:172:\"

    Where it says author \'had this to say\' in custom comment list you can change \'had this to say\' to whatever you prefer. Enter \'none\' (without the quotes) for no text.

    \";s:8:\"optionid\";s:35:\"antisnews_recentcommentstitlephrase\";s:15:\"selectoptiondef\";s:15:\"had this to say\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:76;a:6:{s:10:\"optionname\";s:34:\"Recent Comments read the post text\";s:17:\"optiondescription\";s:125:\"

    Where it says author \'Read the post\' under custom comments list you can change \'Read the post\' to whatever you prefer.

    \";s:8:\"optionid\";s:36:\"antisnews_recentcommentsreadposttext\";s:15:\"selectoptiondef\";s:13:\"Read the post\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:77;a:6:{s:10:\"optionname\";s:14:\"Comments order\";s:17:\"optiondescription\";s:69:\"

    Select ASC for lowest to highest or DESC for highest to lowest

    \";s:8:\"optionid\";s:36:\"antisnews_recentcommentsdisplayorder\";s:15:\"selectoptiondef\";s:3:\"ASC\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"DESC\";i:1;s:3:\"ASC\";}}i:78;a:6:{s:10:\"optionname\";s:33:\"Recent comments hide excerpt text\";s:17:\"optiondescription\";s:122:\"

    If you prefer to only have the title in the latest topics excerpts you can select hide to conceal the excerpt text.

    \";s:8:\"optionid\";s:35:\"antisnews_recentcommentsshowexcerpt\";s:15:\"selectoptiondef\";s:4:\"show\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"show\";i:1;s:4:\"hide\";}}i:79;a:6:{s:10:\"optionname\";s:28:\"Latest Topics excerpt length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:35:\"antisnews_latesttopicsexcerptlength\";s:15:\"selectoptiondef\";s:3:\"120\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:80;a:6:{s:10:\"optionname\";s:30:\"Recent comments excerpt length\";s:17:\"optiondescription\";s:67:\"

    Increase or decrease character length to control appearance.

    \";s:8:\"optionid\";s:37:\"antisnews_recentcommentsexcerptlength\";s:15:\"selectoptiondef\";s:3:\"120\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}i:81;a:6:{s:10:\"optionname\";s:30:\"Standard Configuration Options\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:0:\"\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:82;a:6:{s:10:\"optionname\";s:14:\"Operation Mode\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:24:\"antisnews_opmodepagehead\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:83;a:6:{s:10:\"optionname\";s:21:\"Run Antisnews in mode\";s:17:\"optiondescription\";s:274:\"

    Tutorial runs the home page in tutorial mode and Live runs it in active mode. So to learn how to use the theme set to Tutorial, and when you have setup your options and categories switch to Live. Magazine Off turns off the magazine style and runs in normal blog mode.

    \";s:8:\"optionid\";s:23:\"antisnews_operationmode\";s:15:\"selectoptiondef\";s:4:\"Live\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:8:\"Tutorial\";i:1;s:4:\"Live\";i:2;s:12:\"Magazine Off\";}}i:84;a:6:{s:10:\"optionname\";s:12:\"Archive Page\";s:17:\"optiondescription\";s:0:\"\";s:8:\"optionid\";s:25:\"antisnews_archivepagehead\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:7:\"heading\";s:7:\"options\";s:0:\"\";}i:85;a:6:{s:10:\"optionname\";s:16:\"Excerpt or full?\";s:17:\"optiondescription\";s:60:\"

    Show excerpts on archive/category pages or full post?

    \";s:8:\"optionid\";s:30:\"antisnews_archiveexcerptorfull\";s:15:\"selectoptiondef\";s:7:\"excerpt\";s:10:\"optiontype\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:7:\"excerpt\";i:1;s:4:\"full\";}}i:86;a:6:{s:10:\"optionname\";s:18:\"Archive page title\";s:17:\"optiondescription\";s:45:\"

    Default is Articles. Change as needed.

    \";s:8:\"optionid\";s:26:\"antisnews_archivepagetitle\";s:15:\"selectoptiondef\";s:0:\"\";s:10:\"optiontype\";s:4:\"text\";s:7:\"options\";s:0:\"\";}}','yes'),(7587,0,'theme_mods_fazyvo','a:1:{i:0;b:0;}','yes'),(7155,0,'theme_mods_antisnews','a:1:{i:0;b:0;}','yes'),(7253,0,'widget_social_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7212,0,'wdd_menu_settings','a:15:{s:14:\"top-text-color\";s:0:\"\";s:10:\"sub-height\";s:4:\"30px\";s:9:\"sub-width\";s:5:\"300px\";s:15:\"sub-line-height\";s:4:\"28px\";s:12:\"sub-bg-color\";s:0:\"\";s:14:\"sub-text-color\";s:0:\"\";s:16:\"sub-border-color\";s:7:\"#000000\";s:16:\"hov-top-bg-color\";s:0:\"\";s:18:\"hov-top-text-color\";s:0:\"\";s:16:\"hov-sub-bg-color\";s:0:\"\";s:18:\"hov-sub-text-color\";s:0:\"\";s:7:\"pos-top\";s:0:\"\";s:9:\"pos-right\";s:0:\"\";s:8:\"pos-down\";s:0:\"\";s:8:\"pos-left\";s:4:\"-2px\";}','yes'),(7215,0,'widget_dc_jqverticalmegamenu_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8196,0,'dfrads','a:2:{i:9242997;a:4:{s:4:\"name\";s:9:\"Timberon1\";s:9:\"before_ad\";s:0:\"\";s:8:\"after_ad\";s:0:\"\";s:3:\"ads\";s:516:\"\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n\r\nTimberon Classifieds\r\n
    \r\nA website where you can find what you need in Timberon - sell, buy, or trade.\";}i:1357689;a:4:{s:4:\"name\";s:9:\"Timberon2\";s:9:\"before_ad\";s:0:\"\";s:8:\"after_ad\";s:0:\"\";s:3:\"ads\";s:1477:\"\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n
    \r\n

    Sierra Propane and Plumbing

    \r\n\r\nWe will sell you propane, do plumbing, install septic systems, sell concrete in Timberon, as well as provide backhoe services ...gravel and dirt work. Call us at 987-2385.[DFRADS]\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n
    \r\n

    Timberon Classifieds

    You need to visit Timberon Classifieds... the website to sell or buy property in Timberon.[DFRADS]\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n
    \r\n

    Timberon Rentals

    \r\n\r\nWe are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact Kevin & Shantel Keune at 575-987-2201.\";}}','yes'),(7254,0,'ari_dark-style','','yes'),(7255,0,'ari_background-color','88C34B','yes'),(7256,0,'ari_linkcolor-1','88C34B','yes'),(7257,0,'ari_linkcolor-2','88C34B','yes'),(7258,0,'ari_text-color','4C4C4C','yes'),(7259,0,'ari_logo-image','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo6.jpg','yes'),(7278,0,'cspc_page_columnist','O:8:\"stdClass\":2:{s:7:\"spacing\";d:3;s:17:\"preview_assistent\";b:0;}','yes'),(7410,0,'wpwall_widget_recent_comments','a:5:{s:5:\"title\";s:15:\"Previous Topics\";s:5:\"count\";s:1:\"0\";s:12:\"hierarchical\";s:1:\"0\";s:8:\"dropdown\";s:1:\"0\";s:6:\"number\";i:15;}','yes'),(7315,0,'theme_mods_codium-extend','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:32;}}','yes'),(7473,0,'jlao_cat_post_thumb_sizes','a:2:{s:15:\"categoryposts-5\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:15:\"categoryposts-6\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}','yes'),(7480,0,'theme_mods_atahualpa','a:1:{i:0;b:0;}','yes'),(7476,0,'theme_mods_zen-garden','a:3:{i:0;b:0;s:16:\"background_color\";s:6:\"ffffff\";s:18:\"nav_menu_locations\";a:2:{s:11:\"header_menu\";i:35;s:11:\"footer_menu\";i:19;}}','yes'),(7396,0,'helpdesk_version','0.1','yes'),(7397,0,'helpdesk_open-close','yes','yes'),(7398,0,'helpdesk_message-order','ASC','yes'),(7399,0,'helpdesk_submission-conformation','true','yes'),(7400,0,'helpdesk_admin-notifacation','true','yes'),(7401,0,'helpdesk_email-subject','Help Desk','yes'),(7402,0,'helpdesk_ticket-submission-message','Dear %%NAME%%,\n\n Thank you your help request has been submitted. You can access this ticket at %%LINK%%','yes'),(7403,0,'helpdesk_ticket-update-message','Dear %%NAME%%,\n\n your Help Desk request has been responded to by admin. %%LINK%%','yes'),(7407,0,'wp_wall','a:20:{s:10:\"wall_title\";s:18:\"Questions and Help\";s:10:\"wall_reply\";s:13:\"Leave a reply\";s:13:\"wall_comments\";i:25;s:9:\"wall_wrap\";i:25;s:11:\"disable_new\";N;s:15:\"only_registered\";s:2:\"on\";s:12:\"refresh_time\";i:5;s:8:\"rss_feed\";s:2:\"on\";s:6:\"pageId\";i:1683;s:11:\"delete_spam\";N;s:8:\"show_all\";s:2:\"on\";s:6:\"latest\";s:8:\"D, h:i a\";s:15:\"clickable_links\";s:2:\"on\";s:10:\"allow_html\";s:2:\"on\";s:10:\"show_email\";s:2:\"on\";s:8:\"wordwrap\";i:0;s:10:\"expand_box\";s:2:\"on\";s:13:\"reverse_order\";N;s:8:\"gravatar\";s:2:\"on\";s:7:\"credits\";s:13:\"WordPress SEO\";}','yes'),(7415,0,'faq_build_version','0.5.1 Beta','yes'),(9881,0,'widget_gdpagesnavigator','a:3:{i:2;a:27:{s:5:\"title\";s:0:\"\";s:12:\"excludePages\";s:0:\"\";s:11:\"removePages\";s:0:\"\";s:8:\"rootPage\";s:0:\"\";s:9:\"autoTitle\";b:1;s:7:\"levelUp\";b:1;s:7:\"upIdent\";b:1;s:7:\"fhIdent\";b:1;s:10:\"renderType\";s:1:\"1\";s:9:\"identSize\";s:1:\"5\";s:8:\"upLocTop\";s:1:\"1\";s:8:\"homeLink\";s:4:\"Home\";s:8:\"sortType\";s:1:\"0\";s:9:\"sortOrder\";s:3:\"ASC\";s:16:\"classLevelUpList\";s:17:\"gdpn-levelup-list\";s:16:\"classLevelUpItem\";s:17:\"gdpn-levelup-item\";s:14:\"classPagesList\";s:15:\"gdpn-pages-list\";s:14:\"classPagesItem\";s:15:\"gdpn-pages-item\";s:14:\"classChildList\";s:15:\"gdpn-child-list\";s:14:\"classChildItem\";s:15:\"gdpn-child-item\";s:11:\"specialHome\";s:4:\"show\";s:10:\"special404\";s:4:\"hide\";s:13:\"specialSearch\";s:4:\"show\";s:11:\"specialPage\";s:4:\"show\";s:14:\"specialArchive\";s:4:\"show\";s:13:\"specialSingle\";s:4:\"show\";s:10:\"levelDepth\";i:0;}i:3;a:27:{s:5:\"title\";s:15:\"Navigation Menu\";s:12:\"excludePages\";s:0:\"\";s:11:\"removePages\";s:333:\"2245,82,172,406,934,1140,1134,1147,2002,2070,2068,2064,2060,2062,2066,2058,2006,211,213,661,431,433,436,591,603,1178,466,97,101,109,112,145,2195,459,40,123,125,127,106,141,142,143,144,1907,2119,2124,2126,2128,2130,2132,1652,1226,2136,1225,2139,1230,2142,1917,1922,1923,1924,1925,1926,1919,1918,1921,1920,86,876,871,873,2087,95,77,916\";s:8:\"rootPage\";s:0:\"\";s:9:\"autoTitle\";b:1;s:7:\"levelUp\";b:1;s:7:\"upIdent\";b:1;s:7:\"fhIdent\";b:1;s:10:\"renderType\";s:1:\"3\";s:9:\"identSize\";s:1:\"5\";s:8:\"upLocTop\";s:1:\"1\";s:8:\"homeLink\";s:14:\"Back One Level\";s:8:\"sortType\";s:1:\"0\";s:9:\"sortOrder\";s:3:\"ASC\";s:16:\"classLevelUpList\";s:17:\"gdpn-levelup-list\";s:16:\"classLevelUpItem\";s:17:\"gdpn-levelup-item\";s:14:\"classPagesList\";s:15:\"gdpn-pages-list\";s:14:\"classPagesItem\";s:15:\"gdpn-pages-item\";s:14:\"classChildList\";s:15:\"gdpn-child-list\";s:14:\"classChildItem\";s:15:\"gdpn-child-item\";s:11:\"specialHome\";s:4:\"show\";s:10:\"special404\";s:4:\"show\";s:13:\"specialSearch\";s:4:\"show\";s:11:\"specialPage\";s:4:\"show\";s:14:\"specialArchive\";s:4:\"show\";s:13:\"specialSingle\";s:4:\"show\";s:10:\"levelDepth\";i:0;}i:4;a:27:{s:5:\"title\";s:0:\"\";s:12:\"excludePages\";s:0:\"\";s:11:\"removePages\";s:0:\"\";s:8:\"rootPage\";s:0:\"\";s:9:\"autoTitle\";b:0;s:7:\"levelUp\";b:0;s:7:\"upIdent\";b:0;s:7:\"fhIdent\";b:0;s:10:\"renderType\";s:1:\"1\";s:9:\"identSize\";s:1:\"5\";s:8:\"upLocTop\";s:1:\"0\";s:8:\"homeLink\";s:4:\"Home\";s:8:\"sortType\";s:1:\"0\";s:9:\"sortOrder\";s:3:\"ASC\";s:16:\"classLevelUpList\";s:17:\"gdpn-levelup-list\";s:16:\"classLevelUpItem\";s:17:\"gdpn-levelup-item\";s:14:\"classPagesList\";s:15:\"gdpn-pages-list\";s:14:\"classPagesItem\";s:15:\"gdpn-pages-item\";s:14:\"classChildList\";s:15:\"gdpn-child-list\";s:14:\"classChildItem\";s:15:\"gdpn-child-item\";s:11:\"specialHome\";s:4:\"hide\";s:10:\"special404\";s:4:\"hide\";s:13:\"specialSearch\";s:4:\"hide\";s:11:\"specialPage\";s:4:\"show\";s:14:\"specialArchive\";s:4:\"show\";s:13:\"specialSingle\";s:4:\"show\";s:10:\"levelDepth\";i:0;}}','yes'),(7327,0,'widget_icit_weather_widget','a:12:{i:2;a:0:{}i:3;a:12:{s:5:\"title\";s:20:\"Our Mountain Weather\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300284124;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-16\";s:17:\"current_date_time\";s:25:\"2011-03-16 13:37:03 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Sunny\";s:6:\"temp_f\";s:2:\"43\";s:6:\"temp_c\";s:1:\"6\";s:8:\"humidity\";s:13:\"Humidity: 28%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:16:\"Wind: E at 8 mph\";}s:8:\"forecast\";a:4:{s:3:\"Wed\";a:4:{s:3:\"low\";s:2:\"44\";s:4:\"high\";s:2:\"71\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Thu\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"72\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"69\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}}}s:6:\"errors\";a:0:{}}i:4;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300287227;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-16\";s:17:\"current_date_time\";s:25:\"2011-03-16 14:20:28 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Sunny\";s:6:\"temp_f\";s:2:\"45\";s:6:\"temp_c\";s:1:\"7\";s:8:\"humidity\";s:13:\"Humidity: 26%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:16:\"Wind: E at 4 mph\";}s:8:\"forecast\";a:4:{s:3:\"Wed\";a:4:{s:3:\"low\";s:2:\"44\";s:4:\"high\";s:2:\"71\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Thu\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"72\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"69\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}}}s:6:\"errors\";a:0:{}}i:5;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300288691;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-16\";s:17:\"current_date_time\";s:25:\"2011-03-16 15:00:32 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:13:\"Partly Cloudy\";s:6:\"temp_f\";s:2:\"50\";s:6:\"temp_c\";s:2:\"10\";s:8:\"humidity\";s:13:\"Humidity: 23%\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:14:\"wind_condition\";s:17:\"Wind: SE at 2 mph\";}s:8:\"forecast\";a:4:{s:3:\"Wed\";a:4:{s:3:\"low\";s:2:\"44\";s:4:\"high\";s:2:\"71\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Thu\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"72\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"69\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}}}s:6:\"errors\";a:0:{}}i:6;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300295708;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-16\";s:17:\"current_date_time\";s:25:\"2011-03-16 16:52:57 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Sunny\";s:6:\"temp_f\";s:2:\"65\";s:6:\"temp_c\";s:2:\"18\";s:8:\"humidity\";s:13:\"Humidity: 19%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:16:\"Wind: W at 6 mph\";}s:8:\"forecast\";a:4:{s:3:\"Wed\";a:4:{s:3:\"low\";s:2:\"44\";s:4:\"high\";s:2:\"71\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Thu\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"72\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"42\";s:4:\"high\";s:2:\"69\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}}}s:6:\"errors\";a:0:{}}i:7;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300483114;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-18\";s:17:\"current_date_time\";s:25:\"2011-03-18 11:24:43 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Clear\";s:6:\"temp_f\";s:2:\"50\";s:6:\"temp_c\";s:2:\"10\";s:8:\"humidity\";s:13:\"Humidity: 24%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:17:\"Wind: S at 11 mph\";}s:8:\"forecast\";a:4:{s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"66\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sun\";a:4:{s:3:\"low\";s:2:\"40\";s:4:\"high\";s:2:\"69\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}s:3:\"Mon\";a:4:{s:3:\"low\";s:2:\"40\";s:4:\"high\";s:2:\"67\";s:4:\"icon\";s:29:\"/ig/images/weather/cloudy.gif\";s:9:\"condition\";s:5:\"Windy\";}}}s:6:\"errors\";a:0:{}}i:8;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300485962;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-18\";s:17:\"current_date_time\";s:25:\"2011-03-18 11:24:43 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Clear\";s:6:\"temp_f\";s:2:\"50\";s:6:\"temp_c\";s:2:\"10\";s:8:\"humidity\";s:13:\"Humidity: 24%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:17:\"Wind: S at 11 mph\";}s:8:\"forecast\";a:4:{s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"66\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sun\";a:4:{s:3:\"low\";s:2:\"40\";s:4:\"high\";s:2:\"69\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}s:3:\"Mon\";a:4:{s:3:\"low\";s:2:\"40\";s:4:\"high\";s:2:\"67\";s:4:\"icon\";s:29:\"/ig/images/weather/cloudy.gif\";s:9:\"condition\";s:5:\"Windy\";}}}s:6:\"errors\";a:0:{}}i:9;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1300546731;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-19\";s:17:\"current_date_time\";s:25:\"2011-03-19 14:34:36 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Clear\";s:6:\"temp_f\";s:2:\"43\";s:6:\"temp_c\";s:1:\"6\";s:8:\"humidity\";s:13:\"Humidity: 45%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:16:\"Wind: W at 0 mph\";}s:8:\"forecast\";a:4:{s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"34\";s:4:\"high\";s:2:\"56\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}s:3:\"Sun\";a:4:{s:3:\"low\";s:2:\"34\";s:4:\"high\";s:2:\"59\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}s:3:\"Mon\";a:4:{s:3:\"low\";s:2:\"36\";s:4:\"high\";s:2:\"61\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}s:3:\"Tue\";a:4:{s:3:\"low\";s:2:\"29\";s:4:\"high\";s:2:\"50\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}}}s:6:\"errors\";a:2:{s:4:\"time\";i:1300509883;s:7:\"message\";s:98:\"Most likely could not find the place you were looking for or Google have broken their weather API.\";}}i:10;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:1;s:3:\"css\";b:0;s:7:\"updated\";i:1300548747;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-19\";s:17:\"current_date_time\";s:25:\"2011-03-19 14:34:36 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Clear\";s:6:\"temp_f\";s:2:\"43\";s:6:\"temp_c\";s:1:\"6\";s:8:\"humidity\";s:13:\"Humidity: 45%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:16:\"Wind: W at 0 mph\";}s:8:\"forecast\";a:4:{s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"34\";s:4:\"high\";s:2:\"56\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}s:3:\"Sun\";a:4:{s:3:\"low\";s:2:\"34\";s:4:\"high\";s:2:\"59\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}s:3:\"Mon\";a:4:{s:3:\"low\";s:2:\"36\";s:4:\"high\";s:2:\"61\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}s:3:\"Tue\";a:4:{s:3:\"low\";s:2:\"29\";s:4:\"high\";s:2:\"50\";s:4:\"icon\";s:35:\"/ig/images/weather/mostly_sunny.gif\";s:9:\"condition\";s:12:\"Mostly Sunny\";}}}s:6:\"errors\";a:0:{}}i:11;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1301417488;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-03-29\";s:17:\"current_date_time\";s:25:\"2011-03-29 16:34:40 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:5:\"Sunny\";s:6:\"temp_f\";s:2:\"64\";s:6:\"temp_c\";s:2:\"18\";s:8:\"humidity\";s:13:\"Humidity: 24%\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:14:\"wind_condition\";s:17:\"Wind: NW at 9 mph\";}s:8:\"forecast\";a:4:{s:3:\"Tue\";a:4:{s:3:\"low\";s:2:\"37\";s:4:\"high\";s:2:\"64\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:9:\"condition\";s:13:\"Partly Cloudy\";}s:3:\"Wed\";a:4:{s:3:\"low\";s:2:\"41\";s:4:\"high\";s:2:\"65\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Thu\";a:4:{s:3:\"low\";s:2:\"44\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"45\";s:4:\"high\";s:2:\"72\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}}}s:6:\"errors\";a:0:{}}i:12;a:12:{s:5:\"title\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:5:\"88350\";s:9:\"frequency\";i:60;s:4:\"days\";i:4;s:7:\"display\";s:8:\"extended\";s:7:\"celsius\";b:0;s:6:\"credit\";b:0;s:3:\"css\";b:0;s:7:\"updated\";i:1305824847;s:4:\"data\";a:3:{s:13:\"forecast_info\";a:7:{s:4:\"city\";s:12:\"Timberon, NM\";s:11:\"postal_code\";s:8:\"88350,us\";s:11:\"latitude_e6\";s:0:\"\";s:12:\"longitude_e6\";s:0:\"\";s:13:\"forecast_date\";s:10:\"2011-05-19\";s:17:\"current_date_time\";s:25:\"2011-05-19 16:24:46 +0000\";s:11:\"unit_system\";s:2:\"US\";}s:7:\"current\";a:6:{s:9:\"condition\";s:13:\"Partly Cloudy\";s:6:\"temp_f\";s:2:\"61\";s:6:\"temp_c\";s:2:\"16\";s:8:\"humidity\";s:13:\"Humidity: 40%\";s:4:\"icon\";s:36:\"/ig/images/weather/partly_cloudy.gif\";s:14:\"wind_condition\";s:18:\"Wind: SW at 23 mph\";}s:8:\"forecast\";a:4:{s:3:\"Thu\";a:4:{s:3:\"low\";s:2:\"40\";s:4:\"high\";s:2:\"61\";s:4:\"icon\";s:29:\"/ig/images/weather/cloudy.gif\";s:9:\"condition\";s:5:\"Windy\";}s:3:\"Fri\";a:4:{s:3:\"low\";s:2:\"43\";s:4:\"high\";s:2:\"64\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sat\";a:4:{s:3:\"low\";s:2:\"49\";s:4:\"high\";s:2:\"70\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}s:3:\"Sun\";a:4:{s:3:\"low\";s:2:\"50\";s:4:\"high\";s:2:\"75\";s:4:\"icon\";s:28:\"/ig/images/weather/sunny.gif\";s:9:\"condition\";s:5:\"Sunny\";}}}s:6:\"errors\";a:0:{}}s:12:\"_multiwidget\";i:1;}','yes'),(10006,0,'booking_dif_colors_approval_pending','On','yes'),(7569,0,'theme_mods_clear-line','a:1:{i:0;b:0;}','yes'),(7566,0,'theme_mods_wp-framework','a:1:{i:0;b:0;}','yes'),(7570,0,'vtm_clr_options','a:279:{s:31:\"vtm_clr_sidebars_show_demo_data\";s:3:\"yes\";s:22:\"vtm_clr_index_sidebars\";s:16:\"4_right_sidebars\";s:28:\"vtm_clr_single_page_sidebars\";s:13:\"right_sidebar\";s:36:\"vtm_clr_single_page_sidebars_inherit\";s:4:\"none\";s:28:\"vtm_clr_single_post_sidebars\";s:13:\"right_sidebar\";s:36:\"vtm_clr_single_post_sidebars_inherit\";s:4:\"none\";s:25:\"vtm_clr_category_sidebars\";s:13:\"right_sidebar\";s:33:\"vtm_clr_category_sidebars_inherit\";s:4:\"none\";s:20:\"vtm_clr_tag_sidebars\";s:13:\"right_sidebar\";s:28:\"vtm_clr_tag_sidebars_inherit\";s:4:\"none\";s:24:\"vtm_clr_archive_sidebars\";s:13:\"right_sidebar\";s:32:\"vtm_clr_archive_sidebars_inherit\";s:4:\"none\";s:23:\"vtm_clr_search_sidebars\";s:13:\"right_sidebar\";s:31:\"vtm_clr_search_sidebars_inherit\";s:4:\"none\";s:20:\"vtm_clr_404_sidebars\";s:13:\"right_sidebar\";s:28:\"vtm_clr_404_sidebars_inherit\";s:4:\"none\";s:22:\"vtm_clr_other_sidebars\";s:13:\"right_sidebar\";s:30:\"vtm_clr_other_sidebars_inherit\";s:4:\"none\";s:24:\"vtm_clr_page_width_value\";s:3:\"990\";s:22:\"vtm_clr_page_width_uom\";s:2:\"px\";s:32:\"vtm_clr_blue_sidebar_width_value\";s:3:\"270\";s:30:\"vtm_clr_blue_sidebar_width_uom\";s:2:\"px\";s:32:\"vtm_clr_cyan_sidebar_width_value\";s:3:\"210\";s:30:\"vtm_clr_cyan_sidebar_width_uom\";s:2:\"px\";s:33:\"vtm_clr_green_sidebar_width_value\";s:3:\"210\";s:31:\"vtm_clr_green_sidebar_width_uom\";s:2:\"px\";s:34:\"vtm_clr_orange_sidebar_width_value\";s:3:\"380\";s:32:\"vtm_clr_orange_sidebar_width_uom\";s:2:\"px\";s:27:\"vtm_clr_sidebar_font_family\";s:14:\"Georgia, serif\";s:27:\"vtm_clr_sidebar_font_weight\";s:6:\"normal\";s:25:\"vtm_clr_sidebar_font_size\";s:2:\"13\";s:24:\"vtm_clr_sidebar_font_uom\";s:2:\"px\";s:28:\"vtm_clr_sidebar_font_inherit\";s:29:\"vtm_clr_sidebar_headings_font\";s:34:\"vtm_clr_sidebar_link_color_regular\";s:7:\"#73b655\";s:32:\"vtm_clr_sidebar_link_color_hover\";s:7:\"#000000\";s:39:\"vtm_clr_blogroll_link_description_color\";s:7:\"#a0a0a0\";s:22:\"vtm_clr_column_divider\";s:2:\"no\";s:36:\"vtm_clr_sidebar_headings_font_family\";s:14:\"Georgia, serif\";s:36:\"vtm_clr_sidebar_headings_font_weight\";s:6:\"normal\";s:34:\"vtm_clr_sidebar_headings_font_size\";s:2:\"22\";s:33:\"vtm_clr_sidebar_headings_font_uom\";s:2:\"px\";s:37:\"vtm_clr_sidebar_headings_font_inherit\";s:15:\"vtm_clr_h1_font\";s:35:\"vtm_clr_calendar_widget_font_family\";s:14:\"Georgia, serif\";s:35:\"vtm_clr_calendar_widget_font_weight\";s:6:\"normal\";s:36:\"vtm_clr_calendar_widget_font_inherit\";s:20:\"vtm_clr_sidebar_font\";s:30:\"vtm_clr_calendar_th_color_text\";s:7:\"#505050\";s:36:\"vtm_clr_calendar_th_color_background\";s:7:\"#eeeeee\";s:33:\"vtm_clr_calendar_th_color_inherit\";s:26:\"vtm_clr_content_background\";s:33:\"vtm_clr_calendar_today_background\";s:7:\"#eeeeee\";s:35:\"vtm_clr_calendar_today_border_style\";s:6:\"dotted\";s:35:\"vtm_clr_calendar_today_border_color\";s:7:\"#dddddd\";s:30:\"vtm_clr_calendar_today_inherit\";s:33:\"vtm_clr_top_menu_background_color\";s:29:\"vtm_clr_footer_show_demo_data\";s:3:\"yes\";s:15:\"vtm_clr_footers\";s:1:\"3\";s:28:\"vtm_clr_footer_equal_columns\";s:3:\"yes\";s:38:\"vtm_clr_blue_footer_column_width_value\";s:3:\"200\";s:36:\"vtm_clr_blue_footer_column_width_uom\";s:2:\"px\";s:39:\"vtm_clr_green_footer_column_width_value\";s:3:\"200\";s:37:\"vtm_clr_green_footer_column_width_uom\";s:2:\"px\";s:40:\"vtm_clr_orange_footer_column_width_value\";s:3:\"200\";s:38:\"vtm_clr_orange_footer_column_width_uom\";s:2:\"px\";s:37:\"vtm_clr_red_footer_column_width_value\";s:3:\"200\";s:35:\"vtm_clr_red_footer_column_width_uom\";s:2:\"px\";s:31:\"vtm_clr_footer_background_color\";s:7:\"#fbfbfb\";s:39:\"vtm_clr_footer_background_color_inherit\";s:33:\"vtm_clr_top_menu_background_color\";s:24:\"vtm_clr_text_font_family\";s:27:\"Verdana, Geneva, sans-serif\";s:24:\"vtm_clr_text_font_weight\";s:6:\"normal\";s:22:\"vtm_clr_text_font_size\";s:2:\"12\";s:21:\"vtm_clr_text_font_uom\";s:2:\"px\";s:18:\"vtm_clr_text_color\";s:7:\"#505050\";s:29:\"vtm_clr_body_background_color\";s:7:\"#ffffff\";s:38:\"vtm_clr_content_background_transparent\";s:2:\"no\";s:32:\"vtm_clr_content_background_color\";s:7:\"#ffffff\";s:18:\"vtm_clr_base_color\";s:7:\"#93d675\";s:39:\"vtm_clr_show_blog_title_and_description\";s:3:\"yes\";s:26:\"vtm_clr_header_font_family\";s:14:\"Georgia, serif\";s:26:\"vtm_clr_header_font_weight\";s:6:\"normal\";s:24:\"vtm_clr_header_font_size\";s:2:\"64\";s:23:\"vtm_clr_header_font_uom\";s:2:\"px\";s:38:\"vtm_clr_header_description_font_family\";s:14:\"Georgia, serif\";s:38:\"vtm_clr_header_description_font_weight\";s:6:\"normal\";s:36:\"vtm_clr_header_description_font_size\";s:2:\"18\";s:35:\"vtm_clr_header_description_font_uom\";s:2:\"px\";s:26:\"vtm_clr_header_left_paddig\";s:1:\"0\";s:25:\"vtm_clr_header_top_paddig\";s:1:\"0\";s:25:\"vtm_clr_custom_blog_title\";s:0:\"\";s:27:\"vtm_clr_header_image_size_x\";s:4:\"1600\";s:27:\"vtm_clr_header_image_size_y\";s:3:\"150\";s:36:\"vtm_clr_header_image_size_fit_height\";s:2:\"no\";s:38:\"vtm_clr_header_background_position_css\";s:8:\"left top\";s:37:\"vtm_clr_header_background_transparent\";s:2:\"no\";s:31:\"vtm_clr_header_background_color\";s:7:\"#ffffff\";s:21:\"vtm_clr_show_top_menu\";s:3:\"yes\";s:28:\"vtm_clr_top_menu_font_family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";s:28:\"vtm_clr_top_menu_font_weight\";s:6:\"normal\";s:26:\"vtm_clr_top_menu_font_size\";s:2:\"18\";s:25:\"vtm_clr_top_menu_font_uom\";s:2:\"px\";s:23:\"vtm_clr_top_menu_height\";s:2:\"38\";s:35:\"vtm_clr_top_menu_text_color_regular\";s:7:\"#707070\";s:33:\"vtm_clr_top_menu_text_color_hover\";s:7:\"#000000\";s:34:\"vtm_clr_top_menu_borders_top_width\";i:4;s:34:\"vtm_clr_top_menu_borders_top_style\";s:5:\"solid\";s:34:\"vtm_clr_top_menu_borders_top_color\";s:7:\"#93D675\";s:37:\"vtm_clr_top_menu_borders_bottom_width\";i:2;s:37:\"vtm_clr_top_menu_borders_bottom_style\";s:5:\"solid\";s:37:\"vtm_clr_top_menu_borders_bottom_color\";s:7:\"#93D675\";s:32:\"vtm_clr_top_menu_borders_inherit\";s:18:\"vtm_clr_base_color\";s:24:\"vtm_clr_breadcrumbs_show\";s:3:\"yes\";s:31:\"vtm_clr_breadcrumbs_font_family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";s:31:\"vtm_clr_breadcrumbs_font_weight\";s:6:\"normal\";s:29:\"vtm_clr_breadcrumbs_font_size\";s:2:\"13\";s:28:\"vtm_clr_breadcrumbs_font_uom\";s:2:\"px\";s:25:\"vtm_clr_breadcrumbs_color\";s:7:\"#707070\";s:33:\"vtm_clr_top_menu_background_color\";s:7:\"#fbfbfb\";s:40:\"vtm_clr_top_menu_current_item_color_text\";s:7:\"#505050\";s:46:\"vtm_clr_top_menu_current_item_color_background\";s:7:\"#f0f0f0\";s:31:\"vtm_clr_top_submenu_font_family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";s:31:\"vtm_clr_top_submenu_font_weight\";s:6:\"normal\";s:29:\"vtm_clr_top_submenu_font_size\";s:2:\"13\";s:28:\"vtm_clr_top_submenu_font_uom\";s:2:\"px\";s:25:\"vtm_clr_top_submenu_width\";i:170;s:22:\"vtm_clr_h1_font_family\";s:14:\"Georgia, serif\";s:22:\"vtm_clr_h1_font_weight\";s:6:\"normal\";s:20:\"vtm_clr_h1_font_size\";s:2:\"36\";s:19:\"vtm_clr_h1_font_uom\";s:2:\"px\";s:16:\"vtm_clr_h1_color\";s:7:\"#505050\";s:22:\"vtm_clr_h1_hover_color\";s:7:\"#000000\";s:22:\"vtm_clr_h2_font_family\";s:14:\"Georgia, serif\";s:22:\"vtm_clr_h2_font_weight\";s:6:\"normal\";s:20:\"vtm_clr_h2_font_size\";s:2:\"24\";s:19:\"vtm_clr_h2_font_uom\";s:2:\"px\";s:23:\"vtm_clr_h2_font_inherit\";s:15:\"vtm_clr_h1_font\";s:16:\"vtm_clr_h2_color\";s:7:\"#505050\";s:24:\"vtm_clr_h2_color_inherit\";s:16:\"vtm_clr_h1_color\";s:22:\"vtm_clr_h3_font_family\";s:14:\"Georgia, serif\";s:22:\"vtm_clr_h3_font_weight\";s:6:\"normal\";s:20:\"vtm_clr_h3_font_size\";s:2:\"18\";s:19:\"vtm_clr_h3_font_uom\";s:2:\"px\";s:23:\"vtm_clr_h3_font_inherit\";s:15:\"vtm_clr_h1_font\";s:16:\"vtm_clr_h3_color\";s:7:\"#98293D\";s:24:\"vtm_clr_h3_color_inherit\";s:4:\"none\";s:22:\"vtm_clr_h4_font_family\";s:14:\"Georgia, serif\";s:22:\"vtm_clr_h4_font_weight\";s:4:\"bold\";s:20:\"vtm_clr_h4_font_size\";s:2:\"13\";s:19:\"vtm_clr_h4_font_uom\";s:2:\"px\";s:23:\"vtm_clr_h4_font_inherit\";s:17:\"vtm_clr_text_font\";s:16:\"vtm_clr_h4_color\";s:7:\"#505050\";s:24:\"vtm_clr_h4_color_inherit\";s:16:\"vtm_clr_h1_color\";s:22:\"vtm_clr_show_post_info\";s:3:\"yes\";s:31:\"vtm_clr_post_link_regular_color\";s:7:\"#a17244\";s:36:\"vtm_clr_post_link_regular_decoration\";s:9:\"underline\";s:29:\"vtm_clr_post_link_hover_color\";s:7:\"#de8435\";s:34:\"vtm_clr_post_link_hover_decoration\";s:9:\"underline\";s:31:\"vtm_clr_post_link_visited_color\";s:7:\"#756455\";s:36:\"vtm_clr_post_link_visited_decoration\";s:9:\"underline\";s:24:\"vtm_clr_pre_color_border\";s:7:\"#cccccc\";s:28:\"vtm_clr_pre_color_background\";s:7:\"#fbfbfb\";s:31:\"vtm_clr_blockquote_color_border\";s:7:\"#cccccc\";s:35:\"vtm_clr_blockquote_color_background\";s:7:\"#fbfbfb\";s:25:\"vtm_clr_show_comments_off\";s:3:\"yes\";s:22:\"vtm_clr_dividers_color\";s:7:\"#eeeeee\";s:24:\"vtm_clr_show_post_author\";s:3:\"yes\";s:25:\"vtm_clr_table_font_family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";s:25:\"vtm_clr_table_font_weight\";s:6:\"normal\";s:23:\"vtm_clr_table_font_size\";s:2:\"90\";s:22:\"vtm_clr_table_font_uom\";s:1:\"%\";s:26:\"vtm_clr_table_font_inherit\";s:4:\"none\";s:43:\"vtm_clr_show_allowed_tags_below_comment_box\";s:3:\"yes\";s:28:\"vtm_clr_comments_avatar_size\";s:2:\"26\";s:37:\"vtm_clr_comments_metadata_font_family\";s:35:\"Trebuchet MS, Helvetica, sans-serif\";s:37:\"vtm_clr_comments_metadata_font_weight\";s:6:\"normal\";s:35:\"vtm_clr_comments_metadata_font_size\";s:2:\"11\";s:34:\"vtm_clr_comments_metadata_font_uom\";s:2:\"px\";s:30:\"vtm_clr_comment_metadata_color\";s:7:\"#707070\";s:27:\"vtm_clr_comment_border_show\";s:3:\"yes\";s:28:\"vtm_clr_comment_border_color\";s:7:\"#707070\";s:30:\"vtm_clr_comment_border_inherit\";s:18:\"vtm_clr_base_color\";s:31:\"vtm_clr_commentator_font_family\";s:27:\"Verdana, Geneva, sans-serif\";s:31:\"vtm_clr_commentator_font_weight\";s:4:\"bold\";s:29:\"vtm_clr_commentator_font_size\";s:2:\"14\";s:28:\"vtm_clr_commentator_font_uom\";s:2:\"px\";s:38:\"vtm_clr_commentator_link_color_regular\";s:7:\"#723419\";s:36:\"vtm_clr_commentator_link_color_hover\";s:7:\"#de8435\";s:38:\"vtm_clr_commentator_link_color_inherit\";s:27:\"vtm_clr_top_menu_text_color\";s:38:\"vtm_clr_post_author_link_color_regular\";s:7:\"#98293D\";s:36:\"vtm_clr_post_author_link_color_hover\";s:7:\"#000000\";s:38:\"vtm_clr_post_author_link_color_inherit\";s:4:\"none\";s:33:\"vtm_clr_post_author_comment_color\";s:7:\"#98293D\";s:41:\"vtm_clr_post_author_comment_color_inherit\";s:4:\"none\";s:37:\"vtm_clr_comment_author_background_use\";s:3:\"yes\";s:39:\"vtm_clr_comment_author_background_color\";s:7:\"#fbfbfb\";s:41:\"vtm_clr_comment_author_background_inherit\";s:33:\"vtm_clr_top_menu_background_color\";s:40:\"vtm_clr_comment_reply_link_color_regular\";s:7:\"#723419\";s:38:\"vtm_clr_comment_reply_link_color_hover\";s:7:\"#de8435\";s:40:\"vtm_clr_comment_reply_link_color_inherit\";s:27:\"vtm_clr_top_menu_text_color\";s:36:\"vtm_clr_comment_reply_background_use\";s:3:\"yes\";s:38:\"vtm_clr_comment_reply_background_color\";s:7:\"#fbfbfb\";s:40:\"vtm_clr_comment_reply_background_inherit\";s:33:\"vtm_clr_top_menu_background_color\";s:34:\"vtm_clr_comment_reply_border_style\";s:6:\"dotted\";s:34:\"vtm_clr_comment_reply_border_color\";s:7:\"#fbfbfb\";s:36:\"vtm_clr_comment_reply_border_inherit\";s:22:\"vtm_clr_comment_border\";s:26:\"vtm_clr_image_border_color\";s:7:\"#ff0000\";s:27:\"vtm_clr_image_border_radius\";s:1:\"3\";s:24:\"vtm_clr_image_border_uom\";s:2:\"px\";s:28:\"vtm_clr_image_border_inherit\";s:22:\"vtm_clr_dividers_color\";s:33:\"vtm_clr_image_caption_font_family\";s:27:\"Verdana, Geneva, sans-serif\";s:33:\"vtm_clr_image_caption_font_weight\";s:6:\"normal\";s:31:\"vtm_clr_image_caption_font_size\";s:2:\"12\";s:30:\"vtm_clr_image_caption_font_uom\";s:2:\"px\";s:34:\"vtm_clr_image_caption_font_inherit\";s:17:\"vtm_clr_text_font\";s:32:\"vtm_clr_image_caption_text_color\";s:7:\"#707070\";s:40:\"vtm_clr_image_caption_text_color_inherit\";s:18:\"vtm_clr_text_color\";s:38:\"vtm_clr_pagination_page_box_text_color\";s:7:\"#505050\";s:40:\"vtm_clr_pagination_page_box_border_style\";s:5:\"solid\";s:40:\"vtm_clr_pagination_page_box_border_color\";s:7:\"#eeeeee\";s:46:\"vtm_clr_pagination_current_page_box_text_color\";s:7:\"#ffffff\";s:48:\"vtm_clr_pagination_current_page_box_border_style\";s:5:\"solid\";s:48:\"vtm_clr_pagination_current_page_box_border_color\";s:7:\"#505050\";s:52:\"vtm_clr_pagination_current_page_box_background_color\";s:7:\"#505050\";s:44:\"vtm_clr_pagination_page_box_hover_text_color\";s:7:\"#505050\";s:46:\"vtm_clr_pagination_page_box_hover_border_style\";s:5:\"solid\";s:46:\"vtm_clr_pagination_page_box_hover_border_color\";s:7:\"#505050\";s:50:\"vtm_clr_pagination_page_box_hover_background_color\";s:7:\"#f7f7f7\";s:45:\"vtm_clr_pagination_inactive_button_text_color\";s:7:\"#cccccc\";s:47:\"vtm_clr_pagination_inactive_button_border_style\";s:5:\"solid\";s:47:\"vtm_clr_pagination_inactive_button_border_color\";s:7:\"#eeeeee\";s:51:\"vtm_clr_pagination_inactive_button_background_color\";s:7:\"#ffffff\";s:22:\"vtm_clr_seo_use_plugin\";s:2:\"no\";s:22:\"vtm_clr_seo_home_title\";s:0:\"\";s:28:\"vtm_clr_seo_home_description\";s:0:\"\";s:25:\"vtm_clr_seo_home_keywords\";s:0:\"\";s:29:\"vtm_clr_seo_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:29:\"vtm_clr_seo_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:33:\"vtm_clr_seo_category_title_format\";s:25:\"%category% | %blog_title%\";s:28:\"vtm_clr_seo_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:30:\"vtm_clr_post_list_column_count\";s:1:\"2\";s:29:\"vtm_clr_post_list_column_rows\";s:1:\"2\";s:31:\"vtm_clr_show_category_in_column\";s:1:\"0\";s:39:\"vtm_clr_show_latest_post_before_columns\";s:3:\"yes\";s:31:\"vtm_clr_normal_thumbnail_size_x\";s:3:\"100\";s:31:\"vtm_clr_normal_thumbnail_size_y\";s:3:\"100\";s:31:\"vtm_clr_column_thumbnail_size_x\";s:3:\"270\";s:31:\"vtm_clr_column_thumbnail_size_y\";s:2:\"60\";s:29:\"vtm_clr_thumbnail_show_border\";s:3:\"yes\";s:39:\"vtm_clr_regular_post_thumbnail_position\";s:28:\"at_the_left_under_post_title\";s:30:\"vtm_clr_show_excerpts_on_index\";s:2:\"on\";s:33:\"vtm_clr_show_excerpts_on_category\";s:2:\"on\";s:28:\"vtm_clr_show_excerpts_on_tag\";s:2:\"on\";s:32:\"vtm_clr_show_excerpts_on_archive\";s:2:\"on\";s:31:\"vtm_clr_show_excerpts_on_search\";s:2:\"on\";s:31:\"vtm_clr_show_excerpts_on_author\";s:2:\"on\";s:22:\"vtm_clr_excerpt_length\";s:2:\"55\";s:30:\"vtm_clr_excerpt_more_link_show\";s:2:\"no\";s:30:\"vtm_clr_excerpt_more_link_text\";s:4:\"more\";s:34:\"vtm_clr_show_content_if_no_excerpt\";s:2:\"no\";s:29:\"vtm_clr_show_column_post_info\";s:3:\"yes\";s:28:\"vtm_clr_social_buttons_theme\";s:4:\"grey\";s:44:\"vtm_clr_sharing_buttons_on_blue_sidebar_show\";s:3:\"yes\";s:58:\"vtm_clr_sharing_buttons_on_blue_sidebar_services_delicious\";s:2:\"on\";s:53:\"vtm_clr_sharing_buttons_on_blue_sidebar_services_digg\";s:3:\"off\";s:57:\"vtm_clr_sharing_buttons_on_blue_sidebar_services_facebook\";s:2:\"on\";s:60:\"vtm_clr_sharing_buttons_on_blue_sidebar_services_stumbleupon\";s:2:\"on\";s:55:\"vtm_clr_sharing_buttons_on_blue_sidebar_services_reddit\";s:3:\"off\";s:56:\"vtm_clr_sharing_buttons_on_blue_sidebar_services_twitter\";s:2:\"on\";s:46:\"vtm_clr_sharing_buttons_on_orange_sidebar_show\";s:3:\"yes\";s:60:\"vtm_clr_sharing_buttons_on_orange_sidebar_services_delicious\";s:2:\"on\";s:55:\"vtm_clr_sharing_buttons_on_orange_sidebar_services_digg\";s:2:\"on\";s:59:\"vtm_clr_sharing_buttons_on_orange_sidebar_services_facebook\";s:2:\"on\";s:62:\"vtm_clr_sharing_buttons_on_orange_sidebar_services_stumbleupon\";s:2:\"on\";s:57:\"vtm_clr_sharing_buttons_on_orange_sidebar_services_reddit\";s:2:\"on\";s:58:\"vtm_clr_sharing_buttons_on_orange_sidebar_services_twitter\";s:2:\"on\";s:45:\"vtm_clr_sharing_buttons_on_green_sidebar_show\";s:3:\"yes\";s:59:\"vtm_clr_sharing_buttons_on_green_sidebar_services_delicious\";s:2:\"on\";s:54:\"vtm_clr_sharing_buttons_on_green_sidebar_services_digg\";s:3:\"off\";s:58:\"vtm_clr_sharing_buttons_on_green_sidebar_services_facebook\";s:2:\"on\";s:61:\"vtm_clr_sharing_buttons_on_green_sidebar_services_stumbleupon\";s:3:\"off\";s:56:\"vtm_clr_sharing_buttons_on_green_sidebar_services_reddit\";s:3:\"off\";s:57:\"vtm_clr_sharing_buttons_on_green_sidebar_services_twitter\";s:2:\"on\";s:30:\"vtm_clr_show_rss_button_at_top\";s:3:\"yes\";}','yes'),(12068,0,'smcf_to_email','webmaster@timberon.info','yes'),(7573,0,'theme_mods_encyclopedia','a:1:{i:0;b:0;}','yes'),(7584,0,'theme_mods_wplatformer','a:1:{i:0;b:0;}','yes'),(7576,0,'theme_mods_surreal-reality','a:1:{i:0;b:0;}','yes'),(7581,0,'theme_mods_magicbackground','a:1:{i:0;b:0;}','yes'),(7590,0,'theme_home_welcome_select','Enable','yes'),(7624,0,'theme_mods_unnamed-lite','a:1:{i:0;b:0;}','yes'),(7588,0,'theme_cufon','Disable','yes'),(7589,0,'theme_pagesmenu','Disable','yes'),(7591,0,'theme_home_welcome','Wecome to TImberon','yes'),(7592,0,'theme_author','Enable','yes'),(7593,0,'theme_comment_htmltags','Enable','yes'),(7594,0,'theme_sidebar_rss','Disable','yes'),(7595,0,'theme_footer','Nothing','yes'),(7596,0,'theme_footer_custom','Copyright 2009, Melle W.','yes'),(7597,0,'theme_favicon','1','yes'),(7598,0,'theme_colours','5','yes'),(7599,0,'theme_header_bg','1','yes'),(7644,0,'theme_mods_oenology','a:1:{i:0;b:0;}','yes'),(7602,0,'theme_mods_plaintxtblog','a:1:{i:0;b:0;}','yes'),(7603,0,'plaintxtblog_basefontsize','70%','yes'),(7604,0,'plaintxtblog_basefontfamily','verdana, geneva, sans-serif','yes'),(7605,0,'plaintxtblog_headingfontfamily','verdana, geneva, sans-serif','yes'),(7606,0,'plaintxtblog_posttextalignment','left','yes'),(7607,0,'plaintxtblog_sidebarposition','left','yes'),(7608,0,'plaintxtblog_sidebartextalignment','left','yes'),(7609,0,'plaintxtblog_singlelayout','normalsingle','yes'),(7610,0,'plaintxtblog_avatarsize','24','yes'),(7615,0,'theme_mods_plain-fields','a:1:{i:0;b:0;}','yes'),(7616,0,'ltw_pf_settings','a:2:{s:6:\"teaser\";a:1:{s:25:\"pf_front_page_teaser_text\";s:52:\"Hello, my name is teaser text and you can change me!\";}s:4:\"menu\";a:1:{s:22:\"pf_hide_all_categories\";s:1:\"1\";}}','yes'),(7625,0,'unnamed_installed','','yes'),(7626,0,'unnamed_bg_image','','yes'),(7627,0,'unnamed_bg_repeat','','yes'),(7628,0,'unnamed_layout','1','yes'),(7629,0,'unnamed_shelf','1','yes'),(7630,0,'unnamed_dropmenu','0','yes'),(7631,0,'unnamed_headerheight','0','yes'),(7632,0,'unnamed_headerwidth','0','yes'),(7633,0,'unnamed_fontcolor','','yes'),(7634,0,'unnamed_linkcolor','','yes'),(7635,0,'unnamed_hovercolor','','yes'),(7636,0,'unnamed_bgcolor','','yes'),(7637,0,'unnamed_contentcolor','','yes'),(7638,0,'unnamed_rss','','yes'),(7639,0,'unnamed_hidepages','','yes'),(7645,0,'theme_oenology_options','a:5:{s:24:\"header_nav_menu_position\";s:5:\"below\";s:21:\"header_nav_menu_depth\";s:1:\"1\";s:21:\"display_footer_credit\";b:0;s:8:\"varietal\";s:12:\"seyval-blanc\";s:13:\"theme_version\";s:3:\"1.1\";}','yes'),(7646,0,'widget_oenology_recentposts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7647,0,'widget_oenology_archives','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7648,0,'widget_oenology_categories','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7649,0,'widget_oenology_tags','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7650,0,'widget_oenology_linkrollbycat','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7651,0,'widget_oenology_post_formats','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7654,0,'theme_mods_zbench','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:35;}}','yes'),(7655,0,'zBench_options','a:6:{s:7:\"rss_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:13:\"excerpt_check\";s:0:\"\";s:13:\"comment_notes\";s:0:\"\";s:7:\"smilies\";s:0:\"\";}','yes'),(7658,0,'theme_mods_andyblue','a:1:{i:0;b:0;}','yes'),(7676,0,'theme_mods_techozoic-fluid','a:1:{i:0;b:0;}','yes'),(7677,0,'widget_techozoic_nav','a:4:{i:2;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"cats\";i:0;s:5:\"pages\";i:1;s:8:\"separate\";i:0;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"cats\";i:0;s:5:\"pages\";i:1;s:8:\"separate\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(7678,0,'widget_techozoic_page','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(7679,0,'widget_techozoic_font_size','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:9:\"Font Size\";}s:12:\"_multiwidget\";i:1;}','yes'),(7680,0,'widget_techozoic_about','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7681,0,'widget_techozoic_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7682,0,'widget_techozoic_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7683,0,'techozoic_options','a:107:{s:0:\"\";s:0:\"\";s:6:\"column\";s:1:\"3\";s:11:\"sidebar_pos\";s:27:\"Sidebar - Content - Sidebar\";s:9:\"page_type\";s:11:\"Fluid Width\";s:10:\"page_width\";s:1:\"0\";s:17:\"main_column_width\";s:1:\"0\";s:15:\"l_sidebar_width\";s:1:\"0\";s:15:\"r_sidebar_width\";s:1:\"0\";s:5:\"total\";i:0;s:13:\"favicon_image\";s:0:\"\";s:12:\"home_sidebar\";s:3:\"Yes\";s:14:\"single_sidebar\";s:3:\"Yes\";s:3:\"seo\";s:3:\"Off\";s:8:\"thickbox\";s:2:\"On\";s:10:\"search_box\";s:2:\"No\";s:10:\"blog_title\";s:3:\"Yes\";s:16:\"blog_title_align\";s:4:\"Left\";s:15:\"blog_title_text\";s:17:\"Always Blog Title\";s:14:\"blog_title_box\";s:3:\"Off\";s:11:\"footer_text\";s:103:\"%COPYRIGHT% %BLOGNAME% | %THEMENAME% %THEMEVER% by %THEMEAUTHOR%. | %TOP%
    %MYSQL%\";s:11:\"drop_shadow\";s:29:\"Header Text,Post Boxes,Images\";s:16:\"excerpt_location\";s:11:\"Tag Archive\";s:24:\"post_background_location\";s:35:\"Main Page,Single Post,Archive Pages\";s:26:\"post_social_media_location\";s:0:\"\";s:10:\"static_css\";s:7:\"Dynamic\";s:13:\"custom_styles\";s:0:\"\";s:13:\"nav_menu_type\";s:7:\"Disable\";s:14:\"dashboard_link\";s:3:\"Off\";s:11:\"breadcrumbs\";s:2:\"On\";s:9:\"nav_align\";s:4:\"Left\";s:16:\"nav_button_width\";s:1:\"0\";s:16:\"nav_exclude_list\";s:0:\"\";s:13:\"nav_home_link\";s:3:\"Yes\";s:13:\"nav_home_text\";s:4:\"Home\";s:21:\"nav_cust_link_display\";s:6:\"Before\";s:10:\"nav_link_1\";s:0:\"\";s:10:\"nav_link_2\";s:0:\"\";s:10:\"nav_link_3\";s:0:\"\";s:10:\"nav_link_4\";s:0:\"\";s:10:\"nav_link_5\";s:0:\"\";s:14:\"body_font_size\";s:2:\"11\";s:22:\"main_heading_font_size\";s:3:\"2.5\";s:22:\"post_heading_font_size\";s:3:\"2.0\";s:22:\"side_heading_font_size\";s:3:\"1.3\";s:18:\"nav_text_font_size\";s:3:\"1.2\";s:19:\"post_text_font_size\";s:3:\"1.2\";s:15:\"small_font_size\";s:1:\"1\";s:11:\"header_font\";s:7:\"Verdana\";s:9:\"body_font\";s:7:\"Verdana\";s:12:\"sidebar_font\";s:7:\"Verdana\";s:8:\"nav_font\";s:7:\"Verdana\";s:12:\"default_font\";s:7:\"Verdana\";s:10:\"cufon_font\";s:7:\"Disable\";s:15:\"cufon_font_list\";s:10:\"contempory\";s:11:\"google_font\";s:7:\"Disable\";s:18:\"google_font_family\";s:0:\"\";s:22:\"google_font_decoration\";s:0:\"\";s:13:\"font_headings\";s:0:\"\";s:14:\"image_location\";s:10:\"wp-content\";s:8:\"bg_image\";s:0:\"\";s:15:\"bg_image_repeat\";s:3:\"X,Y\";s:16:\"content_bg_image\";s:0:\"\";s:23:\"content_bg_image_repeat\";s:3:\"X,Y\";s:12:\"color_scheme\";s:8:\"Custom 1\";s:14:\"cust_bg_color1\";s:6:\"000000\";s:14:\"cust_bg_trans1\";s:2:\"On\";s:22:\"cust_content_bg_color1\";s:6:\"FFFFFF\";s:22:\"cust_content_bg_trans1\";s:0:\"\";s:15:\"cust_acc_color1\";s:6:\"0000FF\";s:16:\"cust_text_color1\";s:6:\"0000FF\";s:16:\"cust_link_color1\";s:6:\"FF0000\";s:20:\"cust_link_hov_color1\";s:6:\"000000\";s:22:\"cust_link_visit_color1\";s:6:\"FF0000\";s:18:\"cust_nav_bg_color1\";s:6:\"0000FF\";s:18:\"cust_nav_bg_trans1\";s:0:\"\";s:19:\"cust_post_bg_color1\";s:6:\"FFFFFF\";s:19:\"cust_post_bg_trans1\";s:0:\"\";s:14:\"cust_bg_color2\";s:6:\"A0B3C2\";s:14:\"cust_bg_trans2\";s:0:\"\";s:22:\"cust_content_bg_color2\";s:6:\"F7F7F7\";s:22:\"cust_content_bg_trans2\";s:0:\"\";s:15:\"cust_acc_color2\";s:6:\"A0B3C2\";s:16:\"cust_text_color2\";s:6:\"2C4353\";s:16:\"cust_link_color2\";s:6:\"597EAA\";s:20:\"cust_link_hov_color2\";s:6:\"114477\";s:22:\"cust_link_visit_color2\";s:6:\"2C4353\";s:18:\"cust_nav_bg_color2\";s:6:\"E3E3E3\";s:18:\"cust_nav_bg_trans2\";s:0:\"\";s:19:\"cust_post_bg_color2\";s:6:\"E3E3E3\";s:19:\"cust_post_bg_trans2\";s:0:\"\";s:7:\"ad_code\";s:0:\"\";s:6:\"ad_int\";s:1:\"3\";s:14:\"header_ad_code\";s:0:\"\";s:12:\"sing_ad_code\";s:0:\"\";s:11:\"sing_ad_pos\";s:5:\"Above\";s:17:\"home_social_icons\";s:23:\"Delicious,Digg,RSS Icon\";s:19:\"single_social_icons\";s:23:\"Delicious,Digg,RSS Icon\";s:16:\"facebook_profile\";s:0:\"\";s:15:\"myspace_profile\";s:0:\"\";s:15:\"twitter_profile\";s:0:\"\";s:6:\"header\";s:4:\"none\";s:12:\"header_align\";s:6:\"Center\";s:14:\"header_v_align\";s:3:\"Top\";s:13:\"header_height\";s:2:\"50\";s:16:\"header_image_url\";s:7:\"http://\";s:4:\"test\";s:3:\"set\";s:3:\"ver\";s:5:\"1.9.3\";}','yes'); INSERT INTO `wp_options` VALUES (7684,0,'tech_styles','/*Techozoic 1.9.3*/\n\n/*Variable Styles*/\n#page{ \nbackground:#FFFFFF url() repeat top left;\n}\n#header{\nbackground-color:#FFFFFF;\n}\nbody{\nfont-family:Verdana, Sans-Serif;\nfont-size: 11px;\nbackground:transparent url() repeat top left;\n}\n.techozoic_font_size{\nfont-size: 11px;\n}\n.narrowcolumn .entry,.widecolumn .entry, .top {\nfont-family:Verdana, Sans-Serif;\n}\n.noclass,.home .narrowcolumn .entry, home .widecolumn .entry, .top,.post .singlepost,.archive .narrowcolumn .entry, .archive .widecolumn .entry, .top{\nbackground-color:#FFFFFF;\nborder-top:1px #0000FF solid;\n}\n.top{\nborder:none;\n}\nh1{\nfont-family:Verdana, Sans-Serif;\n}\nh2{\nfont-family:Verdana, Sans-Serif;\n}\nh3{\nfont-family:Verdana, Sans-Serif;\n}\nh4{\nfont-family:Verdana, Sans-Serif;\n}\nh5{\nfont-family:Verdana, Sans-Serif;\n}\n.blog_title{\nfont-family:Verdana, Sans-Serif;\n}\n.post_title{\nfont-family:Verdana, Sans-Serif;\n}\n.sidebar h2, .sidebar h3, #footer h2{\nfont-family:Verdana, Sans-Serif;\n}\n.blog_title{\nfont-size: 2.5em;\n}\n.post_title {\nfont-size: 2.0em;\n}\n.widgettitle {\nfont-size: 1.3em;\nmargin: 1px 0;\n}\n.sidebar h3 {\nfont-size: 0.9em;\n}\n#content {\nfont-size: 1.2em;\n}\nacronym,abbr,span.caps,small,.trackback li,#commentform input,#commentform textarea,.sidebar {\nfont-size: 1em;\n}\n.description, ul#nav a, ul#admin a, #dropdown li.current_page_item a:hover, .menu li.current-menu-item a:hover, #dropdown li.current_page_item ul a, .menu li.current-menu-item ul a, ul#nav li.current_page_item a:hover,.blog_title a,.blog_title a:visited, #nav2 a, #nav2 li.current_page_item a:hover,#subnav a, #subnav a:visited, #dropdown a, .menu li a, .menu li.current-menu-item a{\ncolor: #0000FF;\n}\n.author,#searchform #s, #searchsubmit:hover,#catsubmit:hover,#wp-submit:hover,.postform,#TB_ajaxContent {\nbackground-color: #0000FF ;\n}\nul#nav li,ul#admin li, #nav2 li, ul#dropdown li, .menu li{\nbackground-color: #0000FF;\n}\nul#nav li,ul#admin li, #nav2 li, ul#dropdown li a, .menu li a{\nfont-family:Verdana, Sans-Serif;\nfont-size:1.2em;\n}\n.menu ul.sub-menu li{\nbackground-color: #0000FF;\n}ul#nav li.current_page_item,#nav2 li.current_page_item,#nav2 li.current_page_parent,ul#nav2 li.current_page_ancestor,#dropdown li.current_page_item, .menu li.current-menu-item {\nbackground-color: #0000FF ;\n}\nul#nav li:hover,#nav2 li:hover, #nav2 li:active, #dropdown li:hover, .menu li:hover {\nbackground:#efefef;\nbox-shadow:2px -1px 3px rgba(0, 0, 0, 0.3);\n-moz-box-shadow:2px -1px 3px rgba(0, 0, 0, 0.3);\n-webkit-box-shadow:2px -1px 3px rgba(0, 0, 0, 0.3);\n}\nul#nav li.current_page_item a ,#nav2 li.current_page_item a,#nav2 li.current_page_parent a, #nav2 li.current_page_ancestor a,#dropdown li.current_page_item a, .menu li.current-menu-item a{\ncolor:#f7f7f7;\n}\nul#admin li:hover{\nbackground:#efefef;\nbox-shadow:2px 1px 3px rgba(0, 0, 0, 0.3);\n-moz-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.3);\n-webkit-box-shadow:2px 1px 3px rgba(0, 0, 0, 0.3);\n}.post_date {\nbackground-color:#0000FF;\n}\n.tags {\nborder-bottom:1px #0000FF solid;\n}\n#content,h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited,h4,h5{\ncolor:#0000FF;\n}\na,h2 a:hover,h3 a:hover,.commentdiv a, .commentdiv a:visited,#user_login,#user_pass,.postform,.commentdiv span, #sidenav a:visited {\ncolor:#FF0000; \ntext-decoration:none;\n}\n.date_post,#searchform #s {\ncolor:#FFFFFF; \ntext-decoration:none;\n}\na:hover,.blog_title a:hover {\ncolor:#000000; \ntext-decoration:underline;\n}\na:visited{\ncolor:#FF0000;\n}\nul#nav li.current_page_item a:hover, ul#nav2 li.current_page_item a:hover, ul#nav2 li.current_page_parent a:hover {\ncolor:#0000FF;\n}\n#headerimg {\n;\nfloat:left;margin-left:10px;\n}\n.single .blog_title a:hover {\n\ntext-decoration:none;\n}\n.noclass,#headerimg,.home .narrowcolumn .entry, .home .widecolumn .entry, .top, .archive .entry,.entry img, .entrytext img{\n-moz-box-shadow:none !important;\nbox-shadow:none !important;\n-webkit-box-shadow: none !important;\nopacity:1 !important;\nborder: none !important;\n}#page, #header {\nwidth: 95%\n}\n.narrowcolumn {\nfloat:left;\nmargin:0 1%;\npadding:0 0 20px 0;\nwidth:53%;\n}\n#r_sidebar {\nfloat:right;\npadding:10px 2% 0 0;\nwidth:20%\n}#l_sidebar {\nfloat:left;\npadding:10px 0 0 2%;\nwidth:18%\n}ul#nav,ul#nav2,ul#dropdown,ul.menu{\n;\n}#header, #headerr, #headerl {\nheight: 50px;\n}\n.hleft, .hright {\nheight: 10px;\n}/*Default Sytle*/\n.cufon-loading .blog_title,.cufon-loading .sidebar h2,.cufon-loading h1,.cufon-loading h2,.cufon-loading h3,.cufon-loading h4,.cufon-loading h5,.cufon-loading .sidebar h3,.cufon-loading #footer h2 ,.cufon-loading .post_title {\n visibility: hidden !important;\n}\n.fontsizeminus{\nfont-size:8px;\n}\n.fontreset{\nfont-size: 12px;\n}\n.fontsizeplus{\nfont-size: 18px;\n}\n#l_sidebar, #content, #r_sidebar { \npadding-top: 30px; \n}\n.post_comment_cont{\nclear:both;\nmargin:3px;\npadding:5px 0 3px;\n}\n#crumbs{\nfont-size:1.2em;\nmargin: 0px 20px 5px;\n}\n#crumbs .current{\ntext-decoration:underline;\n}\nsub,sup {\nfont-size:1.1em;\ncolor:#606e79;\n}\nstrong.search-excerpt { \nbackground: yellow; \n}\n.search-terms{\nfont-style:italic;\n}\n.squarebox {\nwidth:450px;\nbackground-color:#a4acb3;\nborder:1px solid #6f7d88;\npadding:8px;\n}\n.squarebox_bright {\nwidth:450px;\nbackground-color:#bec4c8;\nborder:1px solid #6f7d88;\npadding:8px;\n}\nbody {\ncolor:#333;\nmargin:0;\npadding:0;\ntext-align:center;\n}\n#page {\nborder:none;\ntext-align:left;\nmin-width:760px;\nmargin:0 auto 10px;\npadding:0;\n}\n#pagel{\nbackground:transparent url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/bgl.png) repeat-y left top;\n}\n#pager {\nbackground:transparent url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/bgr.png) repeat-y right top;\n}\n.narrowcolumn .entry,.widecolumn .entry {\nline-height:1.3em;\nmargin-top:4px;\nborder-bottom-left-radius:5px;\n-moz-border-radius-bottomleft:5px;\n-webkit-border-bottom-left-radius:5px;\npadding:2px 4px 1px;\nfloat:right;\nwidth:100%;\n}\n.home .narrowcolumn .entry,.home .widecolumn .entry, .archive .entry{\nbox-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-moz-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);\n}\n.page .narrowcolumn .entry,.page .widecolumn .entry{\nbox-shadow: none !important;\n-moz-box-shadow: none !important;\n-webkit-box-shadow: none !important;\n}\n.widecolumn {\nline-height:1.6em;\nwidth:80%;\nmargin:0 auto 0;\npadding:20px 0 20px;\n}\n.narrowcolumn .postmetadata {\ntext-align:center;\npadding-top:5px;\n}\n.tagcont {\nfloat:left;\nwidth:30%;\nmargin:2% 1%;\n}\n.tags {\nbackground-color:#ccc;\ntext-align:center;\nmargin:5px auto;\npadding:2px;\n}\n.alt {\nbackground-color:#eee;\nborder-top:1px solid #ddd;\nborder-bottom:1px solid #ddd;\nmargin:0;\npadding:10px;\n}\n#footer {\nborder:none;\nclear:both;\nheight:auto;\nwidth:100%;\nmargin:0 0 0 auto;\npadding:20px 0 0;\nbackground: transparent url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/navbarbg.png) repeat-x scroll 0 0;\n}\n#footermain {\nbackground: transparent url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/bgbot.png) repeat-x scroll 0 bottom;\n}\nsmall {\nline-height:1.5em;\npadding-left:10px;\n}\nh1 {\nline-height:1.3em;\nmargin:0;\n}\n.description {\nfont-size:1.2em;\ntext-align:left;\nmargin:0 15px;\npadding:3px;\n}\n.entry h2 {\nline-height: 1.6em\n}\n.sidebar h2, #footer h2 {\nmargin:5px 0 0;\npadding:0;\n}\nh3 {\nfont-size:1.3em;\npadding:0;\n}\n.entry h3 {\nline-height: 1.3em;\n}\n.entry h4 {\nfont-size: 1.2em;\nline-height: 1.2em;\n}\n.entry h5 {\nfont-size: 1.1em;\nline-height: 1.1em;\n}\n.entry p a:visited {\ntext-decoration:underline;\n}\nul.comment-preview li {\nfont-size:.9em;\nopacity:.7;\n}\nul.comment-preview li:hover{\nopacity:1;\n}\n.commentdiv h2{\ncolor:transparent;\n}\n.commentdiv {\nheight:40px;\nwidth:40px;\nfloat:right;\ntext-align:center;\nmargin-top:7px;\n}\n.commentdiv a{\ndisplay:block;\npadding-top:6px;\nwidth:40px;\nheight:35px;\nfont-size:18px;\nfont-weight:700;\ntext-decoration:none;\nbackground:url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/comment2.png) no-repeat top center;\n}\n.commentdiv span {\nfont-size:9px;\ndisplay:block;\npadding-top:6px;\nwidth:40px;\nheight:35px;\nbackground:url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/comment2.png) no-repeat top center;\n}\n.comments-link{\nbackground:transparent url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/comment.gif) no-repeat scroll left top;\nfont-size:1.2em;\npadding:0 0 0 18px;\n}\n.comments-link a{\ntext-decoration:underline;\n}\n.commentlist cite,.commentlist cite a {\nfont-weight:700;\nfont-style:normal;\nfont-size:1.1em;\n}\n.commentlist p {\nfont-weight:400;\nline-height:1.5em;\ntext-transform:none;\nmargin:10px 5px 10px 0;\n}\n.author,.bypostauthor {\nborder-top:1px #000 dotted;\nbackground-color:#ddd;\n}\n.commentlist ul.children {\npadding-left:10px;\n}\n.commentmetadata {\nfont-weight:400;\ndisplay:block;\nmargin:0;\n}\n#respond {\npadding-bottom:25px;\n}\nsmall,.sidebar ul ul li,.sidebar ul ol li,.nocomments,.postmetadata,blockquote,strike {\ncolor:#777;\n}\ncode {\nfont:1.1em \'Courier New\', Courier, Fixed;\n}\npre {\noverflow:scroll;\noverflow-y:hidden;\n}\ndd {\nmargin-left:5px;\nfont-style:italic;\n}\nacronym,abbr,span.caps {\nletter-spacing:.07em;\ncursor:help;\n}\n#wp-calendar #prev a {\nfont-size:.9em;\npadding-left:10px;\ntext-align:left;\n}\n#wp-calendar a {\ntext-decoration:none;\ndisplay:block;\n}\n#wp-calendar caption {\nfont-size:1.3em;\ntext-align:center;\nwidth:100%;\n}\n#wp-calendar th {\nfont-style:normal;\ntext-transform:capitalize;\n}\n#header {\nmargin:10px auto 0;\npadding:0;\nmin-width: 760px;\ntext-align:left;\nposition:relative;\n}\n#header_top{\nbackground:transparent url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/bgtop.png) repeat-x left top;\nheight: 100%;\n}\n#headerl{\nbackground:url(\'http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/bgl.png\') repeat-y scroll left top transparent;\nwidth: 100%;\npostition:absolute;\nleft: 0;\ntop: 0;\n}\n#headerr{\nbackground:url(\'http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/bgr.png\') repeat-y scroll right top transparent;\nwidth: 100%;\n}\n.hleft{\nfloat:left;\nmargin: 5px 3% 5px 10px;\noverflow:hidden;\nwidth:20%;\n}\n.hright{\nfloat:right;\nmargin: 5px 10px 5px 3%;\noverflow: hidden;\nwidth:20%;\n}\n.hwidget ul {\nlist-style:none;\npadding-left:0;\nmargin: 2px 3px;\n}\n.hwidget{\nmargin: 2px;\npadding: 3px;\ntext-align: left;\n}\n.navhead h3 {\nmargin:5px 10px 0;\n}\n.sidenav .page_item ul, .sidenav ul.children {\ndisplay:none;\n}\n.sidenav .current_page_item ul,.sidenav .current_page_parent ul, .sidenav .current_page_ancestor ul, .sidenav .current-cat ul.children, .sidenav .current-cat-parent ul.children {\ndisplay:block !important;\n}\n.sidenav li.current_page_item a, .sidenav li.current-cat a, .sidenav li.current-menu-item a{\ntext-decoration: underline;\n}\n.sidenav li.current_page_item ul a, .sidenav .current-cat ul a{\ntext-decoration: none;\n}\n#navmenu {\nbackground:url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/navbarbg.png) repeat-x;\nheight:60px;\nmargin:-30px 0 -20px;\npadding: 0 10px;\n}\n#dropdown, #dropdown ul, .menu, .menu ul {\nposition:relative; \nz-index:10;\n}\n#dropdown a, .menu a {\ndisplay:block; \npadding:3px; \ntext-decoration:none;\n}\n#dropdown li,.menu li{\nfloat:left; \nposition:relative;\nmargin-right:2px\n}\n#dropdown ul ,.menu ul{\nposition:absolute; \ndisplay:none; \nwidth:210px; \nleft:-1px;\n}\n#dropdown li ul ,.menu li ul{ \nwidth:210px;\npadding-left:0;\n}\n#dropdown li ul a ,.menu li ul a{\nwidth:202px; \nheight:auto; \nfloat:left;\nborder:1px solid #D3D3D3;\n}\n#dropdown li ul li,.menu li ul li{\nwidth:210px;\n}\n#dropdown ul ul,.menu ul ul{\ntop:auto;\n}\n#dropdown li ul ul,.menu li ul ul{\nleft:200px; \nmargin:0px 0 0 10px;\n}\n#dropdown li:hover ul ul, #dropdown li:hover ul ul ul, #dropdown li:hover ul ul ul ul, .menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul {\ndisplay:none;\n}\n#dropdown li:hover ul, #dropdown li li:hover ul, #dropdown li li li:hover ul, #dropdown li li li li:hover ul, .menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul {\ndisplay:block;\nbox-shadow:none;\n-moz-box-shadow:none;\n-webkit-box-shadow:none;\n} \n#nav2 li {\nmargin-right:25px;\n}\n#nav2 li, #subnav li {\nfloat:left;\nlist-style:none;\n}\n#subnav {\nmargin:0;\npadding-top:5px;\n}\n#subnav li {\nborder-right:1px solid #ddd;\npadding:0 5px;\nfont-size:1.1em;\n} \n#subnav a, #subnav a:visited {\ntext-decoration:none;\nfont-weight:bold;\n}\n#subnav a:hover, #subnav a:active,#subnav li.current_page_item a,#subnav li.current_page_item a:visited {\ntext-decoration:underline;\n}\n#navwrap{\nheight: 30px;\n}\nul#admin {\nlist-style-type:none;\nlist-style-image:none;\nfloat:right;\nmargin:0;\n}\nul#nav,#dropdown,#dropdown ul,.menu,.menu ul {\nlist-style-type:none;\nlist-style-image:none;\nheight:30px;\nwidth:100%;\nmargin:0 auto;\n}\nul#nav2{\nheight:25px;\nmargin:0 auto;\n}\nul#nav, ul#nav2, #dropdown ,.menu{\npadding:5px 0 0;\n}\n#search {\ndisplay:block;\nfloat:right;\nclear:right;\nborder-right:none;\nfont-size:1.3em;\nfont-weight:bolder;\nmargin:-80px 10px 0 0;\nposition: relative;\n}\nul#nav li,ul#admin li, #nav2 li {\ndisplay:inline;\nfloat:left;\ntext-align:center;\nmargin-right:2px;\noverflow:hidden;\nheight:16px;\npadding:3px;\n}\nul#nav a,ul#admin a, #nav2 a,#nav2 a:visited,#dropdown a,.menu a {\ntext-decoration:none;\nfont-weight:bolder;\nline-height: 16px;\n}\nul#nav li, #nav2 li, #dropdown li, .menu li{\nborder-top-right-radius:5px;\n-border-top-left-radius:5px;\n-moz-border-radius-topright:5px;\n-moz-border-radius-topleft:5px;\n-webkit-border-top-right-radius:5px;\n-webkit-border-top-left-radius:5px;\n}\n#dropdown li ul li,.menu li ul li{\nborder-top-right-radius:0px;\nborder-top-left-radius:0px;\n-moz-border-radius-topright:0px;\n-moz-border-radius-topleft:0px;\n-webkit-border-top-right-radius:0px;\n-webkit-border-top-left-radius:0px;\n}\nul#admin li {\nborder-bottom-right-radius:5px;\nborder-bottom-left-radius:5px;\n-moz-border-radius-bottomright:5px;\n-moz-border-radius-bottomleft:5px;\n-webkit-border-bottom-right-radius:5px;\n-webkit-border-bottom-left-radius:5px;\n}\nul#nav li.current_page_item, #dropdown li.current_page_item, .menu li.current-menu-item {\nborder-bottom:1px dotted;\n}\n\n.post_title{\nletter-spacing:-0.9px;\nmargin:0;\n}\n.post {\ntext-align:justify;\nmargin:0 0 40px;\nfloat:left;\nwidth:100%;\n}\n.post small {\npadding-top: 4px;\ndisplay:block;\n}\n.post_date {\nclear:left;\nfloat:left;\nwidth:40px;\nheight:40px;\nmargin:5px 5px 0 0;\nbackground-image: url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/datebg.png);\n}\n* html .post_date {\nmargin:30px 0 0;\n}\n.date_post {\nborder-bottom:1px dotted;\nclear:left;\nfloat:left;\nfont-size:16px;\nfont-weight:800;\ntext-align:center;\nwidth:40px;\nletter-spacing:-1px;\nheight: 20px;\n}\n.month_post {\nfloat:left;\nclear:left;\nwidth:40px;\nfont-size:14px;\ncolor:#2C4353;\ntext-align:center;\npadding-bottom:2px;\nheight: 20px;\n}\n.heading {\nmargin-top:20px;\n}\n.widecolumn .postmetadata {\nmargin:30px 0;\n}\n.search .postmetadata {\nmargin: 5px 0;\n}\n.narrowcolumn .attachment, .widecolumn .attachment {\ntext-align:center;\nmargin:5px 0;\n}\n.pic_info {\nmargin:auto;\ntext-align: left;\n}\n.pic-previous a{\nfloat:left;\nbackground: url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/gallery_prev.png) no-repeat scroll left center transparent;\npadding-left:40px;\n}\n.pic-next a{\nbackground: url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/gallery_next.png) no-repeat scroll right center transparent;\npadding-right:40px;\nfloat:right;\n}\n#pic-navigation{\nclear:both;\nwidth: 90%;\nmargin:auto;\n}\n#main_image{ \nposition:relative\n}\n#main_image a .pic_info {\ndisplay:none;\n}\n#main_image a:hover .pic_info{\ndisplay: block;\npadding: 10px 0;\nbackground: #111;\nfilter:alpha(opacity=75);\nopacity:.75;\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)\"; /*--IE 8 Transparency--*/\ncolor: #fff;\nposition: absolute;\npadding: 10px;\nbottom: 10px;\nleft: 45%;\nborder-radius:5px;\n-moz-border-radius:5px;\n-webkit-border-radius:5px;\n}\n.postmetadata {\nclear:left;\n}\np {\nmargin:5px 5px 1em;\n}\n#footerdivs {\nmargin:10px auto 15px;\npadding-left:15%;\ntext-align:left;\n}\n.footercont {\nwidth:30%;\nfloat:left;\n}\n.footercont.widgettitle {\nmargin-top:0;\n}\n#footer p{\nmargin:0;\npadding:15px 0 20px;\ntext-align:center;\n}\n#footer p.credit{\npadding:15px 0 10px;\ntext-align:center;\n}\n#footer ul,#footer ul li ul li {\nlist-style-type:none;\nlist-style-image:none;\npadding:0;\nmargin-left:0;\n}\n#footer ul.footernav {\nmargin:-5px 0 0;\npadding:0 0 15px;\n}\nul.footernav li{\ndisplay: inline;\n}\nh3.comments {\nmargin:40px auto 20px;\npadding:0;\n}\n.blog_title {\ntext-align:left;\ndisplay:block;\nfont-weight:700;\ntext_decoration:none;\n}\n.blog_title a {\npadding:5px;\n}\n#headerimgwrap {\nposition: relative;\ntop: 20%;\n}\np img {\nmax-width:100%;\npadding:2px;\n}\n.wp-caption, .gallery-caption {\nbackground-color:#f7f7f7;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nbox-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-moz-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);\nborder:1px solid #444;\ntext-align:center;\npadding:3px;\n}\n.wp-caption-text {\ntext-align:center;\nline-height:1.1em;\n}\n.wp-caption img {\nbox-shadow: none;\n-moz-box-shadow: none;\n-webkit-box-shadow:none;\n}\n.aligncenter {\ndisplay:block;\nmargin-left:auto;\nmargin-right:auto;\ntext-align:center;\n}\n.wp-post-image, .alignleft {\nfloat:left;\nmargin:0 6px;\n}\n.alignright {\nfloat:right;\nmargin:0 6px;\n}\n.avatar {\nbox-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-moz-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);\n}\n.avatar_cont {\nfloat:left;\nmargin:0 5px 0 0;\n}\n.entry ol {\nmargin:0;\npadding:0 0 0 35px;\n}\n.postmetadata ul,.postmetadata li {\ndisplay:inline;\nlist-style-type:none;\nlist-style-image:none;\n}\n.sidebar ul li, ul.comment-preview li {\nlist-style-type:none;\nlist-style-image:none;\nmargin-bottom:8px;\n}\n.sidebar ul p,.sidebar ul select {\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nmargin:5px 0 8px;\n}\n.sidebar ul ul,.sidebar ul ol {\nmargin:5px 0 0 10px;\n}\n.sidebar ul ul ul,.sidebar ul ol {\nmargin:0 0 0 10px;\n}\nol li,.sidebar ul ol li {\nlist-style:decimal outside;\n}\n.sidebar ul ul li,.sidebar ul ol li {\nmargin:3px 0 0;\npadding:0;\n}\n.sidebar_icon {\ntext-align:right;\npadding-right:5px;\n}\n#loginform {\nfont-size:.9em;\npadding:0 3px;\n}\n#user_login,#user_pass {\nwidth:90px;\nbackground-color: #f7f7f7;\n}\ninput.text {\nfont-size:1.2em;\n}\n#searchform {\ntext-align:left;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nmargin:5px 5px 0 0;\n}\n#searchform #s,#user_login,#user_pass {\nborder:1px #999 solid;\nborder-left-color:#ccc;\nborder-top-color:#ccc;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\n}\n#searchform #s {\nwidth:150px;\nmargin-bottom:6px;\npadding:3px;\n}\n#searchsubmit,#catsubmit,#wp-submit {\ndisplay:inline;\nbackground-color:#EEEDED;\nborder:1px #999 solid;\nborder-left-color:#ccc;\nborder-top-color:#ccc;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\npadding:1px;\n}\n#searchsubmit:hover,#catsubmit:hover,#wp-submit:hover {\ndisplay:inline;\ncolor:#f7f7f7;\nborder:1px #ccc solid;\nborder-left-color:#999;\nborder-top-color:#999;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\npadding:1px;\n}\n.postform {\nborder:1px #999 solid;\nborder-left-color:#ccc;\nborder-top-color:#ccc;\n}\n#commentform input {\nwidth:170px;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nmargin:5px 5px 1px 0;\npadding:2px;\n}\n#commentform textarea {\nwidth:100%;\nborder-radius:5px;\n-moz-border-radius:5px;\n-webkit-border-radius:5px;\npadding:2px;\n}\n#commentform #submit {\nfloat:right;\nborder:2px #999 solid;\nborder-left-color:#ccc;\nborder-top-color:#ccc;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nmargin:0;\n}\n#commentform #submit:hover {\nfloat:right;\nborder:2px #ccc solid;\nborder-left-color:#999;\nborder-top-color:#999;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nmargin:0;\n}\n.commentlist,.trackback {\ntext-align:justify;\npadding:0;\n}\n.trackback li {\nlist-style:none;\nborder-bottom:1px solid #ddd;\nmargin:2px 0;\npadding:2px 10px;\n}\n.commentlist li {\nlist-style:none;\nmargin:15px 0 3px;\npadding:5px 10px 3px;\n}\n#commentform p {\nmargin:5px 0;\n}\n.nocomments {\ntext-align:center;\nmargin:0;\npadding:0;\n}\n.techozoic_rss,#rss {\nbackground:url(http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/syndicatebg.png) no-repeat top center;\n}\nacronym,abbr {\nborder-bottom:1px dashed #999;\n}\nblockquote {\npadding-left:20px;\nborder-left:5px solid #ddd;\nmargin:15px 30px 0 10px;\n}\nblockquote cite {\ndisplay:block;\nmargin:5px 0 0;\n}\na img {\nborder:none;\n}\n.navigation {\ndisplay:block;\ntext-align:center;\nmargin-top:10px;\nmargin-bottom:10px;\n}\n.top {\nfloat:right;\nborder-bottom-left-radius:3px;\nborder-bottom-right-radius:3px;\n-moz-border-radius-bottomright:3px;\n-moz-border-radius-bottomleft:3px;\n-webkit-border-bottom-left-radius:3px;\n-webkit-border-bottom-right-radius:3px;\nbox-shadow:2px 2px 4px rgba(0, 0, 0, 0.4);\n-moz-box-shadow:2px 2px 4px rgba(0, 0, 0, 0.4);\n-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);\npadding:2px 4px;\n}\n.top img{\nopacity:.5;\n}\n.top img:hover{\nopacity: 1;\nbox-shadow:1px 1px 3px rgba(0, 0, 0, 0.4);\n-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.4);\n-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4);\n}\n.toppost {\nfloat:right;\nmargin-top:-15px;\n}\n#wp-calendar {\nempty-cells:show;\nwidth:155px;\nmargin:10px auto 0;\n}\n#wp-calendar #next a {\npadding-right:10px;\ntext-align:right;\n}\n#wp-calendar td {\ntext-align:center;\npadding:3px 0;\n}\n#wp-calendar td.pad:hover {\nbackground-color:#fff;\n}\nh1,h2,h3,.commentlist li,.trackback li {\nfont-weight:700;\n}\nh1,h1 a,h1 a:hover,h1 a:visited,h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,.sidebar h2,#wp-calendar caption,cite,.blog_title a:visited {\ntext-decoration:none;\n}\n.commentlist li.pingback {\ndisplay:none;\n}\n.sidebar form {\nmargin:0;\n}\n.entry img,.entrytext img {\nborder:1px solid #ccc;\npadding:4px;\nborder-radius:3px;\n-moz-border-radius:3px;\n-webkit-border-radius:3px;\nbox-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-moz-box-shadow:2px 2px 6px rgba(0, 0, 0, 0.4);\n-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4);\n}\n.entry ol li,.sidebar ul,.sidebar ul ol {\nmargin:0;\npadding:0;\n}\n.sidebar .about_icons li{\ndisplay:inline;\nmargin:3px;\n}\n.entry form,.center {\ntext-align:center;\n}\n.wp-caption img {\nbox-shadow: none;\n-moz-box-shadow: none;\n-webkit-box-shadow:none;\n}\nselect {\nwidth:140px;\nborder-radius: 3px;\n-moz-border-radius: 3px;\n-webkit-border-radius: 3px;\n}\n*html .post_date {background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod=\'scale\', src=\'http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/datebg.png\');}\n*html .commentdiv a{background-image: none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod=\'scale\', src=\'http://www.timberon.info/blog/wp-content/themes/techozoic-fluid/images/comment.png\');}\n/* ThickBox Styles */\n#TB_window {font: 12px Arial, Helvetica, sans-serif;color: #333;}#TB_secondLine {font: 10px Arial, Helvetica, sans-serif;color:#666;}#TB_window a:link {color: #666;}#TB_window a:visited {color: #666;}#TB_window a:hover {color: #000;}#TB_window a:active {color: #666;}#TB_window a:focus{color: #666;}#TB_overlay {position: fixed;z-index:100;top: 0px;left: 0px;height:100%;width:100%;}.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}.TB_overlayBG {background-color:#000;filter:alpha(opacity=75);-moz-opacity: 0.75;opacity: 0.75;}* html #TB_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + \'px\');}#TB_window {position: fixed;background: #ffffff;z-index: 102;color:#000000;display:none;border: 4px solid #525252;text-align:left;top:50%;left:50%;}* html #TB_window { position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + \'px\');}#TB_window img#TB_Image {display:block;margin: 15px 0 0 15px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-top: 1px solid #666;border-left: 1px solid #666;}#TB_caption{height:25px;padding:7px 30px 10px 25px;float:left;}#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;}#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right;}#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px;}#TB_title{background-color:#e8e8e8;height:27px;}#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em;}#TB_ajaxContent.TB_modal{padding:15px;}#TB_ajaxContent p{padding:5px 0px 5px 0px;}#TB_load{position: fixed;display:none;height:13px;width:208px;z-index:103;top: 50%;left: 50%;margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}* html #TB_load {position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + \'px\');}#TB_HideSelect{z-index:99;position:fixed;top: 0;left: 0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;height:100%;width:100%;}* html #TB_HideSelect {position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + \'px\');}#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px; _margin-bottom:1px;}','yes'),(7732,0,'theme_mods_easel','a:1:{i:0;b:0;}','yes'),(7733,0,'easel-options','a:52:{s:24:\"disable_jquery_menu_code\";b:0;s:21:\"disable_scroll_to_top\";b:0;s:19:\"enable_avatar_trick\";b:1;s:22:\"disable_default_design\";b:0;s:20:\"disable_comment_note\";b:0;s:26:\"enable_numbered_pagination\";b:1;s:26:\"disable_comment_javascript\";b:0;s:25:\"enable_post_thumbnail_rss\";b:1;s:19:\"disable_page_titles\";b:0;s:19:\"disable_post_titles\";b:0;s:20:\"enable_post_calendar\";b:1;s:27:\"enable_post_author_gravatar\";b:0;s:27:\"disable_categories_in_posts\";b:0;s:21:\"disable_tags_in_posts\";b:0;s:28:\"disable_author_info_in_posts\";b:0;s:26:\"disable_date_info_in_posts\";b:0;s:15:\"home_post_count\";s:1:\"5\";s:19:\"disable_footer_text\";b:0;s:23:\"disable_default_menubar\";b:0;s:24:\"enable_search_in_menubar\";b:0;s:21:\"enable_rss_in_menubar\";b:1;s:16:\"avatar_directory\";s:4:\"none\";s:24:\"enable_debug_footer_code\";b:0;s:24:\"disable_blog_on_homepage\";b:0;s:27:\"enable_comments_on_homepage\";b:0;s:19:\"enable_addon_comics\";b:0;s:24:\"enable_addon_membersonly\";b:0;s:19:\"non_members_message\";s:35:\"There is members only content here.\";s:21:\"enable_addon_showcase\";b:0;s:23:\"enable_addon_playingnow\";b:0;s:28:\"enable_addon_showcase_slider\";b:0;s:22:\"enable_addon_commpress\";b:0;s:25:\"enable_addon_page_options\";b:0;s:25:\"custom_image_header_width\";s:3:\"980\";s:26:\"custom_image_header_height\";s:3:\"100\";s:14:\"copyright_name\";s:0:\"\";s:13:\"copyright_url\";s:0:\"\";s:23:\"facebook_like_blog_post\";b:0;s:13:\"facebook_meta\";b:0;s:24:\"display_archive_as_links\";b:0;s:21:\"archive_display_order\";s:4:\"DESC\";s:6:\"layout\";s:2:\"3c\";s:6:\"scheme\";s:6:\"desert\";s:33:\"enable_wprewrite_posttype_control\";b:0;s:29:\"force_active_connection_close\";b:0;s:25:\"enable_addon_easel_slider\";b:1;s:21:\"display_comic_on_home\";b:1;s:26:\"display_comic_post_on_home\";b:1;s:20:\"menubar_social_icons\";b:0;s:22:\"menubar_social_twitter\";s:0:\"\";s:23:\"menubar_social_facebook\";s:0:\"\";s:18:\"enable_breadcrumbs\";b:0;}','yes'),(7685,0,'techozoic_activation_check','1.9.3','yes'),(8989,0,'_transient_timeout_feed_mod_fd215bbd563097562db895d06246f14c','1301636847','no'),(8990,0,'_transient_feed_mod_fd215bbd563097562db895d06246f14c','1301593647','no'),(8987,0,'_transient_timeout_feed_fd215bbd563097562db895d06246f14c','1301636847','no'),(8988,0,'_transient_feed_fd215bbd563097562db895d06246f14c','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:35:\"\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:23:\"Techozoic Fluid » 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:34:\"http://techozoic.clark-technet.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Just another WordPress Theme\'s 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Mar 2011 17:43:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.0.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:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:44:\"\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:17:\"New Version 1.9.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://techozoic.clark-technet.com/2011/03/new-version-1-9-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://techozoic.clark-technet.com/2011/03/new-version-1-9-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Mar 2011 00:58:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://techozoic.clark-technet.com/?p=181\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"Version 1.9.3 of Techozoic fluid is now available, look for the upgrade notice in your dashboard now. This version requires WordPress 3.0+ to comply with the Theme Review Guidelines and be able to have the theme hosted on the offical repository. Many changes have been made and are listed below. Please upgrade to the latest [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeremy Clark\";s: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:1202:\"

    Version 1.9.3 of Techozoic fluid is now available, look for the upgrade notice in your dashboard now. This version requires WordPress 3.0+ to comply with the Theme Review Guidelines and be able to have the theme hosted on the offical repository. Many changes have been made and are listed below. Please upgrade to the latest and greatest Techozoic Fluid.

    \n

    Changes in 1.9.3

    \n
      \n
    • Removed deprecated comment function.
    • \n
    • Fixed problem with header folder upload permissions
    • \n
    • Added option to change image upload location, images can now be stored in wp-content directory to prevent removal with theme updates.
    • \n
    • Added border to top of header, and spacing to better frame theme.
    • \n
    • Added option to use Google Fonts.
    • \n
    • Added post formating options including where excerpt should be used, and where to display social media icons.
    • \n
    • Moved options page under the Appearence menu as per Theme Review Guidelines.
    • \n
    • Added links for all image sizes to gallery pages.
    • \n
    • Added option to make custom background colors transparent.
    • \n
    • Added shortcode processing on ad settings.
    • \n
    • Fixed error with background repetition.
    • \n
    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://techozoic.clark-technet.com/2011/03/new-version-1-9-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:1;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"New Showoff 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:63:\"http://techozoic.clark-technet.com/2011/02/new-showoff-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://techozoic.clark-technet.com/2011/02/new-showoff-gallery/#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, 02 Feb 2011 23: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://techozoic.clark-technet.com/?p=177\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:196:\"Have a WordPress blog using Techozoic, and would like to show the world, you can by filling out this simple form and having an original looking website. I will pick the best and display them here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeremy Clark\";s: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:346:\"

    Have a WordPress blog using Techozoic, and would like to show the world, you can by filling out this simple form and having an original looking website. I will pick the best and display them here.

    \n\";s: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://techozoic.clark-technet.com/2011/02/new-showoff-gallery/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:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Techozoic Header Permissions Problems\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://techozoic.clark-technet.com/2010/12/techozoic-header-permissions-problems/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://techozoic.clark-technet.com/2010/12/techozoic-header-permissions-problems/#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 Dec 2010 15:11:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://techozoic.clark-technet.com/?p=164\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:248:\"I’ve been made aware of the problems with 1.9.1 and 1.9.2 header permissions. I’ve since fixed this in 1.9.3 but until it is release I’ve created a simple plugin to fix the problem. Visit here to get the plugin and for directions.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeremy Clark\";s: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:350:\"

    I’ve been made aware of the problems with 1.9.1 and 1.9.2 header permissions. I’ve since fixed this in 1.9.3 but until it is release I’ve created a simple plugin to fix the problem. Visit here to get the plugin and for directions.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://techozoic.clark-technet.com/2010/12/techozoic-header-permissions-problems/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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"New Version 1.9.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://techozoic.clark-technet.com/2010/12/new-version-1-9-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://techozoic.clark-technet.com/2010/12/new-version-1-9-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Dec 2010 12:59: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"screenshot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://techozoic.clark-technet.com/?p=151\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"The new version of Techozoic is available here. The attachment page template is much improved and adds very easy gallery navigation. Changes also included a couple of big bug fixes, so upgrading as soon as possible is recommended. If any problems occur visit the support forums. New Gallery page template Changes for 1.9.2 Fixed IE [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeremy Clark\";s: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:1122:\"

    The new version of Techozoic is available here. The attachment page template is much improved and adds very easy gallery navigation. Changes also included a couple of big bug fixes, so upgrading as soon as possible is recommended. If any problems occur visit the support forums.

    \n

    New Gallery page template

    \n

    \"\"

    \n
    \n

    Changes for 1.9.2

    \n
      \n
    • Fixed IE 7 layout error when blog title box was aligned left.
    • \n
    • Fixed localization for date formats * format now pulled from blog options instead of hardcoded.
    • \n
    • Added new social media networks (LinkedIn and email post).
    • \n
    • Fixed error with 2 column setting defaulting to Content – Sidebar even after saving.
    • \n
    • Updated attachment.php page for better gallery integration.
    • \n
    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://techozoic.clark-technet.com/2010/12/new-version-1-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\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:27:\"New Techozoic Fluid Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://techozoic.clark-technet.com/2010/06/new-techozoic-fluid-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://techozoic.clark-technet.com/2010/06/new-techozoic-fluid-website/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jun 2010 00:15:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://techozoic.clark-technet.com/?p=13\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The launch of the website devoted to the Techozoic Fluid WordPress theme. This will also serve as the news feed for the Techozoic Fluid Admin notices.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeremy Clark\";s: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:161:\"

    The launch of the website devoted to the Techozoic Fluid WordPress theme. This will also serve as the news feed for the Techozoic Fluid Admin notices.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://techozoic.clark-technet.com/2010/06/new-techozoic-fluid-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:54:\"http://techozoic.clark-technet.com/category/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:12:{s:4:\"date\";s:29:\"Thu, 31 Mar 2011 17:47:09 GMT\";s:6:\"server\";s:6:\"Apache\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:45:\"http://techozoic.clark-technet.com/xmlrpc.php\";s:4:\"etag\";s:34:\"\"9c83f3bfa33b102f1afb3e21888c7eeb\"\";s:10:\"set-cookie\";s:44:\"PHPSESSID=imub3tiobu5bccg0ivo4ne66s6; path=/\";s:13:\"last-modified\";s:29:\"Sun, 20 Mar 2011 17:43:13 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(7734,0,'widget_easel_calendar_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7735,0,'widget_widget_easel_classic_bookmark','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7736,0,'widget_easel_control_panel_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7737,0,'widget_easel_menubar_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7738,0,'widget_easel_random_post_link_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7739,0,'widget_easel_scheduled_posts_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7740,0,'widget_easel_google_translate_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(7743,0,'theme_mods_fetherweight','a:1:{i:0;b:0;}','yes'),(8204,0,'_transient_rss_b5736ed4d3c5cb346e08c330561bf688','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:30:{i:0;a:11:{s:5:\"title\";s:36:\"NM man facing multiple drug charges\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/Vw1rzpXCYIs/nm--man-facing-multiple-drug-charges\";s:11:\"description\";s:1641:\"

    A Carlsbad man is facing multiple drug charges after allegedly being found in possession of heroin, marijuana and drug paraphernalia.

    \n \n
    \";s:4:\"guid\";s:7:\"3750864\";s:7:\"pubdate\";s:29:\"Sat, 19 Mar 2011 21:46:10 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 19 Mar 2011 21:46:10 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:71:\"http://www.krqe.com/dpp/news/crime/nm--man-facing-multiple-drug-charges\";}s:7:\"summary\";s:1641:\"

    A Carlsbad man is facing multiple drug charges after allegedly being found in possession of heroin, marijuana and drug paraphernalia.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:1;a:12:{s:5:\"title\";s:36:\"Robbers strike four times in an hour\";s:4:\"link\";s:88:\"http://feeds.krqe.com/~r/krqe-southeast/~3/jUdhGHCJUyU/4-roswell-robberies-in-50-minutes\";s:11:\"description\";s:1644:\"

    Roswell police are investigating a string of overnight burglaries. Among those hit, a jewelry store on Main Street and a popular church.

    \n \n
    \";s:4:\"guid\";s:7:\"3749750\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 23:21:25 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 18 Mar 2011 00:18:00 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:68:\"http://www.krqe.com/dpp/news/crime/4-roswell-robberies-in-50-minutes\";}s:7:\"summary\";s:1644:\"

    Roswell police are investigating a string of overnight burglaries. Among those hit, a jewelry store on Main Street and a popular church.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:2;a:11:{s:5:\"title\";s:39:\"Roswell cops back on high school patrol\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/LLaEMYG-jtU/roswell-cops-back-on-high-school-patrol\";s:11:\"description\";s:1696:\"

    Roswell\'s police chief says student resource officers are returning to area high schools. Chief Alfonso Solis says officers will first be stationed at Goddard High School beginning Monday.

    \n \n
    \";s:4:\"guid\";s:7:\"3749542\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 19:29:42 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 17 Mar 2011 19:29:42 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:78:\"http://www.krqe.com/dpp/news/education/roswell-cops-back-on-high-school-patrol\";}s:7:\"summary\";s:1696:\"

    Roswell\'s police chief says student resource officers are returning to area high schools. Chief Alfonso Solis says officers will first be stationed at Goddard High School beginning Monday.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:3;a:11:{s:5:\"title\";s:37:\"Truck traffic up at New Mexico border\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/NvxpU7FiWvE/truck-traffic-up-at-new-mexico-border\";s:11:\"description\";s:1689:\"

    Commercial truck traffic has doubled at southern New Mexico\'s Santa Teresa border crossing over the past five years and has increased significantly at the state\'s Columbus crossing.

    \n \n
    \";s:4:\"guid\";s:7:\"3749497\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 18:43:00 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 17 Mar 2011 18:16:25 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:27:\"

    Border Patrol photo.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:82:\"http://www.krqe.com/dpp/news/local/southwest/truck-traffic-up-at-new-mexico-border\";}s:7:\"summary\";s:1689:\"

    Commercial truck traffic has doubled at southern New Mexico\'s Santa Teresa border crossing over the past five years and has increased significantly at the state\'s Columbus crossing.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:4;a:11:{s:5:\"title\";s:39:\"New Mexico Junior College hikes tuition\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/yXIpfY3XB9s/new-mexico-junior-college-hikes-tuition\";s:11:\"description\";s:1681:\"

    New Mexico Junior College is raising its tuition starting with the summer semester. The board of the junior college in Hobbs unanimously approved the tuition hike Wednesday.

    \n \n
    \";s:4:\"guid\";s:7:\"3749494\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 18:34:00 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 17 Mar 2011 18:10:54 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:78:\"http://www.krqe.com/dpp/news/education/new-mexico-junior-college-hikes-tuition\";}s:7:\"summary\";s:1681:\"

    New Mexico Junior College is raising its tuition starting with the summer semester. The board of the junior college in Hobbs unanimously approved the tuition hike Wednesday.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:5;a:11:{s:5:\"title\";s:36:\"Many Curry Co. inmates held w/o bond\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/xB_A0RmskbI/many-curry-co-inmates-held-w_o-bond\";s:11:\"description\";s:1702:\"

    More than 40 percent of the inmates at the Curry County jail in Clovis earlier this year were being held without bond. That\'s according to records from the eastern New Mexico jail as of Jan. 31.

    \n \n
    \";s:4:\"guid\";s:7:\"3749493\";s:7:\"pubdate\";s:29:\"Thu, 17 Mar 2011 18:15:00 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 17 Mar 2011 18:07:19 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:60:\"

    A file image of the Curry County Jail in Clovis, N.M.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:70:\"http://www.krqe.com/dpp/news/crime/many-curry-co-inmates-held-w_o-bond\";}s:7:\"summary\";s:1702:\"

    More than 40 percent of the inmates at the Curry County jail in Clovis earlier this year were being held without bond. That\'s according to records from the eastern New Mexico jail as of Jan. 31.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:6;a:12:{s:5:\"title\";s:37:\"Curry County OKs power to ban burning\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/hQ3cP2g6KL4/curry-county-oks-power-to-ban-burning\";s:11:\"description\";s:1685:\"

    As conditions ripen for wildfires Curry County commissioners have approved an ordinance giving them the power to ban open burning and to impose fines and jail time on violators.

    \n \n
    \";s:4:\"guid\";s:7:\"3748952\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 23:20:24 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 17 Mar 2011 01:00:35 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:75:\"http://www.krqe.com/dpp/news/politics/curry-county-oks-power-to-ban-burning\";}s:7:\"summary\";s:1685:\"

    As conditions ripen for wildfires Curry County commissioners have approved an ordinance giving them the power to ban open burning and to impose fines and jail time on violators.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:7;a:11:{s:5:\"title\";s:31:\"Three wildfires burning in N.M.\";s:4:\"link\";s:88:\"http://feeds.krqe.com/~r/krqe-southeast/~3/0iF4Bvxp7ko/wildfire-burning-south-of-roswell\";s:11:\"description\";s:1648:\"

    A wildfire estimated at more than 200 acres is burning about 11 miles south of Roswell, and two other fires are burning near Hope and Ramah.

    \n \n
    \";s:4:\"guid\";s:7:\"3748928\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 22:43:21 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 17 Mar 2011 16:45:12 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:39:\"\n \n \n \";s:19:\"content_description\";s:70:\"

    Eagle Draw Fire near Hope.

    The Eagle Draw Fire near Hope.

    \";}s:7:\"content\";s:30:\"\n \n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:75:\"http://www.krqe.com/dpp/weather/wildfires/wildfire-burning-south-of-roswell\";}s:7:\"summary\";s:1648:\"

    A wildfire estimated at more than 200 acres is burning about 11 miles south of Roswell, and two other fires are burning near Hope and Ramah.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:8;a:12:{s:5:\"title\";s:34:\"Carlsbad Bataan veteran dies at 89\";s:4:\"link\";s:89:\"http://feeds.krqe.com/~r/krqe-southeast/~3/uM-ArZtYDKE/carlsbad-bataan-veteran-dies-at-89\";s:11:\"description\";s:1692:\"

    Funeral services are planned Friday for Charles \"Charlie\" James, a New Mexico National Guardsman captured with the rest of his battalion in the fall of the Philippines in World War II.

    \n \n
    \";s:4:\"guid\";s:7:\"3748664\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 17:51:33 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 16 Mar 2011 19:50:20 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:39:\"\n \n \n \";s:19:\"content_description\";s:343:\"

    Charlie James, Frank Forni and Leon Beasley (left to right), possibly at Fort Bliss, Texas, before deploying to the Philippines.  Photo courtesy Joanna Sieberg.

    Charlie James photographed after WWII.  Photo courtesy Joanna Sieberg.

    Lucille and Charlie James photographed after WWII. Photo courtesy Joanna Sieberg.

    \";}s:7:\"content\";s:30:\"\n \n \n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Bill Diven\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:78:\"http://www.krqe.com/dpp/military/new_mexico/carlsbad-bataan-veteran-dies-at-89\";}s:7:\"summary\";s:1692:\"

    Funeral services are planned Friday for Charles \"Charlie\" James, a New Mexico National Guardsman captured with the rest of his battalion in the fall of the Philippines in World War II.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:9;a:12:{s:5:\"title\";s:30:\"Roswell to appeal census count\";s:4:\"link\";s:85:\"http://feeds.krqe.com/~r/krqe-southeast/~3/PbafzVamf94/roswell-to-appeal-census-count\";s:11:\"description\";s:1710:\"

    Census numbers were a disappointing blow to Roswell. The city came up short of the 50-thousand population mark it was hoping for.  That means it will not get money it wanted for major improvements.

    \n \n
    \";s:4:\"guid\";s:7:\"3748300\";s:7:\"pubdate\";s:29:\"Wed, 16 Mar 2011 16:06:28 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 16 Mar 2011 16:06:28 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:70:\"http://www.krqe.com/dpp/news/news_links/roswell-to-appeal-census-count\";}s:7:\"summary\";s:1710:\"

    Census numbers were a disappointing blow to Roswell. The city came up short of the 50-thousand population mark it was hoping for.  That means it will not get money it wanted for major improvements.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:10;a:11:{s:5:\"title\";s:38:\"Man enters plea in 11-year-old\'s death\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/fudab9ksShk/man-enters-plea-in-11-year-olds-death\";s:11:\"description\";s:1630:\"

    A 24-year-old man has pleaded no contest to a charge of involuntary manslaughter in the death of an 11-year-old Hobbs boy.

    \n \n
    \";s:4:\"guid\";s:7:\"3747813\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 17:26:06 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 15 Mar 2011 18:25:05 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:72:\"http://www.krqe.com/dpp/news/crime/man-enters-plea-in-11-year-olds-death\";}s:7:\"summary\";s:1630:\"

    A 24-year-old man has pleaded no contest to a charge of involuntary manslaughter in the death of an 11-year-old Hobbs boy.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:11;a:11:{s:5:\"title\";s:38:\"No water restrictions for Carlsbad yet\";s:4:\"link\";s:93:\"http://feeds.krqe.com/~r/krqe-southeast/~3/UAarOEb74Sw/no-water-restrictions-for-carlsbad-yet\";s:11:\"description\";s:1642:\"

    There has been little rain in Southeastern New Mexico since September but Carlsbad still has no plans to implement water restrictions.

    \n \n
    \";s:4:\"guid\";s:7:\"3747743\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 16:22:13 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Tue, 15 Mar 2011 16:23:45 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:85:\"http://www.krqe.com/dpp/local_guide/grow_local/no-water-restrictions-for-carlsbad-yet\";}s:7:\"summary\";s:1642:\"

    There has been little rain in Southeastern New Mexico since September but Carlsbad still has no plans to implement water restrictions.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:12;a:12:{s:5:\"title\";s:34:\"Home invader robs disabled veteran\";s:4:\"link\";s:96:\"http://feeds.krqe.com/~r/krqe-southeast/~3/eI17XN1Pais/disabled-veteran-robbed-in-broad-daylight\";s:11:\"description\";s:1626:\"

    Roswell police are looking for a bold burglar who stormed the home of a disabled New Mexico veteran in broad daylight.

    \n \n
    \";s:4:\"guid\";s:7:\"3747300\";s:7:\"pubdate\";s:29:\"Tue, 15 Mar 2011 02:04:14 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 16 Mar 2011 14:34:49 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:76:\"http://www.krqe.com/dpp/news/crime/disabled-veteran-robbed-in-broad-daylight\";}s:7:\"summary\";s:1626:\"

    Roswell police are looking for a bold burglar who stormed the home of a disabled New Mexico veteran in broad daylight.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:13;a:11:{s:5:\"title\";s:39:\"First phase of NM spaceport almost done\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/QJHgDNIMqPk/first-phase-of-nm-spaceport-almost-done\";s:11:\"description\";s:1642:\"

    Spaceport America officials say the first phase of construction at the southern New Mexico base is between 70 and 80 percent finished.

    \n \n
    \";s:4:\"guid\";s:7:\"3746920\";s:7:\"pubdate\";s:29:\"Mon, 14 Mar 2011 16:27:06 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Mon, 14 Mar 2011 18:32:39 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:26:\"\n \n \";s:19:\"content_description\";s:147:\"

    Glass was installed in the front of the terminal hangar facility at Spaceport America earlier this month. (Photo courtesy Spaceport America)

    \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:68:\"http://www.krqe.com/dpp/news/first-phase-of-nm-spaceport-almost-done\";}s:7:\"summary\";s:1642:\"

    Spaceport America officials say the first phase of construction at the southern New Mexico base is between 70 and 80 percent finished.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:14;a:12:{s:5:\"title\";s:39:\"Young hero saves fellow student\'s life \";s:4:\"link\";s:96:\"http://feeds.krqe.com/~r/krqe-southeast/~3/kDHYieTwvzA/young-hero-saves-fellow-student%27s-life-\";s:11:\"description\";s:1727:\"

    A Portales fifth grade student proves you are never too young to save a life. Jesus Lavalle, 10, is being honored for saving a classmate who was choking on a corn dog, and his heroic example is inspiring the whole town.

    \n \n
    \";s:4:\"guid\";s:7:\"3745723\";s:7:\"pubdate\";s:29:\"Sat, 12 Mar 2011 01:17:02 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 12 Mar 2011 02:29:34 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:77:\"http://www.krqe.com/dpp/news/health/young-hero-saves-fellow-student%27s-life-\";}s:7:\"summary\";s:1727:\"

    A Portales fifth grade student proves you are never too young to save a life. Jesus Lavalle, 10, is being honored for saving a classmate who was choking on a corn dog, and his heroic example is inspiring the whole town.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:15;a:11:{s:5:\"title\";s:39:\"Mom jailed for letting kids ditch class\";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/wJaqkcVGPWo/mom-jailed-for-letting-kids-ditch-class\";s:11:\"description\";s:1594:\"

    A Clovis mother is behind bars after her two kids missed more than 100 days of school.

    \n \n
    \";s:4:\"guid\";s:7:\"3745316\";s:7:\"pubdate\";s:29:\"Fri, 11 Mar 2011 17:39:28 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 11 Mar 2011 18:18:40 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:74:\"http://www.krqe.com/dpp/news/crime/mom-jailed-for-letting-kids-ditch-class\";}s:7:\"summary\";s:1594:\"

    A Clovis mother is behind bars after her two kids missed more than 100 days of school.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:16;a:12:{s:5:\"title\";s:32:\"Water bills add insult to injury\";s:4:\"link\";s:87:\"http://feeds.krqe.com/~r/krqe-southeast/~3/zMhqazmM0G8/water-bills-add-insult-to-injury\";s:11:\"description\";s:1750:\"

    Imagine getting a water bill for nearly $8,000, and you weren\'t even home. That\'s what residents and vacation-home owners in Ruidoso are dealing with after last month\'s arctic blast burst water pipes all over town draining 15 million gallons.

    \n \n
    \";s:4:\"guid\";s:7:\"3744459\";s:7:\"pubdate\";s:29:\"Fri, 11 Mar 2011 02:33:19 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 11 Mar 2011 02:46:22 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:73:\"http://www.krqe.com/dpp/news/environment/water-bills-add-insult-to-injury\";}s:7:\"summary\";s:1750:\"

    Imagine getting a water bill for nearly $8,000, and you weren\'t even home. That\'s what residents and vacation-home owners in Ruidoso are dealing with after last month\'s arctic blast burst water pipes all over town draining 15 million gallons.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:17;a:11:{s:5:\"title\";s:36:\"Gang members caught in southern N.M.\";s:4:\"link\";s:83:\"http://feeds.krqe.com/~r/krqe-southeast/~3/Vfz-0p0swZ4/gang-members-caught-in-se-nm\";s:11:\"description\";s:1607:\"

    Twelve members of the Barrio Azteca gang were arrested in raids in southern New Mexico and El Paso.

    \n \n
    \";s:4:\"guid\";s:7:\"3743888\";s:7:\"pubdate\";s:29:\"Fri, 11 Mar 2011 00:18:07 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 11 Mar 2011 00:18:07 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:26:\"\n \n \";}s:7:\"content\";s:20:\"\n \n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:63:\"http://www.krqe.com/dpp/news/crime/gang-members-caught-in-se-nm\";}s:7:\"summary\";s:1607:\"

    Twelve members of the Barrio Azteca gang were arrested in raids in southern New Mexico and El Paso.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:18;a:12:{s:5:\"title\";s:30:\"Smile! You\'re on stolen camera\";s:4:\"link\";s:89:\"http://feeds.krqe.com/~r/krqe-southeast/~3/vq0632qU6tc/smile%21-you%27re-on-stolen-camera\";s:11:\"description\";s:1720:\"

    Someone has been ripping off security cameras left and right around Roswell, and now police have the lead they\'ve been searching for. The thief has been captured on tape by the very camera he was trying to steal.

    \n \n
    \";s:4:\"guid\";s:7:\"3742307\";s:7:\"pubdate\";s:29:\"Thu, 10 Mar 2011 00:34:46 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 10 Mar 2011 03:39:10 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:69:\"http://www.krqe.com/dpp/news/crime/smile%21-you%27re-on-stolen-camera\";}s:7:\"summary\";s:1720:\"

    Someone has been ripping off security cameras left and right around Roswell, and now police have the lead they\'ve been searching for. The thief has been captured on tape by the very camera he was trying to steal.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:19;a:11:{s:5:\"title\";s:38:\"Grass fires cause a state of emergency\";s:4:\"link\";s:93:\"http://feeds.krqe.com/~r/krqe-southeast/~3/tPY-wF5UiHE/grass-fires-cause-a-state-of-emergency\";s:11:\"description\";s:1767:\"

    Grass fires in Southeastern New Mexico prompted Lea County commissioners to declare a state of emergency. Fires have burned nearly 65,000 acres in the county since Feb. 23 on both state and private land, destroyed homes, structures, fences and killing cattle.

    \n \n
    \";s:4:\"guid\";s:7:\"3741876\";s:7:\"pubdate\";s:29:\"Wed, 09 Mar 2011 15:23:47 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 09 Mar 2011 15:23:47 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:80:\"http://www.krqe.com/dpp/weather/wildfires/grass-fires-cause-a-state-of-emergency\";}s:7:\"summary\";s:1767:\"

    Grass fires in Southeastern New Mexico prompted Lea County commissioners to declare a state of emergency. Fires have burned nearly 65,000 acres in the county since Feb. 23 on both state and private land, destroyed homes, structures, fences and killing cattle.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:20;a:11:{s:5:\"title\";s:35:\"Gas company asking for public input\";s:4:\"link\";s:90:\"http://feeds.krqe.com/~r/krqe-southeast/~3/oYjQ3YLO-2o/gas-company-asking-for-public-input\";s:11:\"description\";s:1618:\"

    Just weeks after the massive natural gas outage in New Mexico, the gas company is trying to inform the public.

    \n \n
    \";s:4:\"guid\";s:7:\"3741151\";s:7:\"pubdate\";s:29:\"Tue, 08 Mar 2011 21:41:22 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 09 Mar 2011 01:17:49 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:76:\"http://www.krqe.com/dpp/news/environment/gas-company-asking-for-public-input\";}s:7:\"summary\";s:1618:\"

    Just weeks after the massive natural gas outage in New Mexico, the gas company is trying to inform the public.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:21;a:12:{s:5:\"title\";s:35:\"Tuesday updates on Quail Ridge Fire\";s:4:\"link\";s:93:\"http://feeds.krqe.com/~r/krqe-southeast/~3/N6EGH8kGulY/three-firefighters-injured-in-wildfire\";s:11:\"description\";s:1690:\"

    Residents are tired and worried, according to KRQE News 13 reporter Nancy Laflin. Firefighters are going door-to-door to see if the structures are homes, storage facilities or barns.

    \n \n
    \";s:4:\"guid\";s:7:\"3740764\";s:7:\"pubdate\";s:29:\"Tue, 08 Mar 2011 16:57:46 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 09 Mar 2011 16:32:10 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:78:\"\n \n \n \n \n \n \";s:19:\"content_description\";s:89:\"

    View from Skyranger of Quail Ridge Fire, Tuesday March 8th, 2011 Bob Martin (KRQE)

    \";}s:7:\"content\";s:60:\"\n \n \n \n \n \n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:33:\"Nancy LaflinBob MartinBlair Shiff\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:80:\"http://www.krqe.com/dpp/weather/wildfires/three-firefighters-injured-in-wildfire\";}s:7:\"summary\";s:1690:\"

    Residents are tired and worried, according to KRQE News 13 reporter Nancy Laflin. Firefighters are going door-to-door to see if the structures are homes, storage facilities or barns.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:22;a:11:{s:5:\"title\";s:37:\"Melrose range expansion gets new deal\";s:4:\"link\";s:92:\"http://feeds.krqe.com/~r/krqe-southeast/~3/Q-2Zpf5Mqq4/melrose-range-expansion-gets-new-deal\";s:11:\"description\";s:1710:\"

    State officials are considering leasing, rather than selling, 30,000 acres of mostly state trust land to the Air Force\'s Melrose Bombing Range to increase the amount of cash going to New Mexico schools.

    \n \n
    \";s:4:\"guid\";s:7:\"3738757\";s:7:\"pubdate\";s:29:\"Sun, 06 Mar 2011 23:29:32 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sun, 06 Mar 2011 23:29:32 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:66:\"http://www.krqe.com/dpp/news/melrose-range-expansion-gets-new-deal\";}s:7:\"summary\";s:1710:\"

    State officials are considering leasing, rather than selling, 30,000 acres of mostly state trust land to the Air Force\'s Melrose Bombing Range to increase the amount of cash going to New Mexico schools.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:23;a:11:{s:5:\"title\";s:39:\"Effort begins to revive 1800s NM hotel \";s:4:\"link\";s:94:\"http://feeds.krqe.com/~r/krqe-southeast/~3/YIlwb15F8ZA/effort-begins-to-revive-1800s-nm-hotel-\";s:11:\"description\";s:1643:\"

    Four college students and a professor have begun a volunteer effort to restore a room in a historic adobe hotel in downtown Las Cruces.

    \n \n
    \";s:4:\"guid\";s:7:\"3737994\";s:7:\"pubdate\";s:29:\"Sat, 05 Mar 2011 22:00:00 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Sat, 05 Mar 2011 21:14:07 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:79:\"

    Hadley Hall, the administration building at New Mexico State University.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:78:\"http://www.krqe.com/dpp/news/education/effort-begins-to-revive-1800s-nm-hotel-\";}s:7:\"summary\";s:1643:\"

    Four college students and a professor have begun a volunteer effort to restore a room in a historic adobe hotel in downtown Las Cruces.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:24;a:11:{s:5:\"title\";s:30:\"NM State, Sandia labs team up \";s:4:\"link\";s:87:\"http://feeds.krqe.com/~r/krqe-southeast/~3/IXk-MC7F2s8/nm-state%2C-sandia-labs-team-up-\";s:11:\"description\";s:1649:\"

    New Mexico State University\'s Arrowhead Center is teaming up with Sandia National Laboratories\' New Mexico Small Business Assistance Program.

    \n \n
    \";s:4:\"guid\";s:7:\"3737193\";s:7:\"pubdate\";s:29:\"Fri, 04 Mar 2011 17:08:14 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 04 Mar 2011 17:08:14 GMT\";s:9:\"copyright\";s:16:\"Associated Press\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:79:\"

    Hadley Hall, the administration building at New Mexico State University.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:70:\"http://www.krqe.com/dpp/news/business/nm-state%2C-sandia-labs-team-up-\";}s:7:\"summary\";s:1649:\"

    New Mexico State University\'s Arrowhead Center is teaming up with Sandia National Laboratories\' New Mexico Small Business Assistance Program.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:25;a:12:{s:5:\"title\";s:35:\"Artesia: No more immigrant licenses\";s:4:\"link\";s:96:\"http://feeds.krqe.com/~r/krqe-southeast/~3/i-DyxSWXHlE/artesia%3A-no-more-licenses-for-illeagals\";s:11:\"description\";s:1797:\"

    One New Mexico county has acted on its own to stop issuing licenses to illegals. The Eddy County Commission voted unanimously to let one Motor Vehicle Division office stop giving out the licenses and identification cards to foreign nationals whether they are in the country legally or not.

    \n \n
    \";s:4:\"guid\";s:7:\"3736691\";s:7:\"pubdate\";s:29:\"Fri, 04 Mar 2011 01:28:01 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Fri, 04 Mar 2011 17:00:29 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:86:\"http://www.krqe.com/dpp/news/local/southeast/artesia%3A-no-more-licenses-for-illeagals\";}s:7:\"summary\";s:1797:\"

    One New Mexico county has acted on its own to stop issuing licenses to illegals. The Eddy County Commission voted unanimously to let one Motor Vehicle Division office stop giving out the licenses and identification cards to foreign nationals whether they are in the country legally or not.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:26;a:11:{s:5:\"title\";s:37:\"Crook: Trade you this pot for burgers\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/KGQ7g9-IJT4/crook-trade-you-this-pot-for-burgers\";s:11:\"description\";s:1713:\"

    Add another black mark to the list of recent problems at the Curry County Jail in Clovis, detention officer Jaime de la Cruz was charged with bringing marijuana to prisoners in exchange for two hamburgers.

    \n \n
    \";s:4:\"guid\";s:7:\"3736382\";s:7:\"pubdate\";s:29:\"Thu, 03 Mar 2011 18:57:27 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 03 Mar 2011 19:22:18 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:60:\"

    A file image of the Curry County Jail in Clovis, N.M.

    \";}s:7:\"content\";s:10:\"\n \";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:71:\"http://www.krqe.com/dpp/news/crime/crook-trade-you-this-pot-for-burgers\";}s:7:\"summary\";s:1713:\"

    Add another black mark to the list of recent problems at the Curry County Jail in Clovis, detention officer Jaime de la Cruz was charged with bringing marijuana to prisoners in exchange for two hamburgers.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:27;a:12:{s:5:\"title\";s:36:\"Bogus bills making rounds in Roswell\";s:4:\"link\";s:91:\"http://feeds.krqe.com/~r/krqe-southeast/~3/rulGXuRrQoQ/bogus-bills-making-rounds-in-roswell\";s:11:\"description\";s:1685:\"

    Roswell police are investigating counterfeiting case. Someone is turning $5 bills into $50s and the bills pass most of the standard tests that determine if they\'re real or fake.

    \n \n
    \";s:4:\"guid\";s:7:\"3735887\";s:7:\"pubdate\";s:29:\"Thu, 03 Mar 2011 00:21:30 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Thu, 03 Mar 2011 02:22:26 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:71:\"http://www.krqe.com/dpp/news/crime/bogus-bills-making-rounds-in-roswell\";}s:7:\"summary\";s:1685:\"

    Roswell police are investigating counterfeiting case. Someone is turning $5 bills into $50s and the bills pass most of the standard tests that determine if they\'re real or fake.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:28;a:12:{s:5:\"title\";s:33:\"8-year-old brings pot to school \";s:4:\"link\";s:87:\"http://feeds.krqe.com/~r/krqe-southeast/~3/02b7AsjjbE8/8-year-old-brings-pot-to-school-\";s:11:\"description\";s:1630:\"

    A Roswell third grade student was caught with marijuana at school, the third grade school busted in the last three months.

    \n \n
    \";s:4:\"guid\";s:7:\"3735077\";s:7:\"pubdate\";s:29:\"Wed, 02 Mar 2011 00:27:30 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 02 Mar 2011 02:05:44 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:1:{s:7:\"content\";s:13:\"\n \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Celina Westervelt\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:67:\"http://www.krqe.com/dpp/news/crime/8-year-old-brings-pot-to-school-\";}s:7:\"summary\";s:1630:\"

    A Roswell third grade student was caught with marijuana at school, the third grade school busted in the last three months.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}i:29;a:12:{s:5:\"title\";s:30:\"Range fire erupts near Artesia\";s:4:\"link\";s:85:\"http://feeds.krqe.com/~r/krqe-southeast/~3/lwG7xj_PwUw/range-fire-erupts-near-artesia\";s:11:\"description\";s:1627:\"

    Firefighters responding to a report of a large column of smoke found a growing wildfire about 30 miles east of Artesia.

    \n \n
    \";s:4:\"guid\";s:7:\"3735008\";s:7:\"pubdate\";s:29:\"Tue, 01 Mar 2011 22:16:09 GMT\";s:4:\"ctek\";a:2:{s:12:\"lasteditdate\";s:29:\"Wed, 02 Mar 2011 01:08:41 GMT\";s:9:\"copyright\";s:7:\"KRQE TV\";}s:5:\"media\";a:2:{s:7:\"content\";s:13:\"\n \";s:19:\"content_description\";s:61:\"

    Firefighters work a wildfire near Hobbs in March 2009.

    \";}s:7:\"content\";s:10:\"\n \";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Bill Diven\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:72:\"http://www.krqe.com/dpp/weather/wildfires/range-fire-erupts-near-artesia\";}s:7:\"summary\";s:1627:\"

    Firefighters responding to a report of a large column of smoke found a growing wildfire about 30 miles east of Artesia.

    \n \n
    \";s:12:\"atom_content\";s:1:\"\n\";}}s:7:\"channel\";a:9:{s:5:\"title\";s:35:\"KBIM News 10 - Southeast New Mexico\";s:4:\"link\";s:49:\"http://www.krqe.com/subindex/news/local/southeast\";s:11:\"description\";s:64:\"Southeastern New Mexico news from KRQE News 13 and KBIM News 10.\";s:8:\"category\";s:9:\"Southeast\";s:8:\"language\";s:2:\"en\";s:3:\"ttl\";s:3:\"600\";s:12:\"thespringbox\";a:1:{s:4:\"skin\";s:48:\"http://feeds.krqe.com/krqe-southeast?format=skin\";}s:10:\"feedburner\";a:1:{s:9:\"feedflare\";s:206:\"Subscribe with My Yahoo!Subscribe with NewsGatorSubscribe with My AOLSubscribe with BloglinesSubscribe with NetvibesSubscribe with GoogleSubscribe with PageflakesSubscribe with PlusmoSubscribe with Live.com\";}s:7:\"tagline\";s:64:\"Southeastern New Mexico news from KRQE News 13 and KBIM News 10.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:3:{s:4:\"link\";s:20:\"http://www.krqe.com/\";s:3:\"url\";s:41:\"http://news.krqe.com/art/feed/generic.jpg\";s:5:\"title\";s:23:\"KRQE News 13 / KRQE.com\";}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"ahxV6AQ/zw14vPGaR9zi4hr9bkc\";s:13:\"last_modified\";s:29:\"Sun, 20 Mar 2011 23:01:23 GMT\";}','no'),(9720,0,'ss_template','<%formstart%><%textbox%><%submitbutton%><%formend%>','yes'),(7813,0,'theme_mods_f2','a:1:{i:0;b:0;}','yes'),(7810,0,'theme_mods_greener-side','a:1:{i:0;b:0;}','yes'),(7814,0,'f2_header','','yes'),(7815,0,'f2_header_img','on','yes'),(7816,0,'f2_header_img_url','','yes'),(7817,0,'f2_header_img_repeat','off','yes'),(7818,0,'f2_header_textlogo','on','yes'),(7819,0,'f2_header_height','13','yes'),(7820,0,'f2_header_bg_color','#27567a','yes'),(7821,0,'f2_header_title_color','#e8e3e3','yes'),(7822,0,'f2_header_desc_color','blue','yes'),(7823,0,'f2_hmenu','on','yes'),(7824,0,'f2_hmenu_exclude','','yes'),(7825,0,'f2_hmenu_rss','on','yes'),(7826,0,'f2_0','','yes'),(7827,0,'f2_sidebar','','yes'),(7828,0,'f2_sidebar_l','on','yes'),(7829,0,'f2_sidebar_l_width','135','yes'),(7830,0,'f2_sidebar_l_fontsize','1em','yes'),(7831,0,'f2_sidebar_r','on','yes'),(7832,0,'f2_sidebar_r_width','135','yes'),(7833,0,'f2_sidebar_r_fontsize','1em','yes'),(7834,0,'f2_1','','yes'),(7835,0,'f2_posts','','yes'),(7836,0,'f2_content_fontsize','1em','yes'),(7837,0,'f2_show_author','on','yes'),(7838,0,'f2_show_cat','on','yes'),(7839,0,'f2_archive_posts','excerpt','yes'),(7840,0,'f2_2','','yes'),(7841,0,'f2_footer','','yes'),(7842,0,'f2_footer_text','© 2011 Timberon','yes'),(7843,0,'f2_3','','yes'),(7844,0,'f2_general','','yes'),(7845,0,'f2_rounded_corners','on','yes'),(7846,0,'f2_4','','yes'),(12505,0,'wp_announce_visitor_popup_switch','','yes'),(7876,0,'theme_mods_simplicity','a:1:{i:0;b:0;}','yes'),(7877,0,'theme-simplicity-options','a:16:{s:10:\"width_type\";s:5:\"fluid\";s:12:\"left_sidebar\";s:6:\"enable\";s:13:\"right_sidebar\";s:6:\"enable\";s:10:\"page_width\";s:3:\"800\";s:14:\"page_min_width\";s:3:\"320\";s:18:\"left_sidebar_width\";s:3:\"160\";s:19:\"right_sidebar_width\";s:3:\"160\";s:21:\"show_search_in_header\";s:1:\"1\";s:17:\"show_tags_in_home\";s:1:\"0\";s:19:\"show_author_in_home\";s:1:\"0\";s:15:\"header_logo_url\";s:0:\"\";s:16:\"header_logo_posn\";s:4:\"left\";s:17:\"header_logo_width\";s:0:\"\";s:18:\"header_logo_height\";s:0:\"\";s:23:\"meta_header_description\";s:0:\"\";s:20:\"meta_header_keywords\";s:0:\"\";}','yes'),(12500,0,'wp_announce_marquee_params','

    [marquee]. Click here for more information...

    ','yes'),(12504,0,'wp_announce_marquee_switch','','yes'),(7891,0,'calotropis_layout','a:11:{s:6:\"column\";s:2:\"24\";s:8:\"wrapping\";s:4:\"flex\";s:9:\"min_width\";s:3:\"400\";s:9:\"max_width\";s:4:\"1300\";s:4:\"wrap\";s:3:\"800\";s:7:\"sidebar\";s:3:\"350\";s:11:\"sidebarunit\";s:2:\"px\";s:5:\"style\";s:9:\"baby-blue\";s:8:\"innertop\";s:1:\"2\";s:11:\"innerbottom\";s:1:\"3\";s:6:\"footer\";s:1:\"1\";}','yes'),(9135,0,'_transient_timeout_feed_67639e9390ff620e9fdc1707422018bb','1301736055','no'),(9136,0,'_transient_feed_67639e9390ff620e9fdc1707422018bb','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\" \";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:18:\" \";s:7:\"attribs\";a: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:15:\"thisismyurl.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:22:\"http://thisismyurl.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"web design, online marketing and wordpress from my point of view\";s: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:\"Fri, 01 Apr 2011 16:30:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.org/?v=3.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:31:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"10 Ways to Speed Up WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://thisismyurl.com/3788/10-ways-to-speed-up-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://thisismyurl.com/3788/10-ways-to-speed-up-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2011 16:30:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:23:{i:0;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Abandonment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"Class Names\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"Curse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:10:\"Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"Feedburner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:2:\"Gb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:5:\"Hosts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:6:\"Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:8:\"Mashable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:10:\"Page Views\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:19:\"Personal 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:\"\";}i:14;a:5:{s:4:\"data\";s:6:\"Phrase\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:10:\"Rss Reader\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:16;a:5:{s:4:\"data\";s:11:\"Server Load\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:17;a:5:{s:4:\"data\";s:8:\"speed up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:18;a:5:{s:4:\"data\";s:12:\"Tech Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:19;a:5:{s:4:\"data\";s:7:\"Wastage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:20;a:5:{s:4:\"data\";s:7:\"Weights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:21;a:5:{s:4:\"data\";s:14:\"Wordpress Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:22;a:5:{s:4:\"data\";s:17:\"Wordpress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://thisismyurl.com/?p=3788\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"How do you make WordPress faster? Let\'s take a look at 10 things that you can do right now to make your website fast as can be.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Christopher Ross\";s: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:5638:\"

    1. Offload your RSS feeds

    RSS feeds are rarely thought of when optimizing a website for speed but consider this, for every time a visitor comes to your website, their RSS reader may check your site often. My personal experience is that I receive 100 RSS reader update requests for every 1 visit. That means that feed URL is serving content far more than my blog! Host your RSS feed externally with Feedburner to cut down on your server load.

    2. Eliminate your plugins

    Once of the best features of WordPress is the ability to use plugins but it\'s also the curse of WordPress. Plugins are written by developers with varying levels of skills and they\'re each going to consume resources on your website. Run only the plugins you need and only when you need them.

    3. Smush.it

    Images on blogs can take a huge amount of resources to serve, the Smush.it service from Yahoo will minimize the size of your images and strip excess information from your images making them both smaller and faster. WP Smush.it will automate the process for you in your WordPress blog.

    4. Strip Excess HTML

    Anything you can strip out of your files should be pulled with reckless abandonment. Page weights (the amount of data transferred) can be dropped to a third of their size by simply getting rid of unused class names, id\'s and optimizing tags. Here\'s a great article by Mashable for example on the subject of Speeding up WordPress. It uses the phrase class= a total of 611 times and includes 763 tags. Maybe they need all those tags, I don\'t know but what I do know is that all those tags cost them 14kb per page load. If that page is representative of all their pages, 14.kb of wastage on 5,176,330 page views per month will cost them 869,623,440 kb (849,241 MB or 829 GB a year) of excess HTML and that\'s just for excessive use of one tag!

    5. Use the right host for WordPress

    Some hosts are great at hosting WordPress, others are horrible. Get to know which your host is by calling and speaking to your tech support team directly about your WordPress issues. I\'ve used Bluehost for over 5 years and grown to not only love them but recommend them to anybody who will listen. If you\'re hosting 50,000 page views a month or less it\'s a great host.

    6. Cache your pages

    There are a number of caching plugins available for WordPress, right now I\'m trying the W3 caching plugin with moderate success. Regardless of which plugins you use, you need to use one. The process is simple, without a plugin your website is constantly querying the database but with a plugin, your website is requesting that same data only once per cache. It\'s like going to the bank every time somebody needs a dollar or getting the money all at once and putting it in your wallet.

    7. Optimize  your database

    WordPress is powered by a MySQL database, it\'s like an engine in your car and needs to be tuned up from time to time.  You can do it yourself or use an easy plugin to do it for you, I\'ve used WP DB Optimizer in the past with reliable results.

    8. JavaScript is often your enemy

    JavaScript is used throughout websites for increased functionality but do you really need it? By default, every WordPress website on the planet loads the prototype.js script for every page on your site. What\'s it do? According to it\'s website it \"provides class-style Object Oriented and AJAX\". According to me, it wastes 124kb (1/10th of a meg) every time your page is loaded. Just get rid of it. Getting rid of it saved me 75 GB\'s a year of bandwidth.

    9. Optimize your CSS

    Cascading Style Sheets are often ignored when optimizing a website but simple things can cut down the size of your CSS files dramatically. Spending an hour optimizing my CSS files dropped it from 16kb to just 5kb. Considering the file is loaded every time a page on my site is loaded, that\'ll save me 6,550 MB (that\'s over 6 GB\'s!) a year in downloads.

    10. Remove WordPress from your website altogether

    This may seem like a radical step but ask yourself what the purpose of WordPress on your website is. If it\'s to help you add content quickly, do you really need WordPress on the website at all or can you accomplish the same goal another way?

    \n


    \n

    \";s: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:63:\"http://thisismyurl.com/3788/10-ways-to-speed-up-wordpress/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:31:\" \";s:7:\"attribs\";a: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:41:\"Why is Canada Failing in the IT Industry?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://thisismyurl.com/3780/canada-failing-industry/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://thisismyurl.com/3780/canada-failing-industry/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 18:51:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:23:{i:0;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"10 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:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"Amp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Banking System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"Canada Companies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:14:\"Canadian Banks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:22:\"Canadian tech industry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"Canadians\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:14:\"Chance Meeting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:6:\"Doodle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:13:\"Due Diligence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:18:\"Economic Prospects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:12:\"Failure Rate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:10:\"Globe Mail\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:9:\"High Risk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:12:\"IT in Canada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:16;a:5:{s:4:\"data\";s:15:\"New Orleans 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:\"\";}i:17;a:5:{s:4:\"data\";s:14:\"Revenue Stream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:18;a:5:{s:4:\"data\";s:9:\"Riff Raff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:19;a:5:{s:4:\"data\";s:11:\"Risk Takers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:20;a:5:{s:4:\"data\";s:13:\"Risk Ventures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:21;a:5:{s:4:\"data\";s:12:\"Storing Food\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:22;a:5:{s:4:\"data\";s:13:\"System Stable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://thisismyurl.com/?p=3780\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"Aside from Research in Motion, can you name a successful Canadian technology business? It\'s hard to imagine why, we have everything you need to succeed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Christopher Ross\";s: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:2318:\"

    I\'m wiring this in response to an article over in the Globe & Mail called Why Canada is late to the tech party. I suppose I could have left the comment there but you know what, I prefer to blog about it.

    I\'ve spent the past year looking for IT work in Canada and I would blame our tartiness to the party as being very simple, we\'re Canadian.

    For the past 10 years I\'ve worked with US companies, they don\'t care where I went to school (or if I even did) and they don\'t care where I live or how I get them from where they are to where they want to be. They only care that my work is good and that I can turn their investment into a revenue stream. They\'re cowboys and risk takers.

    -40 keeps the riff-raff out. It\'s what makes us great. It\'s what makes our banking system stable and it\'s what makes our economic prospects so rosy, we\'re all so worried about storing food for the upcoming winter that in Canada, we\'re conservative in our approach to everything.

    When I apply for work in Canada, companies want to know where I went to school and they want to perform an effective due diligence before proceeding into a relationship. When I freelance, companies want to see references and seek multiple quotes, with multiple meetings. In Canada, I believe we want to know we\'re going to succeed before we consider funding a risk but in the US, they fund risks based on a doodle on a napkin and a chance meeting in a New Orleans bar.

    There\'s a difference between Canadians and Americas and part of that difference is that our approach is wrong for and an industry with a blisteringly high failure rate. Canadian banks don\'t fund high risk ventures. It\'s what makes us both wonderfully stable and just a little dull.

    \n


    \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://thisismyurl.com/3780/canada-failing-industry/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:24:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"5 E